/*
Theme Name:     Freelanceengine Child
Theme URI:      http://enginetheme.com/
Description:    Child theme for the FreelanceEngine theme
Author:         enginethemes
Author URI:     http://enginetheme.com/about/
Template:       freelanceengine

Version:        1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	font-family: "Inter", sans-serif;
	vertical-align: baseline;
	line-height: normal;
}

body {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	font-family: "Inter", sans-serif;
}
:root {
	--black: #080808;
	--blue: #00d0d0;
}

.fre-project-detail-wrap .container {
	/*max-width: 1280px !important;*/
}
html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("./fonts/HelveticaNeue-Thin.eot");
	src: local("./fonts/HelveticaNeue-Thin"),
		url("./fonts/HelveticaNeue-Thin.eot?#iefix") format("embedded-opentype"),
		url("./fonts/HelveticaNeue-Thin.woff2") format("woff2"),
		url("./fonts/HelveticaNeue-Thin.woff") format("woff"),
		url("./fonts/HelveticaNeue-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("./fonts/HelveticaNeue-Light.eot");
	src: local("./fonts/HelveticaNeue-Light"),
		url("./fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"),
		url("./fonts/HelveticaNeue-Light.woff2") format("woff2"),
		url("./fonts/HelveticaNeue-Light.woff") format("woff"),
		url("./fonts/HelveticaNeue-Light.ttf") format("truetype"),
		url("./fonts/HelveticaNeue-Light.svg#HelveticaNeueCyr-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("./fonts/HelveticaNeue-Light.eot");
	src: local("./fonts/HelveticaNeue-Light"),
		url("./fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"),
		url("./fonts/HelveticaNeue-Light.woff2") format("woff2"),
		url("./fonts/HelveticaNeue-Light.woff") format("woff"),
		url("./fonts/HelveticaNeue-Light.ttf") format("truetype"),
		url("./fonts/HelveticaNeue-Light.svg#HelveticaNeueCyr-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("./fonts/HelveticaNeue-Roman.eot");
	src: local("./fonts/HelveticaNeue-Roman"),
		url("./fonts/HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"),
		url("./fonts/HelveticaNeue-Roman.woff2") format("woff2"),
		url("./fonts/HelveticaNeue-Roman.woff") format("woff"),
		url("./fonts/HelveticaNeue-Roman.ttf") format("truetype"),
		url("./fonts/HelveticaNeue-Roman.svg#HelveticaNeueCyr-Roman") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("./fonts/HelveticaNeue-Medium.eot");
	src: local("./fonts/HelveticaNeue-Medium"),
		url("./fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"),
		url("./fonts/HelveticaNeue-Medium.woff2") format("woff2"),
		url("./fonts/HelveticaNeue-Medium.woff") format("woff"),
		url("./fonts/HelveticaNeue-Medium.ttf") format("truetype"),
		url("./fonts/HelveticaNeue-Medium.svg#HelveticaNeueCyr-Medium")
		format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("./fonts/HelveticaNeue-Bold.eot");
	src: local("./fonts/HelveticaNeue-Bold"),
		url("./fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"),
		url("./fonts/HelveticaNeue-Bold.woff2") format("woff2"),
		url("./fonts/HelveticaNeue-Bold.woff") format("woff"),
		url("./fonts/HelveticaNeue-Bold.ttf") format("truetype"),
		url("./fonts/HelveticaNeueBold.svg#HelveticaNeueCyrBold") format("svg");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "HelveticaNeue";
	src: url("./fonts/HelveticaNeueHv.ttf");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("./fonts/Poppins-Bold.otf");
	src: url("./fonts/PoppinsBold.eot") format("embedded-opentype"),
		url("./fonts/PoppinsBold.woff2") format("woff2"),
		url("./fonts/PoppinsBold.woff") format("woff"),
		url("./fonts/PoppinsBold.ttf") format("truetype"),
		url("./fonts/PoppinsBold.svg#PoppinsBold") format("svg");
	font-weight: 700;
	font-style: normal;
}

body {
	background: #f7f5f4;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
span,
label {
	/* font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif; */
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
}

a,
a:focus,
a:hover {
	color: #00cccc;
}


#media_image-2
{
	display:none;
	
}


footer .widget {
	margin-bottom: 20px;
}

/*main style*/

.bs-service-proj-nw-btn a.btn-gray-bg {
	-webkit-appearance: none;
}

.modal-dialog .modal-body #bt_card_button {
	position: initial;
}

.custom-field input[type="email"],
.custom-field input[type="number"],
.custom-field input[type="password"],
.custom-field input[type="search"],
.custom-field input[type="text"],
.fre-input-field input[type="email"],
.fre-input-field input[type="number"],
.fre-input-field input[type="password"],
.fre-input-field input[type="search"],
.fre-input-field input[type="text"] {
	line-height: inherit;
}
/*codex*/
.service_list i:hover{
	cursor:pointer
}
/*codex*/
body.modal-open {
	overflow: inherit !important;
}
.modal {
	background: #00000094;
}
#modal_recap_screen .bs-modal-text b,
#modal_recap_screen .bs-modal-text strong {
	color: #000 !important;
	font-weight: bold;
}
.project-form .form-check-label{
	font-weight: 400;
}

.add_extra_item .owl-prev,
.sitepackageoptions .owl-prev {
	left: -100px;
}
.add_extra_item .owl-next,
.sitepackageoptions .owl-next {
	right: -100px;
}
/* #modal_recap_screen .owl-item{
padding-left: 4px;
} */

#modal_recap_screen {
	z-index: 99999999999999;
}
#modal_recap_screen.modal {
	background: transparent;
}
.service_list .codeproperty{
	margin: 0
}
.service_list .pricing_example {
	display: none
}
.by_pass_sec .input_field{
	   border: 1px solid #000;
    padding: 5px;
	border-radius: 5px
}
.by_pass_data .extra_information {
	margin:0 !important
}
#modal_recap_screen.modal .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 0;
	margin-right: 20px;
	margin-top: 20px;
}
#modal_recap_screen.modal .modal-dialog {
	right: -100%;
	transition: all 1s ease;
}
.Hfooter .fa {
	font: normal normal normal 14px/1 FontAwesome !important;
}
#modal_recap_screen.modal.show .modal-dialog {
	right: 0;
	/* 	transform: translate(100%, 0); */
}
#modal_recap_screen.modal.close .modal-dialog {
	right: -100%;
}
#modal_recap_screen.modal {
	transition: none !important;
}
#modal_recap_screen h2,
#modal_recap_screen .bs-modal-text,
#modal_recap_screen .bs-modal-subtitle {
	text-align: left;
	width: 100% !important;
	font-size: 12px !important;
	margin: 0;
}

.sitepackageoptions .modal.show,
.add_extra_item .modal.show {
	display: flex !important;
	align-items: center;
}

.modal-backdrop {
	display: none;
}

h3.title-section,
.fre-authen-login h2 {
	font-size: 48px;
	color: #00cdcc;
	text-align: center;
	font-weight: 100;
	padding: 35px 0;
	text-transform: lowercase;
}
.featuredMobile .owl-carousel .owl-stage-outer {
	height: auto !important;
}
.fre-authen-login h2 {
	padding-bottom: 0;
}

h4.tittle-project {
	font-weight: 300;
	font-size: 30px;
}

/* .home {
	opacity: 0;
}

.home.overflow {
	opacity: 1;
} */

.home h4.tittle-project {
	font-size: 60px;
	font-family: "HelveticaNeue";
	font-weight: 100;
	color: #00cccc;
}

.subtittle-block {
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 30px;
}

.home div.wpcf7-validation-errors,
.home div.wpcf7-mail-sent-ok {
	border: 0;
	padding-left: 35px;
	position: relative;
	margin: 15px auto;
	max-width: 820px;
	width: 100%;
	font-size: 24px;
}

.fre-validate-error {
	padding: 0px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fre-validate-error li {
	border: 0;
	padding-left: 40px;
	position: relative;
	margin: 15px auto;
	max-width: 100%;
	font-size: 24px;
	font-weight: 300;
}

.fre-validate-error li:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: 0;
	border: 2px solid #d54c4b;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	padding-left: 1px;
	display: block;
	font-size: 20px;
	top: 5px;
	background: #d54c4b;
}

.home div.wpcf7-mail-sent-ok {
	max-width: 800px;
}

.fre-attached-list > li .attached-remove span {
	display: inline;
}

.home div.wpcf7-mail-sent-ok:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: 0;
	border: 2px solid #7fb1b2;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	padding-left: 1px;
	display: block;
	font-size: 15px;
	top: 9px;
	background: #7fb1b2;
}

.home div.wpcf7-validation-errors:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: 0;
	border: 2px solid #7fb1b2;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	padding-left: 1px;
	display: block;
	font-size: 15px;
	top: 9px;
	background: #7fb1b2;
}

/*end main style*/

/*select*/

.fre-chosen-single input {
	display: none;
}

.fre-chosen-single.chosen-with-drop input {
	display: block;
}

body .copyright-wrapper .text-copyright a,
body .enginethemes {
	color: #666;
}

/*header*/

header .container {
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

header .container .fre-menu-top {
	margin-right: auto;
}

header .container .fre-account-wrap {
	margin-left: auto;
}

header .fre-account-wrap .fre-notification {
	margin-right: 25px;
}

.menu-main-non-logged-menu-container .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding-left: 0;
}

header .fre-notification.dropdown-toggle i {
	margin-top: 0;
	font-size: 24px;
}

.menu-main-non-logged-menu-container .menu li {
	margin-right: 25px;
}

.menu-main-logged-menu-container .menu {
	padding: 0;
	list-style: none;
}

body .fre-menu-main li a,
body .fre-menu-main li a:hover {
	color: #000;
	font-weight: 700;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	/* padding: 32px 0; */
}

.customer-site.single-project .fre-header-wrapper .fre-menu-main li a {
	text-decoration: underline !important;
}

.customer-site .single-format-standard .fre-menu-page a {
	text-decoration: none;
}

body .fre-menu-main li.active a {
	text-decoration: underline;
}

body .fre-menu-main li a:hover {
	opacity: 0.8s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-decoration: underline;
}

.fre-login > li a.quote__link {
	padding: 8px 10px;
	border-radius: 25px;
	background: #00cbce;
	color: #fff;
	border: 1px solid #00cbce;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-transform: uppercase;
}

body .fre-bg-content {
	top: 50%;
	transform: translateY(-50%);
}

.fre-login > li a.sign__link {
	color: #00cccc;
	font-weight: 700;
}

.fre-login > li a.sign__link:hover {
	text-decoration: underline;
}

.fre-login > li a.quote__link:hover {
	border: 1px solid #00cbce;
	background: #fff;
	color: #00cccc;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.fre-menu-main li a {
	text-transform: none;
}

/*end header*/

/*block banner*/

.home .fre-background {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-position: center;
}

.fre-bg-content h1 {
	color: #fff;
	font-weight: 300;
	max-width: 800px;
	font-size: 48px;
	line-height: normal;
	margin: 0 auto;
}

.fre-bg-content h1 span {
	font-size: 48px;
	font-weight: 300;
}

.text-baneer__bottom {
	width: 100%;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0);
	position: relative;
	display: none;
	text-align: center;
}

.text-baneer__bottom span {
	color: #fff;
	padding: 15px 0;
	font-size: 20px;
}

.video-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
}

.wrap-form-login {
	background: #fff;
	padding: 35px 70px 0;
}

.wrap-form-login input[name="user_pass"] {
	text-transform: uppercase;
}

.wrap-form-login.wrap-form-help {
	padding-bottom: 20px;
}

/*End block banner*/

/*Featured*/

.featured {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.featured h4 {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.featured ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-display: flex;
	padding-left: 90px;
	max-width: 1200px;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.featured ul li {
	list-style: none;
	margin: 20px 35px;
}

/*END Featured*/

/*architectural*/

.architectural {
	background: #f7f5f4;
}

.conteiner-full > div {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 450px;
}

.conteiner-full > div img {
	width: 100%;
	height: 100%;
}

.conteiner-full {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	background: #f7f5f4;
}

.conteiner-full:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.content__block {
	width: 100%;
	max-width: 820px;
	padding: 35px 100px;
}

.home .architectural .conteiner-full:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.home .architectural .conteiner-full:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.content__block p {
	font-size: 14px;
	color: #444;
}

.architectural .content__block p,
.architectural .content__block a {
	font-size: 18px;
	text-align: justify;
}

.content__block a {
	color: #00cccc;
	text-decoration: none;
}

.content__block .price {
	display: block;
	font-size: 25px;
	color: #444;
	font-weight: 300;
	margin: 35px 0 0;
}

.content__block .price span {
	font-size: 30px;
}

.content__block .get-started:visited,
.content__block .get-started:link {
	background-color: #00cdcc;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 20px;
	border-radius: 25px;
	color: #fff;
	border: 1px solid #00cdcc;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: table;
	margin-top: 25px;
}

.content__block .get-started:hover,
.content__block .get-started:focus {
	color: #00cdcc;
	background: #f7f5f4;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.images_block {
	background: #00cdcc;
}

.architectural .conteiner-full {
	margin-bottom: 75px;
}

/*end architectural*/

/*decid*/

.decide {
	width: 100%;
	position: relative;
	background: #fff;
}

.decide p {
	color: #444;
	font-size: 25px;
	font-weight: 100;
	padding: 30px;
	text-align: center;
	margin-bottom: 0;
}

.decide p a {
	font-weight: 100;
}

/*find package*/

.find_package {
	width: 100%;
	padding: 50px;
	position: relative;
	background: #fff;
	padding-bottom: 20px;
}

.home .find_package h4.tittle-project {
	text-align: center;
	margin: 0;
	font-size: 44px;
}

/*end find package*/

.selection-projects {
	position: relative;
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.home .decide h4.tittle-project {
	text-align: center;
	margin: 0;
	font-size: 44px;
}

.fancybox-slide--video .fancybox-content {
	width: 100%;
	height: 100%;
	max-width: 80%;
	max-height: 80%;
	margin: 0;
}

.selection-projects__button-group {
	display: flex;
	margin: 41px auto 30px;
	justify-content: center;
	list-style: none;
	padding-left: 0;
}

.selection-projects__button-group li a {
	color: #444;
	font-size: 22px;
	background: #fff;
	border: 1px solid #000;
	width: 160px;
	display: flex;
	justify-content: center;
	height: 48px;
	align-items: center;
}

.selection-projects__button-group li a.button-group__active {
	background: #286564;
	border: 1px solid #286564;
	color: #fff;
}

.price-project {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px;
	font-size: 54px;
	font-weight: 900;
	color: #000;
	line-height: 1.2;
	/* max-height: 50px; */
	min-height: 50px;
	position: relative;
}

.price-project .payment_text {
	font-size: 34%;
	margin-right: 10px;
}

.selection-projects .price-project {
	max-height: 50px;
}

.price-project sup {
	top: 7px;
	font-size: 35%;
	position: absolute;
	left: 0;
}

.new-price .price-project sup {
	top: 10px;
	font-size: 70%;
}

.selection-projects__group div {
	/* position: relative;
	display: flex;
	flex-direction: column; */
	overflow: hidden;
	border-radius: 15px;
	/* text-align: center;
	max-width: 305px;
	width: 100%; */
	margin-top: 20px;
	opacity: 0.5;
	transition: 0.2s;
}

/*.selection-projects__group div{
opacity: 1;
transition: 0.2s;
background: #F7F6F5;
}*/

.selection-projects__group div.hover {
	opacity: 1;
	transition: 0.2s;
	background: #f7f6f5;
}

.now-price {
	position: relative;
	top: 0px;
	display: inline-table;
	color: #bd2b27;
	font-size: 19px;
}

.now-price-text {
	font-size: 15px;
	font-weight: 400;
}

.payment_modal_mobile .plnList div p span.old-price {
	font-size: 30px !important;
	color: #cacaca;
	padding-top: 12px;
	display: inline-block;
}

.payment_modal_mobile .plnList .newprice {
	font-weight: bold;
	margin: 0 0 0 0;
	color: #000;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-size: 45px;
}

.payment_modal_mobile .item {
	margin: 0 auto;
	max-width: 265px;
}

/* .payment_stripe_wrapper .rPlanBox {
border-radius: 10px 10px 10px 10px !important;
} */

.selection-projects .now-price-new {
	display: block;
	font-size: 24px;
	position: relative;
	/*top: -18px;*/
	font-weight: 900;
	text-align: left;
	letter-spacing: -0.5px;
	padding-left: 10px;
}

.selection-projects .old-price {
	position: relative;
	display: inline-block;
	position: relative;
	height: 43px;
	line-height: 48px;
	font-weight: 700;
}

.selection-projects .price-project .old-price:before {
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
	position: absolute;
	top: 20px;
}

.price-project .now-price-new sup {
	top: 15px;
	font-size: 16px;
}

/* .selection-projects__group div.popular-project {
margin-top: 0;
} */

.selection-projects__group div ul {
	list-style: none;
	padding: 0;
}

.selection-projects__group div ul li {
	padding-top: 8px;
	text-align: left;
	padding-left: 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-bottom: 8px;
}

.selection-projects__group .name-project {
	font-size: 32px;
	font-weight: 800;
	color: #000;
	margin-top: 82px;
	text-transform: uppercase;
}

/* .selection-projects__group .popular-project .name-project {
margin-top: 40px;
} */

.selection-projects__group .choose_concept {
	color: #fff;
	background: #00cccc;
	border: 1px solid #00cccc;
	transition: 0.2s;
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 20px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	max-width: 180px;
	margin: 5px auto;
}

.selection-projects__group .choose_concept:hover {
	color: #00cccc;
	background: #f7f6f5;
	border: 1px solid #00cccc;
	transition: 0.2s;
}

.selection-projects__group .description {
	font-size: 18px;
	color: #000;
	min-height: 90px;
	padding: 0px 5px;
}

.selection-projects__group div ul {
	list-style: none;
	padding: 0;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	margin-top: 16px;
	display: table;
	margin: 10px auto 50px;
	position: relative;
	min-width: 75%;
}

.selection-projects__group div ul li:after {
	content: "\f058";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 8px;
	left: 5px;
	color: #266362;
	font-size: 22px;
}

/*.selection-projects__group div ul li:last-child:after {
content: '\f055';
}*/

.selection-projects__group .examples {
	display: inline-block;
	margin: auto 0 35px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	color: #000;
}

/* .selection-projects__group .popular-project .examples {
margin-top: 42px;
} */

.selection-projects__group .examples:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 22px;
	padding-right: 0.5em;
	position: absolute;
	margin-left: 5px;
	top: -4px;
}

.selection-projects__group .examples:hover,
.selection-projects__group .examples:hover:after {
	color: #00cccc;
	transition: 0.2s;
}

.popular-line {
	width: 100%;
	height: 46px;
	background: #bd2b27;
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
	transform: rotate(40deg);
	position: absolute;
	right: -95px;
}

.folder-icon a {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.folder-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

/*
.selection-projects__group {
display: flex;
} */

/*end decid*/

/*we-do__section*/

.we-do__section h3.title-section {
	padding: 0;
}

.we-do__section {
	padding-bottom: 35px;
}

.types-projects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

.types-projects a {
	position: relative;
	text-decoration: none;
	text-align: center;
	margin: 5px;
	overflow: hidden;
}

.types-projects a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	line-height: 45px;
	max-height: 350px;
}

.types-projects a img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.types-projects a:hover img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*end we-do__section*/

/*our architects*/

.architects {
	background: #fff;
	padding-bottom: 25px;
}

.architects h3.title-section {
	padding-bottom: 0;
}

.owl-architects .item {
	text-align: center;
	padding: 0 55px;
}

.owl-architects .item img {
	width: 150px;
	margin: 0 auto;
}

.owl-architects .owl-nav {
	position: absolute;
	top: 25%;
	width: 100%;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.owl-prev:after {
	content: "\f053";
	position: relative;
	left: 0;
	font-size: 70px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #f6f5f5;
}

.owl-next:before {
	content: "\f054";
	position: relative;
	right: 0;
	font-size: 70px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #f6f5f5;
}

.owl-architects .owl-nav > div {
	position: absolute;
	font-size: 0;
	overflow: hidden;
	display: block;
}

.architects h4 {
	font-weight: 300;
}

.architects p {
	font-weight: 400;
}

/*end our architects*/

/*customers*/

.customers {
	width: 100%;
	background: #f7f5f4;
}

.customers h3.title-section {
	padding-bottom: 0;
}

.customersproject iframe {
	display: table;
	margin: 10px auto 15px;
	max-width: 560px;
	pointer-events: none;
	margin-bottom: -75px;
}

.customersproject {
	text-align: center;
	margin: 0 auto 40px;
	width: 100%;
	max-width: 500px;
}

.scustomersproject h4 {
	text-align: center;
}

.customersproject span {
	font-size: 14px;
	font-weight: 700;
}

.customersproject span a {
	font-size: 14px;
	font-weight: 400;
	color: #00cdcc;
}

.customersproject img {
	position: relative;
	z-index: 100;
}

/*end customers*/

/*before after*/

.before-after h3.title-section {
	padding-bottom: 0;
}

.before-after {
	background: #fff;
}

body #user_avatar_browse_button {
	font-size: 0;
	background: transparent;
	position: absolute;
	width: 110px;
	height: 105px;
	top: -10px;
	left: -5px;
}

body #user_avatar_browse_button:after {
	content: "\f030";
	font-size: 12px;
	font-family: FontAwesome;
	width: 25px;
	height: 25px;
	background: #ebebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	right: 10px;
	position: absolute;
	color: #000;
}

.fre-profile-box {
	margin-bottom: 80px;
}

.link-view span {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
}

.link-view {
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	max-width: 1070px;
	width: 100%;
	margin: 0 auto 45px;
	padding: 0;
}

.link-view span.view-project {
	margin-top: 50px;
	color: #fff;
}

.link-view span.see-project {
	font-size: 35px;
	color: #146c6f;
	padding: 5px 12px;
	background: #fff;
	border: 1px solid #fff;
	display: table;
	width: auto;
	left: 50%;
	top: 50%;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-weight: 100;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.link-view span.see-project:hover {
	background: transparent;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #fff;
}

.link-view span.view-project {
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.link-view img {
	position: relative;
	text-align: center;
	max-width: 1070px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.fre-attached-list > li .attached-remove {
	position: absolute;
	right: -25px;
	top: 19px;
}

.col-md-3 .fre-attached-list > li .attached-remove {
	top: 0;
	right: 0;
}

.quote-question .fre-attached-list > li .attached-remove {
	top: 3px;
}

.link-view:hover img {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0.8;
	/* width: 1170px;
	margin-top: 50%;
	margin-left: 50%;
	transform: -webkit-translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 622px;*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*end before after*/

/*contact-form block*/

.contact-form__block {
	width: 100%;
	background: #f7f5f4;
	padding-bottom: 30px;
}

.contact-form__block .title-section {
	padding-bottom: 0;
}

.contact-form__block .subtittle-block {
	font-size: 24px;
}

.consultation__form {
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 2px solid #e0dcd4;
	border-radius: 3px;
	padding: 25px 35px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
	position: relative;
	margin-bottom: 10px;
}

.contact-form__block div.wpcf7 .ajax-loader {
	width: 16px;
	right: 9px;
	bottom: 38px;
}

.consultation__form .ajax-loader {
	position: absolute;
}

.consultation__form span,
.consultation__form label {
	width: 21%;
	margin-bottom: 0;
	font-weight: 400;
}

.consultation__form input {
	width: 100%;
	margin-bottom: 0;
	height: 45px;
	border-radius: 0;
	border: 1px solid #000;
	padding: 10px;
	background: #f7f5f4;
}

body .consultation__form span.wpcf7-not-valid-tip {
	width: 100%;
	position: absolute;
	display: table;
}

body.home span.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form select {
	border: 1px solid #d7d9da;
	color: #737c85;
	margin-bottom: 30px;
	height: 45px;
	padding: 0 15px;
	border-radius: 4px;
	text-indent: 1px;
	-o-text-overflow: "";
	text-overflow: "";
}

.wpcf7-form .consultation__form input[type="text"],
.wpcf7-form .consultation__form input[type="email"],
.wpcf7-form .consultation__form input[type="tel"],
.wpcf7-form .consultation__form select,
.wpcf7-form .consultation__form textarea {
	margin-bottom: 0;
	border: 1px solid #000;
	border-radius: 0;
	background: #f7f5f4;
	width: 100%;
}

.wpcf7-form .consultation__form select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(images/selectarrow.png) no-repeat center right;
	background-size: 32px;
	border-radius: 0px;
}

.consultation__form input[type="submit"] {
	width: 80px;
	padding-right: 0;
	padding-left: 0;
	text-transform: lowercase;
}

.wpcf7-form .consultation__form input[type="submit"] {
	background: #8c8b8b;
	border-radius: 0;
}

.wpcf7-form .consultation__form span,
.consultation__form label.number__form {
	width: 12%;
}

/*end contact-form block*/

/*footer*/

footer {
	padding: 20px 0 0;
}

footer .subtittle-block {
	font-size: 14px;
}

footer .subtittle-block .social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

footer .social-icons {
	display: table;
	list-style: none;
	width: auto;
	margin: 30px auto;
	padding: 0;
}

footer .social-icons li {
	border-radius: 50%;
	background: #000;
	text-align: center;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	float: left;
	margin: 3px;
}

footer .social-icons li:hover {
	opacity: 0.75;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

footer .social-icons li a {
	color: #fff;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .social-icons li a i {
	font-weight: 700;
	font-size: 22px;
}

footer .textwidget a {
	margin-left: 5px;
}

footer {
	color: #000;
	font-weight: 400;
}

footer .widget ul li a,
footer .widget ul li a:hover,
footer .widget ul li a:visited,
footer .widget ul li a:active,
footer .widget ul li a:link,
footer .textwidget,
footer .textwidget a {
	color: #000;
	font-weight: 300;
}

footer .widget ul li {
	margin-bottom: 0;
}

footer .textwidget a {
	text-decoration: underline;
}

footer .textwidget div {
	line-height: 20px;
}

.text__footer {
	text-align: center;
}

.text__footer aside {
	line-height: 10px;
}

.text__footer aside p {
	margin-bottom: 0;
	font-weight: 300;
}

footer .container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

footer #nav_menu-3 {
	padding-left: 50px;
}

.menu-footer-center-menu-container {
	margin-left: 5px;
}

/*end footer*/

/**/

.conversation-typing textarea {
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
	    margin: 10px 0;
}

.conversation-send-message-btn {
	width: 75px;
	right: 5px;
	/*border-left: 1px solid #bdc3c7;*/
}

.conversation-send-message-btn i {
	font-size: 18px;
}

.conversation-send-message-btn span {
	font-size: 16px;
}

.private-message-reply-contents .conversation-typing-wrap {
	bottom: 90px;
}

.page-template-page-private-message
.private-message-reply-contents
.conversation-typing-wrap,
.fre-page-wrapper .private-message-reply-contents .conversation-typing-wrap {
	bottom: 0;
	top: inherit;
}

.inbox-content-wrap {
	padding-top: 56px;
}

.inbox-project-title {
	border-top: 1px solid #ededed;
	padding: 25px 30px 35px;
}

.page-template-page-private-message {
	margin-top: 50px;
}

.logged-in.page-template-page-private-message {
	margin-top: 0;
}

.inbox-user-wrap {
	padding-top: 0;
}

.inbox-user-list-wrap {
	margin-top: 0;
}

/**/

/*content-page*/

.contentPage {
	margin-top: 25px;
	margin-bottom: 25px;
	background: #fff;
}

.contentPage h1 {
	margin-bottom: 15px;
}

.contentPage img {
	margin-top: 20px;
	width: 100%;
	height: auto;
}

.contentPage h2 {
	font-size: 32px;
}

.contentPage h3 {
	font-size: 28px;
}

.contentPage h4 {
	font-size: 24px;
}

.contentPage h5 {
	font-size: 20px;
}

body.page-template-content-pages {
	background: #fff;
}

/*end content-page*/

/*project list 1*/

span.tittle__step {
	display: block;
	margin: 30px 0 0;
	color: #00cdcc;
	text-align: center;
	line-height: 55px;
	font-weight: 100;
	font-size: 55px;
}

.suptittle__step {
	font-weight: 100;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
	margin: 0 auto;
	display: table;
}

.filelist li .bar {
	background: #eceff1;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 0;
	-webkit-transition: width 0.1s linear;
	-o-transition: width 0.1s linear;
	transition: width 0.1s linear;
}

.filelist li .content {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.filelist li .file {
	color: #455a64;
	float: left;
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
}

.filelist li .progress {
	color: #b0bec5;
	display: block;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
}

.filelist li .cancel {
	color: red;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 10px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

.filelist li.error .file {
	color: #838181;
}

.filelist li.error .progress {
	color: #838181;
}

.filelist li.error .cancel {
	display: none;
}

a.link_custom {
	color: #838181;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-weight: 500;
	margin-top: 25px;
	border: 1px solid black;
	max-width: 200px;
	font-size: 21px;
	border-radius: 15px;
	padding: 5px 0px;
}

a.link_custom.noborder {
	border: none;
}

.header_background {
	background: url(../images/topheader.png) no-repeat;
	height: 515px;
	width: 100%;
	background-size: cover;
	position: relative;
	background-position: 10% 50%;
}

.content-block_image_a3 {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.content-block_image {
	width: 100%;
	position: relative;
	overflow: hidden;
}

a.like {
	background: url(images/roll_over_heart.png) no-repeat;
	max-width: 90px;
	height: 90px;
	display: block;
	z-index: 1;
	opacity: 1;
	background-size: 100% auto;
}

a.dislike {
	background: url(images/roll_over_disllike.png) no-repeat;
	max-width: 90px;
	height: 90px;
	display: block;
	z-index: 1;
	opacity: 1;
	background-size: 100% auto;
}

form#contact_form .form-control-feedback {
	top: 1px;
}

form#contact_form .input-group_custom_textarea .form-control-feedback {
	top: 13px;
}

.content-block_image_a3 a {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.selected_button {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 0;
}

.selected_button input {
	position: absolute;
	top: 0;
}

.selected_button label {
	width: 100px;
	position: relative;
}

/* .content-block .content-block_image_a3 .selected_button label {
	width: 50%;
} */
.content-block .content-block_image_a3 .selected_button label {
	width: 100%;
}
.content-block_image_a3 .like {
	left: 28%;
}

.content-block_image_a3 .dislike {
	left: 5%;
}

.content-block_image_a3.liked .selected_button .like {
	/* left: calc(50% + 30px); */
	background: url(images/selected_heart.png) no-repeat;
	background-size: 100% auto;
}

.content-block_image_a3.disliked .selected_button .dislike {
	left: calc(50% - 120px);
	background: url(images/selected_dislike.png) no-repeat;
	background-size: 100% auto;
}

.content-block_image_a3.disliked .selected_button .like {
	left: -150px;
	opacity: 0;
	width: 100%;
}

.content-block_image_a3.liked .selected_button .dislike {
	left: 150px;
	opacity: 0;
	width: 100%;
}

.selected_button label a {
	width: 100%;
	border-radius: 50%;
}

.content-block_image_a3 .selected_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-block_image_a3:hover .selected_button {
	top: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 0.7;
	padding-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-block:hover .content-block_image_a3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(71 71 71 / 80%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.content-block_image_a3.disliked .selected_button .like {
	top: 0;
	width: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 1;
}

.content-block_image_a3.disliked .selected_button {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 1;
	background: rgb(71 71 71 / 80%);
	padding-top: 0;
}

.content-block .content-block_image_a3.disliked .selected_button label {
	width: 100%;
}

.content-block_image_a3.disliked .selected_button .dislike {
	top: 0;
	width: 100%;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 1;
}

.content-block_image_a3.liked .selected_button .like {
	top: 0;
	width: 100%;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 1;
}

.content-block_image_a3.liked .selected_button {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 1;
	background: rgb(71 71 71 / 80%);
	padding-top: 0;
}

.content-block_image_a3.liked .selected_button .dislike {
	top: 0;
	width: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 0;
}

.step-likes_and_dislikes .wrap__answers {
	padding: 0 30px;
}

.terms-service {
	display: none;
}

@media screen and (max-width: 768px) {
	.selected_button label {
		width: 105px;
		position: relative;
	}

	a.like {
		background: url(images/roll_over_heart_sm.png) no-repeat;
		max-width: 50px;
		height: 50px;
		display: block;
		z-index: 999999;
		opacity: 1;
		background-size: cover;
	}

	a.dislike {
		background: url(images/roll_over_disllike_sm.png?v=1) no-repeat;
		max-width: 50px;
		height: 50px;
		display: block;
		z-index: 999999;
		opacity: 1;
		background-size: cover;
	}

	.content-block_image_a3 .like {
		left: 33%;
	}

	.content-block_image_a3.liked .selected_button .like {
		left: 90%;
		background: url(images/selected_heart.png) no-repeat;
		background-size: cover;
	}

	.content-block_image_a3.disliked .selected_button .dislike {
		left: -9%;
		background: url(images/selected_dislike.png) no-repeat;
		background-size: cover;
	}

	.content-block_image_a3.disliked .selected_button .like {
		left: -105px;
		opacity: 0;
		width: 100%;
	}

	.content-block_image_a3.liked .selected_button .dislike {
		left: 105px;
		opacity: 0;
		width: 100%;
	}

	.content-block_image_a3.liked .selected_button .like {
		opacity: 1;
	}

	.content-block_image_a3.disliked .selected_button .dislike {
		opacity: 1;
	}

	.selected_button label a {
		width: 100%;
	}

	.content-block_image_a3.disliked .selected_button {
		text-align: center;
		position: absolute;
		background: none;
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
		opacity: 1;
		background: rgba(0, 102, 102, 0.6);
		padding-top: 0;
	}

	.content-block_image_a3.disliked .selected_button .dislike {
		top: 0;
		width: 100%;
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
		opacity: 1;
	}

	.content-block_image_a3.liked .selected_button .like {
		top: 0;
		width: 100%;
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
		opacity: 1;
	}

	.content-block_image_a3.liked .selected_button {
		text-align: center;
		position: absolute;
		background: none;
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
		opacity: 1;
		background: rgba(0, 102, 102, 0.6);
		padding-top: 0;
	}

	.content-block_image_a3.liked .selected_button .dislike {
		top: 0;
		width: 0;
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
		opacity: 0;
	}

	form#contact_form .form-control-feedback {
		/* position: relative; */
		top: 0px;
		line-height: 1.2;
	}
}

.content-block_image:hover:before {
	top: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 0.6;
}

.content-block input {
	visibility: hidden;
}

.content-block label {
	width: 100%;
	cursor: pointer;
}

input:checked + label .form_a2_id13_like:after {
	opacity: 0.9;
	top: 0;
	content: url(images/ok_done_150.png);
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.content-block_a3 input {
	visibility: hidden;
}

.form_a3_id1_select div {
	padding: 0;
}

.form_a3_immg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.form_a3_id1_like,
.form_a3_id1_dislike {
	position: absolute;
	width: 100%;
	height: 100%;
}

.content-block.checkProject .content-block_image:before,
input:checked + label .content-block_image:before {
	opacity: 0.9;
	top: 0;
	content: url(images/ok_done_150.png);
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 99;
}

.content-block-tint {
	cursor: pointer;
}

.content-block .content-block-tint:before,
input + label .content-block-tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 102, 102, 0);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.content-block.checkProject .content-block-tint:before,
input:checked + label .content-block-tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 102, 102, 0.6);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0px;
	line-height: 1.4;
	font-weight: 700;
	width: 100%;
	padding-left: 0;
	text-align: left;
	font-weight: 100;
}

.form-control::-moz-placeholder,
*::-moz-placeholder {
	color: #999;
}

label::before,
label::after {
	display: none;
}

.content-block_image:before {
	content: "";
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: none;
	content: url(images/ok_done_150_hover_black.png);
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translateY(calc(50% - 75px));
	-ms-transform: translateY(calc(50% - 75px));
	transform: translateY(calc(50% - 75px));
	top: 100%;
}

.content-block span {
	text-align: center;
	display: block;
	margin-bottom: 8px;
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
}

.content-block_footer span {
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-size: 23px;
	cursor: pointer;
	font-weight: bold;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
}

span.visible_textarea {
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-size: 11pt;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 2px;
}

span.visible_textarea i {
	font-size: 15pt;
	margin-right: 15px;
}

.step_action3 {
	border: 1px solid grey;
	border-radius: 50%;
	padding: 9px 23px 9px 21px;
	position: relative;
}

.step_action3:after {
	content: "";
	display: inline-block;
	height: 30px;
	width: 9px;
	position: absolute;
	background: white;
	left: -4px;
	top: 28%;
	bottom: 50%;
}

.content-block:after {
	display: block;
	content: "";
	width: 100%;
	background: #bcbcbc;
	height: 1px;
	margin-top: 22px;
	margin-bottom: 26px;
}

.input-group.input-group_customit select {
	font-size: 22px;
	letter-spacing: 0.05em;
	padding: 9px 5px;
	height: auto;
}

.input-group.input-group_customit select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ccc;
}

button.btn.btn-warning.btn-large.btn_custom:hover {
	background: #444;
}

div.input-group_custom .form-control-feedback {
	top: 9px;
}

.input-group_custom input {
	font-size: 22px;
	letter-spacing: 0.05em;
	padding: 5px 5px;
	height: auto;
}

.input-group_custom input:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea.form-group_b1:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .form-control-feedback {
	top: 3px;
}

textarea.form-group_textarea-form {
	background: #ebebeb;
	border: none;
	resize: none;
	height: 250px;
	margin-top: 13px;
	font-size: 22px;
	letter-spacing: 0.05em;
}

textarea.form-group_textarea-form:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width: 992px) {
	textarea.form-group_textarea-form {
		height: 160px;
	}
}

textarea.form-group_textarea {
	background: #ebebeb;
	border: none;
	resize: none;
	height: 340px;
	margin-top: 13px;
	font-family: "HelveticaNeue";
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 0.05em;
}

textarea.form-group_textarea:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea.form-group {
	width: 100%;
	resize: none;
	height: 250px;
	border-radius: 5px;
	background: #ebebeb;
	border-color: transparent;
}

@media screen and (max-width: 992px) {
	textarea.form-group_textarea {
		height: 160px;
	}
}

.step_st {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	font-weight: 700;
	color: #8e8e8e;
	font-family: "ArialRoundedMT";
}

.block-step {
	text-align: center;
	position: relative;
	margin-top: 42px;
	margin-bottom: 15px;
}

.block-step-1 {
	padding-left: 79px;
}

.block-step-2 {
	padding-left: 12px;
}

.block-step-3 {
	padding-right: 85px;
}

.step_action {
	border: 1px solid #8e8e8e;
	border-radius: 50%;
	padding: 9px 23px 9px 21px;
	position: relative;
}

.step_hidden {
	border-radius: 50%;
	height: 19px;
	width: 19px;
	border: 1px solid #a5a5a5;
	position: relative;
	top: 26px;
	margin: 0px 3px 0px 3px;
}

.step_action:after {
	content: "";
	display: inline-block;
	height: 30px;
	width: 9px;
	position: absolute;
	background: white;
	right: -4px;
	top: 29%;
	bottom: 50%;
}

.text_center {
	text-align: center;
}

.text_center p {
	text-align: center;
	font-size: 20pt;
	margin-bottom: 27px;
	margin-top: 15px;
	color: #000000;
	font-weight: 300;
}

.btn_custom {
	background: #000000;
	border-radius: 0;
	color: white;
	text-transform: uppercase;
	margin: unset;
	display: block;
	font-size: 12pt;
	padding: 10px 80px 10px 80px;
	margin-top: 50px;
	margin-bottom: 36px;
	font-weight: 300;
	font-family: "HelveticaNeue";
	/* padding: 10px 45px 10px 45px; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn.btn-large.btn_custom {
	background: #000 !important;
}

.fre-project-detail-wrap > form > .btn.btn-large.btn_custom {
	margin: 85px auto 25px;
}

.fre-project-detail-wrap .container_custom.quote.active {
	padding: 35px 50px;
	background: #fff;
}

.btn.btn-large.btn_custom:hover {
	background: transparent !important;
}

.step-registation .btn_custom.select-plan {
	margin: 0 auto;
}

.edit_answer .btn_custom {
	margin: 0 auto 30px;
}

.btn_custom:visited,
.btn_custom:focus {
	color: white;
	background: #444;
}

.wrap-btns .btn-previous_step,
.wrap-btns .btn-c4w_previous_step {
	background: #000;
	border-radius: 0;
	color: white;
	text-transform: uppercase;
	margin: unset;
	display: block;
	font-size: 12pt;
	padding: 10px 80px 10px 80px;
	margin-top: 50px;
	margin-bottom: 36px;
	font-weight: 300;
	font-family: "HelveticaNeue";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border: 0;
}

.wrap-btns .btn-previous_step:hover,
.wrap-btns .btn-c4w_previous_step:hover {
	background: transparent;
	color: #000;
	border: 1px solid #000;
}

.fre-attached-list {
	position: relative;
}

.wrap-btns .btn-previous_step:before,
.wrap-btns .btn-c4w_previous_step:before {
	content: "< ";
	font-size: 14px;
	position: relative;
	top: -2px;
	display: none;
}

.wrap-btns .first-step {
	display: none;
}

.wrap-btns .btn-previous_step:hover,
.wrap-btns .btn-previous_step:focus {
	color: #000;
	background: transparent;
	border: 1px solid #000;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_custom i {
	position: relative;
	left: 5px;
	font-size: 28px;
	top: 2px;
}

/*.step-best_describs_you.active .btn-previous_step {
display: none;
}*/

.btn.btn-c4w_previous_step {
	display: none;
}

.btn.btn-c4w_previous_step.visible {
	display: block;
}

.input_wrap input {
	width: 100%;
	padding: 10px 4px;
}

.button_nt_up {
	background: #000;
	border: 1px solid black;
	border-radius: 0;
	padding: 10px 16px 10px 16px;
	font-size: 14px;
	margin-bottom: 11px;
	color: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.button_nt_up:focus,
.button_nt_up:hover {
	background: #fff;
	color: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.btn-link_custom,
.btn-link_custom:active {
	outline: none;
	display: block;
	margin: 0 auto;
	color: #828081;
	margin-top: 15px;
	font-size: 14px;
	border-radius: 40px;
	border: 1px solid #828081;
	margin-bottom: 25px;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: inherit;
	padding: 9px 20px;
	font-family: "HelveticaNeue";
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-link_custom.cf_skip_question {
	display: inline-block;
}

.btn-link_custom:hover {
	color: #000;
	text-decoration: none;
	border-radius: 40px;
	border: 1px solid #000000;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-link_custom:active:focus,
.btn-link_custom:focus,
.btn_custom:active:focus,
.btn_custom:focus {
	outline: none;
}

.btn:focus,
.btn:active {
	outline: none;
}

.btn_custom {
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
}

.btn_custom:hover {
	color: #000;
	background: transparent;
	border-color: #000;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.name_accordion,
.decsription_accordion {
	display: inline-block;
}

.accordion_body {
	display: none;
}

.decsription_accordion,
.form-group_textarea,
.visible_textarea i.fa-chevron-down {
	display: none;
}

.accordion_header {
	cursor: pointer;
}

/*.name_accordion {
cursor: pointer;
}*/

.text_step_a3 {
	text-align: center;
	margin-bottom: 18px;
}

form#contact_form input {
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.39);
	padding: 10px;
	background: #fff;
}

.text_step_a3 span {
	font-size: 18px;
	margin: 15px 0px 15px 0px;
	display: inline-block;
	background: white;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 100;
	display: table;
	z-index: 10;
	position: relative;
	margin: 0 auto;
}

.category-line {
	background: #fff;
}

.category-line:before {
	content: "";
	width: 97%;
	height: 1px;
	position: absolute;
	display: block;
	background: #bcbcbc;
	top: 12px;
}

.category-line span {
	display: table;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.text_step_a3:after {
	display: block;
	content: "";
	background: #a1a1a1;
	height: 1px;
	position: relative;
	top: -30px;
	z-index: -1;
}

.projects-list .container_custom {
	width: 100%;
	max-width: 1060px;
	padding: 25px 50px;
	background: #ffffff;
	margin: 35px auto;
}

.full-box {
	padding: 75px 0;
}

.full-box:nth-child(even) {
	background: #f6f4f5;
}

.full-box:nth-child(even) .row-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.content-padding {
	padding: 75px 0;
}

.content-padding img {
	margin-top: 45px;
}

.img-gallery {
	list-style: none;
}

.img-gallery li:first-child {
	width: 100%;
}

.img-gallery li:first-child img {
	max-height: none;
}

.img-gallery li img {
	height: auto;
	max-height: 200px;
}

.img-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.img-gallery li {
	width: 50%;
	padding: 5px;
	height: auto;
}

.row-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.row-content > div {
	width: 50%;
}

.row-content > div {
	padding: 25px;
}

.content-page-modification {
	background: #fff;
}

.content-page-modification h1 {
	font-size: 60px;
	font-family: "HelveticaNeue";
	font-weight: 100;
	color: #00cccc;
	text-align: center;
}

.content-page-modification .bt_before_after_gallery img {
	width: 100%;
	height: auto;
}

.content-page-modification .bt_before_after_content img {
	max-width: 100%;
	height: auto;
}

.content-page-modification > img {
	max-width: 100%;
}

.content-page-modification .content-themes {
	padding: 0 300px;
}

.projects-list .container_custom.quote-question {
	display: none;
}

.projects-list .container_custom.quote-question.active {
	display: block;
	position: relative;
}

#gallery_container #image-list {
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 490px;
}

#gallery_place {
	margin-bottom: 0;
}

#gallery_place #gallery_container #image-list {
	margin: 0 auto;
}

.col-md-3 #gallery_place #gallery_container #image-list {
	margin: 10px auto 0;
}

.projects-list .container_custom.container_custom__login {
	width: 100%;
	max-width: 700px;
	padding: 25px 50px;
	background: #ffffff;
	margin: 35px auto;
}

.registration-form {
	margin-bottom: 30px;
}

#contact_phone_number {
	position: absolute;
	top: 135px;
	left: 300px;
	height: 32px;
	border-radius: -3px;
	padding-left: 5px;
	padding-right: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

/* Для Firefox */

input[type="number"] {
	-moz-appearance: textfield;
}

.projects-list .design_brief_question span {
	font-size: 12px;
	color: #ccc;
	display: block;
}

.design_brief_question .project__page {
	padding: 0px 0 0;
	margin: 0px 0 10px;
	text-align: center;
	font-size: 25px;
	color: #000;
	font-weight: 400;
}

.projects-list .design_brief_question p {
	padding: 0px 0 0;
	margin: 0px 0 10px;
	text-align: center;
	font-size: 25px;
	color: #000;
	font-weight: 400;
}

.wrap-login-help {
	margin-top: 50px;
}

.fre-authen-lost-pass {
	width: 100%;
	max-width: 900px;
}

.wrap-login-help .fre-authen-lost-pass p.text-answer {
	text-align: left;
	padding: 0 0 0;
	margin: 0 0 35px;
	font-size: 25px;
	color: #000;
	font-weight: 400;
}

.wrap-login-help .fre-authen-lost-pass p a {
	color: #415161;
	text-decoration: underline;
}

.login-help-line {
	padding-bottom: 15px;
	display: block;
}

.wrap-login-help .login-style {
	color: #000;
	margin-bottom: 10px;
	float: left;
}

.wrap-login-help .fre-authen-lost-pass {
	background: transparent;
	-webkit-box-shadow: 0 0 0 0 rgba(185, 184, 184, 0);
	box-shadow: 0px 0 0 0 rgba(185, 184, 184, 0);
}

.wrap-login-help .fre-authen-lost-pass .fre-authen-footer {
	border: 0;
}

.wrap-login-help .wraps-form-group {
	background: #fff;
	padding: 35px 40px;
	margin-bottom: 25px;
}

.wrap-login-help .wraps-form-group button {
	border: 1px solid #000;
}

.wrap-login-help .fre-input-field {
	text-align: center;
}

.fre-authen-lost-pass .fre-submit-btn {
	width: 100%;
	margin-top: 10px;
	max-width: 250px;
	border-radius: 0;
	background: #286767;
	border-color: #286767;
	text-transform: uppercase;
	font-weight: 300;
}

.fre-authen-lost-pass .fre-submit-btn:hover,
.fre-authen-lost-pass .fre-submit-btn:focus {
	color: #fff;
}

.fre-authen-lost-pass .fre-authen-footer {
	padding: 0 40px;
}

@media (min-width: 1450px) {
	.text_step_a3:after {
		height: 2px;
	}
}


.silverBotton {
	background: #919191;
	border: 1px solid #919191;
}

.downLoad {
	background: #000;
	border: 1px solid #000;
}

.message-item .download {
	background: transparent;
	padding: 15px 25px 15px 0px;
}

.text_inputs {
	padding-top: 7px;
	display: block;
	text-align: center;
	font-size: 20px;
}

p.link_custom_p {
	color: #838181;
}

p.link_custom_p span {
	color: #000000;
}

.container_custom_thankyou {
	position: relative;
}

.container_custom.container_custom_thank {
	left: 0;
	right: 0;
}

.title_progress,
.title_progress p {
	text-align: center;
	font-size: 60pt;
	font-weight: 100;
	color: #227273;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.title_progress,
	.title_progress p {
		font-size: 30pt;
		padding-top: 5px;
	}
}

.title_progress_thx {
	margin-top: 105px;
}

.brief-steps {
	width: 116%;
	margin-left: -8%;
	margin: 0 auto;
}

@media screen and (max-width: 992px) {
	.title_progress {
		font-size: 54px;
		line-height: 1.2em;
		margin-bottom: 0;
	}
}

.container_custom_b1 {
	font-weight: 300;
}

.container_custom_b1 label {
	font-weight: 300;
	font-size: 27px;
}

.block-step_star_b1.col-lg-12 {
	margin-top: 25px;
}

.block-step_star_b12.col-lg-12 {
	font-size: 16px;
	color: black;
	font-weight: 300;
	margin: 15px 0 0;
}

.block_accordion {
	margin: 10px 0;
	font-size: 16px;
	color: black;
	font-weight: 300;
}

.block-step_star_b1.col-lg-12 textarea,
.container_custom .last-quote-question {
	background: #f4f4f4;
	border: none;
	height: 192px;
	resize: none;
	margin-bottom: 5px;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.block_accordion i {
	font-size: 14px;
	font-weight: 700;
	top: -1px;
	position: relative;
}

.decsription_accordion {
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.suggestions_trigger {
	margin-top: 4px;
	font-size: 16px;
	font-weight: 300;
	color: black;
}

.col-xs-12.col-lg-2.col-md-2.col-sm-12.start_done:before {
	content: url(../images/done_white_36x36.png);
	background: #85d6d6;
	color: white;
}

.start_done {
	color: #85d6d6;
}

.col-lg-2.start_progress:before {
	background: black;
	color: black;
}

.start_progress {
	color: black;
}

.col-xs-12.col-lg-2.col-md-2.col-sm-12.start_done:after {
	background: #85d6d6;
}

.form-group_custom input {
	border-radius: 0;
	border-color: #000000;
}

.form_custom {
	margin-top: 48px;
}

#success_message {
	display: none;
}

.form-horizontal .control-label {
	text-align: left;
	font-weight: 400;
}

form#contact_form input {
	border-radius: 0;
}

input.form-control_browse {
	display: inline-block;
	width: 42%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
}

#contact_form fieldset {
	border: none;
	display: block;
	width: 100%;
	padding: 0%;
	margin: 0 auto;
}

fieldset {
	border: none;
	display: block;
	width: 89%;
	padding: 5%;
	margin: 0 auto;
}

#payment_form fieldset {
	border: 1px solid #b6b6b6;
}

.page-post-project-wrap {
	width: 100%;
	margin: 0 auto;
}

.file__result {
	display: block;
}

.remove_file {
	display: inline-block;
	margin-left: 5px;
	color: #000;
}

.fre-site-logo {
	margin-right: 0;
}

.fre-account-info img:hover,
.fre-site-logo:hover {
	opacity: 0.7;
}

.fre-menu-main > li:hover > a,
.fre-menu-main > li:hover {
	color: #000;
}

.fre-menu-main > li {
	position: relative;
	padding: 0 0;
}

.recap-screen .fre-menu-main .project_dashboard_link {
	display: none;
}

.fre-account .dropdown-menu > li a:hover {
	color: #000;
	text-decoration: underline;
}

.fre-menu-main > li:hover:before,
.fre-menu-main > li:hover:before {
	display: none;
}

.fre-account-wrap.open:before {
	display: none;
}

.custom-field .fre-field-title,
.fre-input-field .fre-field-title {
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	margin-bottom: 5px;
	font-weight: 400;
}

.fre-payment-proccess button {
	color: #000 !important;
}

/*profile page*/

.page-template-page-profile .form-detail-profile-page .fre-input-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-template-page-profile .form-detail-profile-page .fre-input-field label {
	width: 20%;
	line-height: 42px;
	font-size: 14px;
	font-weight: 400;
}

.freelancer-site.page-template-page-profile
.form-detail-profile-page
.fre-input-field
label {
	width: 100%;
	line-height: normal;
}

.page-template-page-profile
.form-detail-profile-page
.fre-input-field
.select-styles {
	display: none;
}

.page-template-page-profile .form-detail-profile-page select {
	width: 150px;
	height: 40px;
	margin-left: 98px;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 17px;
}

.select-styles {
	background: #fff;
	position: relative;
}

.select-styles:after {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	color: #888;
	font-weight: 400;
	right: 5px;
	top: 10px;
	position: absolute;
}

.page-template-page-profile .profile-employer-info-edit .employer-info-avatar {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	display: table;
	margin: 0 auto 35px;
}

.page-template-page-profile .profile-employer-info-edit {
	position: relative;
	padding-right: 0px;
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}

.page-template-page-profile .fre-employer-info-form {
	padding-left: 0px;
}

.page-template-page-profile .btn-update-profile-top input {
	display: table !important;
	margin: 0 auto;
	color: #fff;
	border-color: #000;
	background: #000;
	border-radius: 0;
	text-transform: uppercase;
}

.page-template-page-profile .btn-update-profile-top input:hover {
	background: #fff;
	color: #000;
}

.page-template-page-profile .container .profile-employer-wrap {
	max-width: 800px;
	margin: 50px auto 0;
}

/*end profile page*/

body .fre-proccess-payment-btn .fre-btn {
	color: #fff !important;
	background: #000 !important;
	border-color: #000 !important;
	line-height: 10px;
	border-radius: 0;
	/* padding: 15px 50px; */
	max-width: 298px;
	width: 100%;
	margin: 0;
	border: 1px solid #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 17px;
	height: 35px;
}

body .fre-proccess-payment-btn .fre-btn:hover {
	color: #000 !important;
	background: #fff !important;
}

.asks-pay {
	margin: 0;
}

.payment__style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

@media (min-width: 1200px) {
	.payment__style {
		padding: 0 150px;
	}
}

.payment__style .btn__width {
	margin: 0;
}

.pay-pic-block {
	background: url(images/creditcardss1.png) no-repeat;
	width: 100%;
	max-width: 360px;
	height: 40px;
	background-size: contain;
}

.amount-block__name {
	font-size: 28px;
}

.amount-block {
	padding: 0 15px;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.amount-block__price {
	font-weight: 400;
	font-size: 18px;
	padding-top: 8px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.amount-block__price small {
	text-decoration: line-through;
	font-size: 12px;
	margin-right: 12px;
}

.amount-block__line:before {
	content: "";
	width: 60%;
	border-bottom: 1px solid #dbdbdb;
	left: 34%;
	position: absolute;
	bottom: 0;
}

/* template project order*/

.wrap__template .container {
	background: #fff;
	margin-bottom: 30px;
	border-radius: 3px;
	max-width: 1170px;
	width: 100%;
}

.wrap__template .projectName {
	text-align: center;
	font-size: 24px;
	color: #006767;
	font-weight: 300;
	padding: 25px 0;
	margin-bottom: 0;
}

.wrap__template .projectName_text {
	text-align: center;
	font-size: 14px;
	color: #006767;
	font-weight: 300;
	padding: 25px 0 0;
	margin-bottom: 0;
	line-height: 14px;
}

.wrap__template .projectName_text {
	padding-top: 0;
	padding-bottom: 25px;
}

.floorplan__text {
	display: table;
	padding: 18px 60px;
	color: #5d5f5e;
	border-radius: 3px;
	font-size: 20px;
	margin: 30px auto 15px;
}

.floorplan__text span {
	top: 1px;
	display: inline-block;
	position: relative;
}

.block__include {
	border-bottom: 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 25px 0 0;
	align-items: center;
	border-top: 1px solid #e0e0e0;
	width: 95%;
	margin-bottom: 25px;
}

.block__include .include__check {
	display: inline-block;
	position: relative;
	min-width: 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #00cdcc;
	margin: 0 20px 0 15px;
}

.block__include .include__check::after {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	color: #fff;
	z-index: 1;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	font-size: 24px;
}

.block__include h3 {
	font-size: 18px;
	margin: 0;
}

.block__include h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

.block__include h4.item__name {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.block__include h3.requirement__question {
	font-weight: 400;
	font-size: 14px;
}

.terms__servise {
	display: table;
	margin: 15px auto;
	background: transparent;
	border: 0;
	position: relative;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.terms__servise:before {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: -10px;
	font-weight: 700;
	font-size: 18px;
	top: -2px;
}

.steps__text {
	padding: 0 30px 25px;
	margin-bottom: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

a.thank-link {
	margin-top: auto;
}

.steps__img {
	max-height: 150px;
	display: table;
	margin: 15px auto;
}

.footer__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 140px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	align-items: center;
}

.footer__buttons a,
.footer__buttons input {
	min-width: 298px;
}

.btn_continuous {
	border-radius: 0;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
	font-size: 12pt;
	padding: 10px 75px 8px 75px;
	margin-top: 35px;
	margin-bottom: 0;
	font-weight: 300;
	font-family: "HelveticaNeue";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: #00cccc;
	border-color: #00cccc;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-top: 49px;
}

.btn-not-background {
	color: #000;
	background: transparent;
}
.pause_project_button{
	border-color: #00cccc !important;
	color: #00cccc
}
.list_item{
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.bs-project-recap h2, .bs-project-recap .chng_project, .bs-project-recap .chng_project:focus{
	font-size: 18px;
	font-weight: bold;
	/*text-decoration: underline;*/
	text-underline-offset: 5px;
	margin-bottom: 4px;
	font-family: "Hevetica", sans-serif;
	color:black;
	padding:0;
	box-shadow:none;
}


.list_item li{
	display: grid;
	grid-template-columns: 25px auto;
	gap: 10px;
	align-items: center;
	font-size: 16px;
	font-family: "Hevetica", sans-serif;
}
.list_item li img{
	width: 100%;
	height: 18px;
	object-fit: contain
}
.btn_continuous:hover {
	color: #00cccc;
	background: transparent;
	border-color: #222;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.discount_wrap{
	display: flex;
	margin-top: 20px;
	gap: 5px;
	align-items: center;
	font-size: 24px;
	font-family: "Hevetica", sans-serif;
}
.fre-account-info.dropdown-toggle::after{
	display: none;
}
.service-scope .discount_wrap{
	font-size: 16px;
}
.percent_off{
	background-color: #1ba809;
	color: #fff;
	padding: 6px 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Hevetica", sans-serif;
}
.discount_price{
	font-weight: bold
}
.btn-not-background:hover {
	color: #fff;
	background: #00cccc;
}

.footer_text {
	text-align: center;
}

#gallery_container #carousel_container {
	position: relative;
}

.fre-project-upload-file.button__style {
	border: 1px solid #dbdbdb;
	/* border: 1px solid #00cccc; */
	/* background: #00cccc; */
	background: transparent;
	font-weight: 300;
	/* color: #fff; */
	color: #888888;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 0;
	text-transform: lowercase;
	display: block;
}

.fre-project-upload-file.button__style:hover {
	background: #fff;
	color: #919191;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.quote-question .fre-project-upload-file.button__style,
.step-photos_or_floor_plans .fre-project-upload-file.button__style {
	margin: 20px auto 0px;
	max-width: 200px;
}

.step-photos_or_floor_plans .fre-input-field {
	width: 100%;
}

.fre-input-field__admin-page .fre-project-upload-file.button__style {
	width: 150px;
}

.fre-input-field__admin-page .fre-attached-list > li:last-child,
.fre-input-field__admin-page .fre-attached-list > li {
	margin-bottom: 0;
	padding-bottom: 0;
	padding: 20px 45px;
	width: 100%;
	max-width: 460px;
	margin: 0;
}

.fre-attached-list > li:last-child {
	padding-bottom: 0;
}

.fre-input-field__admin-page .fre-attached-list {
	margin: 25px 0 0 0;
	background: #919191;
	color: #fff;
}

.fre-input-field__admin-page .fre-attached-list > li .attached-remove {
	width: 25px;
}

.fre-input-field__admin-page .fre-attached-list > li .attached-name p {
	padding-left: 20px;
	top: 2px;
}

.fre-input-field__admin-page .fre-attached-list > li .attached-name:before {
	content: "\f15b";
	font-family: FontAwesome;
	position: absolute;
	color: #fff;
	bottom: -3px;
}

.fre-input-field__admin-page .fre-attached-list > li .attached-name p,
.fre-input-field__admin-page .fa-remove:before,
.fre-input-field__admin-page .fa-close:before,
.fre-input-field__admin-page .fa-times:before,
.fre-input-field__admin-page .fre-attached-list > li .attached-size {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	width: auto;
}

.fre-input-field__admin-page .fre-attached-list > li .attached-name {
	position: relative;
	width: auto;
}

.fre-input-field__admin-page .fre-attached-list > li .attached-size {
	padding-left: 15px;
}

.download {
	padding: 25px 45px;
	margin-bottom: 10px;
}

.requirement__block > .download {
	background: transparent;
}

.file-style {
	color: #000;
	font-weight: 500;
}

.file-style:before {
	content: "\f15b";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 18px;
}

.file-style span {
	font-weight: 300;
	padding-left: 8px;
}

.file-style.download {
	line-height: 50px;
	padding: 0px;
	margin: 0px;
}

/*template style*/

.btn__width {
	display: table;
	margin: 25px auto;
	max-width: 298px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 100%;
}

.footer__buttons .btn__width {
	margin: 0;
	margin-top: 25px;
}

.review__message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #00cccc;
	border-radius: 5px;
	padding: 20px 0;
}

.payment__message {
	margin-bottom: 20px;
}

.review__message p {
	margin: 0 0 0 40px;
	color: #006b6b;
	font-size: 26px;
}

@media screen and (max-width: 991px) {
	.review__message p {
		font-size: 20px;
		text-align: center;
		margin: 10px 0 0;
	}
}

.review__message i {
	font-size: 38px;
}

.review__message i.rotate-90 {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.review__message i.fa.fa-clock-o.keypic:before {
	background-image: url(./images/underway.png);
}

.review__message i.fa.fa-clock-o:before {
	content: "";
	background: url(./images/in_review.png);
	width: 75px;
	height: 75px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}

.customer-site .review__message i.fa.fa-clock-o:before {
	content: "";
	background: url(./images/underway.png);
	width: 75px;
	height: 75px;
	background-size: cover;
}

.review__message span {
	display: block;
	background: #fff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
}

.text__custom {
	text-align: center;
	text-decoration: underline;
	color: #000;
	font-size: 14px;
	margin: 38px auto 0px;
	display: table;
	text-transform: uppercase;
	cursor: pointer;
}

.project__name-part {
	font-size: 48px;
	color: #00cacc;
	font-weight: 100;
	text-align: center;
	padding: 20px 25px;
	text-transform: lowercase;
}

a.btn__style-edit,
button.btn__style-edit {
	color: #787878;
	border: 2px solid #787878;
	padding: 5px 13px;
	background: transparent;
	background: #fff;
	border-radius: 2px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: block;
	float: right;
	margin-top: 11px;
	margin-bottom: 18px;
	min-width: 50px;
	text-align: center;
}


button.btn__style-edit {
	float: left;
	display: inline-block;
	margin-right: 0px;
}

a.btn__style-edit:hover,
a.btn__style-edit:active {
	color: #fff;
	background: #787878;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.field__block.editable .field_content,
.field__block:not(.editable) .field__inputs {
	display: none;
}

.field__block:not(.editable) .field_content,
.field__block.editable .field__inputs {
	display: block;
}

.terms_of_service-title,
.payments-date,
.payments-price {
	display: block;
	margin-bottom: 5px;
}

.field__inputs input {
	display: block;
	max-width: 380px;
	width: 100%;
	height: 26px;
	border-radius: 2px;
	border: 1px solid #5d5f5e;
	padding-left: 8px;
}

.field__inputs textarea {
	max-width: 380px;
	width: 100%;
	min-height: 150px;
	border-radius: 2px;
	border: 1px solid #5d5f5e;
	padding: 2px 5px;
}

.requirement__block {
	padding: 14px 0 18px;
	margin: 0 0;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	position: relative;
	background: #fff;
	text-align: left;
}

.details__block .requirement__block {
	margin: 0 0 25px;
	padding-left: 0;
}

.admin-bar .details__block .requirement__block {
	padding-left: 0;
}

.container > .requirement__block:last-child,
.container > .requirement__block.file__block {
	border-bottom: 0;
}

.requirement__question__name {
	font-size: 14px;
	margin: 0;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #494c4b;
}

.single-format-standard .wrap__template.template__payment .requirement__block {
	margin: 0 32px;
	padding: 25px 10px;
}

.whiteWrapper .requirement__question {
	font-size: 17px;
	margin: 0;
	font-weight: normal;
	color: #494c4b;
}

.whiteWrapper .requirement__list li,
.requirement__question {
	font-size: 17px;
	margin: 0;
	color: inherit;
	font-weight: normal;
}

h3.requirement__question {
	line-height: 30px;
	overflow-wrap: break-word;
}

.requirement__list {
	list-style: none;
	padding-left: 0;
}

.part-name {
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 5px;
	display: none;
}

.requirement__list li {
	font-size: 17px;
	margin: 0;
	color: inherit;
	font-weight: normal;
	padding-left: 25px;
	position: relative;
	margin-bottom: 3px;
}
.requirement__list li.que_list_item {
	text-transform: capitalize;
}

.requirement__list li:before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}

.requirement__list.liking {
	margin-bottom: 0;
}

.requirement__list.liking li:before {
	display: none;
}

.requirement__list.liking li {
	font-size: 14px;
	padding-left: 0;
	/*text-transform: capitalize;*/
}

.requirement__block > div {
	padding: 0;
}

.download {
	color: #000;
	font-weight: 300;
	position: relative;
	padding: 15px 25px 15px 20px;
}

a.download:before {
	content: "\f15b";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	font-size: 18px;
	bottom: 11px;
}

.time-line__template a.download:before {
	bottom: -8px;
}

.time-line__template .download a {
	margin-left: 20px;
}

.time-line__template .download {
	padding: 0 25px 15px 20px;
}

.download a:hover,
.download a:focus,
.download a {
	font-weight: 700;
	color: #000;
	margin-right: 5px;
}

.servise__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 90px;
	font-size: 22px;
	font-weight: 400;
	background: #f3eff2;
	width: 80%;
	margin: 20px auto;
}

.link__download {
	color: #000;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}

.link__download:hover,
.link__download:active {
	text-decoration: underline;
	color: #000;
}

.download-line .download {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0;
	margin-bottom: 0;
}

.intl-tel-input.allow-dropdown {
	width: 100%;
}

@media (max-width: 1200px) {
	.download-line .download {
		margin-right: 0;
	}
}

@media (max-width: 800px) {
	.download-line .download {
		margin-right: 0;
		display: flex;
		padding-left: 0;
	}
}

.servise__price span {
	font-weight: 300;
	padding-left: 7px;
}

.requirement__text {
	font-size: 14px;
	margin-bottom: 3px;
}

.requirement__mark {
	font-weight: 700;
	position: absolute;
	top: -20px;
	left: 2px;
	color: #000;
}

.block__include p {
	margin-bottom: 0;
}

/* .template__payment{
margin-bottom:
} */

.template__payment {
	margin-top: 70px;
}

.reference__block {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100px;
}

.reference__block .project__reference {
	margin-bottom: 0;
	color: #06696a;
	font-size: 24px;
}

/*project__page*/

.project__reference {
	font-size: 26px;
	color: #434343;
	font-weight: 500;
}

h3.project__page {
	font-size: 28px;
}

.list__project > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #5d5f5e;
}

.list__project > li:last-child {
	border-bottom: 0;
}

.list__project > li > span:first-child {
	font-weight: 300;
}

.list__project > li > span:last-child {
	font-weight: 500;
}

.details__block {
	padding: 20px 75px;
}

.details__block .block__include {
	width: 100%;
}

.list__project {
	padding-left: 0;
}

.field__name {
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-size: 14px;
	color: #787878;
	font-weight: 700;
	margin-bottom: 3px;
}

.field__text {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 5px;
	color: #787878;
}

.field__block {
	margin-bottom: 18px;
	border-bottom: 1px solid #5d5f5e;
}

.details__template {
	margin-bottom: 15px;
}

.field__block:last-child {
	border-bottom: 0;
}

.info__not {
	color: #fd0303;
}

.details__price {
	margin-bottom: 0;
}

.details__data {
	margin-bottom: 0;
	text-align: center;
	font-weight: 600;
}

.send-quote {
	margin-left: 15px;
}

.details__prokect__block {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* .details__prokect__block > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
} */

.details__prokect__block a {
	margin-top: 0;
}

.details__block__buttons {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.row__design-team select {
	width: 100%;
	max-width: 380px;
	height: 50px;
	margin: 10px 10px;
	border: 1px solid #000;
	background: url(images/selectarrow.png) no-repeat center right;
	position: relative;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none !important;
	appearance: none !important;
	background-size: 32px;
	padding-left: 8px;
	font-size: 18px;
}

.name-team {
	font-size: 18px;
}

.row__design-team a.btn__style-edit {
	float: none;
	display: table;
	margin-top: 15px;
	border-radius: 0;
	padding: 10px 20px;
}

.row__design-team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.row__design-team select::-ms-expand {
	display: none;
}

.details__block__add {
	counter-reset: teamname;
}

.name-team:after {
	counter-increment: teamname;
	content: counter(teamname);
}

a.add__team.btn__style-edit {
	float: left;
	margin-left: 19%;
	margin-bottom: 15px;
	padding: 5px 18px;
	border-radius: 2px;
	width: 75.2%;
}

a.btn__style-edit.btn-add__text {
	float: left;
	margin-bottom: 25px;
}

.field__payments {
	margin-bottom: 0;
}

.sent__data {
	text-align: right;
	font-size: 14px;
	font-weight: 700;
}

.paymet__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.paymet__line {
}

.paymet__line.editable .send-invoice {
	pointer-events: none;
	opacity: 0.6;
	background-color: #f1f1f1;
}

.sent__data {
	margin-bottom: 0;
}

.paymet__line .btn__style-edit {
	margin-top: 0;
}

.btn__Left__aligen {
	float: right;
}

.btn__flex__style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn__flex__style.align-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.select__update {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 20px;
}

.select__update form {
	width: 100%;
}

.select__update select {
	width: calc(100% - 100px);
	border: 1px solid #000;
	padding: 5px 10px;
	background: url(images/selectarrow.png) no-repeat center right;
	position: relative;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none !important;
	background-size: 32px;
	padding-left: 20px;
	font-size: 18px;
}

.select__update a {
	color: #787878;
	border: 1px solid #787878;
	padding: 5px 18px;
	background: transparent;
	background: #fff;
	border-radius: 2px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: block;
	line-height: 24px;
}

.select__update a:hover,
.select__update a:active {
	color: #fff;
	background: #787878;
}

.project__status .field__block:last-child {
	border-bottom: 1px solid #5d5f5e;
}

.details__block.project__status .paymet__line {
	margin-bottom: 5px;
}

.project__status .field__block p {
	margin-bottom: 0;
}

time {
	padding: 10px 15px;
}

input[type="file"].upload_photo_field {
	display: none;
}

.paymet__line p {
	margin-bottom: 0;
	font-size: 17px;
}

.cf_form_upload_files {
	border: 1px solid #00cccc;
	background: #00cccc;
	font-weight: 300;
	color: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 0;
	text-transform: lowercase;
	padding: 5px 15px;
	cursor: pointer;
	margin-top: 25px;
	display: table;
}

.upload_field_result .file__result {
	width: 100%;
	background: #f4f1f4;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px;
	margin-top: 0;
}

.upload_field_result .file__result:first-child {
	margin-top: 45px;
}

.button__space {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 25px auto;

}

.button__space .btn_custom {
	margin: auto;
}

.details__template .block__include .block__include {
	width: 100%;
}

/*modal style*/

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px !important;
	}
.modal-recap-popup .modal-dialog {
		max-width: 800px !important;
		 margin: 4.75rem auto;
	}
}
.modal-open .modal {
	text-align: center;
}

.modal-open .modal p {
	color: #006666;
	font-size: 20px;
	font-weight: 300;
}

body .modal-congrats .modal-open .modal h3 {
	color: #00cdcd;
	font-size: 36px;
	padding-bottom: 0;
}

.fre-project-detail-wrap .modal-body:before,
.modal-congrats .modal-body:before {
	/*content: '\f058';
	color: #006666;
	font-family: FontAwesome;
	font-size: 140px;
	margin-bottom: 10px;
	position: relative;
	display: block;
	line-height: 140px;*/
}

.modal.in .modal-dialog {
	max-width: 570px;
	width: 90%;
	margin: 0 auto;
}

.modal.fade .modal-dialog {
	/*-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);*/
}

#modal_image_example.modal.in .modal-dialog {
	max-width: none;
	width: 70%;
	height: 100vh;
}

#modal_recap_screen h2 {
	color: #00d1d1;
	font-weight: 600;
	margin-bottom: 5px;
}

/* #modal_recap_screen .owl-controls {
display: block;
} */

.modal-open .modal p.bs-modal-subtitle {
	width: 60%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 600;
	color: #888;
}

.modal-open .modal p.bs-modal-subtitle {
	width: 60%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 600;
	color: #888;
}

.bs-modal-recap img,
.model_recap_content img {
	width: 40px !important;
	margin: -5px auto 0;

	/* 	padding-top: 20px;
	padding-bottom: 20px; */
}
/* #modal_recap_screen .owl-stage-outer.owl-height{
height:inherit !important
} */

.bs-modal-recap .bs-modal-text {
	color: #888 !important;
	font-size: 22px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #00d1d1 !important;
}
.owl-item.active {
	background: transparent !important;
}
#modal_recap_screen button,
.modal-dialog .modal-body button {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 1;
	padding: 5px 8px 2px;

	color: #000;
	height: 35px;
	width: 35px;
	padding: 0;
	font-size: 24px;
	border: 0px solid;
	line-height: 35px;
}

.modal-dialog .modal-body button span:first-child {
	display: block;
	line-height: normal;
	height: 35px;
}
#modal_recap_screen button.close {
	display: none !important;
}

#modal_recap_screen .modal-content {
	border-radius: 15px;
	box-shadow: 0 6px 40px 6px rgb(0 0 0 / 15%);
	border: 0 !important;
}

/*

top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
*/

.line-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.num-card {
	width: 70%;
}

.line-block input {
	height: 45px;
	padding: 5px;
	border-radius: 3px;
	border-width: 1px;
	font-size: 16px;
}

.fre-table-row .fre-table-col {
	padding: 0;
	border: 0;
}

.project-action-col a {
	display: inline-block;
	width: auto;
	height: 30px;
	background: #fff;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #666f78;
	text-align: center;
	border-radius: 4px;
	line-height: 24px;
	margin: 5px;
	cursor: pointer;
	min-width: 90px;
}

.fre-table-head .fre-table-col {
	padding: 15px 0;
}

.fre-account-wrap .fre-notification {
	margin: 25px 0;
	margin-right: 0;
}

/*fre-table-row*/

.fre-table-col,
.project-title-col a {
	font-size: 14px;
}

.project-action-two > a {
	position: relative;
	bottom: calc(50% + 5px);
	right: 0;
}

.fre-table-head .fre-table-col:last-child {
	padding-right: 40px;
	padding-left: 120px;
}

.fre-table-row .fre-table-col:last-child {
	padding-right: 20px;
	min-width: 50px;
}

.fre-table-head .fre-table-col {
	border-bottom: 0;
}

.fre-table-head div.fre-table-col,
.fre-table-row .fre-table-col {
	width: 20%;
	text-align: center;
	min-width: 20%;
}

.fre-table-head div.fre-table-col {
	width: 20.25%;
	min-width: 20.25%;
}

.freelancer-previous-project-tab.active .fre-table-head {
	width: 100%;
}

.freelancer-previous-project-tab.active .fre-table-row .fre-table-col {
	width: 26%;
	text-align: center;
	min-width: 26%;
}

.freelancer-previous-project-tab.active
.fre-table-row
.fre-table-col.project-title-col {
	text-align: left;
}

.admin-bar .employer-current-project-tab.active .fre-table-head > div {
	width: 14.2%;
	min-width: 14.2%;
}

.admin-bar
.employer-current-project-tab.active
.fre-current-table-rows
.fre-table-row
> div {
	width: 14%;
	min-width: 14%;
	z-index: 8;
	position: relative;
}

.admin-bar
.employer-current-project-tab.active
.fre-current-table-rows
.fre-table-row
> div:last-child {
	position: absolute;
	right: 0;
	margin-right: 0;
	z-index: 5;
	padding-right: 0;
}

.admin-bar
.employer-current-project-tab.active
.fre-account-wrap
.fre-notification {
	margin-right: 5px;
}

.employer-previous-project-tab .fre-table-head div.fre-table-col,
.employer-previous-project-tab .fre-table-row .fre-table-col {
	width: 19.5%;
	text-align: center;
	min-width: 19.5%;
}

.employer-previous-project-tab
.fre-table-head
div.fre-table-col.project-title-col {
	text-align: left;
}

.fre-table-row .fre-table-col:last-child,
.fre-table-head .fre-table-col:last-child {
	position: relative;
	padding: 0;
	right: 12px;
}

.fre-table-row .fre-table-col:first-child,
.fre-table-head .fre-table-col:first-child {
	padding: 0;
	text-align: left;
	padding-left: 20px;
}

.fre-table {
	position: relative;
}

.my-work-employer-wrap .fre-tabs {
	margin-top: 40px;
}

#menu-main-logged-menu li {
	position: relative;
}

#menu-main-admin-menu {
	list-style: none;
	position: relative;
	padding-left: 0;
	margin-left: 40px;
}

.freelancer-site .fre-menu-top .fre-menu-main .fre-menu-page a:after,
.admin-bar .fre-menu-top .fre-menu-main .fre-menu-page a:after,
/*.customer-site*/

.project-dashboard-menu-top.fre-menu-top .fre-menu-main li.fre-menu-page.active a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f7f5f4;
	top: 34px;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-25px);
	transform: translateX(-25px);
	left: 50%;
	display: block;
	/* display: none; */
}

.bs-conversation-close-mobile-only {
	display: none;
}

.admin-bar .fre-menu-top .fre-menu-main .fre-menu-page a:after {
	display: none;
}

.admin-bar .fre-menu-top .fre-menu-main .fre-menu-page li.active a:after {
	display: block;
}

.message-page header .fre-notification.dropdown-toggle i:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f7f5f4;
	bottom: -31px;
	left: 10px;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-25px);
	transform: translateX(-20px);
	left: 50%;
	display: block;
}

.page-template-page-private-message
.fre-menu-top
.fre-menu-main
.fre-menu-page
a:after,
.page-template-page-profile .fre-menu-top .fre-menu-main .fre-menu-page a:after,
.customer-site .fre-menu-top .fre-menu-main .fre-menu-page li a:after {
	display: none;
}

.freelancer-site .fre-menu-top .fre-menu-main .fre-menu-page a:after,
.admin-bar.project-template-default
.fre-menu-top
.fre-menu-main
.fre-menu-page
a:after {
	display: none;
}

.admin-bar.project-template-default
.fre-menu-top
.fre-menu-main
.fre-menu-page:last-child
a:after {
	display: block;
}

.freelancer-site .fre-menu-top .fre-menu-main .fre-menu-page .active a:after {
	display: block;
}

.fre-menu-main > li:hover:after {
	display: none;
}

.home .fre-menu-top .fre-menu-main .fre-menu-page a:after {
	display: none;
}

.profile-employer-wrap {
	margin-top: 35px;
}

/*project time line*/

.or__style {
	text-align: center;
	display: block;
}

.fre-page-wrapper .fre-page-section p img {
	width: 100%;
}

.time-line__template .text__custom {
	margin: 38px auto 0px;
}

.reference {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #046667;
}

.time-line__template .project__name-part {
	padding-bottom: 0;
}

.time-line__template .field__block:last-child {
	border-bottom: 1px solid #5d5f5e;
}

.time-line__template .field__block {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 0;
}

.time-line__template .btn__style-edit {
	float: right;
}

.align-block {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.fre-table-head,
.fre-table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fre-table-row {
	border-top: 1px solid #ededed;
	padding: 5px;
}

.fre-table-head {
	width: 98%;
}

/*pay page*/

.fre-payment-proccess {
	padding: 0;
}

/*thank you page*/

.tell__others__list {
	padding-left: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}

.tell__others__list li a,
a.thank-link {
	color: #00cdcc;
	font-size: 16px;
	font-weight: 300;
	text-decoration: underline;
}

.tell__others__list li a:hover,
a.thank-link:hover {
	text-decoration: none;
}

.review__message span img {
	width: 100%;
	max-width: 70px;
}

.file-bLock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto;
	background: #f4f1f4;
	padding: 20px 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.link-download.btn_custom {
	margin: 0;
	line-height: 28px;
}

.file-bLock .download:before {
	bottom: 12px;
}

.background__style .file-bLock {
	margin-bottom: 14px;
}

.background__style .file-bLock:last-child {
	margin-bottom: 0;
}

.download span {
	margin-left: 5px;
}

.background__style {
	background: #fff;
	width: 100%;
	padding: 5% 8%;
	margin-bottom: 100px;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.thank-you .flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.thank-you .flex-row .col-md-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.first-block.background__style {
	margin-top: 100px;
}

.background__style:last-child {
	margin-bottom: 0;
}

.background__style h3.title-section {
	padding-top: 0;
}

.steps__img.steps__img__thanks {
	margin: 15px auto 40px;
}

.item__name {
	font-size: 24px;
}

/* quote page*/

.step-quotes .quote-question:first-child .radio-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.step-quotes .quote-question:first-child .radio-group .answers-wrap {
	width: 50%;
}

.radio-group .answers-wrap {
	display: table;
}

.radio-group .answers-wrap label {
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 40px;
}

.radio-group label {
	display: block;
	min-height: 35px;
	position: relative;
	font-weight: 400;
	overflow: hidden;
	font-size: 18px;
	/* margin-bottom: 15px;
	margin-top: 15px; */
	cursor: pointer;
	width: auto;
}

.radio-group input:not(.btn) {
	display: none;
}

.section-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.radio-group label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 15px;
	/* min-width: 30px; */
}

.checked-style {
	position: absolute;
	left: 0;
	top: 0;
}

.fre-project-detail-wrap {
	position: relative;
	margin: 0;
}

/* .window-answers-pop{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #F7F5F4;
z-index: 10;
}
.window-answers-pop > div{
width: 100%;
max-width: 500px;
max-height: 500px;
padding: 25px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 2px solid #00CDCC;
margin: 20% auto;
position: relative;
} */

.close-win {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 0;
	top: 0;
}

.close-win:before {
	content: "\f057";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 28px;
}

.quote h4 {
	font-size: 24px;
	text-align: center;
}

.custom_accordion_content {
	display: none;
	padding: 20px 15px 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.custom_accordion_content span {
	display: block;
}

.window-answers {
	display: none;
}

.window-answers-block {
	border-radius: 5px;
	padding: 10px 10px;
}

.radio-group {
	position: relative;
}

.radio-group.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fixed-price .row:first-child {
	width: 100%;
}

.fixed-price .answers-wrap {
	width: 100%;
	display: block;
}

.fixed-price .quote-question {
	width: 50%;
	display: block;
}

/*.fixed-price .fre-input-field {
display: none;
}*/

.projects-list .container_custom.fixed-price {
	display: flex;
	flex-wrap: wrap;
}

.fixed-price .row:last-child {
	width: 100%;
	display: table;
	margin: 15px auto 0;
	text-align: center;
}

.fixed-price .row:last-child > div {
	margin: 30px auto 0;
	float: none;
	max-width: 200px;
}

@media (max-width: 1224px) {
	.projects-list .container_custom.fixed-price img {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.fixed-price .answers-wrap {
		width: 100%;
	}

	.projects-list .container_custom.fixed-price {
		flex-direction: column;
	}
}

.radio-group.flex-container.columns-2 .answers-wrap {
	width: 50%;
	display: block;
}

.radio-group.flex-container.columns-2 .answers-wrap img {
	width: 100%;
}

.radio-group input:checked + .checked-style:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #00cdcc;
	top: 0;
	position: relative;
	left: 0;
	border-radius: 50%;
}

.radio-group input:checked + .checked-style:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	color: #fff;
	z-index: 1;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	font-size: 12px;
}

.what-is {
	position: relative;
	display: inline-block;
	margin-left: 50px;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	padding-top: 0;
	margin-bottom: 15px;
	color: #00cccc;
}

.what-is span {
	display: none;
	position: absolute;
	top: -14px;
	font-size: 12px;
}

.what-is:hover span {
	display: block;
}

.need__text {
	text-align: center;
	font-size: 18px;
	padding-top: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.requirement__block.brief__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-project .requirement__block.brief__section {
	display: block;
	margin: 0 0 25px;
}

.single-project.single-format-standard .requirement__block.brief__section {
	display: block;
	margin-bottom: 0;
	text-align: left;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	padding-left: 25px;
}

.single-project.single-format-standard
.fre-project-detail-wrap
.requirement__block.brief__section {
	padding-left: 0;
	padding-right: 0;
}

.single-project.single-format-standard
.fre-project-detail-wrap
.requirement__block.brief__section
p {
	padding-left: 25px;
}

.admin-bar.single-project.single-format-standard
.fre-project-detail-wrap
.requirement__block.brief__section
p,
.admin-bar.single-project.single-format-standard
.fre-project-detail-wrap
.requirement__block.brief__section
.requirement__block {
	padding-left: 75px;
}

.single-project.single-format-standard
.fre-project-detail-wrap
.requirement__block.brief__section
.requirement__block {
	padding-left: 25px;
	padding-right: 50px;
}

.single-project.single-format-standard
.requirement__block.brief__section.add-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-form .wpcf7-not-valid-tip {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.single-project.single-format-standard
.details__template
.requirement__block.brief__section {
	display: block;
	padding-left: 0px;
}

.single-format-standard .btn_continuous {
	margin-top: 25px;
}

.single-format-standard .center-price .btn_continuous {
	margin-top: 45px;
}

@media screen and (max-width: 991px) {
	.single-format-standard .center-price .btn_continuous {
		margin: 15px auto;
	}
}

#ae_private_message-inview {
	display: table;
	margin: 5px auto;
}

#tab_private_msg .fre-page-title {
	display: none;
}

.single-project .requirement__block.brief__section .requirement__block {
	margin: 0 0 25px;
}

.requirement__block.brief__section p {
	margin-right: auto;
	font-size: 18px;
	margin: 0;
	line-height: 34px;
	padding-top: 10px;
	padding-bottom: 5px;
	/*display: table;
	float: left;*/
}

.requirement__block.brief__section .col-md-10 p {
	margin-right: auto;
	font-size: 14px;
	margin: 0;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
}

.requirement__block.brief__section .col-md-10 .requirement__question__name {
	font-size: 16px;
}

.requirement__block.brief__section a {
	margin-left: auto;
	background: #000000;
	border-radius: 0;
	color: white;
	text-transform: uppercase;
	display: table;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #000;
	margin-top: 10px;
}

.requirement__block.brief__section a:hover {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #000;
	background: #f7f5f4;
	border: 1px solid #000;
}

.requirement__block.brief__section
.requirement__block
.text-right
a.btn__style-edit {
	color: #787878;
	border: 1px solid #787878;
	padding: 5px 18px;
	background: transparent;
	background: #fff;
	border-radius: 2px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: block;
	float: right;
	margin-top: 11px;
	margin-bottom: 18px;
	min-width: 50px;
	text-transform: capitalize;
	text-align: center;
}

.requirement__block.brief__section
.requirement__block
.text-right
a.btn__style-edit:hover,
.requirement__block.brief__section
.requirement__block
.text-right
a.btn__style-edit:active {
	color: #fff;
	background: #787878;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.conditions label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.conditions label input {
	display: none;
}

.conditions label span:before {
	content: "";
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	background: #fff;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	top: 7px;
}

.conditions input:checked + span:after {
	content: "";
	width: 19px;
	height: 19px;
	border: 1px solid #000;
	background: #000;
	position: absolute;
	left: 3px;
	top: 10px;
}

.conditions label span {
	position: relative;
}

.buttons-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	margin: 15px auto 0;
	max-width: 550px;
}

.buttons-group a.btn {
	margin: 0;
	margin-top: 25px;
	max-width: 240px;
	padding: 10px 0;
}

#menu-main-logged-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#menu-main-logged-menu li:first-child {
	margin-right: 15px;
}

.step-registation .container_custom__text-item {
	margin-bottom: 0;
	margin-top: 25px;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.step-registation .container_custom__text-item:first-of-type {
	margin-top: 0px;
}

.step-registation input {
	width: 100%;
	padding: 10px 4px;
}

.custom_login_form {
	margin-bottom: 75px;
	position: relative;
}

.custom_login_form .container_custom__text {
	font-size: 26px;
	width: 100%;
	max-width: 741px;
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
	line-height: 26px;
	padding-bottom: 20px;
}

body .checkbox-inline span:before,
body .fre-checkbox span:before {
	border-radius: 0;
}

.checkbox-inline span:after,
.fre-checkbox span:after {
	content: "";
	display: none;
	font-family: "FontAwesome";
	font-size: 14px;
	background: #2f6867;
	position: absolute;
	left: 3px;
	top: 4px;
	width: 10px;
	height: 10px;
}

.login-style {
	font-size: 22px;
	padding-bottom: 30px;
}

.step-registation .login-style {
	padding-bottom: 0;
}

.fre-authen-wrapper {
	padding: 0px;
}

body .fre-authen-login button.fre-submit-btn,
.step-registation button.fre-submit-btn {
	background: #2f6867;
	border-color: #2f6867;
	border-radius: 0;
	max-width: 250px;
	margin: 40px auto 0;
	display: table;
	font-weight: 500;
}

.step-registation button.fre-submit-btn {
	background: #2f6867;
	border-color: #2f6867;
	border-radius: 0;
	max-width: 250px;
	margin: 40px auto 0;
	display: block;
	font-weight: 500;
	width: 100%;
}

.login-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.login-group .fre-validate-error {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.login-group .fre-input-field {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.login-group > .fre-input-field {
	margin-bottom: 0;
}

body .fre-authen-login button.fre-submit-btn:hover,
.step-registation button.fre-submit-btn:hover {
	color: #fff;
}

.fre-authen-login {
	background: transparent;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	width: 100%;
	max-width: 870px;
}

#popap-contact-form {
	background: transparent;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	width: 100%;
	max-width: 870px;
	padding: 40px 40px 0;
	margin: 0 auto 40px;
}

#popap-contact-form form {
	background: #ffffff;
	padding: 35px 70px 20px;
}

#popap-contact-form form label {
	font-size: 22px;
	color: #5d5f5e;
	position: relative;
	font-weight: 400;
}

#popap-contact-form input,
#popap-contact-form input:active,
#popap-contact-form input:focus,
#popap-contact-form input:hover,
#popap-contact-form textarea,
#popap-contact-form textarea:active,
#popap-contact-form textarea:focus,
#popap-contact-form textarea:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#popap-contact-form span.wpcf7-not-valid-tip {
	bottom: -20px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

#popap-contact-form .wpcf7-form-control-wrap {
	display: block;
}

#popap-contact-form input[type="email"],
#popap-contact-form input[type="number"],
#popap-contact-form input[type="password"],
#popap-contact-form input[type="search"],
#popap-contact-form input[type="text"] {
	padding: 0 15px;
	width: 100%;
	height: 44px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	color: #415161;
	line-height: inherit;
}

#popap-contact-form textarea {
	padding: 12px 15px;
	width: 100%;
	height: 144px;
	max-width: 100%;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	color: #415161;
	line-height: 1.45em;
}

#popap-contact-form input[type="submit"] {
	background: #2f6867;
	border-color: #2f6867;
	border-radius: 0;
	max-width: 250px;
	margin: 40px auto 20px;
	display: table;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

#popap-contact-form div.wpcf7-validation-errors,
#popap-contact-form div.wpcf7-mail-sent-ok {
	border: 0;
	padding-left: 35px;
	position: relative;
	margin: 0 auto;
	max-width: 820px;
	width: 100%;
	font-size: 24px;
}

#popap-contact-form div.wpcf7-validation-errors:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: 0;
	border: 2px solid #7fb1b2;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	padding-left: 1px;
	display: block;
	font-size: 15px;
	top: 9px;
	background: #7fb1b2;
}

#popap-contact-form div.wpcf7-mail-sent-ok:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: 0;
	border: 2px solid #7fb1b2;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	padding-left: 1px;
	display: block;
	font-size: 15px;
	top: 9px;
	background: #7fb1b2;
}

.fre-project-detail-wrap .radio-group {
	/*display: flex;*/
	flex-wrap: wrap;
}

.terms-service .block__include {
	display: block;
	border-top: none;
	padding: 0;
}

.fre-authen-login .fre-validate-error {
	margin-bottom: 0;
}

.step-registation .fre-authen-footer {
	text-align: center;
}

.step-registation .fre-authen-footer a {
	font-size: 16px;
	color: #415161;
	line-height: 1em;
}

.wrap-login {
	background: #fff;
	padding: 35px 60px;
	border-radius: 4px;
}

.fre-authen-login > .fre-input-field {
	margin-bottom: 5px;
}

.forgot-password {
	display: table;
	margin: 0 auto;
}

.forgot-password p {
	font-size: 16px;
}

.forgot-password p a {
	text-decoration: underline;
	color: #333;
}

body .fre-authen-login .fre-authen-footer .forgot-password {
	float: none;
	display: table;
	margin: 0 auto;
}

body .fre-authen-login .fre-authen-footer {
	border: 0;
	padding-top: 10px;
}

.login-consultant {
	display: table;
	margin: 15px auto;
	max-width: 150px;
}

.container_custom__text {
	font-size: 28px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
	line-height: 26px;
	padding-bottom: 20px;
}

.welcome-messenger .container_custom__text {
	max-width: 760px;
}

.welcome_text {
	font-size: 24px;
	width: 100%;
	max-width: 600px;
	margin: 50px auto 0px;
	text-align: center;
	font-weight: 300;
}

.wrap-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-bottom: 30px;
}

.dataTable ul li {
	list-style: none;
}

body .twentytwenty-horizontal .twentytwenty-handle:before {
	display: none;
}

body .twentytwenty-horizontal .twentytwenty-handle:after {
	display: block;
	background: rgba(109, 105, 105, 0.8);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	width: 320px;
	text-align: center;
	transform: translateX(-160px);
	height: 50px;
	color: #fff;
	font-size: 22px;
	padding-top: 11px;
	border-radius: 25px;
	margin-top: -50px;
}

body .twentytwenty-handle {
	border: 0;
	-webkit-box-shadow: 0px 0px 0px rgba(51, 51, 51, 0);
	box-shadow: 0px 0px 0px rgba(51, 51, 51, 0);
}

body .twentytwenty-left-arrow,
body .twentytwenty-right-arrow {
	border: 0;
}

body .twentytwenty-left-arrow:after {
	content: "";
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font-size: 44px;
	margin-left: -60px;
	height: 77px;
	width: 150px;
	background: url(./images/bouncing_arrow_double_large.gif);
}

body .twentytwenty-overlay:hover {
	background: none;
}

body .twentytwenty-right-arrow:before {
	content: "";
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font-size: 44px;
	display: none;
}

.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
	display: none;
}

.fre-loading-wrap {
	left: 50% !important;
	position: absolute !important;
}

/*After before*/

.twentytwenty-container img {
	width: 100% !important;
}

.details__template #gallery_place {
	display: block;
}

.fre-page-wrapper .fre-page-title {
	margin-bottom: 0;
	text-transform: lowercase;
	text-align: center;
	padding: 40px 0 0;
	margin: 35px 0 0;
	background: transparent;
	border-bottom: none;
}

.fre-page-wrapper .fre-page-title h2 {
	font-size: 48px;
	color: #00cdcc;
	font-weight: 100;
}

.wrap__template .container.welcome-messenger {
	background: transparent;
}

body #check_coupon {
	background-color: #d3d3d3;
	border-color: #d3d3d3;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 0;
	height: 49px;
}

.card-number-wrap .line-block input {
	border-radius: 0;
	height: 49px;
}

.card-number-wrap .line-block .wrap-coupon input,
.card-number-wrap .line-block .num-card {
	font-size: 18px;
}

.wrap-data-cart {
	padding: 0 60px;
}

.card-number-wrap .amount-block .amount-block__name {
	font-weight: 400;
	font-size: 18px;
	padding-top: 8px;
}

.card-number-wrap .num-card {
	width: 100%;
	max-width: 380px;
}

.card-number-wrap .num-card .line-block input {
	height: 50px;
}

.modal-body h3 {
	font-size: 42px;
	color: #00cdcd;
	margin-bottom: 0;
}

.wrap-coupon {
	min-width: 370px;
}

.wrap-pay-pic-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.error-pay-pic-block p {
	font-size: 18px;
	display: block;
	position: relative;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 11px;
	padding: 10px 10px 10px 30px;
}

.error-pay-pic-block p.coupon_valid_message {
	margin-bottom: 0;
}

.error-pay-pic-block p:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 100;
	color: #000;
	font-size: 18px;
	color: #fff;
	background: red;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 25px;
	position: absolute;
	top: 12px;
	left: 0;
}

.error-pay-pic-block p.coupon_valid_message:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 100;
	color: #000;
	font-size: 18px;
	color: #fff;
	background: #00cccc;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 26px;
	position: absolute;
	top: 12px;
	left: 0;
}

.full-width-img {
	width: calc(100% + 150px);
	-webkit-transform: translateX(-75px);
	-ms-transform: translateX(-75px);
	transform: translateX(-75px);
}

/*avatar page*/

.avatar-profile-page input[type="submit"] {
	display: none;
}

.message-error {
	color: #cd0a0a;
}

.fre-attached-list > li .attached-name p {
	white-space: normal;
	font-weight: 500;
}

/*end avatar page*/

.fre-attached-list > li .attached-name {
	width: auto;
	display: block;
}

.fre-input-field .edit-gallery-image .fre-attached-list .image-item {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	position: relative;
	font-weight: 500;
}

.fre-attached-list > li .attached-size {
	width: 50%;
	text-align: right;
}

.fre-attached-list > li .attached-remove {
	width: 50%;
}

.answers-content {
	font-size: 14px;
}

.project-bid-col {
	word-wrap: break-word;
}

.included-service .block__include {
	border-top: none;
}

.included-service .block__include:last-child {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 50px;
}

.fre-project-detail-wrap h3.title-section {
	padding-bottom: 25px;
	margin-bottom: 0;
}

.included-service.answers-wrap p {
	font-size: 18px;
}

body
.elementor-4341
.elementor-element.elementor-element-91ca09b.elementor-wc-products
ul.products
li.product
.button {
	font-family: "Lato", Sans-serif;
	text-transform: uppercase;
	border-radius: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top: 1.6em;
	margin: 10px auto;
	transform: translateX(0);
	left: 0;
	right: 0;
}

@media (max-width: 1199px) {
	.current-employer-project .fre-table-col.project-title-col {
		width: 100%;
	}

	.project-bid-col,
	.project-bids-col,
	.current-employer-project .fre-table-col.project-title-col,
	.current-employer-project .fre-table-col.project-open-col,
	.current-employer-project .fre-table-col.project-status-col {
		text-align: center;
		position: relative;
		padding: 0;
		top: 0;
		right: 0;
	}

	.current-employer-project .fre-table-col.project-title-col {
		padding: 20px 0 0 0;
		display: none;
	}

	.current-employer-project
	.fre-current-table-rows
	.fre-table-col.project-title-col {
		display: block;
	}

	.current-employer-project .fre-table-col.project-bids-col {
		padding: 15px 0;
	}

	.current-employer-project .fre-table-col.project-action-col {
		display: none;
	}

	.current-employer-project .fre-table-col.project-budget-col,
	.current-employer-project .fre-table-row .fre-table-col {
		padding: 0;
		position: relative;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}

	.project-bid-col span:last-child {
		display: none;
	}

	.employer-previous-project-tab .fre-table-head div.fre-table-col,
	.employer-previous-project-tab .fre-table-row .fre-table-col {
		width: 100%;
		max-width: 100%;
		text-align: center;
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.fre-table-row .fre-table-col:last-child,
	.fre-table-head .fre-table-col:last-child {
		right: 0;
		margin: 0;
	}

	.previous-employer-project .fre-table-col.project-start-col,
	.previous-employer-project .fre-table-col.project-bid-col,
	.current-freelance-project .fre-table-col.project-bid-col,
	.current-freelance-project .fre-table-col.project-bids-col {
		border-right: 0px solid #415161;
		margin: 0 auto;
	}

	.fre-table-row .fre-table-col:first-child,
	.fre-table-head .fre-table-col:first-child {
		padding: 0;
		text-align: left;
		padding-left: 0;
		text-align: center;
		margin: 0 auto;
	}

	.fre-table-row .fre-table-col:first-child,
	.fre-table-head .fre-table-col:first-child,
	.current-freelance-project .fre-table-col.project-status-col {
		padding: 0;
		text-align: center;
		padding-left: 0;
		position: relative;
		top: 0;
		right: 0;
	}

	.freelancer-previous-project-tab.active
	.fre-table-row
	.fre-table-col.project-title-col {
		text-align: center;
		padding: 0;
		margin: 0;
	}

	.current-freelance-project .fre-table-col.project-action-col {
		text-align: center;
		padding: 0;
	}

	.admin-bar .employer-current-project-tab.active .fre-table-head > div {
		width: 100%;
		min-width: 100%;
		padding: 3px;
	}

	.project-open-col > span {
		padding-right: 0;
	}

	.admin-bar
	.employer-current-project-tab.active
	.fre-current-table-rows
	.fre-table-row
	> div {
		width: 100%;
		margin: 3px auto;
	}

	.previous-employer-project .fre-table-col.project-review-col {
		border-bottom: 0px solid #ededed;
	}

	.project-average-col > span {
		margin-right: 0;
	}

	.current-freelance-project .fre-table-col.project-action-col {
		border-bottom: 0px solid #ededed;
	}

	.freelancer-previous-project-tab.active .fre-table-row .fre-table-col {
		width: 100%;
		min-width: 100%;
		margin: 0;
		border: 0;
	}

	.home h4.tittle-project {
		font-size: 40px;
	}

	.architectural .content__block p,
	.architectural .content__block a {
		font-size: 14px;
	}

	.conteiner-full > div {
		min-height: 390px;
	}

	.wrap-data-cart {
		padding: 0 0;
	}

	.line-block {
		display: block;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.wrap-data-cart {
		padding: 0 5px;
	}

	.line-block {
		display: block;
	}

	.wrap-coupon {
		margin-bottom: 15px;
	}

	.wrap-coupon input {
		width: calc(100% - 95px);
	}

	.wrap-coupon input.num-card {
		width: 100%;
	}

	.wrap-data-cart {
		padding: 0;
		/* margin-bottom: 15px; */
		position: relative;
		overflow: hidden;
	}

	.card-number-wrap .line-block input#cvc {
		width: 100%;
	}

	.card-number-wrap .num-card {
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1040px) {
	.conteiner-full > div {
		min-height: 250px;
	}

	.content__block .price {
		margin: 5px 0 0;
	}

	.content__block .get-started:visited,
	.content__block .get-started:link {
		margin-top: 5px;
	}
}

@media screen and (max-width: 768px) {
	.container_custom_thank p {
		color: #227273;
		font-size: 11px;
		text-align: center;
		font-weight: 300;
		line-height: 1.1;
		margin-bottom: 5px;
	}

	.container_custom_thank p.link_custom_p {
		font-size: 17px;
		margin-bottom: 25px;
		margin-top: 5px;
		color: #cccccc;
	}

	.container_custom_thank a.link_custom {
		color: #777;
		border-color: #777;
		font-size: 12px;
		margin-top: 19px;
		padding: 2px 5px;
		max-width: 160px;
	}

	.container_custom_thank p.link_custom_p span {
		color: #333;
	}

	.control-label_custom {
		color: #838181;
		font-size: 14px;
		font-family: "HelveticaNeue1";
	}

	.block-step {
		margin-top: 25px;
		margin-bottom: 15px;
	}

	.text_center {
		text-align: center;
		font-size: 12pt;
		margin-top: 0;
	}

	.btn_custom {
		padding: 10px 25px 10px 25px;
	}

	.btn-link_custom {
		outline: none;
		display: block;
		margin: 0 auto;
		color: #828081;
		margin-top: 0;
		font-size: 12px;
		border-radius: 40px;
		border: 1px solid #000000;
		margin-bottom: 20px;
		font-weight: 300;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		white-space: inherit;
		padding: 6px 15px;
		font-family: "HelveticaNeue";
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.content-block_image:before {
		content: "";
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
		opacity: 0;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background: none;
		content: url(images/ok_done_150_hover_black_sm.png);
		margin: 0 auto;
		text-align: center;
		top: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.content-block_image:hover:before {
		top: calc(100% - 140px);
	}

	input:checked + label .content-block_image:before {
		opacity: 0.9;
		top: calc(50% - 25px);
		top: -webkit-calc(50% - 25px);
		content: url(images/ok_done_150_sm.png);
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
	}

	.file-style.download {
		line-height: normal;
	}
}

.file-qustion label .step-photos_or_floor_plans .quote-question label,
.file-question label {
	display: block;
	position: relative;
	overflow: hidden;
}

.step-photos_or_floor_plans .quote-question::after,
.file-question::after {
	display: block;
	content: "";
	width: 100%;
	background: #bcbcbc;
	height: 1px;
	margin-top: 22px;
	margin-bottom: 26px;
}

.step-photos_or_floor_plans .quote-question span,
.file-question span {
	display: inline-block;
	margin-bottom: 8px;
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
}

.fixed-price .quote-question label {
	display: block;
}

.radio-group .answers-wrap input:checked + .checked-style {
	border: none;
}

.quote-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.quote-question .checked-style {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 15px;
	min-width: 34px;
}

.quote-question label::before {
	display: none;
}

.quote-question input:checked + .quote-wrapper .checked-style {
	background: #00cdcc;
	border: 1px solid #00cdcc;
}

.quote-question input:checked + .quote-wrapper .checked-style::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	color: #fff;
	z-index: 1;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	font-size: 24px;
}

/*
body form #post-place{
position: absolute;
width:100%;
bottom: 0;
}*/

.upload-files {
	max-width: 300px;
	margin-top: 20px;
}

.upload-files .final-files-list {
	padding: 0px;
	margin: 10px 0px 0px;
	list-style: none;
}

.upload-files .final-files-list li {
	padding: 5px 0px;
	max-width: 100%;
	font-weight: 700;
	color: #000;
}

.upload-files .final-files-list li:before {
	content: "\f15b";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
}

.upload-files .final-files-list li span {
	font-weight: 700;
}

.inbox-content-wrap {
	display: flex;
	flex-direction: column;
	padding-top: 0;
}

body .conversation-typing-wrap {
	position: inherit !important;
	bottom: 0;
	left: 0;
	width: 100%;
	background: transparent;
	top: 0;
	bottom: 0 !important;
}

/*
body .conversation-typing-wrap {
position: absolute;

}
*/

.download-list .image-item {
	display: flex;
}

.download-list .image-item div {
	margin: 0 5px;
}

#gallery_place #gallery_container #image-list.download-list {
	margin: 15px auto 0;
	margin-left: 0;
	padding-left: 20px;
}

.download-list .attached-name {
	color: #000;
	font-weight: 500;
}

.download-list .attached-name p {
	padding-left: 20px;
	font-weight: 500;
}

.download-list .attached-name:before {
	content: "\f15b";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 18px;
	position: absolute;
	margin-top: -2px;
}

.fre-input-field__admin-page .download-list .fa-times:before {
	color: #000;
	cursor: pointer;
}

.update {
	display: table !important;
	margin: 16px auto 0;
	color: #fff;
	border-color: #000;
	background: #000;
	border-radius: 0;
	text-transform: uppercase;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 14px;
	font-weight: 700;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 2px solid #000;
	transition: 0.2s;
}

.update:hover {
	background: #fff;
	color: #000;
	transition: 0.2s;
}

#tab_private_msg {
	margin-top: 30px;
}

.mCustomScrollBox {
	height: 100 !important;
}

.admin-bar
.employer-current-project-tab.active
.fre-current-table-rows
.fre-table-row
> div
span {
	display: none;
}

.service {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.service li {
	margin: 5px auto;
	font-weight: 700;
	position: relative;
	padding: 5px;
	display: table;
	justify-content: center;
	font-size: 18px;
	color: #000;
}

.service li:before {
	content: "";
	font: normal normal normal 14px/1 FontAwesome;
	background: url(./images/approved.png) no-repeat;
	width: 25px;
	height: 25px;
	background-size: cover;
	display: block;
	position: absolute;
	left: -35px;
	top: 2px;
}

.service li:after {
	content: "";
	width: 100%;
	height: 1px;
	max-width: 175px;
	background: #ccc;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.service li:last-child:after {
	display: none;
}

.wrap__template .container.our-quote {
	background: transparent;
}

.get-button {
	display: table;
	margin: 33px auto 0;
	max-width: 298px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 100%;
	padding: 10px 30px 10px 30px;
	border: 1px solid #00cccc;
	background: #00cccc;
	color: #fff;
	font-size: 12pt;
}

.get-button:hover {
	border: 1px solid #00cccc;
	background: #fff;
	color: #00cccc;
}

.our-quote {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (min-width: 1600px) {
.container-fluid.dash-header {
    width: 1620px;
}
}

@media screen and (max-width: 991px) {
	.our-quote {
		margin-top: 25px;
	}
}

.bg-our-quote {
	padding: 25px 0 0;
	display: flex;
}

@media screen and (max-width: 991px) {
	.bg-our-quote {
		padding: 15px 0 0;
		display: flex;
	}
}

.row-images {
	display: flex;
}

.lowest-price {
	font-weight: 500;
	position: relative;
	padding: 5px;
	margin-left: 85px;
	font-size: 16px;
	list-style: none;
	text-align: left;
}

@media (max-width: 1200px) {
	.lowest-price {
		margin-left: 45px;
	}
}

.lowest-price li {
	position: relative;
	margin: 10px 0;
	font-size: 18px;
	color: #000;
	font-weight: 700;
}

.lowest-price li:first-child {
	margin-top: 0;
}

.lowest-price li:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.discount_wrap{
		font-size: 16px
	}
	.bs-slider-cta-btn button {
		padding: 4px 8px !important;
	}
	.lowest-price li,
	.service li {
		font-size: 14px;
	}
    .fre-header-wrap .fre-menu-top, .fre-header-wrap .fre-site-logo, .fre-header-wrap .fre-account-wrap {
        width: 100% !important;
    }
	.best_describs .back-btn {
    left: 0 !important;
    position: absolute;
    top: -22px;
}
}

.lowest-price li:before {
	content: "";
	font: normal normal normal 14px/1 FontAwesome;
	background: url(./images/approved.png) no-repeat;
	width: 25px;
	height: 25px;
	background-size: cover;
	display: block;
	position: absolute;
	left: -35px;
	top: -2px;
}

.center-price {
	font-weight: 700;
	position: relative;
	padding: 55px 15px 22px;
	border: 1px solid #000;
	top: -34px;
	min-height: 302px;
}
.social_login_sec .nsl-container[data-align="left"] {
    text-align: center;
}

/* get-started css here */
.body_white_back {
    background: #fff;
}
.inner-step{
	width:87%;
}

.get-main {
    background: #fff;
    height: auto;
    width: 100%;
    margin: auto;
}
.get-start-section {
    margin-top: 26px;
}
.get_started_left h2 {
    font-size: 42px;
    font-weight: bold;
}
ul.feu_list li:marker {
	list-style:none;
}
ul.feu_list {
    list-style: none;
    margin-top: 20px;
}
ul.feu_list li {
    font-size: 18px;
	font-family: 'HelveticaNeue';
    font-weight: 400;
    line-height: 30px;
    color: #717171;
    list-style: none;
	position:relative;
}
ul.feu_list li:before {
    content: "";
    background: url(/wp-content/themes/freelanceengine-child/images/tick-1.png);
    float: left;
    font-size: 1.5em;
    margin-right: 15px;
    position: absolute;
    height: 21px;
    width: 21px;
    left: -32px;
    top: 3px;
}
.rv_left h2 {
    font-size: 31.48px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}
.rating_sec .rating {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.rating_sec .rating__item {
    font-size: 14px;
    display: block;
    font-family: FontAwesome;
    padding: 5px;
    color: #fff;
    border: 0.5px solid #fff;
    background: #dfdfdf;
}
.rating_sec .rating__item:nth-child(-n+4):after{
	content: "";
}
.rating_sec .rating__item:nth-child(-n+4){
	background: #66b27a;
}
.rating_sec .rating[data-rating="4.8"] .rating__item:nth-child(5):after{
	content: "";
}
.rating_sec .rating[data-rating="4.8"] .rating__item:nth-child(5){
	background: linear-gradient(90deg, #66b27a 50%, #dfdfdf 50%);
	content: "";
}
.rv_left h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    margin-top: 10px;
}
.rating_sec .rating .rating__item {
    font-size: 14px;
}
ul.inputs-list.multi-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
	max-width: 440px;
	
}
ul.inputs-list.multi-container li {
    list-style: none;
    display: flex;
    flex: 0 0 100%;
    margin: 10px 0;
}
li.hs-form-radio label {
    width: 100%;
    text-align: right;
}
.hs-input[type="radio"] {
    display: none;
}
.hs-input[type="radio"]:checked + span {
    background-color: #222222;
    color: #fff;
    border-color: #000177;
}
li.hs-form-radio span {
    font-size: 16px;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #222222;
}
.hs-form-radio-display span {
    display: inline-block;
    padding: 14px 0px 14px 0px;
    cursor: pointer;
    border: 1px solid #222222;
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    background: #fff;
    width: 100%;
}
.get_started_right h4 {
	font-family: 'HelveticaNeue';
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	}
.nxt-btn {
    text-align: right;
    margin-top: 100px;
}
.nxt-btn button{
	padding: 14px 0 14px 0;
    border-radius: 8px;
    background: #222222;
    color: #fff;
    width: 200px;
    display: inline-block;
    text-align: center;
	cursor: pointer;
	}
.nxt-btn button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}	
	
.nxt-btn button:hover{
   /** opacity:0.75;**/
}
.rating_sec h4 {
    font-size: 20px;
    font-weight: 700;
}	
.rating_sec h4 a {
    font-size: 12px;
    color: #222222;
    line-height: normal;
    font-weight: 700;
}
.rating_sec img {
    width: 110px;
    display: inline-block;
    margin: -18px 0 0 0;
}
.rating_sec {
    margin-top: 80px;
	margin-bottom:50px;
}

.get_started_right {
   position: relative;
    text-align: right;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	align-content: flex-start;
	padding-top: 100px;
}
.get_started_right:before {
    content: "";
    border-left: 0px solid #ddd;
    position: absolute;
    min-height: 320px;
    left: -2px;
}
.logout_header .fre-menu-top.webMenu{
	padding-right: 0px !important;
}
/* get-started css end here */


/* get-itinirary css start here */
.innerpage-section h4 {
	font-family: 'HelveticaNeue';
	font-size: 18px;
	font-weight: 400;
	line-height: 28.14px;
	text-align: left;
	color:#717171;
}
.innerpage-section{
	margin-top:80px;
}
.form-switch {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
        }

.form-switch .form-check-input {
	width: 3em;
	height: 1.5em;
	background-size: 50% 50%;
        }
.counter-control {
	display: flex;
	align-items: center;
    }
.counter-control button {
            border: 1px solid #ddd;
			border-radius: 50px;
			height: 40px;
			width: 40px;
			padding: 0;
			margin: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			line-height: 40px;
            background-color: transparent;
            font-size: 1.5em;
            cursor: pointer;
            margin: 0;
        }
.counter-control input {
            width: 40px;
            text-align: center;
            border: none;
            background: none;
        }
.tole-col {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}
.tole-col:last-child {
    border: none !important;
}
.tole-col h4 {
    color: #222222;
	font-family: 'HelveticaNeue';
	font-size: 16px;
	font-weight: 400;
	line-height: 19.09px;
	text-align: left;
}
.tole-col p {
	font-family: 'HelveticaNeue';
	font-size: 14px;
	font-weight: 400;
	line-height: 16.7px;
	text-align: left;
	color: #5E5E5E;
	max-width: 330px;
	margin-top: -8px;
}
textarea {
    /*height: 200px !important;*/
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.multiple-tab {
    width: 300px;
    border-radius: 20px;
	display: flex;
    flex-wrap: nowrap;
    background: #ebebeb;
	padding: 4px;
}
.tab-row {
    margin-bottom: 60px;
}
.tab-container {
    display: flex;
        }
.multiple-tab .tab {
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: none;
	width: 150px;
	text-align: center;
	color:#222;
        }
.tole-parent.tab-content {
	display: none;
	padding: 20px 0;
        }
.tab.active {
	background-color: #ffffff;
	color:#222;
	width: 150px;
	border-radius: 20px;
	border: none;
        }
.tole-parent.tab-content.active {
	display: block;
        }
.more-btn a {
    color: #222222;
}
.more-btn a:hover {
    opacity: .75;
}
.bottom-btn {
    gap: 0 30px;
	margin:80px -245px 80px 0;
}
.tole-col:last-of-type {
    border-bottom: none; 
}
.tole-parent h2{
     font-family: 'HelveticaNeue';
	font-size: 18px;
	font-weight: 400;
	line-height: 16.7px;
	text-align: left;
	color: #717171;
	margin-bottom: 20px;
}
.tole-parent h2 i {
    font-size: 10px;
    color: #000;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.more-btn i {
    font-size: 10px;
    margin-left: 5px;
}
 .add-floor-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
        }
.add-floor-container .line {
	flex: 1;
	height: 1px;
	background-color: #ddd;
        }
.add-floor-container .text {
	padding: 0 15px;
	color: #717171;
	cursor: pointer;
        }
.add-floor-container .text:hover {		
    cursor: pointer;
    text-decoration: underline;	
	color:#171717;
}	
.more-btn a {
	color: #222222;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	font-family: 'HelveticaNeue';
	font-size: 16px;
	font-weight: 400;
	line-height: 19.09px;
}
.back-btn.recap_page_back {
    left: -50px;
}
.back-btn {
    left: 0;
	position:absolute;
}
.back-btn a {
    background: #f7f7f7;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #575757;
	cursor: pointer;
}
/* get-itinirary css END here */


/* questionnaire Template css here */
.wrap-radio {
    list-style: none;
    display: flex;
    flex: 0 0 100%;
    margin: 5px 0;
    align-items: center;
}
.wrap-radio label {
    width: 100%;
    text-align: right;
}

.radio-group .answers-wrap .wrap-radio label {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 5px;
}
.wrap-radio input[type="radio"]:checked + span {
    background-color: #222222;
    color: #fff;
    border-color: #000177;
	border: 1px solid #222222 !important;
}

.wrap-radio span {
    font-size: 16px;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #222222;
}
.wrap-radio span {
    display: inline-block;
    padding: 14px 0px 14px 0px;
    cursor: pointer;
    border: 1px solid #222222;
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    background: #fff;
    width: 100%;
}
.wrap-radio span:hover {
    background: #f7f7f7;
}
.wrap-radio input:checked + .checked-style:before {
   display:none;
}   
.wrap-radio input:checked + .checked-style:after {
   display:none;
}
.wrap-radio label:before{
   display:none;
}
.wrap-radio .checked-style {
    position: initial;
}
.all_step_main .step-title p{
	font-family: 'HelveticaNeue';
	font-size: 18px;
	font-weight: 400;
	line-height: 28.14px;
	text-align: left;
}
.bs_questionnaire_wrap.top-heading {
    max-width: 540px !important;
}
.top-heading p{
    font-family: 'HelveticaNeue';
    font-size: 18px;
    font-weight: 400;
    line-height: 28.14px;
    text-align: left;
    color: #717171;
    margin-bottom: 20px;
	text-align: left;
	}
.all_step_main textarea {
    background: #fff !important;
    border: 1px solid #B0B0B0 !important;
	border-radius: 8px !important;
}	
.all_step_main .accordion_header {
    margin-top: 80px;
}
.all_step_main .name_accordion {
    background: #fff;
    border-radius: 20px;
    color: #fff;
    padding: 10px 30px;
    box-shadow: 0px 0px 5px 2px #00000024;
    color: #222;
    margin: 4px 0 0;
}
.all_step_main .name_accordion:hover {
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 10px 30px;
	cursor:pointer;
}
.all_step_main .name_accordion span.sug_icon_container{
	display:none;
}
.content-block-tint img {
        width: 320px;
        height: auto;
    }
.content-block span {
    text-align: left;
    display: block;
    margin-bottom: 8px;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
    margin: 10px 20px;
}	
.content-block.best_in img {
    border-radius: 10px;
    width: 100%;
	height: 200px;
}
.content-block.best_in:after{
	display:none;
}
.content-block.best_in input:checked + label .content-block-tint:before {
	background: none;
}
.content-block.best_in label {
    border: 1px solid #fff;
    border-radius: 10px;
}
.content-block.best_in label:hover{
	  border: 1px solid #000;
}
.content-block.best_in input:checked + label{
	  border: 1px solid #000;
}
	
.content-block.best_in span {
    background: transparent;
	 margin: 0px 0 0 0;
    padding: 20px 20px;
    position: relative;
    border-radius: 0 0 10px 10px;
}
.content-block.best_in label:hover span {
    background: #f7f7f7;
	 margin: 0px 0 0 0;
    padding: 20px 20px;
    position: relative;
    border-radius: 0 0 10px 10px;
}
.content-block.best_in input:checked + label span {
    background: #000;
	 margin: 0px 0 0 0;
    padding: 20px 20px;
    position: relative;
    border-radius: 0 0 10px 10px;
	color:#fff;
}
.best_in .content-block_image:before{
	display:none;
}
.content-block.best_in label:hover img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.content-block.best_in input:checked + label img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.best_describs .back-btn {
    left: -140px !important;
    position: absolute;
}
.step-best_describs_you {
   /* margin-top: 80px; */
}
.content-block_footer.add-col span {
	text-align:left;
	color: #222 !important;
    text-transform: capitalize;
	font-family: 'HelveticaNeue';
	font-size: 16px;
	font-weight: 400;
	line-height: 19.09px;
}
.content-block_footer.add-col span i {
    font-size: 14px;
}
.content-block_footer.add-col textarea {
   font-size: 16px;
}
.category-line.top-heading:before {
   display:none;
}	
.category-line.top-heading:after{
   display:none;
}
.like-dislike .content-block_image_a3.form_a3_immg {
    border-radius: 10px;
}	
.content-block.like-dislike span {
    padding: 10px 20px 19px 0;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.54px;
    text-align: left;
    color: #222;
    margin-left: 0;
}
.content-block.like-dislike:after{
   display:none;
}
.icon-hide:before{
	display:none;
}
span.checked-style.icon-hide {
    display: none;
}
.w-autod {
	width:atuo;
}
.w-autod .steps-or__image img {
    width: 100px;
}
.w-autod label {
    border: 1px solid #222;
    border-radius: 10px;
}
.w-autod {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}
.w-autod label {
    padding-left: 0 !important;
}
.w-autod label:before{
	display:none;
}
.steps-or__image {
    max-height: 90px;
    height: 90px;
	padding: 16px 16px 0;
	/*margin: 5px 5px;*/
	  text-align: center;
}
.quote-wrapper.left-t {
    text-align: left;
    justify-content: left;
    padding-left: 10px;
	font-size:13px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding: 0 16px 16px 16px !important;
}

a.secondary-color.button__style.up-btn{
	background: #222 !important;
    border-radius: 8px;
    color: #fff;
    display: block;
    text-align: center;
    cursor: pointer;
    max-width: 88% !important;
    height: 54px;
    line-height: 54px;
	font-weight:400;
	text-transform: capitalize;
}
a.secondary-color.button__style.up-btn:hover {
    background: #fff !important;
    color: #222;
	border:1px solid #000;
}
.d-none{
	display:none;
}
.m-left-next {
    margin-right: -20px !important;
}
.photo_or_floor .back-btn {
    left: -140px !important;
    position: absolute;
}

.projects-list .container_custom.photo_or_floor {
    width: 100%;
    max-width: 1060px;
    padding: 25px 50px 10px;
    background: #ffffff;
    margin: 35px auto 0;
}
.mt-all {
	margin-top:65px !important;
}
.upload_file_heading {
    width: 100% !important;
    max-width: none !important;
}
.upload_file_list {
    display: inline-block !important;
}
.upload_file_list .active {
    background: #222;
}
.upload_file_list img.black_img {
   display: inherit;
}
.upload_file_list .active img.black_img {
   display: none;
}
/* .upload_file_list:hover img.black_img {
   display: none;
} */
.upload_file_list .active img.white_img {
     display:inherit;
}
/* .upload_file_list:hover img.white_img {
     display: block;
} */
.upload_file_list img.white_img {
     display: none;
}
.upload_file_list .active .home-text{
	color:#fff;
}

.add-col {
    margin-bottom: 40px;

}
.mt-all .back-btn {
    left: -100px !important;
    position: absolute;
}
.row.prv_more_sec {
    margin: auto;
    max-width: 580px;
	margin-bottom: 40px;
}
.upload_file_sec {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 8px 0;
}
.btn.btn-large.btn_custom.next-button {
    background: #222 !important;
    text-transform: capitalize;
	font-family: 'HelveticaNeue';
	font-size: 16px;
	font-weight: 400;
	line-height: 19.09px;
}
.btn.btn-large.btn_custom.next-button:hover {
    background: transparent !important;
}
.mt-all .suggestions_trigger {
	color: #222 !important;
    text-transform: capitalize;
	font-family: 'HelveticaNeue';
	font-size: 16px;
	font-weight: 400;
	line-height: 19.09px;
}
	
.bg-img {
	background: url("./images/login-bg.png") no-repeat;
	background-size: cover;
	background-position: center;
    height: 100vh;
    }
.content-block_image_a3.disliked .selected_button {
    background: rgb(71 71 71 / 80%) !important;
}	

/** page login css start here **/
.authen-login {
    background: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    width: 100%;
    max-width: none;
    margin-top: 40px;
    border-radius: 10px;
    padding: 40px 30px;
	height: 75vh;
}
.form-login {
    background: #fff;
    padding: 0;
}
.authen-login h2 {
    font-family: 'HelveticaNeue';
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #222;
	margin-bottom: 20px;
}
.login-input-field input {
    /*background: #fff !important;
    border: 1px solid #B0B0B0;
    width: 100%;
    border-radius: 5px;*/
    padding: 0px;
	
}


.label-col input {
    color: #222 !important;
	 width: 100%;
}
.label-col {
    background: #fff !important;
    border: 1px solid #B0B0B0;
    width: 100%;
    border-radius: 8px;
    padding: 10px 15px 15px;
    margin-bottom: 10px;
}
.label-col label {
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.52px;
	text-align: left;
	color:#717171;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: none !important;
    background: transparent !important;
    color: #cd0a0a;
}


.login-submit-btn {
    display: inline-block;
    width: auto;
    height: 48px;
    background: #222;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    border-radius: 4px;
    
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 46px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    outline: none;
    cursor: pointer;
	margin-bottom:10px;
}
 .fre-authen-footer {
    margin-top: 20px;
}
.message {
    padding-bottom: 10px;
	color:#ff0000;
}
/** page login css end here **/

/** page registation css start here **/

.registration-fiuld-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.login-input-field.regt-input {
    width: 49%;
}
button.btn-submit.login-submit-btn.reg-btn {
    float: right;
    margin-top: 50px;
}
     
.regter-main {
	display: flex;
	justify-content: space-between;
	padding: 40px;
        }
/* .content-left, .registration-form {
     width: 48%;
        } */
.content h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
        }
.section-left{
    margin-bottom: 30px;
        }
.content-left h2 {
	font-family: 'HelveticaNeue';
	font-size: 32px;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	color: #222;
	    margin: 0;
		text-decoration: none;
}
ul.requirement__list.liking p {
    width: 100% !important;
    text-align: left !important;
	font-family: 'HelveticaNeue';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.7px;
    text-align: left;
    color: #5E5E5E;
}
.content-left h4 {
	font-family: 'HelveticaNeue';
	font-size: 16px;
	font-weight: 400;
	line-height: 19.09px;
	text-align: left;
	color: #222;
}

.content-left p {
	font-family: 'HelveticaNeue';
	font-size: 14px;
	font-weight: 400;
	line-height: 16.7px;
	text-align: left;
	color: #5E5E5E;
}
.content-left ul li {
    font-family: 'HelveticaNeue';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.7px;
    text-align: left;
    color: #5E5E5E;
    text-transform: capitalize;
}
.section-left {
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.section-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
form.registration-form h4 {
    font-family: 'HelveticaNeue';
    font-size: 18px;
    font-weight: 400;
    line-height: 28.14px;
    text-align: left;
    color: #717171;
	margin-bottom: 15px;
}
.form-top-reg .title-section {
    font-family: 'HelveticaNeue';
	font-size: 36px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	color: #222;
}
.form-top-reg {
    margin-top: 80px;
}
.form-top-reg p.container_custom__text {
    font-family: 'HelveticaNeue';
    font-size: 18px;
    font-weight: 400;
    line-height: 26.09px;
    text-align: center;
    color: #222;
}
.message-error {
    margin: -5px 0 5px;
    font-size: 12px;
	text-align: left;
}
.content-left {
    overflow-y: scroll;
    max-height: 624px;
    /*border-right: 1px solid #dddddd;*/
    padding-right: 40px;
}
.form p {
	font-size: 12px;
	color: #888;
	margin-top: 10px;
}
.back-arrow {
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;
}

/* ===== Scrollbar CSS ===== */
  .scroll2::-webkit-scrollbar {
  width: 10px;
}
 
.scroll2::-webkit-scrollbar-thumb {
  background: #9a9a9a; 
}

.serviceList .accordion-item {
    border-top: 1px solid #ccc;
    border-radius: 0;
    padding: 14px 0;
	
}
.serviceList button.accordion-button.av-button.acc-text:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
	 height: 14px;
    width: 14px;
	background-size: .88rem;
    right: 0;
    position: absolute;
}
.accordion-button:not(.collapsed)::after {
    transform:rotate(0deg) ;
} 

.serviceList button.accordion-button.av-button.acc-text.collapsed:after {
    transform: rotate(-90deg);
}

.serviceList .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.mfloor_edit_section input {
    font-size: 14px;
   /* border: 1px solid #ccc; */
    padding: 3px 6px;
}
.mfloor_edit_section span {
    color: #fff;
    background: #222;
    font-size: 14px;
    padding: 4px 6px;
    border-radius: 4px;
    margin-left: 5px;
    cursor: pointer;
}
.mfloor_edit_section span:hover {
    opacity: 0.92;
}
#mfloor_name {
    font-weight: 400;
}
.mfloor_edit_section {
    margin-bottom: 20px;
	text-indent: -5px;
}
.mfloor_edit_section input {
    font-size: 18px;
    margin: 0 !important;
    text-align: left;
    padding: 0;
}

/** page registation css end here **/



.new-dashboard.bs-project-recap .dash-title {
    font-family: 'HelveticaNeue';
    font-size: 32px;
    font-weight: 500;
    line-height: 39.07px;
    text-align: left;
    color: #222;
    text-decoration: none;
}
.h4-title {
	font-family: 'HelveticaNeue';
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color:#000;
	padding: 0;
}

/* project-recap-screen css start here */

.right-01 h1 {
    font-family: 'HelveticaNeue';
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: #222;
    padding-bottom: 20px;
}
.recap-right {
    box-shadow: 0px 6px 16px 0px #0000001F;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
}
.bs-project-recap .serviceList.reca li{
   color:#222;
}
button.accordion-button.av-button {
    text-align: left;
    margin: 0;
    padding: 0;
}
.right-6 .accordion-body:after{
	display:none;
}
.tooltip-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }
.tooltip-container .tooltip-text {
    visibility: hidden;
    width: 240px;
    font-size: 12px;
    font-family: "HelveticaNeue";
    font-weight: 400;
    background-color: #fff;
    color: #000;
    text-align: left;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 20px;
}

.tooltip-container .tooltip-text::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/freelanceengine-child/images/tool-arrow.png);
    height: 20px;
    width: 11px;
    background-repeat: no-repeat;
    left: -4px;
    top: 50%;
    transform: translate(-50%,-50%);
}

.tooltip-container:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

.tooltip-close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
	cursor: pointer;
	color: #000;
}
body.page-id-6 .HTourHldr {
  display: none;
}
body.page-id-6 .HAssistanceBox  {
  display: none;
}
 
#serviceList {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
#serviceLista {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.9s ease-out;
	margin-bottom: 12px;
}
#toggleButtona {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
#toggleButtona h4 {
    width: 100%;
	font-size: 14px;
    font-family: "HelveticaNeue";
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    color: #222;
    cursor: pointer;
	
}
#toggleButtona span {
    float:right;
	font-size: 12px;
    color: #222;
}
#serviceLista p {
    width: 100% !important;
}

.alos h4{	
	font-size: 14px;
	font-family: "HelveticaNeue";
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;
	color:#222;
	cursor:pointer;
}
.list-on.alos span {
    font-size: 12px;
    color: #222;
}
.dep-col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.dep-col h4 {
	font-family: 'HelveticaNeue';
	font-size: 14px;
	font-weight: 400;
	line-height: 16.7px;
	text-align: left;
}
.wanna-col h4 {
    font-family: 'HelveticaNeue';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.7px;
    text-align: left;
}
a.layout-btn.plan {
    padding: 17px 0 17px 0px;
    color: #fff;
    border: solid;
    border: 2px solid #222;
	cursor: pointer;
}
a.layout-btn.plan:hover{
	color:#222;
}
input.btn.btn-large.btn_continuous.ms-sm-0.layout-btn.ui-state-valid:hover {
    border-color: #222;
}
.price-b p span{
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #222;
}
span.bt-project-recap-screen-total-price {
    font-size: 16px !important;
}
.includ-col.price-b li {
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
}
.list-on.alos {
	margin-bottom:0;
}
.bs-project-recap .chng_project {
    text-decoration: none;
	font-family: 'HelveticaNeue';
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.all_ans_section .requirement__block {
    padding: 14px 0 18px;
}
.bs-project-recap li p {
    margin: 0;
}

/* project-recap-screen css END here */

.h4-title a{
	color:#000;
	text-decoration:underline;
}
.h4-title a:hover{
	color:#00cccc;
}
.h3-title {
	font-family: Inter;
	font-size: 22px;
	font-weight: 400;
	line-height: 26.63px;
	text-align: left;
	color:#222;
}
.qute-wrap ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 12px;
}
.qute-wrap ul li {
    list-style: none;
    margin: 0;
    padding: 0 12px 0 0;
    border-right: 1px solid #ddd;
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	color:#5E5E5E;
}
.qute-wrap ul li a {
	color:#5E5E5E;
	text-decoration:underline;
}
.qute-wrap ul li a:hover {
	color:#222;
}

	
.qute-wrap ul li:last-child {
    border: none;
}

.right-add .dash-next {
    font-family: Inter !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 26.63px;
    text-align: left;
    color: #222 !important;
    text-decoration: none !important;
}
.dep-col.dep-cl {
    margin-bottom: .25rem !important;
}
ul.service-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.service-list.elc p.codeproperty {
    text-align: left;
	width: 100% !important;
}
ul.service-list.elc {
    margin: 10px 0 0;
	
}
ul.service-list li {
    margin: 6px 0;
}
ul.service-list li strong {
	font-family: 'HelveticaNeue';
    font-size: 14px;
    font-weight: 400;
}
.bt-guarantee-text.gur-col {
   font-family: 'HelveticaNeue';
	font-size: 14px;
	font-weight: 400;
	line-height: 16.7px;
	text-align: left;
	color:#000;
}
span.bt-guarantee-text.gur-col a {
    text-decoration: underline;
    color: #000;
	 font-family: 'HelveticaNeue';
	font-size: 14px;
	font-weight: 400;
	line-height: 16.7px;
}
.bs-payment-sumary.dash-payment table {
    margin-bottom: 20px;
}
#bt_card_button {
    margin-top: 0px !important;
    background: #0074D4 !important;
    box-shadow: 0px 1px 1px 0px #00000012 !important;
    box-shadow: 0px 2px 5px 0px #32325D1A !important;
    box-shadow: 0px 0px 0px 1px #32325D1A inset !important;
    border-radius: 6px !important;
    color: rgb(255 255 255 / 60%) !important;
    padding: 3px 0 !important;
    line-height: 40px !important;
	margin-bottom: 5px !important;
}
#bt_card_button:hover {
	color:#fff !important;
}
.pay-with-link #bt_payment_form {
    margin-top: 0;
}
#bt_card_number {
    width: 100%;
    border-bottom: 1px solid #717171 !important;
    padding: 5px 7px 10px !important;
}
#bt_card_expiry, #bt_card_cvc {
    width: 50%;
    float: left;
    padding: 5px 7px 10px !important;
}
#cardholder-name_wrapper input, #bt_payment_form_change_plan input {
    width: 100%;
    border-radius: 6px;
    border: 0;
    padding: 5px 7px 20px !important;
}
p.accept_terms {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
.section-row.wrap-radio .active span.checked-style{
    background-color: #222222;
    color: #fff;
    border-color: #000177;
    border: 1px solid #222222 !important;
}
.bt-guarantee-text.gur-col {
    margin-top: 60px;
}
table#payment_summary tr td {
    padding: 8px !important;
    padding-left: 0 !important;
}

.floating {
    position: fixed;
    top: 140px;
    left: 45px;
    box-shadow: 0px 6px 16px 0px #0000001F;
    background: #fff;
    padding: 10px 10px;
    border-radius: 15px;
	z-index: 999;
}
 .floating ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.floating ul li {
	margin: 30px 0;
}
.floating ul li a {
	display: block;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    padding-bottom: 6px;
}
.floating ul li a:hover {
	opacity: 0.7;
    border-color: #222;	
}
 .floating ul li a.icon-coffee.active {
    border-color: #222;	
} 
.document-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    margin: 30px 0;
}
.document-row:hover {
  background-color: #f8f9fa;
}
.arrow {
  cursor: pointer;
}
.hidden-data {
  display: none;
}
.your-doc .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 40%;
	margin-top: 20px;
}
.your-doc .nav-link {
    border: none;
    color: #222;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    margin-right: 20px;
}
.your-doc .nav-tabs .nav-link.active {
    color: #222;
    background-color: transparent;
    border-bottom: 2px solid #222;
    font-weight: 400;
}
a.doc-btn {
    background: #222 !important;
    text-transform: capitalize;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    padding: 14px 0 14px 0 !important;
    border-radius: 8px;
    color: #fff;
    max-width: 250px;
    width: 250px;
	border-color: #000;
}
a.doc-btn:hover {
    background: transparent !important;
	border-color: #000 !important;
}
.back-btn.get-bt{
	top:0;
}
.nxt-btn button.reveal-btn {
    width: 280px;
}
.back-btn.get-bt.form_back {
    top: 28px;
    left: -70px;
}
.reveal-text p {
    text-align: left;
    padding-top: 10px;
	font-family: Helvetica Neue;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.7px;
	color:#5E5E5E;
}
.reveal-text p a {
    color: #5e5e5e;
    text-decoration: underline;
}
.reveal-text p a:hover {
    opacity:0.5;
}
.reveal-text {
    display: flex;
    /* max-width: 240px; */
    /* float: right; */
    flex-direction: column;
    align-content: center;
}
.reveal-text p {
    text-align: center;
    width: 100%;
}
/* .reveal-text p br {
	display:none;
} */
.header_right_sec ul.dropdown-menu {
    border-radius: 35px;
    box-shadow: 0px 4px 18px 0px #0000002B;
	padding: 20px 20px;
}
.header_right_sec ul.dropdown-menu li {
    padding: 0;
}
.header_right_sec ul.dropdown-menu li a {
    border-radius: 15px;
    margin-bottom: 1px;
	padding: 20px;
	    width: 100%;
}
.header_right_sec ul.dropdown-menu li a:hover {
    background: #f7f7f7;
}
.header_right_sec ul.dropdown-menu li a {
    font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: left;
	color:#222;
}
.header_right_sec ul.dropdown-menu li a:hover {
	text-decoration:none;
}
.new-dashboard {
    position: relative;
    margin-top: 45px;
}

.radio-group .answers-wrap.upload_file_list label {
    margin-bottom: 0;
    padding-left: 40px;
    height: 100%;
}
.accordion_body.px-2 {
    /* padding: 0 !important; */
    position: relative;
    z-index: 111;
}
.accordion_header.mt-5 {
    margin-top: 30px !important;
}
ul.inputs-list.multi-container.desktop_sec_list {
    display: block;
	width: 500px;
	max-width: 440px;
	float: left;
}
ul.inputs-list.multi-container.mobile_sec_list {
    display: none;
}
.modal-recap-popup .modal-body {
    padding: 0;
}
.modal-recap-popup .modal-body img{
    border-radius:10px;
}
.modal-recap-popup .modal-content {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.modal-recap-popup .modal.fade.show {
	padding-right:0 !important;
}
.modal-recap-popup .modal-dialog .modal-body button {
    font-size: 14px;
}
 .modal-recap-popup .modal-dialog {
        max-width: 80% !important;
        margin: 6.75rem auto;
        width: 80%;
    }
.tooltip-container .tooltip-text a {
    color: #000;
    text-decoration: underline;
	font-weight:700;
    font-size: 14px;
}	
.header_right_sec .fre-account-info .user_image_sec img {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
	left: auto;
    border-radius: 50%;
}
.header_right_sec .fre-account-info > i {
    position: absolute;
    top: 50%;
    left: 0;
	right: auto;
}
#whiteboard button.btn__style-edit.sketch-btn {
    background: #222 !important;
    text-transform: capitalize;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
	padding: 14px 0 14px 0;
    border-radius: 8px;
    background: #222222;
    color: #fff;
    width: 200px;
    display: inline-block;
    text-align: center;
	border: 1px solid transparent;
    cursor: pointer;
}
#whiteboard button.btn__style-edit.sketch-btn:hover {
     background: transparent !important;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #222;
}
a#save_canvas_boards.sketch-btn {
    background: #222 !important;
    text-transform: capitalize;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
	padding: 14px 0 14px 0;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: block;
	float: right;
	margin-top: 11px;
	margin-bottom: 18px;
	width: 200px;
	text-align: center;
	border: 1px solid transparent;
}
a#save_canvas_boards.sketch-btn:hover {
      background: transparent !important;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #222;
}
 .conver-tab .tab-button {
  border-radius: 50px;
}
.conver-tab .tab-content {
  display: none;
}
.conver-tab .tab-active {
  display: block;
}
.conver-tab .btn-group {
    width: 30%;
	background:#EBEBEB;
	border-radius:50px;
}
.conver-tab .tab-button{
	background:transparent;
	border:none;
	border-radius:50px !important;
	padding:10px;
	font-family: 'HelveticaNeue';
	font-size: 14px;
	font-weight: 400;
	line-height: 16.7px;
	text-align: center;
}
.conver-tab .tab-button.active{
	background:#fff;
	box-shadow: 0px 6px 17px 0px #00000014;
	
}
.conver-tab .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
	border-radius:50px !important;
}
.chat-option {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #d3d3d3;
    align-items: center;
    max-width: 670px;
    padding: 0;
    border-radius: 50px;
    padding-right: 10px;
}
.chat-option .btn.btn-outline-dark.btn-sm {
    font-size: 14px;
    padding: 0.6rem 2rem;
    margin: 0rem;
    border-radius: 50px !important;
    margin-left: 20px;
    height: 50px;
    width: 50px;
	line-height: 62px;
}
input#asap {
    display: none;
}
input#proposed {
    display: none;
}

.time-options label {
    font-size: 14px;
	color:#222;
    font-weight: 600;
}
.chat-option .form-check {
    padding-left: 0;
}

.chat-option.conver .form_custon_btn.text-center .btn.btn-outline-dark.btn-sm {
    color: #fff;
    background-color: #222;
    border-color: #222;
    padding: 0;
    color: #fff;
    background-color: #222;
    border-color: #222;
    margin-top: 7px;
    float: right;
}
.chat-option.conver.nr .form_custon_btn.text-center .btn.btn-outline-dark.btn-sm {	
	margin-top: 0;
}
.chat-option .form_custon_btn.text-center .btn.btn-outline-dark.btn-sm {
    color: #fff;
    background-color: #222;
    border-color: #222;
    padding: 0;
    color: #fff;
    background-color: #222;
    border-color: #222;
    margin-top: 7px;
    float: right;
}
.form_custon_btn.text-center .btn-outline-dark:hover {
    color: #222;
    border-color: #222;
	background:transparent;
}
.time-options select {
    border: none;
}
.time-options .form-control {
	background-image:none !important;
	border: none;
	padding: 0;
}
.time-options .form-control:focus {
    box-shadow: none !important;
}
.time-options .custom_field_item {
    border-radius: 35px;
    border: 1px solid #fff;
    padding: 10px 10px 10px 17px;
	    position: relative;
}
.custom_form_info p {
    text-align: left;
    max-width: 594px;
}
.floating .icon-coffee rect {
    fill-opacity: 0.3;
}
.floating .icon-coffee.active rect {
    fill-opacity: 1;
	color:#c1c1c1;	
}
.launch-btn button.btn.launch-m-btn {
    background: #257DEA;
    color: #fff;
    padding: 10px 28px;
    width: 450px;
    border-radius: 8px;
}
.launch-btn {
    margin: 70px 0 40px;
}
.launch-btn button.btn.launch-m-btn:disabled {
	background: #dddddd;
}
#chatContent {
    margin-top: 70px;
	width: 100%;
}
.time-options .custom_field_item:after {
    position: absolute;
    height: 25px;
    width: 1px;
    content: "";
    border-right: 1px solid #d3d3d3;
    left: -16px;
    top: 20px;
}
.arrow-r {
    cursor: pointer;
}
.upload_file_heading p {
    padding-left: 0.5rem !important;
}
.upload_more_sec .content-block_footer.add-col{
    padding-left: 0.5rem !important;
}
.conversations-sec .container-fluid {
    padding: 0;
}
.header_right_sec .fre-account {
    padding: 22px 0;
    padding-right: 30px !important;
}

.includ-col.dis-col li p.codeproperty {
  color: #34A853;
  text-decoration: none;
  padding-left: 10px;
}
.includ-col.dis-col p.in-cols {
  color: #34A853;
  text-decoration: none;
}
.includ-col.price-b li p.codeproperty {
    text-decoration: none;
}
p.price-currency {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
}
.upload_file_list label:hover {
    background: #f7f7f7;
}

.upload_file_list .active:hover {
    background: #222;
}

.radio-group .add_extra_item_name.priority-radio label:before {
    content: "";
    position: inherit;
}
.bs-project-recap li .priority-text p:last-child {
    width: 35%;
    text-align: left;
	color:#222;
}
li.add_extra_item.d-flex {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}
.add_extra_item_name.priority-radio label{
	min-height:auto !important;
	line-height:normal;
	font-size: 12px;
}
.add_extra_item_name.priority-radio {
    min-height: auto;
}
.add_extra_item_price.priority-price.d-block span.extra_price.text-end {
    font-weight: 400;
    font-size: 14px;
    color: #222;
}
.add_extra_item_name.priority-radio p {
    color: #222;
	text-decoration:underline;
}

.radio-group .add_extra_item_name.priority-radio input:checked + .checked-style:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 51.2%;
    font-size: 12px;
    border: 4px solid #fff;
    border-radius: 50px;
}
.radio-group .add_extra_item_name.priority-radio input:checked + .checked-style:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #222;
    top: 0;
    position: relative;
    left: 0;
    border-radius: 50%;
}
.dash-remove-serc #toggleButtona {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
}


/* animation css start here */
 /* Skeleton text animation
 
.includ-col li p.codeproperty.skeleton-text {
    color: transparent !important;
}	
 
.skeleton-text {
    color: transparent !important; 
    background: #ddd;
    position: relative;
    overflow: hidden;
	border-radius:0;
}

.accordion-header.skeleton-text .accordion-button {
     color: transparent !important; 
    background: #ddd;
    position: relative;
    overflow: hidden;
}
.skeleton-text .accordion-collapse {
    color: transparent !important; 
    background: #ddd;
    position: relative;
    overflow: hidden;
}
.serviceList .accordion-header.skeleton-text button.accordion-button.av-button.acc-text:after{
	background:none;
}
li.tooltip-container.skeleton-text p {
	 color: transparent !important; 
}
span.bt-project-recap-screen-typical-price.d-flex.flex-column.skeleton-text span.bs_price_line{
	 color: transparent !important;
}
span.bt-project-recap-screen-total-price.skeleton-text span.bt-project-recap-screen-total-price.bt-project-recap-screen-total-price--price {
	 color: transparent !important;
}
.list-on.alos.skeleton-text h4 {
	 color: transparent !important;
}
.list-on.alos.skeleton-text h4 i{
	display:none;
}

.btn_wrap.d-block.skeleton-text input.btn.btn-large.btn_continuous.ms-sm-0.layout-btn {
    color: transparent !important; 
    background: #ddd;
	border-color: #ddd;
}
a.layout-btn.plan.skeleton-text{
    color: transparent !important;
    background: #ddd;
	border: 0 !important;
	border-radius:0;
}

.skeleton-text .text {
	color: transparent !important;
}

/* Skeleton shimmer effect 
.skeleton-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    animation: loading 1.5s infinite;
}

/* Loading animation keyframes 
@keyframes loading {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
 animation css end here */

.new-dashboard .radio-group label:before {
    content: "";
    position: relative;
}
.by_pass_data {
    width: 100%;
}
.includ-col li p{
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #222;
}		
#serviceLista span.serPrice {
    width: 15%;
    display: block;
    text-align: right;
	font-size:13px;
}
#serviceLista .form-check.bg-1.my-3 {
    display: flex;
    align-content: center;
    align-items: center;
}
#serviceLista .form-check-input {
    margin-top: 0;
    border-radius: 50px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
#serviceLista label {
    line-height: 1;
}
#serviceLista .form-check.bg-1 {
    background: transparent;
}
#serviceLista .radio-btn .form-check-label {
        padding: 5px 15px 5px 25px;
    font-weight: 400;
    font-size: 13px !important;
	text-transform: none;
	color: #222;
}
#serviceLista .radio-btn .form-check-label p {
    margin: 6px 0 0 12px;
    color: #5e5e5e;
}

#serviceLista .form-check-input.btn_cont {
    border: 7px solid #000 !important;
    background: #fff !important;
    width: 20px;
    height: 20px;
}
.bs-project-recap li p{
    width: 32%;
    text-align: right;
}
p.codeproperty.inst-b {
    text-align: left;
}
.includ-col li p.codeproperty {
    text-align: left;
}
ul.requirement__list.liking p {
    word-break: break-all;
}
#services h4.h4-title.mb-5 {
    max-width: 800px;
}
.bs-project-recap ul.deshbord_list li p:last-child {
    width: 100%;
    text-align: left;
}
p.priceproperty {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    gap: 20px;
}
.includ-col.price-b.desktop_price_sec li {
    padding: 0px 0 20px;
    border-bottom: 1px solid #ccc;
	border-top: none;
}
i.fas.fa-question-circle {
    display: none;
}
ul.included.d-none.d-sm-flex.flex-column.gap-3.my-4.sitepackageoptions.desktopview.includ-col.price-b.desktop_price_sec {
    margin-bottom: 10px !important;
}
table#payment_summary tr td.total_price {
    text-align: right;
}
td.total_without_discount.price_td {
    text-align: right;
}
td.total_with_discount.price_td {
    text-align: right;
}
.includ-col.price-b.desktop_price_sec li p.codeproperty {
    /*text-decoration: underline;*/
	font-weight: 400;
	font-family: "Inter", sans-serif !important;
}
	.social-sec {
    max-width: 330px;
    width: 100%;
}
.btn-google {
	background-color: #ffffff;
	color: #5F6368;
	border: 1px solid #ddd;
}
.btn-apple {
	background-color: #000000;
	color: #fff;
}
.btn-paypal {
	background-color: #ffc439;
	color: #005ea6;
}
.social-sec .btn.btn-google:hover{
   background-color: #ffffff;
	color: #000;
	border: 1px solid #ddd;
	}
.social-sec .btn.btn-apple:hover{
   background-color: #000000;
	color: #fff;
	 border: 1px solid #000000;
	}
.social-sec .btn.btn-paypal:hover{
	background-color: #ffc439;
	color: #000;
	border: 1px solid #ffc439;
	}
/* div#google_apple_payment__buttons {
    display: none !important;
} */
table#payment_actions tr.bt-payment-infotext {
    border: none;
}

table#payment_actions tr {
    border-radius: 8px;
}
span.curr_lable {
    font-weight: 700;
    text-transform: uppercase;
}

 .bs-project-recap .desktop_price_sec .bt-project-recap-screen-total-price {
        font-weight: 400;
    font-size: 16px !important;
    font-family: "Inter", sans-serif;
}
 .bs-project-recap .desktop_price_sec .bt-project-recap-screen-typical-price span {
    font-weight: normal !important;
}
.bs-second-col.pb-5.pt-0.mb-4.mt-2.content-left.scroll2.w-100 {
	max-height: 400px;
}
table#payment_actions tr.bt-payment-infotext td p {
    padding: 0;
    margin: 0;
    color: #717171;
}
table#payment_actions tr.bt-payment-infotext td {
    padding: 10px 0 30px !important;
}
table#payment_summary tr td:last-child {
    padding: 8px 0px 8px 0 !important;
    text-align: right;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
}
table#payment_actions tr {
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
table#payment_actions tr td {
    padding: 8px !important;
    display: flex;
    align-items: center;
}
table#payment_actions tr p {
    padding: 0 0 0 0;
    margin: 0px 0px 0 10px;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
}
table#payment_actions tr  {
    padding: 0 0 0 0;
    margin: 0px 0px 0 10px;
}
.bs-project-recap li .message-item p {
    width: 100%;
    text-align: left;
}
li.hide_uline  p.codeproperty {
    text-decoration: none !important;
}
li.hide_uline .custom-tooltip.tooltip-text {
	display:none;
}
ul.project_title_sec.no-animation {
    padding: 0;
}
.row.not_ready.layout-title.px-2 {
    padding-left: 12px !important;
}
.d-sm-block.desktopview {
    border-top: 1px solid #cccc;
    border-bottom: 0px solid #ccc;
    margin-bottom: 0px;
    padding-top: 10px;
}

ul.project_title_sec {
    display: flex;
    gap: 10px;
}
ul.project_title_sec li:first-child {
    border-right: 1px solid #ddd;
    padding-right: 10px;
}
.radio-btn {
    padding: 20px 0 20px;
    width: 100%;
    float: left;
}
.d-sm-block.desktopview.dash-remove-serc {
    border: none;
}
.time-options .col-12.col-md-4:first-child .custom_field_item:after {
    display: none !important;
}
.time-options .col-12.col-md-6:first-child .custom_field_item:after {
    display: none !important;
}
.form-check.bg-1.my-3.tooltip-container.add_uline label {
    text-decoration: underline;
}
.time-options select {
    font-size: 14px;
}
.form-check-input:checked[type=checkbox] {
    background-image: none;
}
ul#payment_upon li{
	list-style: none;
}
li.payFormField.hs-form-radio span {
    display: flex;
    justify-content: space-between;
    color: #717171;
    border: 2px solid #B0B0B0;
    padding: 14px 17px;
}
ul#payment_upon li.payFormField.hs-form-radio h5.pay_form_field p {
    width: 100%;
}
ul#payment_upon h5 {
    padding: 0;
    margin: 0;
	line-height: inherit;
	font-size: 16px;
}
ul#payment_upon {
    margin: 0;
    padding: 0;
}

ul#payment_upon li.bt-payment-infotext .pay_form_field p {
    text-align: left;
    width: 100%;
}
ul#payment_upon li.payFormField.hs-form-radio .hs-input span {
    padding: 16px 25px;
    color: #717171;
    border: 2px solid #717171;
}
ul#payment_upon li.payFormField.hs-form-radio .hs-input[type="radio"]:checked + span {
    background-color: #fff;
    color: #222;
    border: 2px solid #000;
}
li.bt-payment-infotext {
    padding: 12px 0 30px;
    color: #717171;
}
.d-sm-block.desktopview.dash-remove-serc i {
    transform: rotate(-90deg);
	transition: transform 0.3s ease;
}
.d-sm-block.desktopview.dash-remove-serc .active_arrow i {
    transform: rotate(0deg);
	transition: transform 0.3s ease;
}
.arrow-r i {
    transform: rotate(0deg);
}

.coder6319 i {
    transform: rotate(-90deg);
	transition: transform 0.3s ease;
}
.coder6319.active_arrow i {
    transform: rotate(0deg);
	transition: transform 0.3s ease;
}
.coder6319 span {
    margin-top: -4px;
}
.animation_sec img{
	width:100%;
}

.recap-right ul.project_title_sec li {
    font-size: 12px;
    color: #5e5e5e;
    font-family: 'Inter';
}
.accordion-item:first-child {
    border-top: none;
}
.right-01 .bs-second-col.h-auto.right-6 h1{
    padding-bottom: 10px;
}
.accordion-item a {
    text-decoration: underline;
    color: #222;
}
p.accept_terms a{
    text-decoration: underline;
    color: #000;
    font-family: 'HelveticaNeue';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.7px;
}

label.text-label {
	font-family: Inter;
    font-size: 10px;
    font-weight: 600 !important;
    line-height: 7px;
    text-align: left;
    color: #222 !important;
	padding: 0 0 0 8px;
}
#cardholder-name_wrappers {
    border: 1px solid #717171;
    border-radius: 6px;
    float: left;
    width: 100%;
	margin-bottom: 15px;
}
div#cardholder-name_wrappers input {
    color: #222;
    margin: 0 0 4px 10px;
}
.bt_card_expiry_field {
    border-right: 1px solid #717171 !important;
}
#bt_card_wrapper {
    border: 1px solid #717171 !important;
}

.text-or {
    padding: 0 15px;
    color: #717171;
	font-size:18px;
}
.folder-icon a {
    color: #222;
    font-size: 16px;
}
#loading-gif {
    margin-left: 18px;
}
.ext_heading .codeextra {
    padding-top: 0 !important;
}
.d-sm-block.desktopview.dash-remove-serc.ext_heading {
    padding-top: 0;
}
.ext_heading.ser-scroll .radio-btn {
    overflow-y: scroll;
    max-height: 400px;
    padding-right: 100px;
}
a.pause_project_button.herf-tilte:hover {
    color: #222;
    cursor: pointer;
}
table#payment_summary tr.tr_total td.total_price {
	padding-right:0 !important;
	}
span.login-style.login-help-line {
    font-size: 16px;
}	

.slider-container {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .slide.active {
      opacity: 1;
    }

    .form-container {
      position: absolute;
    }
  .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.40); /* Semi-transparent black overlay */
    }	
.admin_project_btn input[type="file"] {
    visibility: hidden;
}
.admin_project_btn button[type="button"]{
    background: #222 !important;
    text-transform: capitalize;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    padding: 14px 0 14px 0;
    border-radius: 8px;
    color: #fff;
    width: 200px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
	margin-right: 10px;
}
.admin_project_btn {
    padding: 0;
}
.admin_project_btn a.btn__style-edit {
        background: #222 !important;
    text-transform: capitalize;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    padding: 14px 0 14px 0;
    border-radius: 8px;
    color: #fff !important;
    width: 200px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    float: right;
}
.admin_project_btn button[type="button"]:hover {
    background: transparent !important;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #222;
}
.admin_project_btn a.btn__style-edit:hover {
    background: transparent !important;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #222 !important;
} 
h2.dash-next.mb-3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26.63px;
    text-align: left;
    color: #222;
}
h2.dash-next.mb-3 {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 26.63px !important;
    text-align: left;
    color: #222 !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal;
}
.includ-col .codeproperty.inst-b {
    font-size: 13px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    color: #222 !important;
}
.new-dashboard.bs-project-recap div#paynow {
    height: 100px;
}

@media screen and (max-width: 1200px) {
ul.inputs-list.multi-container {
    max-width: 400px;
}
}

@media screen and (max-width: 991px) {
.center-price {
		padding: 35px 15px 22px;
		min-height: 240px;
	}
.get_started_right {
    position: relative;
    padding-left: 0;
}
.get_started_right:before {
    border-left: none;
}
.get-main {
    height: 100%;
}
ul.inputs-list.multi-container {
    max-width: 100%;
}
.nxt-btn {
    margin-top: 50px;
    margin-bottom: 50px;
}
}

.center-price:before {
	content: "";
	width: 1px;
	height: 80px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 40px;
}

.center-price:after {
	content: "";
	width: 1px;
	height: 80px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 40px;
}

.lowest-price-box-list {
	padding: 25px 15px;
	min-height: 185px;
}

.lowest-price-box-list,
.bg-price {
	background: #fff;
}

.bg-our-quote > div {
	min-width: 33.333%;
}

.center-price {
	font-size: 38px;
}

.center-price p {
	font-weight: 700;
	color: #000;
	font-size: 20px;
}

p.text-typical {
	line-height: 22px;
	margin-bottom: 35px;
	font-weight: 300;
	color: #000;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: lowercase;
}

p.text-typical:after {
	content: "";
	width: 70%;
	height: 1px;
	background: #ccc;
}

.type-price span {
	font-weight: 300;
	font-size: 54px;
	line-height: 28px;
}

/** project-recap-screen **/

.bs-project-recap .not_ready.layout-title h4{
	font-family: 'HelveticaNeue';
	font-size: 22px;
	font-weight: 400;
	line-height: 26.63px;
	text-align: left;
	padding: 0 0 10px;
}

.layout-btn {
    background: #000000;
    color: white;
	border:1px solid #000;
    text-transform: uppercase;
    font-size: 12pt;
    padding: 14px 0 14px 0px;
    font-weight: 400;
    font-family: "HelveticaNeue";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 8px;
    width: 100%;
	height: 50px;
    line-height: normal;
}
h1.bs-blue-titles {
    text-decoration: none;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    color: #222 !important;
}

.layout-btn:hover {
    background: transparent;
	color:#000;
}
.start-off span.percent_off {
    background-color: #1ba809;
    color: #fff;
    padding: 5px 6px;
	 font-family: "HelveticaNeue";
    font-size: 14px;
}
.start-off span {
    font-size: 16px;
    font-family: "HelveticaNeue";
    font-weight: 400;
    color: #222;
}
.includ-col .codeproperty.inst-b {
    font-size: 16px;
	font-family: "HelveticaNeue";
	 font-weight: 400;
	 color:#222;
}
.includ-col .bs-project-recap li p:last-child {
    width: 35%;
    text-align: right;
	font-size: 16px;
	font-family: "HelveticaNeue";
	 font-weight: 400;
	 color:#222;
}

.includ-col li p.codeproperty {
    font-size: 13px;
	font-family: "Inter", sans-serif;
	 font-weight: 400;
	 color:#222;
	 text-decoration: underline;
}
.includ-col li p:last-child {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	 font-weight: 400;
	 color:#222;
}
.list-on {
    margin-bottom:20px;
}
.list-on ul.serviceList.reca li {
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    margin: 0;
    padding-bottom: 0px;
}
.list-on ul.serviceList.reca li:before {
    content: "";
    display: inline-block;
    height: 10px;
    line-height: 18px;
    margin: 0 10px 0 0;
    position: relative;
    width: 14px;
    background-size: 15px;
	display:none;
}

 .right-6 h1.bs-blue-title {
    font-size: 18px;
    margin: 0;
    padding: 0;
	margin-bottom: 10px;
}

button.accordion-button.av-button.acc-text {
    border: none;
    font-size: 14px;
}
.right-6 h2.accordion-header {
    text-decoration: none !important;
    margin-bottom: 5px;
    font-size: 14px;
}
.right-6 .accordion-body.text-start {
    font-size: 14px;
    margin-bottom: 0;
	color: #717171;
	line-height: 18px;
    width: 95%;
}

.wanna-col p {
    font-size: 16px;
    /* text-transform: capitalize; */
    color: #222;
}
.upload_file_sec.IconWithUpload {
    /*margin: 0 -6px !important;*/
}



@media (max-width: 991px) {
	.type-price span {
		font-size: 46px;
	}
}

.trust-box {
	text-align: left;
	padding: 10px 25px 0;
}

@media (max-width: 991px) {
	.trust-box {
		padding: 30px 25px 0;
	}
}

.btn-ask {
	background: #000000;
	border-radius: 0;
	color: white;
	text-transform: uppercase;
	margin: unset;
	display: block;
	font-size: 12pt;
	padding: 10px 20px 10px 20px;
	margin-top: 50px;
	margin-bottom: 36px;
	font-weight: 300;
	font-family: "HelveticaNeue";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: center;
	max-width: 250px;
	margin: 25px auto;
}

.btn-ask:hover {
	color: #000;
	background: transparent;
	border-color: #000;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border: 1px solid #000000;
}

.bottom-line:before {
	content: "";
	width: 80%;
	height: 2px;
	background: #ccc;
	position: absolute;
	bottom: -12px;
	left: 10%;
}

.center-price span {
	font-size: 54px;
	color: #000;
}

.center-price span sup {
	font-size: 24px;
	top: -19px;
}

.type-price-box sup {
	font-size: 24px;
	top: -19px;
}

.bottom-line {
	position: relative;
	margin-bottom: 10px;
	min-height: 45px;
}

.lowest-price-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.type-price {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.type-price,
.lowest-price-box {
	max-height: 268px;
}

@media screen and (max-width: 768px) {
	.type-price,
	.lowest-price-box {
		max-height: 300px;
	}
}

.lowest-price-box-button {
	background: #f7f5f4;
	padding: 20px 15px;
	text-align: center;
}

.lowest-price-box-button .btn.btn-large.btn_custom {
	margin-top: 14px;
}

.lowest-price-box-button .btn.btn-large.btn_custom,
.btn_custom.btn__width.btn-redirect-msg {
	background: transparent !important;
	color: #000 !important;
	border: 1px solid #000;
	/* margin-bottom: 0;    */
	line-height: 20px;
	margin-top: -8px;
}

@media screen and (max-width: 991px) {
	.lowest-price-box-button .btn.btn-large.btn_custom,
	.btn_custom.btn__width.btn-redirect-msg {
		margin-top: 14px;
	}
}

.buttons-group .btn_custom.btn__width.btn-redirect-msg {
	margin-bottom: 40px;
}

.lowest-price-box-button .btn.btn-large.btn_custom:hover,
.btn_custom.btn__width.btn-redirect-msg:hover {
	background: #000 !important;
	color: #fff !important;
}

.type-price-box {
	background: #fff;
	padding: 25px 15px 44px;
}

.trust-box span {
	margin-top: 5px;
	font-size: 18px;
	margin-left: 5px;
}

/*end project list 1*/

@media (max-width: 1500px) {
	.video-banner {
		background: none;
	}

	.fre-background {
		height: 500px;
	}
}

@media (min-width: 1200px) {
	.answers-wrap {
		padding-left: 180px;
		padding-right: 180px;
	}

	.flex-container .answers-wrap,
	.radio-group .answers-wrap,
	.answers-wrap .answers-wrap,
	.details__block .answers-wrap,
	.single-format-standard
	.wrap__template.template__payment
	.answers-wrap
	.requirement__block {
		padding-left: 0;
		padding-right: 0;
	}

	.fre-background {
		height: 500px;
	}
}

@media (max-width: 1200px) {
	.fre-background {
		height: 400px;
	}

	header .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	    header .dash-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

	.fre-header-wrapper .fre-site-logo {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.fre-header-wrapper .fre-menu-top {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.fre-header-wrapper .fre-account-wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: left;
	}

	.menu-main-non-logged-menu-container .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
	}

	.menu-main-non-logged-menu-container .menu li {
		margin-right: 0;
		line-height: 32px;
	}

	.fre-login,
	.fre-header-wrapper.active .fre-menu-main > li:last-child {
		padding-top: 0;
	}

	.consultation__form span,
	.consultation__form label,
	.wpcf7-form .consultation__form span,
	.consultation__form label.number__form {
		width: 30%;
	}

	.consultation__form input[type="submit"] {
		width: 30%;
	}

	.current-employer-project .fre-table-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.current-employer-project .fre-table-head {
		display: block;
	}

	.current-employer-project .fre-table-col.project-action-col {
		padding: 0 16px;
		min-width: auto;
		text-align: left;
	}

	.fre-table-head div.fre-table-col {
		display: none;
	}

	.current-employer-project .fre-table-col.project-bids-col {
		border-right: 0 solid #415161;
	}

	.fre-table-row .fre-table-col {
		min-width: 100%;
		width: 100%;
	}

	.current-employer-project .fre-table-col,
	.current-employer-project .fre-table-row {
		display: block;
	}

	.current-employer-project .fre-table-row > div {
		margin: 15px auto;
	}

	.current-employer-project .fre-table-col.project-action-col {
		text-align: center;
	}

	.fre-table-head div.fre-table-col {
		width: 100%;
	}

	.current-employer-project .fre-table-col.project-budget-col {
		border-right: 0px solid #415161;
	}

	header .container .fre-account-wrap {
		margin-left: 0;
	}

	.field__block {
		padding-bottom: 10px;
	}

	a.btn__style-edit,
	a.add__team.btn__style-edit,
	.requirement__block.brief__section
	.requirement__block
	.text-right
	a.btn__style-edit {
		padding: 5px 5px;
		float: right;
	}

	.single-project.single-format-standard
	.fre-project-detail-wrap
	.requirement__block.brief__section
	.requirement__block,
	.single-project.single-format-standard
	.fre-project-detail-wrap
	.requirement__block.brief__section
	p {
		padding-left: 0;
		padding-right: 0;
	}

	.paymet__line .btn__style-edit {
		margin-right: 8px;
	}

	.details__block {
		padding: 20px 20px;
	}

	body .fre-menu-main .menu li a {
		padding: 0 0;
	}

	.featured ul {
		padding-left: 0;
	}

	.freelancer-site .fre-menu-top .fre-menu-main .fre-menu-page .active a:after,
	.admin-bar.project-template-default
	.fre-menu-top
	.fre-menu-main
	.fre-menu-page:last-child
	a::after {
		display: none;
	}

	#menu-main-admin-menu {
		padding-left: 0;
		margin-left: 0;
	}

	.freelancer-site .fre-menu-top .fre-menu-main .fre-menu-page a:after,
	.customer-site .fre-menu-top .fre-menu-main .fre-menu-page a:after,
	.admin-bar .fre-menu-top .fre-menu-main .fre-menu-page a:after {
		display: none;
	}

	.freelancer-site.home
	.fre-menu-top
	.fre-menu-main
	.fre-menu-page:last-child
	a:after,
	.admin-bar.project-template-default.home
	.fre-menu-top
	.fre-menu-main
	.fre-menu-page:last-child
	a:after {
		display: none;
	}

	.consultation__form {
		justify-content: flex-start;
	}

	.consultation__form .wpcf7-form-control-wrap.start-time,
	.consultation__form .number__form {
		margin-right: 5%;
		margin-left: 5%;
	}

	#formilla-attn-close,
	#formilla-off-attn-close {
		display: block !important;
	}

	.admin-bar
	.employer-current-project-tab.active
	.fre-current-table-rows
	.fre-table-row
	> div
	span {
		display: inline-block;
		text-transform: capitalize;
	}

	.admin-bar .current-employer-project .fre-table-row {
		margin-bottom: 30px;
	}

	.admin-bar
	.employer-current-project-tab.active
	.fre-current-table-rows
	.fre-table-row
	> div.project-bids-col {
		display: table;
		width: auto;
	}

	.admin-bar
	.employer-current-project-tab.active
	.fre-current-table-rows
	.fre-table-row
	> div.project-bids-col
	span {
		float: left;
		padding-left: 0;
		padding-right: 5px;
	}

	.admin-bar
	.employer-current-project-tab.active
	.fre-current-table-rows
	.fre-table-row
	> div.project-designer-col {
		display: none;
	}
}

@media (min-width: 991px) {
	.content-block-tint img {
		width: 535px;
		height: 270px;
	}
}

@media (max-width: 991px) {
	.fre-background {
		height: 350px;
	}

	.thank-you .flex-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	a.thank-link {
		margin-bottom: 20px;
	}

	.consultation__form .wpcf7-form-control-wrap.start-time,
	.consultation__form .number__form {
		margin-right: 0;
		margin-left: 0;
	}

	.home .wpcf7-form .consultation__form span,
	.home .wpcf7-form .consultation__form input[type="text"] {
		width: 100%;
	}

	.home .contact-form__block div.wpcf7 .ajax-loader {
		width: 16px;
		right: 0;
		bottom: 0;
		margin: 0 auto;
		display: block;
		position: relative;
	}

	.home .consultation__form span.start-time,
	.home .consultation__form label,
	.home .consultation__form label.number__form {
		width: 48%;
		margin: 0 1%;
	}

	.consultation__form input[type="submit"] {
		width: 48%;
		margin: 0 1%;
	}

	.consultation__form {
		padding: 10px 10px 15px;
	}

	.content-block-tint img {
		left: 50%;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.fre-bg-content h1 {
		font-size: 30px;
		line-height: normal;
		padding: 0 25px;
	}

	.fre-bg-content h1 span {
		font-size: 25px;
	}

	.footer__buttons {
		display: block;
		padding: 0 0px;
	}

	.wrap__template .btn_continuous,
	.wrap__template .btn_custom {
		margin-top: 30px;
		margin-bottom: 15px;
		width: 80%;
		max-width: 250px;
		margin: 20px auto;
	}

	a.btn__style-edit {
		display: table;
		float: none;
		margin: 15px auto 0;
		margin-right: 0;
	}

	.content-block_image {
		height: 200px;
	}

	.text_inputs {
		margin-bottom: 25px;
		padding-top: 0;
	}

	.paymet__line {
		display: block;
	}

	.home h4.tittle-project {
		font-size: 30px;
	}

	.content__block {
		padding: 35px 35px;
	}

	.inbox-content-wrap {
		height: auto;
		margin-top: 190px;
	}

	.inbox-user-list-wrap {
		margin-top: 60px;
	}

	.conversation-panelr .inbox-user-list-wrap {
		margin-top: 5px;
		height: auto !important;
	}

	.conversation-panelr .inbox-item-wrap > span {
		position: static !important;
	}

	.conversation-typing-wrap {
		/* margin-top: 100px; */
		margin-top: 0;
	}

	.bs-conversation-close-mobile-only {
		position: fixed;
        display: block;
        font-size: 0;
        color: transparent;
        height: 45px;
        width: 100%;
        background: #f1f1f1;
        cursor: pointer;
        top: 0;
	}

	.bs-conversation-close-mobile-only::after {
		content: "";
        width: 12px;
        height: 12px;
        border-right: 2px solid #222222;
        border-bottom: 2px solid #222222;
        transform: rotate(140deg);
        display: block;
        position: absolute;
        left: 30px;
        right: 0;
        margin-left: 0;
        top: 18px;
	}

	body .fre-menu-main li a,
	body .fre-menu-main li a:hover {
		padding: 0;
	}

	.fre-menu-main > li > a {
		height: auto;
	}

	.content-page-modification .content-themes {
		padding: 0 50px;
	}

	.full-width-img {
		width: 100%;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.admin-bar .menu li.active:after,
	#menu-main-admin-menu li.active:after {
		display: none;
	}

	#menu-main-admin-menu {
		margin-left: 0;
	}

	.fre-project-detail-wrap > form > .btn.btn-large.btn_custom {
		margin: 25px auto 25px;
	}

	.types-projects {
		max-width: 400px;
	}

	.cookie-line #drift-widget-container iframe {
		margin-bottom: 50px;
	}

	.bg-our-quote {
		flex-direction: column;
	}

	@media screen and (max-width: 991px) {
		.our-quote .bg-our-quote .type-price {
			-webkit-box-ordinal-group: 3;
			-moz-box-ordinal-group: 3;
			-ms-flex-order: 3;
			-webkit-order: 3;
			order: 3;
			margin-top: 50px;
		}

		.our-quote .bg-our-quote .center-price.bg-price {
			-webkit-box-ordinal-group: 1;
			-moz-box-ordinal-group: 1;
			-ms-flex-order: 1;
			-webkit-order: 1;
			order: 1;
			margin-top: 0px;
		}

		.our-quote .bg-our-quote .lowest-price-box {
			-webkit-box-ordinal-group: 2;
			-moz-box-ordinal-group: 2;
			-ms-flex-order: 2;
			-webkit-order: 2;
			order: 2;
			position: relative;
		}

		.for-unfixed-project.our-quote
		.bg-our-quote
		.lowest-price-box
		.lowest-price-box-button {
			position: absolute;
			width: 100%;
			padding: 0;
			left: 50%;
			transform: translate(-50%, 0);
			z-index: 100;
			top: 700px;
		}

		.wrap__template .container.mobile-wrapper {
			margin-bottom: 100px;
		}
	}

	@media screen and (max-width: 768px) {
		.for-unfixed-project.our-quote
		.bg-our-quote
		.lowest-price-box
		.lowest-price-box-button {
			top: 662px;
		}
	}

	@media screen and (max-width: 500px) {
		.for-unfixed-project.our-quote
		.bg-our-quote
		.lowest-price-box
		.lowest-price-box-button {
			top: 754px;
		}

		#modal_image_example.modal.in {
			background-color: #fff;
			z-index: 10000000000;
		}

		#modal_image_example.modal.in .modal-body {
			padding: 5px 5px;
		}

		#modal_image_example.modal.in .modal-content {
			border: none;
		}

		#modal_image_example.modal.in .modal-dialog {
			max-width: none;
			width: 100%;
			/*transform-origin: 50% 50%;
			transform: rotate(90deg) translate(-32%, 20%);*/
			left: 0;
		}
	}

	@media screen and (max-width: 439px) {
		.for-unfixed-project.our-quote
		.bg-our-quote
		.lowest-price-box
		.lowest-price-box-button {
			top: 776px;
		}
	}

	.center-price:before,
	.center-price:after {
		display: none;
	}

	.bg-our-quote > div {
		min-width: 100%;
		width: 100%;
		padding-bottom: 0;
	}

	.bg-our-quote {
		flex-direction: column;
	}

	.lowest-price {
		font-weight: 700;
		position: relative;
		padding: 5px;
		margin-left: 45px;
		display: table;
		flex-direction: column;
		flex-wrap: wrap;
		font-size: 12px;
		padding-bottom: 10px;
		margin: 0 auto;
		padding-top: 10px;
		transform: translateX(10px);
	}

	.lowest-price-box-list {
		padding: 0 15px;
	}

	.bottom-line {
		min-height: auto;
	}

	.center-price {
		top: 0;
		margin-top: 25px;
	}

	.type-price-box {
		background: #fff;
		padding: 25px 15px 20px;
	}

	.lowest-price-box-list {
		min-height: auto;
	}
}

@media (max-width: 850px) {
	.fre-background {
		height: 310px;
	}
}

@media (max-width: 768px) {
	
	.paymentScroll{
	 height:10px;

	
}
	.wrap-btns .btn-previous_step,
	.wrap-btns .btn-c4w_previous_step {
		padding: 8px 28px 8px 28px;
	}
}

@media (max-width: 1024px) {
	#popap-contact-form {
		padding: 30px 0 0;
	}

	#stripe_number {
		width: 100%;
	}

	.payment__style {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	body .fre-proccess-payment-btn .fre-btn {
		margin-bottom: 15px;
	}

	.conteiner-full > div {
		width: 100%;
	}

	.conteiner-full > div {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.conteiner-full > div.images_block {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.conteiner-full > div {
		min-height: auto;
	}

	.types-projects a img {
		width: 100%;
	}

	.types-projects a span {
		font-size: 35px;
	}

	.featured ul {
		padding-left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 60%;
		margin: 0 auto;
	}

	.featured ul li a img {
		width: 100%;
	}

	.link-view span.see-project {
		font-size: 22px;
		line-height: 32px;
	}

	.link-view span.view-project {
		margin-top: 35px;
	}

	footer #nav_menu-3,
	.menu-footer-center-menu-container {
		margin-left: 0;
		padding-left: 0;
	}

	.wpcf7-form .consultation__form span,
	.consultation__form label.number__form,
	.consultation__form span,
	.consultation__form label {
		width: 49%;
	}

	.wpcf7-form .consultation__form span,
	.consultation__form label.number__form,
	.consultation__form span,
	.consultation__form label {
		margin-bottom: 25px;
	}

	.button_nt_up {
		display: table;
		margin: 20px auto 0;
	}

	.input_wrap input {
		margin-bottom: 20px;
	}

	.fre-bg-content h1 {
		font-size: 26px;
	}

	.fre-bg-content h1 span {
		font-size: 20px;
	}



	.projects-list.step-likes_and_dislikes .container_custom {
		padding: 30px 75px;
	}

	.footer__buttons {
		display: block;
		padding: 0 0px;
	}

	.content-block_image_a3 .dislike {
		left: 20%;
	}

	.requirement__block {
		margin: 0 0 25px;
		padding: 25px 0;
	}

	.reference__block .project__reference {
		text-align: center;
	}

	.review__message {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 5px;
	}

	.background__style {
		padding: 5% 3%;
	}

	.file-bLock {
		padding: 30px 12px;
	}

	.btn_custom {
		padding: 8px 28px 8px 28px;
	}

	.content-block-tint img {
		height: 300px;
	}


	.details__block {
		padding: 20px 15px;
	}

	.block__include h4 {
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 0;
		font-size: 20px;
	}

	.requirement__question__name {
		font-size: 14px;
		line-height: 20px;
	}

	.button__space {
		width: 96%;
		margin: 25px auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.row__design-team {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.row__design-team a.btn__style-edit {
		float: left;
		margin: 5px 10px 0;
	}

	a.add__team.btn__style-edit {
		float: left;
		margin-left: 7.8%;
		margin-bottom: 15px;
		border-radius: 2px;
		margin-top: 0;
		padding: 5px 5px;
	}

	a.btn__style-edit {
		margin: 10px auto 15px;
	}

	.name-team {
		font-size: 18px;
		padding-top: 15px;
		padding-left: 12px;
	}

	.floorplan__text {
		text-align: center;
	}

	.wrap__template .btn_continuous,
	.wrap__template .btn_custom {
		max-width: 240px;
		margin: 30px auto;
		padding: 10px 0;
	}

	.conditions {
		max-width: 80%;
		margin: 0 auto;
	}

	body .no-message-wrap {
		position: relative;
		width: 100%;
		height: 500px;
		top: 0;
	}

	.inbox-user-list-wrap {
		width: 100%;
		height: auto !important;
		position: absolute;
		left: 0;
		bottom: 40px;
		top: 30px !important;
		height: 100vh !important;
	}

	.conversation-panelr .inbox-user-wrap {
		display: block !important;
	}

	.conversation-panelr .inbox-user-list-wrap {
		position: static;
	}

	.inbox-project-title {
		padding-left: 60px;
	}

	.paymet__line p.sent__data {
		text-align: left;
		margin-bottom: 5px;
	}

	a.btn__style-edit {
		margin: 0 0;
	}

	.details__block__buttons a.btn__style-edit {
		margin-left: 15px;
	}

	.field__block.editable a.btn__style-edit {
		margin: 10px 0 0;
	}

	.home .architectural .conteiner-full:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.video-banner {
		position: relative;
	}

	.fre-background {
		height: auto;
	}

	.step-quotes .quote-question:first-child .radio-group .answers-wrap {
		width: 100%;
	}

	.step-quotes .quote-question:first-child .radio-group .answers-wrap img {
		width: 100%;
	}

	.row-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.full-box:nth-child(even) .row-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.row-content > div {
		width: 100%;
	}

	.img-gallery li img {
		height: auto;
		max-height: none;
	}

	.img-gallery li {
		width: 100%;
	}

	.content-page-modification .content-themes {
		padding: 0 10px;
	}

	.fre-inbox-message {
		height: calc(100% - 160px) !important;
	}

	.conversation-typing-wrap {
		position: relative;
	}

	#contact_phone_number {
		position: relative;
		top: 10px;
		left: 0;
		height: 32px;
		border-radius: -3px;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
	}

	.radio-group.flex-container.columns-2 .answers-wrap {
		width: 100%;
	}

	.fre-project-detail-wrap {
		margin-left: 5px;
		margin-right: 5px;
	}

	.link-download.btn_custom {
		padding: 10px 5px;
		font-size: 12px;
		display: table;
		margin-top: 20px;
	}

	.background__style .file-style.download {
		background: #fff;
	}

	.background__style .file-bLock {
		background: #fff;
		display: block;
	}

	.footer__buttons a,
	.footer__buttons input {
		min-width: 250px;
	}

	.what-is {
		text-align: left;
	}

	.content-page-modification .content-themes {
		padding: 0 20px;
	}

	.home .architectural .conteiner-full.reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.home .consultation__form span.start-time,
	.home .consultation__form label,
	.home .consultation__form label.number__form {
		width: 100%;
		margin: 5px 0;
	}

	.consultation__form input[type="submit"] {
		width: 100%;
		margin: 5px 0;
	}

	.home .wpcf7-form .consultation__form input[type="submit"] {
		width: 100%;
		margin: 5px 0;
	}

	.fixed-price .row:first-child {
		width: auto;
	}

	.logged-in.customer-site .buttons-group {
		display: block;
		width: 100%;
	}

	.btn.btn-large.btn_custom {
		margin: 0 auto;
	}

	.time-line__template .btn.btn-large.btn_custom {
		margin: 20px auto;
	}

	.cookie-line #drift-widget-container iframe {
		margin-bottom: 80px;
	}

	.wrap-btns .btn.btn-large.btn_custom {
		margin: unset;
		margin-top: 50px;
		margin-bottom: 36px;
	}

	.fixed-price .answers-wrap {
		margin-left: 0;
	}

	.block__include {
		padding: 25px 7px 0;
	}

	.single-format-standard
	.wrap__template.template__payment
	.requirement__block {
		margin: 0 5px;
	}

	.inbox-project-title {
		padding: 15px 30px 15px;
		z-index: 100;
	}
}

@media (max-width: 500px) {
	.card-number-wrap .line-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#stripe_number {
		width: 100%;
		margin-bottom: 10px;
	}

	.wpcf7-form .consultation__form span,
	.consultation__form label.number__form,
	.consultation__form span,
	.consultation__form label {
		width: 98%;
	}

	.projects-list .container_custom {
		padding: 20px 12px;
	}

	.content-block_image {
		height: auto;
		width: 210px;
	}

	.content-block-tint img {
		height: 150px;
		width: 210px;
	}

	.content-block_image_a3 {
		height: 150px;
		width: 210px;
		margin: 0 auto;
	}

	.projects-list.step-likes_and_dislikes .container_custom {
		padding: 0px 15px;
	}

	.content-block_image_a3 .like {
		left: 26%;
	}

	.content-block_image_a3.disliked .selected_button .dislike {
		left: -28%;
	}

	.content-block_image_a3.liked .selected_button .like {
		left: 73%;
	}

	.wrap-coupon {
		min-width: 200px;
	}

	.wrap__template .btn_continuous,
	.wrap__template .btn_custom {
		padding: 10px 0;
		width: 80%;
	}

	.service {
		max-width: 145px;
		width: 100%;
	}
}

/* site with a fixed price */

/* bank card block */

.lowest-price-box-list .fre-post-project-step {
	margin-top: -20px;
}

@media screen and (max-width: 991px) {
	.lowest-price-box-list .fre-post-project-step {
		margin: 10px 0px;
	}
}

.lowest-price-box-list .amount-block {
	display: none;
}

.lowest-price-box-list .fre-post-project-box {
	box-shadow: none;
	border: none;
	background: transparent;
	padding: 0;
}

.lowest-price-box-list .line-block {
	flex-direction: column;
}

.lowest-price-box-list .wrap-data-cart {
	padding: 0;
}

.lowest-price-box-list .fre-payment-list > li {
	padding-top: 0;
}

.lowest-price-box-list .fre-card-expiry-year {
	float: initial;
}

.lowest-price-box-list .wrap-coupon {
	width: 100%;
	min-width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 7px 0;
}

.lowest-price-box-list .wrap-data-cart input {
	width: 70px !important;
	margin: 0 10px 0 0;
}

.lowest-price-box-list .card-number-wrap .line-block input[data-stripe="cvc"] {
	float: right;
	width: 70px;
	margin: 0;
	text-align: center;
	padding-left: 0;
}

@media screen and (max-width: 400px) {
	.lowest-price-box-list .wrap-data-cart input,
	.lowest-price-box-list input[data-stripe="cvc"] {
		width: 60px !important;
		margin: 0 10px 0 0;
	}
}

.lowest-price-box-list input[name="coupon_code"] {
	width: 65%;
}

.lowest-price-box-list .wrap-data-cart .fre-card-expiry-month {
	margin: 0 10px 0 0;
	float: initial;
}

.lowest-price-box-list .card-number-wrap .line-block input {
	height: 35px;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-size: 16px;
	padding-left: 23px;
}

.lowest-price-box-list .card-number-wrap .line-block input::placeholder {
	color: #d3d3d3;
}

.lowest-price-box-list #check_coupon {
	height: initial;
	line-height: 25px;
	width: 35%;
	text-align: center;
	padding: 0 5px;
}

.lowest-price-box-list .card-number-wrap .line-block .num-card {
	margin: 7px 0;
}

@media screen and (max-width: 400px) {
	.lowest-price-box-list .card-number-wrap .line-block .wrap-coupon input,
	.lowest-price-box-list .card-number-wrap .line-block .num-card {
		font-size: 16px;
	}
}

.lowest-price-box-list .payment__style {
	padding: 0;
}

body .lowest-price-box-list .fre-proccess-payment-btn .fre-btn {
	max-width: 100%;
	border-radius: 0;
	margin: 0 auto;
	display: block;
	font-family: "HelveticaNeue";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff !important;
	background: #00cccc !important;
	border-color: #00cccc !important;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 17px;
	height: 35px;
}

body .lowest-price-box-list .fre-proccess-payment-btn .fre-btn:hover {
	color: #00cccc !important;
	background: transparent !important;
	border-color: #00cccc !important;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.fre-project-detail-wrap
.wrap__template
.our-quote
.bg-our-quote
.btn_continuous {
	margin-top: 52px;
}

.fre-project-detail-wrap .wrap__template .btn_continuous {
	margin-top: 0;
}

.selection-projects__group.tab_content_active {
	display: flex;
}

.selection-price-projects__format-project {
	padding-left: 0;
}

.selection-price-projects__format-project li {
	list-style: none;
}

.selection-price-projects .selection-price-projects__format-project {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.selection-price-projects__price-project > div > .price_box {
	display: flex;
}

.selection-price-projects__price-project > div > .price_box div:nth-child(1) {
	margin-top: 14px;
}

.selection-price-projects__format-project li a {
	font-weight: 300;
	border-right: 2px solid #000;
	padding: 4px 10px;
	color: #000;
	font-size: 17px !important;
}

.selection-price-projects__format-project li a.button-group__active {
	background: #000;
	color: #fff;
}

.content__block p.title-price_tab {
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
}

.old-price-content:before {
	content: "";
	width: calc(100% - 8px);
	height: 3px;
	background: #000;
	position: absolute;
	top: 17px;
	left: 9px;
}

.hideBlock {
	display: none;
}

.content__block__description {
	display: flex;
}

.content__block__description > div {
	display: none;
	/*none*/
}

.content__block__description > div.showBlock {
	display: block;
}

.selection-price-projects__price-project > div > .price_box > .new-price {
	margin-left: 15px;
	max-height: 70px;
}

.selection-price-projects__price-project p.price-project {
	color: #000;
	font-size: 50px;
	position: relative;
	padding-left: 16px;
	display: table;
}

.content__block .new-price p.title-price_tab {
	color: #cc0000;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 31px;
	text-transform: uppercase;
	font-weight: 400;
}

.content__block .new-price p.price-project {
	font-size: 30px;
	color: #cc0000;
	line-height: 20px;
	font-weight: 700;
	padding-top: 1px;
}

.content__block .new-price p.price-project span,
.content__block .new-price p.price-project sup {
	font-weight: 700;
}

.selection-projects__group .price-project > sup {
	position: relative;
	top: -11px;
	left: -2px;
}

.selection-projects__group .price-project .now-price-new sup {
	top: 14px;
	left: -2px;
	font-size: 20px;
}

body.ua-ios .selection-projects__group .price-project .now-price-new sup {
	left: -6px;
}

@media screen and (max-width: 768px) {
	.fre-project-detail-wrap .wrap__template .btn_continuous {
		margin: 30px auto;
	}

	.selection-projects__group {
		flex-direction: column;
	}

	.selection-projects__group div,
	.selection-projects__group div.popular-project {
		margin: 15px auto;
	}
}

.fre-project-detail-wrap .btn_custom.btn__width.btn-redirect-msg {
	margin-top: 0px;
}

.card-number-wrap input::placeholder {
	color: #000;
}

.content-page-modification .content__block {
	margin: 0 auto;
}

.content-page-modification .content__block .get-started {
	margin: 25px auto 0;
}

.review__message .review__message-img-check {
	background: url("./images/approved.png") no-repeat;
	background-size: cover;
	display: block;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.fre-project-detail-wrap.complete {
	margin-top: 0;
}

.fre-project-detail-wrap.complete .background__style {
	padding-top: 3%;
}

.fre-project-detail-wrap.complete .title-section {
	font-weight: 70px;
	padding-bottom: 70px;
}
.wrap-btns .btn-previous_step.mobile_back_btn{display:none;}
.top-heading.optn-top.upload_file_heading p {
    padding-left: 0 !important;
}
.bs_questionnaire_wrap.custom_bx_wrap .upload_file_sec.IconWithUpload {
    margin: 0 -6px !important;
}
.answers-wrap.quote-questiony.col-xs-10.col-xs-offset-1.col-lg-4.col-md-4.col-sm-4.col-sm-offset-0.file_type.w-autod.upload_file_list {
    display: table !important;
}
.page_reap_only .content-left {
    overflow-y: scroll;
    max-height: max-content !important;
}
.showallbtn.text-center.py-3.des_service_sec {
    display: flex;
    justify-content: space-between;
}
.showallbtn.text-center.py-3.des_service_sec p {
    text-align: left;
    padding: 0 0 0 10px;
}
.showallbtn.text-center.py-3.des_service_sec i {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.msg-body {
    text-align: center;
}
.msg-body.failed {
    color: #e65252;
}
.msg-body.failed h1{
    color: #e65252 !important;
}
ul.fre-validate-error li {
    font-size: 14px !important;
}
.login-input-field {
    margin-top: 10px;
}
@media (max-width: 1366px) {
.mt-all .back-btn {
    left: 20px !important;
    position: absolute;
}
.fre-project-detail-wrap .container {
    max-width: 1280px !important;
}
}

@media (max-width: 1300px) {
	.content__block__description > div .content__block {
		padding: 35px 50px;
	}
	.back-btn.recap_page_back {
    left: -25px;
    top: -60px;
}

	/* .content__block__description>div.showBlock {
	min-height: 550px;
} */
}

/* @media (max-width: 1200px) {
.content__block__description>div.showBlock {
min-height: 380px;
}
} */

@media (max-width: 1024px) {
.mt-all .back-btn {
    left: 0 !important;
    position: absolute;
    top: -30px;
}
}

@media (max-width: 991px) {
	#wpadminbar {
		display: none;
	}

	.inbox-content-wrap {
		display: none;
	}

	.selection-projects__group div {
		opacity: 1;
		background: #f7f6f5;
	}

	.title-conversation {
		margin-left: 15px;
	}
}


@media (max-width: 767px) {
	body .conversation-typing-wrap {
		order: 0;
	}
.bs-project-recap ul.inbox-user-list li p {
    width: 100%;
    text-align: left;
}
/** Questionnaire Template mobile css here */	

	.radio-group .answers-wrap .wrap-radio label {
    max-width: none;
}
.top-heading.optn-top {
    max-width: none;
    margin: auto;
}
.mt-all .back-btn {
    position: absolute;
    top: -40px;
}
.back-btn.desktop_back_btn {
    display: none;
}
.m-left-next {
    margin-right: 0px !important;
}

 .mt-all .content-block_image {
        height: auto;
        width: 100%;
    }
 .mt-all .content-block_image_a3 {
        height: 150px;
        width: 100%;
        margin: 0 auto;
    }

.w-autod {
    width: 50% !important;	
	padding: 0 !important;
}
.upload_file_sec {
    display: flex;
    flex-wrap: wrap;
}
.content-left, .registration-form {
    width: 100%;
}
.registration-form {
   margin-top: 50px;
}
.regter-main {
    flex-wrap: wrap;
}
.regter-main {
    padding: 40px 0;
}
.registration-fiuld-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.login-input-field.regt-input {
    width: 100%;
}
.content-left {
    padding-right: 20px;
}
.layout-title ul.list_item li {
    text-align: left;
}
.right-01 {
    padding: 40px 20px !important;
}
.right-01 h1 {
    line-height: 32px !important;
	font-size: 26px;
}
.get_started_left {
    padding-right: 0 !important;
	padding-left: 0 !important;
}
.get_started_left br {
    display: none;
}
.get_started_left h2 {
        font-size: 26px;
    }
.inner-step {
    width: 100%;
}
.back-btn.recap_page_back {
    left: 8px;
    top: -60px;
	display:none;
}
.floating {
    display: none;
}
.new-dashboard .content {
        margin-left: 0px !important;
    }
.get_started_right {
        padding-left: 0;
        padding-right: 0;
		 justify-content: center;
    }
.get-start-section {
    margin-top: 50px;
}	
.rating_sec {
    margin-top: 30px;
    margin-bottom: 40px;
}
.but-mob-b.d-flex.justify-content-end.align-items-center.w-100 {
    justify-content: center !important;
}
.container_custom {
    margin-top: 50px !important;
}

.tab-row {
    margin-bottom: 30px;
}
.tole-col p {
    max-width: 230px;
}
.reveal-text {
    display: flex;
    max-width: 100%;
    float: none;
    flex-direction: column;
    align-items: center;
}
.back-btn.get-bt {
    top: -50px;
}
form.registration-form.nxt-btn.mt-0 {
    padding-top: 26px;
}
.container_question {
    width: 95% !important;
}
.radio-group .answers-wrap.upload_file_list label {
    height: 200px;
}
.steps-or__image {
    max-height: 150px;
    height: 150px;
    margin: 5px 5px;
}
.content-left h2 {
    font-family: 'HelveticaNeue';
    font-size: 26px;
}
ul.inputs-list.multi-container.desktop_sec_list {
    display: none;
}
ul.inputs-list.multi-container.mobile_sec_list {
    display: block !important;
}
.nxt-btn.get_started_btn {
    display: none;
}
#payment-sec .recap-right {
    display: block !important;
}
#payment-sec .col-lg-8.pe-5 {
    padding-right: 0 !important;
}
#payment-sec .col-lg-4.ps-4.pay-with-link {
    width: 100% !important;
    padding: 0 !important;
}
.your-doc .nav-tabs {
    width: 100%;
}
.your-doc .nav-link {
    font-size: 15px;
    padding: 10px 0;
    margin-right: 10px;
}
.folder-info {
    font-size: 14px;
}
#white-board-content a#save_canvas_board {
    width: 100% !important;
}
#whiteboard button.btn__style-edit.sketch-btn{
	width:100%;
}
#whiteboard a#save_canvas_boards.sketch-btn {
	width:100%;
}
.conver-tab .btn-group {
    width: 100%;
}
#chatContent {
        margin-top: 40px;
    width: 100%;
}
.launch-btn button.btn.launch-m-btn {
    width: 100%;
    border-radius: 8px;
    position: relative;
    z-index: 999999;
}
.chat-option .btn.btn-outline-dark.btn-sm {
        margin-top: 1rem;
        margin-bottom: 10px;
    }
.new-dashboard .service-scope.bg-white.px-5.pb-0 {
    padding: 0 20px 30px !important;
    width: 100%;
	margin-bottom: 0 !important;
	
}
#services h4.h4-title.mb-5 {
    margin-bottom: 5px !important;
}
.bs-second-col.pb-5.pt-0.mb-4.mt-2.content-left.scroll2.w-100 {
    padding-top: 0 !important;
}
ul.included.d-sm-flex.flex-column.gap-3.my-4.sitepackageoptions.desktopview.includ-col.deshbord_list {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.new-dashboard .bs-second-col.pb-5.pt-0.mb-4.mt-2.content-left.scroll2.w-100 {
    padding-left: 0 !important;
}	
.new-dashboard .right-01 {
    padding: 22px 0 !important;
}
.new-dashboard .bs-second-col.h-auto.right-add {
    padding: 0 !important;
}
#documents {
    padding: 0 20px !important;
}
#documents .document-row {
    padding: 0;
}
#documents .your-doc.mt-5 {
    margin-top: 0 !important;
}
#whiteboard {
    padding: 30px 20px 0 !important;
}
#conversations {
    padding: 0 20px !important;
}
.bs-project-recap .right-01 {
        padding: 0px 0px !important;
    } 
.bs-project-recap .serviceList li {
	font-size: 18px;
	background-size: 14px;
	background-position: 5px 9px;
}
.bs-project-recap .bs-second-col.py-1.h-auto.right-add {
    padding: 20px 0 !important;
}
.bs-project-recap .bs-second-col.h-auto.right-6{
    padding: 10px 0 !important;
}
.new-dashboard.bs-project-recap .dash-title {
    font-size: 26px;
    line-height: 32.07px;
}
.new-dashboard .heading {
	font-size: 26px;
}
.new-dashboard .fre-conversation-list {
    padding-right: 20px !important;
}
.fre-account-wrap.header_right_sec {
    text-align: right !important;
}
.header_right_sec .fre-account {
    padding: 0px 0;
    padding-right: 20px !important;
	        margin-bottom: 10px;
}
.header_right_sec ul.dropdown-menu {
    padding: 0;
}
.header_right_sec .fre-account .dropdown-menu > li {
        display: block;
        padding: 0;
    }
    .header_right_sec .fre-account .dropdown-menu {
        display: flex;
        float: none;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        flex-wrap: wrap;
        flex-direction: column;
    }
	.header_right_sec ul.dropdown-menu li a {
    border-radius: 15px;
    margin-bottom: 1px;
    padding: 7px 8px;
    width: auto;
}
.back-btn.get-bt.form_back {
    top: -38px;
    left: 0;
}

.col-lg-12.d-flex.flex-wrap .col-lg-6.px-5 {
	padding-right: 0rem !important;
    padding-left: 0rem !important;
}
.container_question.container.bs-project-recap.bg-transparent.position-relative.my-4.px-5 {
	padding-right: 0rem !important;
    padding-left: 0rem !important;
	width:100%
}
.col-lg-12.d-flex.flex-wrap {
    display: flex !important;
    flex-direction: column-reverse;
}
.content-left.scroll2.w-100{
	border-right: 0px solid #dddddd;
	padding-right: 0px;
	        padding-top: 25px;
}
.page_full_section.get-main.p-4 {
    padding-top: 0 !important;
}
.page_full_section.get-main.p-4 h2 {
    text-align: center;
}
.rating_sec .col-lg-3.d-flex {
    justify-content: center;
}
 .col-lg-6.get_started_left ul.feu_list {
    margin-left: 30px !important;
}
.text-center.bs-text-center-recap.right-5.wanna-col .chat-option {
    margin-bottom: 2.5rem;
    margin-top: -0.5rem;
    justify-content: space-around;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
}
.text-center.bs-text-center-recap.right-5.wanna-col .chat-option .col-12.col-md-6 {
    width: 46%;
    padding-left: 22px;
	margin-top: 0rem;
}
.text-center.bs-text-center-recap.right-5.wanna-col .chat-option .btn.btn-outline-dark.btn-sm {
        margin-top: 0rem;
    }
	
.nxt-btn.m-0.d-flex.justify-content-space-evenly.align-items-center.mb-5.m-left-next {
    display: flex;
    flex-direction: column-reverse;
}
button.mobile_back_btn.btn.btn-large.btn-previous_step {
    background: #222 !important;
    text-transform: capitalize;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    padding: 14px 0 14px 0 !important;
    margin-top: 30px;
    border-radius: 8px;
}
.more-btn.text-start.me-5 {
    margin-right: 0 !important;
}
.projects-list .container_custom.photo_or_floor {
    padding: 0px 50px 10px;
}
.wrap-btns .btn-previous_step.mobile_back_btn{display:block;}
#step-registration_7 .container.mb-5.pb-5  {
    padding-bottom: 0 !important;
    margin: 0 !important;
}	
.all_ans_section .requirement__block {
    padding: 10px 0 10px;
}
.requirement__block {
        margin: 0 0 10px;
    }
.upload_file_list img.black_img {
    display: inline-block;
}	
.upload_file_list img.white_img {
    display: none;
}
.quote-wrapper.left-t {
	justify-content: center;
}	
.steps-or__image {
    text-align: center;
}
.container.mb-5.pb-5 {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
section#payment-sec {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.bs-project-recap .right-01 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .new-dashboard .bs-second-col.pb-5.pt-0.mb-4.mt-2.content-left.scroll2.w-100 {
        padding-left: 10px !important;
    }
#services .qute-wrap {
    padding-left: 10px;
}	
#services .head-wrap {
    padding-left: 10px;
}
#services h4.h4-title.mb-5 {
        padding-left: 10px !important;
        font-size: 16px;
        padding-bottom: 10px;
    }	
.new-dashboard.bs-project-recap .dash-title {
    padding-left: 10px !important;
}	
/* custom style b */
}
@media only screen and (max-width: 480px) {
	.upload_file_list label {
    height: 200px;
}
.w-autod {
    width: 100% !important;	
}
.upload_file_sec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.mt-all .content-block_image_a3 {
        height: 250px;
        width: 100%;
        margin: 0 auto;
    }
.paymentScroll {
    height: 20px !important;
}	

.time-options .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.chat-option .row > div + div {
        margin-top: 0rem !important;
    }
.time-options .row .col-12.col-md-4 {
    width: 100%;
    margin: 0px;
    /* padding: 0px; */
}	
.time-options .row .col-12.col-md-3 {
    width: 100% !important;
    margin: 0;
    padding: 0px;
}
.time-options .row .col-12.col-md-1 {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    margin: 0;
}
.time-options .custom_field_item:after {
    left: -4px;
	display:none;
}
.time-options .form-control {
    text-align: center;
}
.time-options label {
    text-align: center;
}
.time-options .custom_field_item {
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
}
}

@media (max-width: 1601px) {
	body.ua-ios .content__block__description {
		padding-bottom: initial;
	}
}

@media (max-width: 500px) {
	body.ua-ios .content__block__description {
		padding-bottom: 0;
	}
}

/*.selection-projects__group div:last-child ul li:nth-last-child(2):after {
content: '\f055';
}*/

.architectural .content__block > a {
	display: block;
	margin-top: 20px;
	/* margin-bottom: -70px; */
}

@media (max-width: 1600px) {
	.architectural .content__block > a {
		margin-bottom: 0;
	}
}

.architectural .conteiner-full:last-of-type .content__block > a {
	margin-bottom: 0;
}

/* .architectural .conteiner-full.reverse .content__block>a {
padding-top: 30px;
} */

/* @media (min-width: 1301px) and (max-width: 1500px) {
.architectural .conteiner-full.reverse .content__block>a {
margin-bottom: -80px;
}
} */

@media (max-width: 425px) {
	.architectural .conteiner-full.reverse .content__block > a {
		margin-top: 0;
	}
}

#private_msg_reply_form #post-place {
	height: 44px;
}

.conteiner-full .selection-price-projects .price_box .old-price-content {
	padding: 0 0 0 16px;
}

@media (max-width: 500px) {
	#private_msg_reply_form {
		/* position: absolute; */
		width: 100%;
		bottom: 0;
	}
}

.selection-price-projects__price-project > div {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 425px) {
	.selection-price-projects__price-project > div {
		flex-direction: column;
		align-items: flex-start;
	}
}

.architectural .conteiner-full > div .content__block {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0px 100px 0;
	height: 100%;
}

.architectural .conteiner-full:last-child > div .content__block {
	justify-content: normal;
}

@media (max-width: 1600px) {
	.architectural .conteiner-full > div .content__block {
		padding: 45px 100px 0;
	}
}

@media (max-width: 1600px) {
	body.ua-ios .architectural .conteiner-full > div .content__block {
		padding: 0px 100px 0px;
	}
}

@media (max-width: 1500px) {
	.fre-project-detail-wrap .container {
    max-width: 1320px !important;
}
}
@media (max-width: 1440px) {
	.fre-project-detail-wrap .container {
    max-width: 1320px !important;
}
.floating {
    left: 22px;
}
.container_question.container.container_recap_reg.bs-project-recap.bg-transparent.position-relative.my-4.px-5.page_reap_only{
    max-width: 1320px !important;
}
}
@media (max-width: 1366px) {
	.fre-project-detail-wrap .container {
    max-width: 1140px !important;
}
}
/* @media (max-width: 1280px) {
	.fre-project-detail-wrap .container {
    max-width: 1120px !important;
}
} */
@media (max-width: 1180px) {
	.fre-project-detail-wrap .container {
    max-width: 1020px !important;
}
.floating {
	display:none;
}}


@media (max-width: 320px) {
	.architectural .conteiner-full > div .content__block {
		padding: 100px 10px 0;
	}
}

@media (max-width: 320px) {
	body.ua-ios .architectural .conteiner-full > div .content__block {
		padding: 100px 10px 0;
	}
}

.architectural .conteiner-full > div a.get-started {
	min-width: 204px;
	text-align: center;
}

.architectural .conteiner-full:not(content-block) > div a.get-started {
	align-self: flex-end;
	margin-right: 28%;
}

@media (max-width: 1600px) {
	.architectural .conteiner-full:not(content-block) > div a.get-started {
		margin-right: 23%;
	}
}

@media (max-width: 1440px) {
	.architectural .conteiner-full:not(content-block) > div a.get-started {
		align-self: flex-end;
		margin-right: 70px;
		margin-left: auto;
	}
}

@media (max-width: 1024px) {
	.architectural .conteiner-full:not(content-block) > div a.get-started {
		margin-right: 0;
	}
}

@media (max-width: 425px) {
	.architectural .conteiner-full:not(content-block) > div a.get-started {
		margin-top: 20px;
		align-self: flex-start;
		margin-left: initial;
	}
}

.architectural .conteiner-full:last-child > div a.get-started {
	align-self: flex-start;
	margin-left: initial;
}

.architectural
.conteiner-full
.selection-price-projects__price-project
p.price-project {
	margin: 0;
}

.single-project
.fre-project-detail-wrap
.btn_custom.btn__width.btn-redirect-msg {
	margin-top: 40px;
}

.single-project
.fre-project-detail-wrap
.footer__buttons
.btn_custom.btn__width.btn-redirect-msg {
	margin-top: 0;
}

.selection-price-projects__format-project li a {
	margin-top: 0;
	margin-bottom: 0;
}

.conteiner-full .content__block .new-price p.title-price_tab {
	margin-top: 30px;
	display: table;
}

.selection-projects .now-price {
	right: -10px;
}

.conteiner-full .content__block .price_box p.price-project {
	display: flex;
	align-items: flex-end;
	line-height: 0.73;
}

body.ua-ios .conteiner-full .content__block .price_box p.price-project {
	line-height: 0.55;
}

.conteiner-full .content__block .price_box p.title-price_tab {
	margin-bottom: -8px;
}

.conteiner-full .content__block .price_box .new-price p.title-price_tab {
	margin-bottom: -3px;
}

body.ua-ios
.conteiner-full
.content__block
.price_box
.new-price
p.price-project {
	line-height: 0.9;
}

.conteiner-full .content__block .price_box .price-project sup {
	top: 19px;
	left: 4px;
}

.conteiner-full .content__block .price_box .new-price p.price-project {
	min-height: auto;
}

.conteiner-full .content__block .price_box .new-price .price-project sup {
	top: 11px;
	left: 1px;
}

.conteiner-full .content__block .price_box .old-price-content:before {
	top: 27px;
}

.conteiner-full .content__block .new-price p.title-price_tab {
	margin-top: 37px;
}

.conteiner-full .content__block .new-price p.price-project span {
	align-self: flex-start;
}

@media (min-width: 1025px) and (max-width: 1500px) {
	.home .architectural .conteiner-full {
		min-height: 700px;
	}
}

@media (min-width: 1025px) and (max-width: 1440px) {
	.home .architectural .conteiner-full {
		min-height: 720px;
	}
}

@media (max-width: 1024px) {
	.home .architectural .conteiner-full {
		min-height: initial;
	}
}

@media (max-width: 1500px) {
	.conteiner-full:last-child .images_block {
		display: flex;
		align-items: flex-start;
		background-color: transparent;
	}

	.conteiner-full:last-child .images_block > img {
		height: initial;
	}
}

@media (max-width: 1920px) {
	.conteiner-full .content__block__description > div {
		height: 375px;
	}
}

@media (max-width: 1500px) {
	.conteiner-full .content__block__description > div {
		height: 440px;
	}
}

@media (max-width: 1439px) {
	.conteiner-full .content__block__description > div {
		height: 470px;
	}
}

@media (max-width: 1280px) {
	.conteiner-full .content__block__description > div {
		height: 520px;
	}
}

@media (max-width: 1200px) {
	.conteiner-full .content__block__description > div {
		height: 545px;
	}
}

@media (max-width: 1199px) {
	.conteiner-full .content__block__description > div {
		height: 325px;
	}
}

@media (max-width: 1152px) {
	.conteiner-full .content__block__description > div {
		height: 320px;
	}
}

@media (min-width: 1025px) and (max-width: 1080px) {
	.conteiner-full .content__block__description > div {
		height: 405px;
	}
}

@media (max-width: 1024px) {
	.conteiner-full .content__block__description > div {
		height: auto;
		min-height: 300px;
	}
}

@media (max-width: 425px) {
	.conteiner-full .content__block__description > div {
		min-height: 330px;
	}
}

@media (max-width: 375px) {
	.conteiner-full .content__block__description > div {
		min-height: 360px;
	}
}

@media (max-width: 320px) {
	.conteiner-full .content__block__description > div {
		min-height: 385px;
	}
}

@media (min-width: 1501px) and (max-width: 1575px) {
	.architectural
	.conteiner-full:first-of-type
	.content__block__description
	> div {
		height: 420px;
	}
}

@media (min-width: 1240px) and (max-width: 1280px) {
	.architectural
	.conteiner-full:first-of-type
	.content__block__description
	> div {
		height: 450px;
	}
}

@media (min-width: 1211px) and (max-width: 1239px) {
	.architectural
	.conteiner-full:first-of-type
	.content__block__description
	> div {
		height: 475px;
	}
}

@media (min-width: 1025px) and (max-width: 1080px) {
	.architectural
	.conteiner-full:first-of-type
	.content__block__description
	> div {
		height: 370px;
	}
}

@media (min-width: 720px) and (max-width: 1024px) {
	.architectural
	.conteiner-full:first-of-type
	.content__block__description
	> div {
		height: 245px;
		min-height: initial;
	}
}

@media (min-width: 665px) and (max-width: 719px) {
	.architectural
	.conteiner-full:first-of-type
	.content__block__description
	> div {
		height: 275px;
	}
}

@media (min-width: 545px) and (max-width: 664px) {
	.architectural
	.conteiner-full:first-of-type
	.content__block__description
	> div {
		height: 320px;
	}
}

@media (min-width: 1440px) and (max-width: 1500px) {
	.architectural
	.conteiner-full:nth-of-type(2)
	.content__block__description
	> div {
		height: 375px;
	}
}

@media (min-width: 1439px) and (max-width: 1439px) {
	.architectural
	.conteiner-full:nth-of-type(2)
	.content__block__description
	> div {
		height: 400px;
	}
}

/* @media (min-width: 1278px) and (max-width: 1281px) {
.architectural .conteiner-full:nth-of-type(2) .content__block__description>div {
height: 500px;
}
} */

@media (min-width: 1201px) and (max-width: 1280px) {
	.architectural
	.conteiner-full:nth-of-type(2)
	.content__block__description
	> div {
		height: 515px;
	}
}

@media (min-width: 1201px) and (max-width: 1230px) {
	.architectural
	.conteiner-full:nth-of-type(2)
	.content__block__description
	> div {
		height: 540px;
	}
}

@media (min-width: 1081px) and (max-width: 1092px) {
	.architectural
	.conteiner-full:nth-of-type(2)
	.content__block__description
	> div {
		height: 365px;
	}
}

@media (min-width: 720px) and (max-width: 1024px) {
	.architectural
	.conteiner-full:nth-of-type(2)
	.content__block__description
	> div {
		height: 245px;
		min-height: initial;
	}
}

@media (min-width: 501px) and (max-width: 600px) {
	.architectural
	.conteiner-full:nth-of-type(2)
	.content__block__description
	> div {
		height: 385px;
	}
}

@media (max-width: 1500px) {
	.home .architectural .conteiner-full {
		min-height: 400px;
	}

	.architectural .conteiner-full > div .content__block {
		padding: 0 100px 0;
	}
}

@media (max-width: 500px) {
	.architectural .conteiner-full > div .content__block {
		padding: 100px 24px 0;
	}
}

@media (max-width: 500px) {
	body.ua-ios .architectural .conteiner-full > div .content__block {
		padding: 100px 24px 0;
	}
}

/*
profiles page
*/

.fre-profile-filter-box {
	text-align: center;
}

.fre-field-title {
	text-align: center;
}

.black-b {
	color: black;
	font-size: 18px;
}

.description-b p {
	margin-bottom: 0px;
}

.button-b {
	margin-right: 15px;
}

/*
Quote form
*/

.quote-main {
	margin-top: 50px;
	background: white;
	padding: 20px;
}

#postcode {
	margin-bottom: 30px;
}

#questions p {
	font-size: 20px;
	color: #999;
	margin-top: 30px;
}

#questions label {
	font-size: 16px;
	color: #999;
}

#questions input[type="radio"] {
	transform: scale(1.2);
	margin-right: 5px;
	margin-bottom: 15px;
}

.email-b {
	margin-top: 35px;
}

.button-b {
	margin-top: 15px;
}

/*profile page */

.select-b {
	padding: 12px 15px;
	width: 100%;
	height: 44px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	color: #415161;
	margin-bottom: 20px;
}

/*private-msg*/

.page-template-page-private-message
.private-message-reply-contents
.conversation-typing-wrap {
	background: white;
	margin-bottom: 20px;
}

#whiteBoard_canvas #multipage-nav {
	/*display: none;*/
}

.step-photos_or_floor_plans .quote-question .steps-or__image img {
	width: 100%;
}

.bt_back_recap_screen {
	position: absolute;
	left: -54px;
	top: calc(50% - 32px);
	color: #f1f1f1;
	opacity: 0.5;
}

.bt_back_recap_screen i {
	font-size: 50px;
}

@media (max-width: 640px) {
	.bt_back_recap_screen {
		position: relative;
		display: block;
		left: 0;
		top: 20px;
		line-height: 0;
	}
}

.fre-conversation-list > li.partner-message .message-item {
	text-align: left;
}

body .literally {
	background-color: #f9f9f9;
	background-image: radial-gradient(rgba(0, 0, 0, 0.2) 20%, transparent 20%);
	background-position: 0 0;
	background-size: 7px 7px;
}

body #bt_whiteboard_image {
	margin-top: 20px;
}

body .literally .horz-toolbar {
	padding: 10px;
	height: auto;
	background-color: #f7f5f4;
	border-bottom: none !important;
	box-shadow: 0 9px 11px -10px #ccc;
}

body .literally .horz-toolbar .square-toolbar-button {
	border-radius: 0;
	border: 1px solid transparent;
}

body .literally .lc-picker {
	padding-top: 5px;
	background-color: #f7f5f4;
	border-right: none !important;
	box-shadow: 9px 0 11px -10px #ccc;
}

body .literally .lc-picker .toolbar-button {
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: 6px;
	border: 1px solid transparent;
	border-radius: 0;
}

body .literally .lc-picker .toolbar-button:nth-child(odd) {
	margin-left: 9px;
	margin-right: 3px;
}

body .literally .lc-picker .toolbar-button:nth-child(even) {
	margin-right: 9px;
	margin-left: 3px;
}

body .literally label {
	font-weight: 600;
	text-align: left;
	padding-left: 9px;
}

body .literally .color-well-color-container .color-well-checker-bottom-right {
	border-bottom-right-radius: 0;
}

body .literally .color-well-color-container .color-well-checker-top-left {
	border-top-left-radius: 0;
}

body .literally .color-well-color-container .color-well-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
}

body .literally .color-well-color-container {
	border: 2px solid transparent;
	border-radius: 0;
	border: 1px solid #ccc;
}

body .literally .color-well-color-container {
	width: 20px;
	height: 20px;
	margin: 1px 0 7px 9px;
}

body .literally .lc-picker .toolbar-button.lc-clear {
	width: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 9px;
	margin-right: 9px;
}

body .statusTable {
	text-align: left;
}

.conversation-typing {
	min-height: auto;
	max-height: initial;
	overflow: auto;
	border-top: 0;
	padding: 5px;
}

@media (min-width: 1200px) {
	/*.page-template-page-submit-project .fre-header-wrapper .fre-site-logo {
		margin: 0 auto !important;
	}*/
}

@media (max-width: 1199px) {
	.fre-header-wrapper.active .fre-account-tablet {
		display: none;
	}

	.fre-account-info-tablet .dropdown-menu a {
		color: #000;
		font-weight: 700;
		text-transform: none;
	}

	.fre-account-info-tablet {
		order: 2;
	}

	body .fre-header-wrapper.active .fre-menu-main > li:last-child {
		padding-bottom: 8px !important;
	}

	body .fre-account-info-tablet .dropdown-menu > li {
		padding-bottom: 8px;
	}

	.fre-account-info-tablet .dropdown-menu > li a {
		text-transform: none !important;
		color: #000;
		font-weight: 700;
	}

	.fre-account .dropdown-menu > li a {
		text-transform: none !important;
		color: #000;
		font-weight: 700;
	}

	body .fre-menu-main li a:hover {
		text-decoration: none;
	}

	.fre-account .dropdown-menu > li a:hover {
		text-decoration: none;
	}

	.content-page-modification > img {
		max-width: 1000%;
		height: 200px;
	}
}

.bs-project-recap .bt-project-recap-screen-total-price {
	color: #000;
	font-weight: 400;
	line-height: 0.9;
	font-family:  "Hevetica",  sans-serif;
}

.bs-project-recap .bt-project-recap-screen-typical-price {
	font-size: 36px;
	color: #000;
	font-weight: normal;
	display: block;
}
.bs-project-recap .showallbtn:hover,
.bs-project-recap-serv .showallbtn:hover {
	cursor: pointer;
}
.showallbtn.active {
	background: transparent !important;
}
.bs-project-recap .extraprices,
.accordion .extraprices {
	display: none;
}
.bt-project-recap-screen-typical-price span {
	font-weight: 400 !important;
}
.bs-project-recap .bt-project-recap-screen-save-price {
	color: #ef0000;
	font-size: 22px;
	font-weight: 700;
	margin-top: -5px;
	/* 	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -10px; */
}

.bs-project-recap .message-not-pay-now {
	font-size: 12px;
	margin: 5px 0px;
	display: block;
}

.bs-project-recap .btn.btn-large {
	margin-top: 0;
}

/* .bs-project-recap .serviceList {
padding: 40px 50px 10px 0px;
} */

.bs-project-recap .whiteWrapper {
	background: none;
}

.bs-project-recap .serviceList li {
	text-align: left;
	font-weight: 300;
	color: #a6a5a5;
	margin-bottom: 0;
	font-size: 21px;
	padding: 5px 0;
}

.bs-project-recap-serv .serviceList li {
	font-size: 21px;
}

.bs-project-recap .whiteWrapper h1 {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 40px;
}

.bs-project-recap .bs-first-col h1,
.bs-project-recap .bs-second-col h2 {
	margin-top: 0;
}

.bs-project-recap .bs-second-col {
	text-align: left;
}

/* .bs-project-recap .bs-second-col h2 {
text-align: left;
color: #00cccc;
margin-bottom: 20px;
font-weight: 100;
} */

.bs-project-recap ul.included {
	text-align: left;
	list-style: none;
	padding: 0;
	line-height: 20px;
}

.bs-project-recap ul.included li {
	margin-bottom: 5px;
	font-weight: 500;
	color: #222;
	font-size: 21px;
	display: flex;
	justify-content: space-between;
}

.bs-project-recap .codeproperty {
	color: #070707;
	font-size: 16px;
	width: 70%;
	line-height: 1.4em;
	font-weight: 500;
	margin: 0
}
.add_extra_item_name {
	display: flex;
	color: #070707;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	justify-content: space-between;
}
.add_extra_item {
	display: grid;
	grid-template-columns: 65% 35%;
}
.add_extra_item_price {
	display: grid;
	grid-template-columns: 35% 65%;
	padding-left: 10px;
}
.bs-project-recap li p:last-child {
	width: 32%;
	text-align: right;
	font-size: 13px;
   
}

.bs-project-recap .codeproperty i {
	font-size: 16px;
}
.bs-project-recap .not_ready .col-sm-4 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bs-project-recap .codeextra {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 5px;
}
.bs-project-recap .codeextra div:first-child {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.bs-project-recap .bs-second-col hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bs-project-recap .examples span {
	padding-left: 15px;
}

.bs-project-recap .examples .see_example_text {
	font-size: 14px;
	text-decoration: underline;
}

.bs-project-recap .extra_separator,
.bs-project-recap .extra_price {
	text-decoration: none;
	margin: 0;
	font-size: inherit;
	font-weight: bold;
	color: #070707;
}

.bs-project-recap .extra_information {
	text-decoration: none;
	text-align: left;
	display: block;
	margin-top: -15px;
	font-size: 12px;
}

.bs-project-recap .recap_paused_button {
	background: #bbb;
	color: white;
	border-color: #bbb;
}

.bs-inputs-checkbox {
	font-size: 18px;
	color: #5d5f5e;
	margin-bottom: 15px;
}

/* .bs-inputs-checkbox span {
font-size: 14px;
text-decoration: underline;
} */

.bs-project-recap .bs-first-col,
.bs-project-recap .bs-second-col {
	height: 100%;
}

.bs-equal-col {
	display: flex;
}

.bs-equal-col .bs-equal-innercol {
	flex-basis: 50%;
	background-color: #fff;
}

.bs-equal-col .bs-equal-innercol:nth-child(1) {
	margin-right: 15px;
}

.bs-text-center-recap p {
	font-weight: 500;
	margin-bottom: 25px;
	font-size: 25px;
	color: #6c6a6a;
}
.bs-text-center-recap a {
	font-weight: 400;
	border: 2px solid #000000;
	color: #6c6a6a;
	font-size: 12pt;
	font-family: "HelveticaNeue";
	padding: 10px 15px 8px 15px;
}

.bs-modal-popup .lPlanBox .grayTop {
	background-color: #fff !important;
	line-height: 0px !important;
	margin-bottom: 45px !important;
}

.bs-modal-popup .grayTop h2 {
	margin-top: 50px;
	font-size: 40px;
	font-weight: 300;
	min-height: auto !important;
}

.bs-modal-popup .grayTop h2,
.bs-modal-popup .grayTop span {
	color: #818181;
}

.bs-modal-popup .grayTop span {
	font-size: 20px;
	font-weight: 300;
}

.bs-modal-popup .plnList .col-md-4:nth-child(2) {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.bs-modal-popup .plnList .col-md-4 {
	padding: 10px 25px 20px 25px;
}

.bs-modal-popup .lPlanBox h2 {
	text-transform: none !important;
	min-height: 80px;
	margin-bottom: 0;
}

.newPlanModal2 .plnList div h5 {
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.bs-modal-popup .lPlanBox {
	position: relative;
}

.bs-modal-popup .newprice {
	font-weight: 400 !important;
}

.bs-modal-popup .icon {
	font-size: 22px;
	position: absolute;
	top: 5px;
	left: -14px;
}

.bs-modal-popup .old-price .icon {
	font-size: 18px;
	top: 1px;
}

.bs-modal-popup .old-price {
	margin-left: 20px;
}

.bs-modal-popup .old-price::after {
	border-bottom: 0.06em solid #cccbcb;
	content: "";
	left: 0;
	margin-top: calc(0.125em / 2 * -1);
	position: absolute;
	right: 0;
	top: 50%;
}

.bt-project-recap-screen-total-price {
	position: relative;
}

.bt-project-recap-screen-total-price .code_currency {
	font-size: 32px;
	position: absolute;
	top: -5px;
	left: -25px;
}

.bs-modal-popup .newprice,
.bs-modal-popup .old-price {
	position: relative;
}

.bs-modal-popup .bt-package-add-additional-services.btn-payment {
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
	font-weight: 300;
	border: 2px solid #000;
	border-radius: 0;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 25px;
	padding: 3px 12px;
}

.bs-modal-popup .bt-package-add-additional-services.btn-payment.btn_continuous {
	color: #fff;
	border: 2px solid #00cccc;
	display: inline-block;
	padding: 3px 12px;
}

.bs-modal-popup
.bt-package-add-additional-services.btn-payment.btn_continuous:hover {
	color: #00cccc;
}

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

.bt-popup-price h3 {
	display: inline-block;
}

.bt-post-title-serv h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bt-payment-popup #payment_summary {
	text-align: left;
	width: 100%;
	font-weight: 500;
}
.inbox-user-list-wrap.mCustomScrollbar:after {
	display: none;
}
.bt-payment-popup #payment_summary tr {
	border-top: 1px solid #cccccc;
}

.bt-payment-popup #payment_summary tr:nth-child(1),
.bt-payment-popup #payment_summary tr:last-child {
	border: none;
}

.bt-payment-popup #payment_summary tr td {
	padding: 8px;
	color: #000;
	min-width: 60px;
	font-size: 13px;
}

.bt-payment-popup #payment_summary .tr_total {
	background-color: #f7f6f4;
}

.bt-payment-popup #payment_summary tr:last-child td {
	font-weight: bold;
	color: #000;
}
.accordion-item {
	border: none;
}
a.pricing_example {
	color: #c6c6c6;
}
.accordion-button {
	text-align: center;
	display: inherit;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #070707 !important;
	border: none;
	font-size: 25px;
	font-weight: 500;
}
.accordion-body {
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
	padding: 1rem 10rem;
	text-align: center;
}
.accordion-body:after {
	content: "";
	position: absolute;
	width: 150px;
	border: 1px solid;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
}
.add_extra_item_name i {
	font-size: 16px;
}

.bt-guarantee-text {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	color: #000;
}

.bt-payment-popup #payment_actions {
	width: 100%;
}

.bt-payment-popup #payment_actions tr {
	border: 1px solid #cccccc;
}

.bt-payment-popup #payment_actions tr td {
	padding: 10px;
}

.bt-payment-popup #payment_actions tr td.total_with_discount,
.bt-payment-popup #payment_actions tr td.total_without_discount {
	text-align: right;
}

.bt-payment-popup #payment_summary tr td:nth-child(2) {
	text-align: right;
}

.bt-payment-actions-active {
	color: #000;
	font-weight: bold;
}

.simple_assistance .container {
	width: 100%;
	padding: 0px;
}

.HAssistanceBox.simple_assistance {
	height: auto;
	position: absolute;
	bottom: 0;
	border-radius: 0 0 10px 10px;
}

.simple_assistance .HAssitnaceHldr {
	padding: 0;
	background: #f5f4f2;
	border-radius: 0 0 10px 10px;
}

.simple_assistance .HAssitnaceHldr ul {
	margin: 0;
}

.simple_assistance .HAssitnaceHldr ul {
	margin: 0;
}

.simple_assistance .HAssitnaceHldr ul li:first-child {
	font-size: 20px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	background: #bbb;
	height: 120px;
	width: 25%;
	clip-path: polygon(0 0, 100% 0, 51% 100%, 0% 100%);
}

.simple_assistance .HAssitnaceHldr ul li {
	width: 18.7%;
	padding: 23px 5px 5px;
	background-color: #f5f4f2;
	border-radius: 0 0 10px 10px;
}

.simple_assistance .HAssitnaceHldr ul li a,
.simple_assistance .HAssitnaceHldr ul li {
	font-size: 13px;
}

.simple_assistance .HAssitnaceHldr ul li img {
	width: 40px;
}

.simple_assistance .HAssitnaceHldr ul li .imgSpan {
	margin-bottom: 0;
}

.fre-conversation-list > li .message-item p {
	margin: 0 0 10px;
}

.comDiv .txtrDiv {
	margin-top: 20px !important;
}

.stepDiv .comDiv .imgDiv {
	height: auto;
}

.bs-payment-sumary {
	/* min-height: 370px; */
}

.modal.cModal .close {
	background-color: #fbfafa;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	top: -17px;
	right: -5px;
	background-image: none;
	color: #b7b5b5;
	font-size: 15px;
	text-indent: inherit;
	text-align: center;
	font-weight: bold;
	border-color: transparent;
}

#google_apple_payment__bottom {
	display: flex;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #717171;
    text-transform: capitalize;
    font-size: 18px;
}

#google_apple_payment__bottom::after,
#google_apple_payment__bottom::before {
	content: "";
	border: 1px solid #dddddd;
	flex: 1;
	border-block-end: none;
}

#google_apple_payment__bottom:not(:empty)::before {
	margin-right: 0.3em;
}

#google_apple_payment__bottom:not(:empty)::after {
	margin-left: 0.3em;
}

.bt_card_name_wrapper_disabled {
	opacity: 0.5;
	pointer-events: none;
}

#bt_card_name_wrapper {
	position: relative;
}

.bs-card-img {
	position: absolute;
	right: 5px;
	top: 27px;
}

.bs-project-recap .bs-inputs-checkbox {
	margin-left: 0px;
}

.home .slider-image-desktop,
.home .slider-image-mobile {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: left top;
}

.home .slider-image-mobile {
	background-position: center top;
}

.fre-menu-main > li {
	cursor: default;
}

.fre-menu-main > li a {
	cursor: pointer;
}

.fre-menu-page.active a {
	pointer-events: none;
	cursor: default;
}

.fre-account {
	padding: 22px 0;
	padding-right:90px !important;
}

a.btn-cont-saf {
	-webkit-appearance: initial;
}

.accordion-item .accordion-button {
	font-size: 23px;
}
.accordion-collapse {
	margin: 0 40px;
	text-align: left;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #000;
}
.row.details__block.details__prokect__block .form-check .form-check-input {
	-webkit-appearance: auto;
    -moz-appearance: none;
    appearance: auto;
}
input.btn.btn-large.btn_continuous.ms-sm-0.mt-0.layout-btn {
    font-family: 'HelveticaNeue';
    font-size: 12pt !important;
    font-weight: 400;
    color: #fff;
}
input.btn.btn-large.btn_continuous.ms-sm-0.mt-0.layout-btn:hover {
  color: #222;
}


@media (min-width: 1600px) {
	.home #myCarousel .carousel-caption,
	#myCarousel .carousel-indicators {
		margin-left: 120px;
		padding-right: 60px;
	}
}

@media (min-width: 1700px) {
	.home #myCarousel .carousel-caption,
	#myCarousel .carousel-indicators {
		margin-left: 160px;
		padding-right: 20px;
	}
}

@media (min-width: 1800px) {
	.home #myCarousel .carousel-caption,
	#myCarousel .carousel-indicators {
		margin-left: 190px;
		padding-right: 0px;
	}
}

@media (max-width: 1200px) {
	.fre-header-wrap .fre-site-logo {
		width: 100% !important;
	}

	.fre-hamburger {
		position: absolute;
		right: 30px;
		top: 23px;
	}

	.mobileMenu .navbar-nav > li {
		width: 100%;
	}

	.fre-account-wrap {
		text-align: left !important;
	}

	.menu-main-admin-menu-container ul {
		padding-left: 0;
		list-style: none;
	}

	.btn-pay {
		padding: 0 30px !important;
	}
}

@media (max-width: 992px) {
	.recap-screen .row.bs-equal-col {
		display: block;
		width: 70%;
		margin: 0 auto;
	}

	.recap-screen .row.bs-equal-col .col-sm-6 {
		width: 100%;
	}

	.recap-screen .row.bs-equal-col .col-sm-6:first-child {
		margin-bottom: 20px;
	}

	.recap-screen .row.bs-equal-col .serviceList li {
		background-position: left center;
		padding-left: 30px;
	}

	.recap-screen .row.bs-equal-col .serviceList {
		width: 60%;
		margin: 0 auto;
	}

	.bs-service-proj-row .col-sm-4 {
		width: 100%;
		display: block !important;
	}

	.bs-service-proj-row .col-sm-4.bs-service-project-list {
		width: 70% !important;
		padding-top: 30px;
		padding-bottom: 30px;
		margin: 0 auto;
	}

	.bs-service-project-title {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.recap-screen .row.bs-equal-col {
		width: 90%;
	}
}

@media (max-width: 767px) {
	/* 	.accordion-button{
	font-size:18px
} */
	#modal_recap_screen h2,
	#modal_recap_screen .bs-modal-text,
	#modal_recap_screen .bs-modal-subtitle {
		font-size: 16px !important;
	}
	.accordion-body {
		font-size: 16px;
		padding: 1rem 0rem;
	}
	.recap-screen .row.bs-equal-col {
		width: 100%;
	}

	.recap-screen .btn_continuous,
	.bs-text-center-recap a {
		padding: 10px 20px 8px 20px;
	}
	.recap-screen .btn_continuous {
		width: 100%;
	}
	.recap-screen .row.bs-equal-col .serviceList {
		width: 100%;
	}

	.recap-screen .radio-group .bs-inputs-checkbox label::before {
		vertical-align: middle;
	}

	.fre-header-wrap .fre-menu-top,
	.fre-header-wrap .fre-site-logo,
	.fre-header-wrap .fre-account-wrap {
		width: 100% !important;
	}

	.bs-service-proj-row .col-sm-4.bs-service-project-list {
		width: 100% !important;
		padding: 20px !important;
	}

	.bs-project-recap .examples span {
		padding-left: 5px !important;
	}

	.stepDiv .comDiv h3 {
		margin-bottom: 0;
	}
	.authen-login h2 {
    font-size: 26px;
	}
	.container.mb-3.pb-5.pt-4 {
    margin: -10px !important;
    padding-top: 0 !important;
}
	
}

.fre-header-wrap .fre-menu-top,
.fre-header-wrap .fre-site-logo,
.fre-header-wrap .fre-account-wrap {
	width: auto;
	margin: 0 !important;
}

.fre-header-wrap .fre-site-logo {
	text-align: center;
}

.fre-header-wrap .fre-account-wrap {
	text-align: right;
}

.fre-header-wrap .fre-site-logo,
.fre-header-wrap .fre-site-logo.loginlogo {
	margin-right: 0 !important;
	padding-left:90px !important;
}

.page-template-page-login .fre-header-wrap .fre-site-logo {
	margin-right: 0 !important;
}

.webMenu .fre-menu-page .navbar-nav > li {
	margin-right: 15px !important;
	margin-top: 2px;
}

.recap-screen .dashboardHldr .whiteWrapper .projStatusHldr {
	width: 90%;
}

.recap-screen .dashboardHldr .whiteWrapper .projStatusHldr .txtrDiv {
	padding: 0 15px;
}

.bs-service-project-title strong {
	text-align: center;
	margin: 10px 0 0 0;
	color: #a1a0a0;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.bs-service-project-title a {
	margin-top: 0;
}

.bs-service-project-title span {
	font-size: 35px;
	font-weight: 500;
}

.bs-service-project-list ul {
	text-align: left;
	padding-left: 15px;
}

.bs-service-project-list ul li {
	text-transform: uppercase;
	font-size: 17px;
}

.bs-service-project-list {
	border-left: 2px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding-bottom: 60px !important;
	padding-top: 65px !important;
}

.bs-service-project-currency {
	font-size: 25px !important;
	margin-right: -5px;
}

.questionnaire-navigation {
	margin-bottom: 50px;
	margin-top: 20px;
	width: 100%;
}

.questionnaire-navigation .progress-bar {
	background-color: #006766;
}

.questionnaire-navigation .progress {
	height: 8px;
	border-radius: 0;
}

.questionnaire-navigation .step_info {
	color: #006766;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 300;
}

.projects-list .container_custom.fixed-price > .row {
	width: 100%;
	padding-bottom: 20px;
}

.bs_questionnaire_wrap {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.bt-project-recap-screen-typical-price,
.bt-project-recap-screen-typical-price span {
	font-weight: 300;
	font-size: 36px;
	line-height: normal;
	font-family: "Hevetica",  sans-serif;
}

.bs_price_line {
	text-decoration: line-through;
}

.bs-left-border-img {
	/* margin-top: 40px; */
	border-left: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.bs-project-recap .bs-second-col input.btn_continuous {
	width: 100%;
	border-width: 2px
}
.btn_wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	align-items: start
}

.bs-project-recap .btn_continuous.btn-not-background {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 400;
	border: 2px solid #000;
}

.bs-project-recap .btn_continuous.btn-not-background:hover {
	border: 2px solid #00cccc;
}

.bs-project-recap .not_ready span {
	margin-bottom: 10px;
	display: block;
}

.bs-project-recap .not_ready h4 {
	color: #000;
	font-weight: 300;
}

.bs-project-recap .bs-first-col h1 {
	text-align: left;
}

.bs-project-recap .not_ready .recap_paused_button,
.bs-project-recap .not_ready .recap_paused_button_click {
	margin-left: 0;
	padding-left: 70px;
	padding-right: 70px;
}

#servicesModalStaging .bt-services-popup .grayTop h2 {
	color: #00cccc;
	font-size: 55px;
}

#servicesModalStaging .bt-post-title-serv h2 {
	margin-bottom: 0;
	min-height: 80px;
}

#servicesModalStaging .plnList h5 {
	position: unset;
	margin-top: 0;
	margin-bottom: 25px;
}

#servicesModalStaging .plnList .item p {
	min-height: 150px;
}

#servicesModalStaging .plnList .bt-popup-price {
	display: block;
	min-height: 90px;
}

#servicesModalStaging .plnList .bt-popup-price .old-price {
	margin: 0 auto;
	width: 25%;
	display: block;
	color: red;
	font-weight: 500;
	text-decoration: line-through;
}

#servicesModalStaging .plnList .bt-popup-price .old-price .icon {
	font-weight: 500;
}

#servicesModalStaging .bs-modal-popup .old-price::after {
	display: none;
}

#servicesModalStaging .bs-modal-popup .icon {
	bottom: 8px;
	top: unset;
}

#servicesModalStaging .modal.cModal .close {
	right: 18px;
}

.bs-home-box-content-wrapp {
	width: 60%;
	margin: 0 auto;
}

.bs-home-box-content .bs-home-box-content-wrapp h2 {
	margin-bottom: 20px !important;
}

.bs-home-box-content .bs-home-box-content-wrapp h3 {
	margin-bottom: 10px !important;
}

.bs-home-box-content .bs-home-box-content-wrapp strong {
	font-weight: 400;
	font-size: 30px;
}

.bs-home-box-content .bs-home-box-content-wrapp p {
	font-weight: 300;
	font-size: 20px;
}

.bs-right-box-content h2,
.bs-right-box-content h4,
.bs-right-box-content h3,
.bs-right-box-content p {
	text-align: right;
}

.bs-home-box-row {
	display: flex;
	width: 100%;
	margin: 0;
	padding-bottom: 0 !important;
}

.bs-home-box-row [class*="col-"] {
	flex: 1;
	padding: 0;
}

.bs-left-box-content {
	background: #fff;
}

.bs-right-box-content {
	background: #f1f1f1;
}

.renovationDiv .HRRghtTxtHldr {
	padding-bottom: 80px;
}

.bottomRono {
	padding-bottom: 30px;
	padding-top: 30px;
}

.bs-cta-assistance-section .cta-call {
	bottom: 300px !important;
	top: auto;
}

.cta-call {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 310px;
	height: 525px;
	opacity: 0;
}

.cta-call .bs-cta-call-img {
	text-align: right;
	margin-top: -10px;
	position: absolute;
	bottom: -1px;
	right: 8px;
}

.cta-call .bs-cta-call-img img {
	width: 220px;
	padding-bottom: 10px;
	margin-bottom: -11px;
}

.cta-call h3 {
	font-size: 50px;
	color: #fff;
	font-weight: 900;
	padding-top: 25px;
	padding-bottom: 1px;
	line-height: 30px;
	margin-top: 20px;
}

.cta-call h3 p {
	display: block;
	font-weight: 900;
}

.cta-call .bs_wld_1 {
	padding-left: 0px;
	margin-left: -50px;
}

.bs-cta-call-content {
	text-align: center;
}

.bs-slider-cta-btn button {
	background: transparent;
	border: 2px solid;
	border-radius: 25px;
	padding: 8px 10px 4px;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: 600;
	width: 160px;
	cursor: pointer;
}

.bs-slider-cta-btn button.bs-cta-btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #8d00be;
}

.bs-slider-cta-btn button.bs-cta-btn-color {
	border-color: #8d00be;
	color: #8d00be;
	font-weight: 900;
}

.bs-cta-call-us {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 5px;
}

.bs-cta-call-us-subtitle {
	color: #8d00be;
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 0;
}

.bs-cta-call-us-num {
	color: #8d00be;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 15px;
}

.bs-p-d-title {
	text-align: center;
}

.bs-p-d-title h3 {
	font-size: 24px;
}

.bs-s-p-ul-left {
	text-align: left;
}

.bs-s-p-ul-left li {
	font-weight: 900;
	color: #000;
	margin-bottom: 10px;
}

.bs-s-p-ul-left .see_example_text {
	font-size: 14px;
	text-decoration: underline;
	margin-left: 10px;
}

.bs-s-p-l-check .col-sm-4 {
	float: left;
	display: initial;
	vertical-align: top;
	padding: 0;
}

.bs-s-p-l-check .col-sm-4 img {
	width: 100px;
}

.bs-service-project-overview .bs-service-project-list-nw h4 {
	color: #000;
	font-size: 28px;
	text-align: left;
	margin-bottom: 20px;
}

.bs-service-project-overview .bs-service-project-list-nw .statusTable table {
	width: 100%;
}

.bs-service-project-overview .bs-service-project-list-nw .statusTable tr {
	border-bottom: 1px solid #000;
	height: 35px;
}

.bs-service-project-overview
.bs-service-project-list-nw
.statusTable
tr:last-child {
	border-bottom: none !important;
}

.bs-service-project-overview .bs-service-project-list-nw .statusTable td {
	color: #000;
	font-size: 12px;
	padding-bottom: 0;
}

.bs-service-project-overview
.bs-service-project-list-nw
.statusTable
td:nth-child(1) {
	padding-left: 0;
	width: 20%;
}

.bs-service-project-overview
.bs-service-project-list-nw
.statusTable
td:nth-child(2) {
	font-size: 15px;
}

.bs-service-project-list-nw {
	padding-top: 0px !important;
	padding-bottom: 25px !important;
	border-right: none !important;
}

.sliderBanner ul#slideshow p {
	margin-bottom: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.4);
}

.renoTop.renoTop-new {
	position: unset;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bs-service-proj-nw-btn a {
	margin-top: 0;
	width: 70%;
}

.btn-margin-top {
	margin-top: 20px !important;
}

/*
.bs_equal_height_text{
min-height: 60px;
}

.bs_equal_height_img{
min-height: 250px;
}
*/

footer.d-none {
	display: none;
}

.owl-controls {
	display: none;
}

.img-gallery-feedback-form .owl-carousel.owl-theme {
	position: relative;
}

.bs-iframe-form {
	margin-top: -8px;
}

.bs-iframe-form iframe {
	height: calc(81vh - 85px);
	margin-top: calc(10vh);
	width: 100%;
}

.img-gallery-feedback-form {
	text-align: center;
	background-color: #fff;
	padding: 40px;
	position: relative;
}

.img-gallery-feedback-form .pagination {
	text-align: center;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 39px -1px rgb(0 0 0 / 13%);
	-moz-box-shadow: 0px 0px 39px -1px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 0px 39px -1px rgb(0 0 0 / 13%);
	padding: 10px 10px 6px;
	border-radius: 10px;
	position: absolute;
	bottom: 25px;
	/* left: calc(50% - 115px); */
	z-index: 9;
	background-color: #fff;
}

.img-gallery-feedback-form .pagination-item-single {
	display: inline-block;
	margin: 0 3px;
}

.img-gallery-feedback-form .pagination-item-single .pagination-item {
	background-image: url("../../uploads/2021/10/file-white-image.png");
	width: 33px;
	height: 45px;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: table;
}

.img-gallery-feedback-form .pagination-item-single .pagination-item.active {
	background-image: url("../../uploads/2021/10/file-black-img.png");
	width: 33px;
	height: 45px;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-gallery-feedback-form .pagination-item-single .pagination-item p {
	color: #bbb;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
}

.img-gallery-feedback-form .pagination-item-single .pagination-item.active p {
	color: #fff;
}

.bs-show-mobile {
	display: none;
}

.img-gallery-feedback-form .easyzoom-flyout img {
	max-width: 1000px;
}

.bs-project-recap .bs-first-col .bs-blue-title {
	font-size: 40px;
}

.bs-form-modal-img #modal_image_example .modal-dialog {
	max-width: 100%;
	width: 1400px;
}

#PaymentCarousel .col-md-4 {
	width: 32%;
}

.project-dashboard-container .bs-service-proj-row.bs-service-project-overview {
	margin-bottom: 40px;
	/* align-items: center; */
}

.project-dashboard-container ul.bs-s-p-ul-left {
	margin-bottom: 0;
}

.project-dashboard-container ul.bs-s-p-ul-left li:last-child {
	margin-bottom: 0;
}

.bs-show-ipad {
	display: none !important;
}

.bs-carousel-bg {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bs-mobile-avatar {
	margin-bottom: -30px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin-left: calc(50% - 50px);
}

.bs-mobile-avatar img {
	width: 100%;
	height: auto;
}

.bs-currency-s {
	color: #000 !important;
	font-weight: 600 !important;
	font-size: 43px !important;
	margin-right: 10px;
}

.page-template-page-login .fre-header-wrap .fre-site-logo {
	margin: 0 auto !important;
}

.btn-large.btn-gray-bg {
	background-color: #b1b2b4;
	border-color: #b1b2b4;
	margin-top: 20px;
}

.btn-large.btn-gray-bg:hover {
	background-color: #fff;
	color: #b1b2b4;
	border-color: #b1b2b4;
}

.btn-large.btn-gray-bg:focus {
	background-color: #fff;
	color: #b1b2b4;
	border-color: #b1b2b4;
}

.bs-s-p-check-r {
	padding-left: 50px;
	padding-right: 25px;
}

.cta-call-mobile {
	display: none !important;
}

.bs-service-proj-nw-btn .btn-cont-saf:focus {
	color: #fff;
	box-shadow: none !important;
}

.bs-service-proj-nw-btn .btn-cont-saf:focus:hover {
	color: #00cccc;
	box-shadow: none !important;
}

.edit-question-project .fre-header-wrap .fre-site-logo {
	margin: 0 auto !important;
	margin-right: auto !important;
}

.add_extra_item .modal-dialog,
.sitepackageoptions .modal-dialog {
	max-width: 800px !important;
	width: 100% !important;
}

.add_extra_item img,
.sitepackageoptions img {
	max-height: 70vh;
	min-height: 70vh;
	object-fit: contain;
	padding: 45px;
}
.add_extra_item .owl-stage,
.sitepackageoptions .owl-stage {
	display: flex;
	align-items: center;
}
.add_extra_item .modal.show .modal-dialog,
.sitepackageoptions .modal.show .modal-dialog {
	transform: none !important;
	top: inherit !important;
}
/* #modal_recap_screen .item{
display: grid;
grid-template-columns: 100%;
align-items: center;
gap: 20px;
} */
#modal_recap_screen .modal-dialog {
	max-width: 400px;
}

#modal_recap_screen .bs_equal_height_text {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
#modal_recap_screen .modal-body {
	padding: 20px;
}
/* #modal_recap_screen .owl-carousel .owl-stage{
display:flex;
align-items:center
} */
#modal_recap_screen .model_recap_content {
	display: grid;
	grid-template-columns: 40px 80%;
	align-items: center;
	gap: 20px;
}

@media (max-width: 1440px) {
	.cta-call {
		top: 100px;
	}

	.bs-cta-assistance-section .HAssistanceBox .HAssitnaceHldr ul li {
		width: 20% !important;
	}
}

@media (max-width: 1220px) {
	.featured-new li {
		margin: 20px !important;
	}

	.bs-box-content-btn {
		text-align: center;
	}

	.bs-box-content-btn a {
		margin-left: 0;
	}

	.bs-home-box-nw.renovationDiv .HRRghtTxtHldr {
		margin-top: 0 !important;
	}

	.bs-home-box-row h3 {
		padding-top: 20px;
	}
}

@media (max-width: 1199px) {
	.home.page-template-page-home-new {
		width: 100%;
	}

	.bs-home-box-content-wrapp {
		width: 100%;
	}

	.cta-call {
		top: 150px;
		width: 235px;
		height: 445px;
	}

	.bs-home-box-content-wrapp h2,
	.bs-home-box-content-wrapp h3,
	.bs-home-box-content-wrapp h4 {
		text-align: center !important;
		margin-left: 0 !important;
	}

	.bs-home-box-content-wrapp p {
		text-align: center !important;
	}

	.bs-service-project-overview {
		width: 100%;
	}

	.cta-call h3 {
		font-size: 35px;
	}

	.bs-slider-cta-btn button {
		width: 140px;
	}

	.bs-cta-call-us-subtitle {
		margin-top: 10px;
	}

	.bs-cta-call-us-num {
		margin-bottom: 5px;
	}

	.cta-call .bs-cta-call-img img {
		width: 140px;
	}

	.cta-call .bs-cta-call-img {
		right: 15px;
	}
}

@media (max-width: 1024px) {
	#servicesModalStaging .bt-post-title-serv h2 {
		min-height: 110px;
	}

	#servicesModalStaging .plnList .item p {
		min-height: 200px;
	}

	.cta-call .bs-cta-call-img {
		right: 10px;
	}
}

@media (max-width: 992px) {
	.add_extra_item .modal-dialog,
	.sitepackageoptions .modal-dialog {
		max-width: 600px !important;
	}
	.bs-home-box-content .bs-home-box-content-wrapp p {
		text-align: center;
		margin: 0 50px 40px 50px;
	}

	.home .slider-image-desktop {
		display: block;
	}

	.bs-service-project-list-nw .col-sm-4 {
		width: 30%;
	}

	.bs-service-project-list-nw .col-sm-8 {
		width: 70%;
	}

	.bs-service-project-overview .bs-service-project-list-nw h4 {
		font-size: 18px;
	}

	.bs-service-project-overview .bs-service-project-list-nw .statusTable td {
		font-size: 11px;
	}

	.cta-call {
		display: none;
	}

	.recpImgDiv .image {
		margin: 0 auto;
	}
}

@media (max-width: 800px) {
	.bs-left-border-img {
		margin-top: 0px;
		border-left: none;
		padding: 0;
	}

	.bs-second-col .bs-right-border {
		text-align: center;
	}

	.bs-left-border-img {
		margin-top: 10px;
		margin-bottom: 25px;
		text-align: center;
	}

	.bs-second-col .bs-right-border input {
		margin: 0 auto !important;
	}

	#servicesModalStaging .bt-post-title-serv h2 {
		min-height: auto;
		margin-block: 25px;
	}

	#servicesModalStaging .plnList .item p {
		min-height: auto;
	}

	#servicesModalStaging .bt-services-popup .grayTop span {
		line-height: 25px;
	}

	.cta-call {
		display: none !important;
	}

	.bs-service-project-list-nw {
		border: none;
	}

	.bs-service-project-list-nw .col-sm-4 {
		width: 27%;
	}

	.bs-service-project-list-nw .col-sm-8 {
		width: 73%;
	}

	.bs-show-ipad {
		display: block !important;
	}

	.bs-s-n-section {
		margin-top: 50px !important;
	}

	.bs-hide-ipad {
		display: none !important;
	}

	.bs-home-box-nw .bs-home-box-row [class*="col-md"].HRLftImgHldr {
		width: 100% !important;
		display: block;
		flex: auto;
		height: 400px;
	}

	.bs-home-box-nw .bs-home-box-row .bs-home-box-content.bs-left-box-content {
		padding-bottom: 0 !important;
	}

	.bs-home-right-img-mt {
		margin-top: 70px !important;
	}

	.bottomRono .container h2 img.ratingImage {
		display: block;
		margin: 0 auto;
		padding-top: 25px;
	}

	.bottomRono .container h2 {
		line-height: 30px;
		padding-bottom: 30px;
	}

	.bs-cta-assistance-section .HAssistanceBox .HAssitnaceHldr ul li {
		width: 50% !important;
	}

	.modal-body.bs-modal-popup .special_offers .bt-services-popup {
		width: 100%;
	}

	.special_offers .bt-services-popup #PaymentCarousel .col-md-4 {
		width: 100%;
	}

	.bs-s-p-check-r {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.modal-body {
		padding: 40px 20px;
	}
	.cta-call-mobile h3 {
		font-size: 25px;
		display: flex;
		gap: 8px;
	}
	.add_extra_item img,
	.sitepackageoptions img {
		max-height: 50vh;
		min-height: 50vh;
		padding: 0;
	}
	.add_extra_item .modal,
	.sitepackageoptions .modal {
		padding: 0 50px;
	}
	.add_extra_item .owl-prev,
	.sitepackageoptions .owl-prev {
		left: -65px;
	}
	.add_extra_item .owl-next,
	.sitepackageoptions .owl-next {
		right: -65px;
	}
	#modal_recap_screen.modal .modal-dialog {
		margin-right: auto !important;
	}
	/* 	#modal_recap_screen .item {
	grid-template-columns: 100%;
}
	#modal_recap_screen h2,#modal_recap_screen .bs-modal-subtitle,#modal_recap_screen .bs-modal-text{
	text-align:center
} */

	.bs-project-recap .col-md-12 .serviceList {
		padding: 0px;
	}

	.bs-project-recap .extra_information {
		margin-top: 0;
	}
	.price_div {
		flex-direction: column-reverse;
		gap: 0;
		padding-top: 30px;
	}
	.bs-project-recap .bs-first-col .bs-blue-title {
		font-size: 30px;
		margin-bottom: 0;
	}

	.bs-project-recap .bt-project-recap-screen-save-price {
		font-size: 18px;
	}

	.bs-project-recap .bt-project-recap-screen-total-price {
		font-size: 75px;
		line-height: 0.8;
		padding-bottom: 17px;
		text-align: center;
	}
	.bs-project-recap .bt-project-recap-screen-typical-price {
		font-size: 16px;
	}
	.bt-project-recap-screen-typical-price,
	.bt-project-recap-screen-typical-price span {
		font-size: 40px;
	}

	.bs-project-recap .bs-second-col {
		padding: 26px !important;
	}

	.renovationDiv_inner_content_wrap.bs-home-box-row {
		display: block;
	}

	.renovationDiv_inner_content_wrap.bs-home-box-row .col-md-7,
	.renovationDiv_inner_content_wrap.bs-home-box-row .col-md-5 {
		width: 100%;
	}

	.renovationDiv_inner_content_wrap.bs-home-box-row .HRLftImgHldr {
		height: 300px;
		margin-top: 0;
	}

	.bs-service-proj-nw-btn a {
		width: 100%;
	}

	.recap-screen .recpTop {
		margin-bottom: 0;
	}

	.recap-screen .newProceShow h2 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.bs-hide-mobile {
		display: none;
	}

	.bs-show-mobile {
		display: block !important;
	}

	.bs-home-box-nw .renoTop-new {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.bs-home-box-row .bs-home-box-content {
		padding-top: 50px !important;
	}

	.bs-home-box-content-wrapp .bs-box-content-btn a.btn {
		line-height: 26px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.bs-cta-assistance-section .HAssistanceBox .HAssitnaceHldr ul li {
		width: 50% !important;
	}

	.bs-show-mobile {
		display: block !important;
	}

	.bs-s-n-section {
		margin-top: 50px !important;
	}

	.bs-hide-mobile {
		display: none !important;
	}

	.bs-home-box-nw .renoTop-new h2 {
		margin-bottom: 40px;
	}

	.bs-home-box-nw .bs-home-box-row .bs-home-box-content.bs-left-box-content {
		padding-bottom: 0 !important;
	}

	.bs-home-right-img-mt {
		margin-top: 70px !important;
	}

	.bottomRono .container h2 {
		padding-bottom: 15px;
	}

	.bs-currency-s {
		font-size: 35px !important;
		margin-right: 0px;
	}

	/*
	.sliderBanner ul#slideshow p{
	background-color: #fff !important;
	color: #444 !important;
	bottom: -1px !important;
}
	*/

	.mtsnb-absolute.mtsnb-hidden {
		display: none !important;
	}

	#slideshow li .carousel-caption h1 {
		margin: 20px auto 0 auto !important;
	}

	.bs-s-p-check-r {
		width: 80%;
		margin: 0 auto;
	}

	/* 	.featured.featuredMobile {
	margin-top: 300px;
} */

	.cta-call-mobile {
		display: block !important;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		z-index: 999;
		/* 		top: 11%; */
		/* 		right: 0; */
		max-width: 98%;
		background-position: left;
		margin-top: 20px;
	}

	.cta-call-mobile .bs-cta-call-img {
		position: absolute;
		width: 125px;
		bottom: 7px;
		left: 0px;
	}

	.cta-call-mobile .bs-cta-call-img img {
		width: 100%;
	}

	.cta-call-mobile h3 {
		font-size: 30px;
		color: #fff;
		font-weight: 900;
		padding-bottom: 1px;
		text-align: left;
		line-height: 25px;
		margin-bottom: 0;
	}

	.cta-call-mobile h3 p {
		font-weight: 900;
	}

	.cta-call-mobile .bs-cta-call-us-num {
		font-size: 19px;
		text-align: left;
		padding-top: 3px;
	}

	.cta-call-mobile .bs_wld_2 {
		margin-bottom: 0;
	}

	.cta-call-mobile .bs-slider-cta-btn button {
		border-radius: 10px;
		width: auto;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 10px;
	}

	.cta-call-mobile .bs_wld_1 {
		margin-bottom: 0;
	}

	.cta-call-mobile .bs-cta-call-content {
		padding-top: 16px;
		padding-bottom: 16px;
		position: relative;
	}

	.cta-call-mobile .col-5,
	.cta-call-mobile .col-7 {
		padding-left: 0px;
	}
}
@media (max-width: 575px) {
	.bs-project-recap .message-not-pay-now {
		text-align: center;
	}
	.not_ready {
		text-align: center;
	}
}

@media (max-width: 320px) {
	.cta-call-mobile .bs-cta-call-us-num {
		font-size: 15px;
	}

	.cta-call-mobile h3 {
		font-size: 25px;
	}

	.cta-call-mobile .bs-slider-cta-btn button {
		width: auto;
	}
}

/* new design css */

.heading {
	font-size: 2.25rem;
	line-height: 2.25rem;
	color: #080808 !important;
	font-weight: 900;
	/* font-family: "Neue Montreal"; */
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif !important;
}

/*service-scope*/
#service > .row {
	padding-top: 0rem;
}
#service .service-heading{
	margin-bottom: 1rem!important;
}
#service .pay-nw-btn{
	margin-top:25px;
}
#service .pay-nw-btn:hover a{
	color:#fff!important;
}

.service-list {
	margin: 0;
	padding-left: 1rem;
}
.service-list li {
	line-height: 40px;
	font-size: 1rem;
	text-transform: capitalize;
	color: #000000;
}
.service-list p.codeproperty {
	margin-bottom: 0.75rem;
}

.service-right h5 {
	color: #f01111;
	font-size: 1rem;
}

/* .price-card {
	margin-bottom: 1.5rem;
} */
.price-card h2,
.price-card h6 {
	color: #000;
	margin-bottom: 0px;
	font-weight: normal;
}

.price-card h2 {
	color: #000;
	font-size: 28px;
	position: relative;
}
.price-card h2::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -10%;
	right: -10%;
	transform: translateY(-50%) rotate(0deg);
	border: 1px solid #000;
}

.sub-head {
	font-weight: 900;
	font-size: 3.75rem;
	line-height: 3.5rem;
	color: #000000 !important;
	font-family:  "Hevetica", sans-serif;
}

/*payment-sec*/

.payment-right-card h5 {
	font-size: 19px;
	margin-bottom: 30px;
	font-weight: 500;
}
.payment-right-card .form-check-input {
	width: 16px;
	height: 16px;
	margin-top: 0px;
}

.radio-btn .bg-1,
.radio-btn .radio-bg {
	background: #fafafa;
	padding: 0px;
	/* padding-left: 42px; */
	border-radius: 6px;
}

.radio-btn .radio-bg {
	border-radius: 6px;
}

.radio-btn .radio-bg label {
	font-size: 12px !important;
	padding: 15px;
	cursor: pointer;
}

.radio-btn .bg-2 {
	background: #f5f5f5;
}

.form-check-input {
	margin-top: 1rem;
	margin-left: 1rem;
	display: inline-flex;
}

.form-check-input:checked {
	background-color: #fff !important;
	border:1px solid rgba(0,0,0,.25);
}
td :checked {
	background-color: #00d0d0 !important;
	border-color: #00d0d0 !important;
}
98
.head-wrap h5 {
	font-size: 18px;
	font-weight: 500;
}
#service .btn {
	color: #050505 !important;
    border-radius: 0 !important;
    width: 200px;
    border: 2px solid #000!important;
	font-weight:400;
	
}
#service .btn:hover {
	border: 2px solid #00cccc!important;
/* 	color:#fff!important; */

}
#service .pay-nw-btn a{
	margin-top:0px!important;
}
#bt_card_button {
	display: block;
	color: #040404;
	background: #fed701;
	border-radius: 10px;
	padding: 0;
	line-height: 35px;
	text-transform: uppercase;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 12px;
	margin: 15px 0 25px 0;
	margin-top: 15px;

	border: none;
	width: 100%;
}

/**/

.media-card img {
	margin: auto;
	height: 85px !important;
	width: 85px !important;
}

.media-card h5 {
	color: #000;
	font-weight: bolder;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 18px;
}

.media-card p {
	color: #a1a0a0;
	font-family: "HelveticaNeue", "Hevetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	white-space: normal;
}

/*project-right-card**/
.project-right-card .content-wrap {
	width: 100%;
}
.project-right-card dl.timeline {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 14px;
	display: grid;
	gap: 10px 10px;
	grid-template-columns: 80px auto;
}

/*Documents*/

.table > :not(caption) > * > * {
	border-bottom-width: 0px !important;
}

.document-table thead th {
	font-size: 18px;
	font-weight: 600 !important;
}
.document-table td {
	font-size: 14px;
	font-weight: 600 !important;
}
.document-table p {
	font-size: 14px;
	text-align: left;
	margin: 1rem 0 0 0;
}

/*revisions*/

.revisions-part h5 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 14px;
}
.revisions-part .table {
	width: auto;
	max-width: 100%;
}
.revisions-part p {
	font-size: 14px;
	text-align: left;
	margin: 1rem 0 0 0;
}

/*sidebar*/

/* .active {
background: #f5f5f5 !important;
} */
.side-toggle:focus {
	outline: none !important;
}
.new-dashboard {
	position: relative;
}
.left-sidebar-wrapper {
	background-color: transparent;
	position: relative;
	z-index: 1050;
	position: sticky;
	top: 80px;
	left: 0px;
}
.design-lead {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.new-dashboard .left-sidebar {
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0rem;
	min-height: unset;
	border-right: 1px solid #ffffff !important;
	/* transform: translateY(-50%); */
	max-width: 280px;
	width: 100%;
	height: auto !important;
	height: 100%;
	overflow: auto;
	background-color: #fbfaf9;
	border-right: 1px solid #dedede !important;
}

.left-sidebar ul:first-child {
	background-color: #ffffff;
}

.left-sidebar ul:first-child li:first-child {
	height: 40px;
	text-align: right;
	position: relative;
}

.left-sidebar ul {
	padding: 0 0.5rem;
	margin: 0;
	width: 100%;
}

.side-menu {
	flex-direction: column;
	border-bottom: none !important;
}

.left-sidebar ul a.nav-link {
	padding: 0.75rem 1.25rem !important;
	border-radius: 6px;
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	color: #919595;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	margin: 6px 0;
	border-radius: 0.8rem;
}
.left-sidebar ul a.nav-link:focus,
.left-sidebar ul a.nav-link:hover {
	border-color: transparent !important;
}
.side-menu .nav-link.active {
	border-color: transparent;
	color: #808282;
	background-color: #f5f5f5 !important;
}

.left-sidebar ul a img {
	margin-right: 10px;
	width: 24px;
}

.left-sidebar .logout {
	background-color: #fbfaf9;
	flex-direction: column;
	border: none !important;
	padding: 0 !important;
}

.left-sidebar ul.logout a {
	background-color: #fbfaf9;
	margin: 0 !important;
	border: none !important;
	padding: 12.5px 28px !important;
	color: #b1b2b2 !important;
}

.left-sidebar ul .btn {
	border: 0px solid transparent !important;
	position: absolute;
	top: 1rem;
	right: -1rem;
	background: transparent;
	padding: 0;
	box-shadow: none !important;
}

.left-sidebar ul:first-child li:first-child .fa {
	color: #8840ff;
	font-size: 1.15rem;
}
.left-sidebar-wrapper .left-sidebar span {
	display: none;
	font-weight: 600;
}
.left-sidebar-wrapper.show .left-sidebar span {
	display: inline-block;
	vertical-align: middle;
}
.left-sidebar-wrapper:not(.show) {
	width: 8%;
}
.left-sidebar-wrapper:not(.show) a.nav-link {
	text-align: center;
}

#white-board-content,
#conversations-content,
#design-content {
	min-height: 40vh;
}
#revisions-content {
	min-height: auto;
}
.table-revisions {
	font-weight: 600;
	margin-bottom: 0;
}
/* 
.bs-payment-sumary {
border: 1px solid #ccc;
} */
.dash-payment table#payment_summary tr:first-child {
	/*border-bottom: 1px solid #ccc !important;*/
}
tr.tr_total {
	/*background-color: #f7f6f4;*/
}
tr.tr_total td {
	font-weight: 700;
	color: #000;
	padding: 8px;
	color: #000;
	min-width: 60px;
	font-size: 16x;
}
.bt-guarantee-text {
	text-align: center;
	display: block;
	font-weight: 700;
}
.bt-guarantee-text a {
	font-weight: 700;
}
.payment-sec label {
	font-weight: 700px !important;
	color: #969696 !important;
}
#bt_payment_form label {
	    font-weight: 600;
    font-size: 10px;
    color: #222;
    padding: 10px 8px 0;
	    margin: 0 !important;
}
.payment-sec td:last-child {
	text-align: right;
}
#payment_actions .form-check-input {
	margin-top: 3px;
}
.payment-right-card .form-check-input[type="checkbox"] {
	border-radius: 50% !important;
	overflow: hidden;
	z-index: -1;
	pointer-events: none;
}
.payment-right-card .form-check-input:checked[type="checkbox"],
.payment-right-card .form-check-input:checked[type="radio"] {
	background-size: 50%;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.payment-right-card .active {
	background-color: #f5f5f5;
}
.payment-right-card .form-check:hover {
	background-color: #efefef;
}
.payment-sec .payment_summary tr {
	display: flex;
	justify-content: space-between;
}
table#payment_actions tr {
	border: 1px solid #ccc;
}
table#payment_actions tr td {
	padding: 8px !important;
    font-size: 16px;
}
table#payment_actions tr.now td {
	color: #797b7a;
}
#payment_summary,
#payment_actions {
	display: table;
	width: 100% !important;
}
table#payment_summary tr td {
	padding: 8px 8px 8px 0 !important;
}
table#payment_summary tr td:first-child{
	width: 80%;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
    color: #222;
}
#payment_summary tr:not(:first-child) td:first-child {
	padding-left: 0 !important;
}
#payment_summary tr.tr_total td:first-child {
	/*padding-left: 0.5rem !important;*/
}

.accept_terms {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}
.fImgDiv {
	text-align: center;
}
/* #bt_payment_form {
	margin-top: 100px;
} */
.radio-btn .form-check-label {
	padding: 20px 15px 20px 45px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
}

.radio-btn .form-check-label img {
	width: 40px;
	vertical-align: bottom;
	filter: contrast(0.1);
}
.radio-btn .form-check-input:focus {
	box-shadow: unset !important;
}

/* new css */
.new-dashboard .content > section:not(:last-child) {
	margin-bottom: 2rem;
	position: relative;
}

.add_extra_item .owl-controls,
.sitepackageoptions .owl-controls {
	display: inherit !important;
}

.add_extra_item .owl-nav [class*="owl-"],
.sitepackageoptions .owl-nav [class*="owl-"] {
	font-size: 0 !important;
	position: absolute;
	top: 45%;
	border-radius: 50% !important;
	height: 30px;
	width: 30px;
	line-height: 27px;
	padding: 0 !important;
	border: 2px solid;
	background: transparent !important;
}
.add_extra_item .owl-prev:after,
.add_extra_item .owl-next:before,
.sitepackageoptions .owl-prev:after,
.sitepackageoptions .owl-next:before {
	font-size: 14px;
}

@media screen and (min-width: 992px) {
	.payment-right-card {
		position: absolute;
		width: calc(50% - 4.5rem);
		top: 15rem;
	}
}
.new-dashboard {
	color: #000000;
}
.new-dashboard .btn {
	font-size: 0.875rem !important;
}
.new-dashboard .codeproperty {
	line-height: 1.2em;
}
.new-dashboard .codeproperty a {
	margin-left: 12px;
}
.new-dashboard .content {
	margin-left: 310px;
}
.left-sidebar ul:first-child li:first-child {
	height: 0px;
}
#design-content a {
	display: block;
	width: 100%;
}
#documents #document {
	display: none;
}
.new-dashboard .inbox-user-wrap {
	box-shadow: none !important;
}
.new-dashboard .inbox-content-wrap {
	/* box-shadow: 1px 0px 0px 0px rgb(185 184 184 / 25%) !important; */
}
.new-dashboard .conversation-typing {
	    width: 92%;
		position: relative;
}
.new-dashboard .fre-conversation-list {
	padding-right: 0px !important;
}
.new-dashboard .fre-conversation-list > li.partner-message {
	padding-right: 0px;
}
.bt_canvas {
	margin-bottom: 1.25rem;
}
/* #whiteboard #bt_whiteboard_image {
	display: none;
} */

#whiteboard a#save_canvas_board,
#whiteboard button.btn__style-edit {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	padding: 0.5rem 3rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-size: 0.875rem !important;
	border: 1px solid #dee2e6 !important;
}
#whiteboard button.btn__style-edit {
	float: none !important;
}

.chat-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 60%;
	margin-bottom: 3rem;
}
.chat-header .btn-info {
	border-color: #2d8cff !important;
	background-color: #2d8cff !important;
	width: 200px;
	padding: 0.75rem 1rem;
}
.chat-header .btn-outline-dark {
	color: #6c6a6a !important;
	font-size: 20px !important;
	width: 200px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: none !important;
}
.chat-header .btn-check:focus + .btn-outline-dark,
.chat-header .btn-outline-dark:focus {
	box-shadow: none !important;
}
.chat-header .btn-outline-dark:hover,
.chat-header .btn-outline-dark:active {
	background-color: transparent !important;
	color: #6c6a6a !important;
	box-shadow: none !important;
	border-width: 0 !important;
}
.chat-header .btn-outline-dark .fa {
	float: right;
	margin-left: 0.5rem;
}

.chat-option {
	margin-top: -0.5rem;
	margin-bottom: 2.5rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.chat-option.conver {
    padding-left: 20px;
}

.chat-option .form-check {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 0rem;
}
.chat-option.conver .form-check {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0rem;
    width: 100%;
}
.chat-option .form-check-input {
	margin-top: 5px;
	margin-right: 1rem;
}
.chat-option .form-check-label {
	width: auto;
	font-weight: bold;
	font-size: 16px;
}
.chat-option .form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.chat-option .form-check > .d-flex {
    width: calc(100% - 0px);
    flex: 0 0 100%;
}

.time-options {
	margin: 0rem;
	width: 100%;
}
.time-options .form-control {
	width: 100%;
	color: #717171;
	border-radius: 0.3rem;
	position: relative;
	background-image: url("./images/chevron_down_icon.png");
	background-position: 99% center;
	background-repeat: no-repeat;
	background-size: 20px;
}
#requestModal .modal-content {
	border-radius: 0.3rem !important;
}
.modal#requestModal p {
	color: #898989 !important;
	margin: 0 !important;
	text-align: left;
	font-weight: 500;
}
.modal#requestModal .btn-link {
	text-decoration: none !important;
	color: #1b79ff !important;
}
.payment-success {
	text-align: center;
}
.payment-success img {
	width: 300px;
}
.payment-success h1 {
	color: #3f3f3f !important;
	margin-top: -2rem;
}
.payment-success p {
	color: #3f3f3f !important;
	font-size: 14px;
	font-weight: 500;
	margin-top: 1rem;
}
.chat-option .btn.btn-outline-dark.btn-sm {
	font-size: 14px;
	padding: 0.6rem 2rem;
	margin: 0rem;
}
.chat-option .form-check:first-child {
	padding-top: 0.12rem;
}
.nav-link .badge {
	left: 26px;
	font-size: 9px;
	display: none;
}

/* custom css here */

.dash-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	 padding-right: 102px !important;
	 
}
body.page-id-6 {
    background: #ffffff;
}

/*  */
@media screen and (max-width: 992px) {
	.chat-header {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
	}
	.new-dashboard .left-sidebar-wrapper {
		top: 0px;
		left: 0px;
		width: 220px;
	}
	.new-dashboard .left-sidebar {
		left: 0px;
		width: 220px;
	}
	.new-dashboard .content {
		margin-left: 225px;
	}
	.left-sidebar ul .btn {
		right: -20px !important;
	}
	.heading,
	.payment-right-card {
		text-align: center;
	}
	.service-right,
	.mb-res {
		flex-direction: column-reverse;
	}
	.project-right-card {
		justify-content: center;
	}
	a.btn__style-edit {
		margin: 15px auto;
	}
	.requirement__block {
		justify-content: center;
		display: flex;
		text-align: left;
		padding-top: 0 !important;
	}
	.left-sidebar ul a.nav-link {
		padding: 0.75rem 0.4rem;
	}
	.left-sidebar ul a img {
		margin: 0;
	}
	.left-sidebar ul:first-child li:first-child {
		height: 40px;
	}
	.service-scope .border-start {
		border: 0 !important;
	}
	.fre-inbox-wrap .private-message-reply-contents,
	.fre-inbox-wrap .private-message-conversation-contents {
		width: 100%;
	}
	.chat-header .btn-outline-dark {
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 576px) {
	.left-sidebar-wrapper {
		top: 0px;
	}
	.left-sidebar-wrapper:not(.show) .nav-tabs .nav-link.active,
	.left-sidebar-wrapper:not(.show) .side-menu .nav-link.active {
		padding: 0.75rem 0.8rem !important;
		background-color: #e6e6e6 !important;
	}
	.new-dashboard .left-sidebar {
		left: -3px;
		width: 52px;
		top: 0px;
		max-width: max-content;
		overflow: visible;
		transform: none !important;
	}
	.left-sidebar .nav-link span {
		display: none !important;
	}

	.new-dashboard .heading {
		font-size: 2rem;
	}
	.service-list {
		padding-left: 1.5rem;
	}
	.sub-head {
		font-size: 3.2rem;
		line-height: 3rem;
	}
	.price-card h2 {
		line-height: 2rem;
	}
	.left-sidebar ul {
		width: 60px;
		padding: 0 0.25rem;
	}
	.left-sidebar ul .btn {
		right: -13px !important;
	}
	.heading,
	.design-lead,
	.payment-right-card {
		text-align: center;
	}
	.requirement__question__name {
		line-height: 16px;
	}
	.requirement__question {
		line-height: 22px;
	}
	.requirement__question,
	.requirement__list.liking {
		text-align: left !important;
		padding-bottom: 0;
	}
	#design-content {
		padding: 0 2rem;
	}
	#design-content a {
		display: inline-block;
		width: 100px;
	}
	#white-board-content {
		padding: 0 0.5rem;
	}
	#revisions-content {
		min-height: unset;
	}
	#white-board-content .btn__style-edit {
		display: inline-block;
		width: 100%;
		margin-bottom: 0px;
		/* display: none; */
	}
	#white-board-content #save_canvas_board {
		margin-bottom: 18px;
		margin-top: 10px;
	}
	.service-list {
		margin-top: 10px;
	}
	.service-list li {
		font-size: 0.875rem;
		line-height: 1.6rem;
	}
	.service-right,
	.mb-res {
		flex-direction: column-reverse;
	}
	.project-right-card {
		justify-content: center;
	}
	a.btn__style-edit {
		margin: 15px auto;
	}
	.requirement__block {
		justify-content: center;
		display: flex;
		text-align: center;
		padding-top: 0 !important;
	}
	.left-sidebar ul a.nav-link {
		padding: 0.75rem 0.8rem !important;
	}
	.left-sidebar ul a img {
		margin: 0;
	}
	.left-sidebar ul:first-child li:first-child {
		height: 40px;
	}
	.service-scope .border-start {
		border: 0 !important;
	}
	.left-sidebar-wrapper {
		/* display: none; */
		margin-bottom: 2rem;
	}
	.left-sidebar {
		position: relative;
		min-height: unset;
	}
	.left-sidebar .logout {
		position: relative;
	}
	.left-sidebar .logout li {
		text-align: center;
	}
	.left-sidebar ul .btn {
		right: 0rem;
	}
	.document-table thead th {
		font-size: 16px;
	}
	.document-table td {
		font-size: 12px;
	}
	.left-sidebar-wrapper .left-sidebar span {
		display: none;
	}
	.left-sidebar-wrapper.show .left-sidebar span {
		display: inline-block !important;
		margin-left: 1rem;
	}
	.left-sidebar-wrapper.show .left-sidebar {
		width: 100% !important;
		min-width: 260px;
	}
	.left-sidebar-wrapper.show .left-sidebar ul {
		width: 100% !important;
	}
	.left-sidebar-wrapper.show .left-sidebar .logout li {
		text-align: left !important;
		padding-left: 5px;
	}
	.payment-right-card {
		margin-bottom: -4rem;
	}
	#bt_payment_form {
		margin-top: 0px;
	}
	.payment-right-card h5 {
		margin-bottom: 10px;
	}
	.chat-option {
		flex-direction: column;
	}
	.chat-option .form-check {
		margin-bottom: 1rem;
	}
	.chat-header .btn-info,
	.chat-header .btn-outline-dark {
		width: 190px;
	}
	.chat-header .btn-outline-dark {
		margin-top: 1.5rem;
	}
	.chat-option .btn.btn-outline-dark.btn-sm {
		margin-top: 2rem;
	}
	.chat-option .row > div + div {
		margin-top: 1rem;
	}
	.chat-header label .fa {
		transform: rotate(90deg);
	}
	.time-options {
		margin: 0rem auto 0rem auto;
	}
	.dash-header {
		padding:0 !important;
	}
}

/* body.latest-home-page .fre-hamburger,
body.latest-home-page .webMenu,
body.latest-home-page .fre-account-wrap.dropdown {
	display: none;
} */
body.latest-home-page .fre-header-wrap .fre-site-logo,
body.latest-home-page .fre-header-wrap .fre-site-logo.loginlogo {
	margin-right: auto !important;
}
body.latest-home-page .loginlogo {
	margin: 0 auto !important;
}

#post-place .conversation-send-message-btn {
	border: 1px solid #0cc;
    background: #0cc;
    font-weight: 300;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 100%;
    text-transform: lowercase;
    display: block;
    width: auto;
    height: auto;
    padding: 5px 12px;
    right: unset;
    bottom: 18px;
}

.conversation-submit-btn .fa-paperclip {
	transform: rotate(-45deg);
}

.thanks-req-success {
	margin-bottom: 2.25rem;
	margin-top: -0.5rem;
}
.thanks-req-success p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 12px;
    color: #5e5e5e;
    font-family: 'Inter' !important;
}

.radio-btn .form-check:nth-child(1) .form-check-label img {
	margin-top: -0.4rem;
	margin-bottom: -0.4rem;
}
.radio-btn .form-check:nth-child(3) .form-check-label img {
	margin-top: -0.27rem;
	margin-bottom: -0.27rem;
	width: 35px;
}
.radio-btn .form-check:nth-child(4) .form-check-label img {
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
	width: 35px;
}

#callTime option {
	color: #aaa;
}
#callTime option[disabled] {
	color: #cccccc;
	background-color: #f1f1f1;
}

.welcomeHead {
	color: #00cccc !important;
	font-weight: 300 !important;
}

.details__block.terms::after,
.details__block.payments::after {
	content: "";
	display: table;
	clear: both;
}
.admin_video_sec {
    width: 100%;
    float: left;
	margin: 10px 0;
}
.admin_video_sec input.admin_video_field {
    float: left;
}
/* #post-place input[name="joom_link"] {
	max-width: unset;
	width: 100% !important;
} */



@media (min-width: 576px) {
	#revisonModal .modal-dialog {
		max-width: 600px !important;
	}
}
.modalfile .modal-dialog {
	max-width: 855px;
}

.modalfile .modal-body {
	padding-top: 0;
	padding-bottom: 31px;
	padding: 10px !important;
}

.modalfile .modal-body,
.modalfile .modal-header {
	padding-left: 77px;
}

.modalfile .modal-body h3 {
	font-size: 18px;
	font-weight: 700;
	color: #080808;
	line-height: 19px;
	margin: 0 0 16px;
}

.modalfile .modal-header {
	border: none;
	padding-bottom: 0;
	margin-bottom: 34px;
	padding-top: 52px;
}

.modalfile .modal-header h5 {
	font-size: 36px;
	color: #080808;
	font-weight: 700;
	line-height: 27px;
}

.upload ul {
	margin: 0;
	padding: 0 0 0 17px;
}

.upload li {
	list-style: none;
	font-size: 16px;
	color: #080808;
}

.upload .uploadscreen {
	color: #00cccc;
	font-size: 16px;
	font-weight: 700;
}

.upload .humburger_icon {
	margin-left: 73px;
	margin-right: 50px;
}

.upload .humburger_icon figure {
	margin: 0;
	width: 13px;
	height: 12px;
}

.upload .humburger_icon figure img {
	width: 100%;
	height: 100%;
}

.upload .date {
	margin-right: 30px;
}

.upload .size {
	margin-right: 51px;
}

.upload .remove {
	background-color: transparent;
	border: none;
	position: relative;
}

.upload .remove:focus-visible {
	border: none;
	outline: none;
}

.upload .remove span {
	color: #00cccc;
	font-size: 23px;
	position: absolute;
	bottom: -27px;
}

.last-item {
	margin: 0 0 15px;
}

.upload_process {
	margin: 0 0 40px;
}

.upload_process {
	padding-left: 20px;
}

.upload_process ul {
	margin: 0;
	padding: 0;
}

.upload_process li {
	font-size: 16px;
	color: #080808;
	font-weight: 600;
}

.upload_process .form-action button {
	border: 1px solid #dde2e7;
	border-radius: 5px;
	width: 145px;
	text-align: center;
	color: #080808;
	font-size: 16px;
	font-weight: 600;
	margin-right: 4px;
	position: static !important;
}

.upload_process .form-action .button:hover {
	color: #fff;
}

.upload_process .last_item {
	margin: 0 0 20px;
}

.add_details ul {
	padding: 0 0 0 18px;
	margin: 0 0 30px;
}

.add_details li {
	font-size: 16px;
	color: #080808;
	list-style: none;
	font-weight: 600;
}

.add_details .remove {
	background-color: transparent;
	border: none;
	position: relative;
}

.add_details .remove:focus-visible {
	border: none;
	outline: none;
}

.add_details .remove span {
	color: #00cccc;
	font-size: 23px;
	position: absolute;
	bottom: -27px;
	right: 10px;
}

.add_details .drawing {
	margin-right: 54px;
}

.add_details .area {
	margin-right: 72px;
}

.add_details .hall {
	margin-right: 134px;
}

.add_details .form-control {
	margin-right: 4px;
	padding: 0;
	margin-bottom: 19px;
}

.add_details .form-control select {
	height: 38px;
	width: 100%;
	border: none;
	padding-left: 17px;
	padding-right: 13px;
	font-size: 18px;
	background-color: transparent;
	color: #080808;
}

.add_details .form-control input {
	font-weight: 700;
	font-size: 16px;
	border: none;
	background-color: transparent;
	height: 38px;
	padding-left: 12px;
	padding-right: 2px;
}

.add_details .w20 {
	width: 163px;
}

.add_details .w10 {
	width: 146px;
}

.add_details .w50 {
	width: 337px;
}

.add_details h3 {
	font-size: 18px;
	line-height: 19px;
	color: #080808;
	margin: 0 0 30px;
}

.add_details .form-action .button {
	font-size: 14px;
	cursor: pointer;
	font-weight: 700;
	color: #00cccc;
	background-color: transparent;
	border: none;
	text-transform: capitalize;
}

.modalfile .button:focus-visible,
.modalfile .button:focus {
	outline: none;
	border: none;
}

.modalfile .button {
	cursor: pointer;
}
.form-star-rating-star {
	width: 32px;
	height: 30px;
}
.Stars {
	background-image: url("https://i.ibb.co/rb4mKjZ/Star-Unselected.png") !important;
	background-position: _ 86px -2px !important;
	padding: 18px !important;
	background-size: 45px !important;
	background-position: 0px 0px !important;
	background-size: 36px !important;
	background-repeat: no-repeat !important;
	float: left;
	margin-right: 25px;
}
.rated {
	background-image: url("https://i.ibb.co/JRrSTZx/Star-Selected-1.png") !important;
	background-position: 0px 0px !important;
	background-size: 36px !important;
	background-repeat: no-repeat !important;
}

/*================Revision Poup===============*/
#revisions .modal-dialog {
	width: 800px;
	max-width: 800px !important;
}
#revisions .modal-header {
	background-color: #fff;
	padding-left: 71px;
	padding-top: 50px;
}
#revisions .modal-body {
	padding-left: 71px !important;
	text-align: left;
	padding-bottom: 30px !important;
}
#revisions .modal-body label {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #080808;
	line-height: 19px;
	margin: 0 0 10px;
}
#revisions .upload_process {
	padding-left: 0;
}
#revisions .modal-body .from_control {
	margin-bottom: 30px;
}
#revisions .modal-body h3 {
	margin-bottom: 10px;
}
#revisions .flex {
}
#revisions .form-action {
	margin-right: 20px;
}

/*==========check=====*/
.check_location .btn-primary {
	border: none;
	background: #000;
	border-radius: 1px;
	color: #fff;
	height: 2.5rem;
	padding-bottom: 4px;
	min-width: 13.5rem;
	text-transform: uppercase;
	float: right;
}
.check_location .btn-primary:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.check_location .form-group {
	/*border: none !important;*/
	overflow: hidden;
}
.check_location .col-12 {
	border-bottom: 1px solid #d0d0d0;
	border-radius: 1px;
	padding: 12px 10px;
	margin: 28px 0 12px;
}
.check_location .form-controls b {
	font-size: 16px;
	color: #000;
}


/***************************************************
Css edited by Deepak
****************************************************/
#feedbackForm .questionWrapper:nth-child(2) h2 {
	font-weight: bold;
	font-size: 2.5rem;
	color: #2C3345;
	width: 70%;
	/* line-height: 1.45; */
	line-height: 1;
}
#feedbackForm .questionWrapper:nth-child(3) h2,
#feedbackForm .questionWrapper.closer-look h2,
#feedbackForm .Feedback h2 {
	font-weight: bold;
	font-size: 2.5rem;
	color: #2C3345;
	width: 100%;
	line-height: 1;
}
#feedbackForm .questionWrapper:nth-child(2) .item-rate {
	width: 2rem;
}
#feedbackForm .questionWrapper:nth-child(2) .item-rate + .item-rate {
	margin-left: 0.75rem;
}
#feedbackForm .questionWrapper:nth-child(2) .form-controls b,
#feedbackForm .Feedback .form-controls b {
	font-size: 1rem;
	font-family: "Inter", sans-serif;
	color: black!important;
	display: inline-block;
	font-weight: 500;
	word-break: break-word;
}
#feedbackForm .questionWrapper:nth-child(2) .form-group,
#feedbackForm .questionWrapper:nth-child(3) .form-group {
	border-bottom: 0px solid #d0d0d0 !important;
	padding: 1rem 2rem;
}
#feedbackForm .questionWrapper.closer-look {
	border-bottom: 0px solid #d0d0d0 !important;
	padding: 1rem 2.125rem 0rem 2.125rem;
}
#feedbackForm .Feedback {
	border-bottom: 0px solid #d0d0d0 !important;
	padding: 1rem 2.125rem 0rem 2.125rem;
}
#feedbackForm .questionWrapper.closer-look .form-group,
#feedbackForm .Feedback .form-group {
	border-bottom: 1px solid #d0d0d0 !important;
	padding: 0.65rem 0.125rem 0.875rem 0.125rem;
	margin: 0 !important;
}
#feedbackForm .questionWrapper:nth-child(2) .input-group,
#feedbackForm .questionWrapper:nth-child(3) .input-group {
	padding: 2rem 0.125rem;
}
#feedbackForm .questionWrapper:nth-child(2) .col-12,
#feedbackForm .questionWrapper:nth-child(3) .col-12,
#feedbackForm .questionWrapper.closer-look .col-12,
#feedbackForm .Feedback .col-12 {
	padding: 1.25rem 0 !important;
	border-bottom: 1px solid #d0d0d0 !important;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#feedbackForm .questionWrapper:nth-child(3) .form-controls {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
#feedbackForm .questionWrapper:nth-child(3) .form-controls span {
	font-size: 1rem;
	font-family: "Inter", sans-serif;
	color: black!important;
	display: inline-block;
	font-weight: 500;
	width: 100%;
}
#feedbackForm .questionWrapper:nth-child(2) .col-12:nth-child(2n),
#feedbackForm .Feedback .col-12:nth-child(2n) {
	justify-content: flex-end;
	white-space: nowrap !important;
}
#feedbackForm .Feedback .col-12:nth-child(2n) {
	padding: 1rem 0 !important; 
}
#feedbackForm .questionWrapper:nth-child(2) .form_flex,
#feedbackForm .questionWrapper:nth-child(3) .form_flex,
#feedbackForm .questionWrapper.closer-look .form_flex,
#feedbackForm .Feedback .form_flex {
	justify-content: flex-end;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	background-color: #f7f5f4 !important;
	margin:  0 -2.5rem 0rem -2.5rem;
	padding: 1.5rem 1rem 2.5rem 1rem;
}
#feedbackForm .questionWrapper.closer-look .form_flex {
	margin:  0 -5.25rem 0rem -5.25rem;
	padding: 1.5rem 1rem 2.5rem 1rem;
}
#feedbackForm .Feedback .form_flex {
	margin:  0 -5rem 0rem -5rem;
	padding: 1.5rem 1rem 1.5rem 1rem;
}
#feedbackForm .step_3 label input:checked+span {
	background-size: 1.65rem !important;
}

.radio-group .answers-wrap label input:checked+label {
	background-size: #000 !important;
}

#feedbackForm .questionWrapper.closer-look p,
#feedbackForm .Feedback p {
	margin-bottom: 0.875rem !important;
	font-size: 1.25rem;
	font-family: "Inter", sans-serif;
	color: black!important;
	display: inline-block;
	font-weight: 500;
}
#feedbackForm .Feedback p {
	margin-top: 0.5rem !important;
	margin-bottom: 1.5rem !important;
}
#feedbackForm .questionWrapper.closer-look .form-controls {
	margin: 0rem !important;
}
#feedbackForm .questionWrapper.closer-look h4 {
	margin: 0rem 0rem 0.5rem 0rem !important;
	font-size: 1rem;
	font-family: "Inter", sans-serif;
	color: black!important;
	display: inline-block;
	font-weight: 500;
}
#feedbackForm .questionWrapper.closer-look .input-group {
	gap: 0.25rem;
}
#feedbackForm .questionWrapper.closer-look .form-controls label {
	margin: 0rem !important;
}
#feedbackForm .questionWrapper.closer-look input+label {
	color: #4a4a4a;
	border-color: #4a4a4a;
	font-size: 0.8125rem;
	padding: 0.4rem 1.25rem;
}
#feedbackForm .questionWrapper.closer-look input:checked+label {
	background: #4a4a4a;
	border-color: #4a4a4a;
	color: #fff;
}
#feedbackForm .questionWrapper.closer-look .form-group:nth-child(5),
#feedbackForm .questionWrapper.closer-look .form-group.last,
#feedbackForm .questionWrapper.closer-look .form-group.your-concerns {
	border-bottom: none !important;
}
#feedbackForm .questionWrapper.closer-look .your-concerns {
	margin-right: -2rem !important;
}
#feedbackForm .questionWrapper.closer-look .your-concerns .input-group {
	gap: 0.65rem 0.5rem;
}
#feedbackForm .questionWrapper.closer-look .form-textarea {
	padding: 0.75rem 1.25rem;
	font-size: 0.75rem;
	width: 100%;
	height: 5rem !important;
	background: #f7f6f4 !important;
	border: none !important;
	border-radius: 1px;
	box-shadow: none !important;
	resize: none;
}
#feedbackForm .questionWrapper.closer-look .your-concerns input+label {
	background: #f5f4f2;
	border-color: #f5f4f2;
	color: #807f7d;
	font-size: 0.75rem;
	border-radius: 0 !important;
}
#feedbackForm .questionWrapper.closer-look .your-concerns input:checked+label {
	color: #ffffff;
	background: #4b4b4b;
	border-color: #4b4b4b;
}
#feedbackForm .Feedback {
	overflow: visible !important;
}
#feedbackForm .Feedback .check_wrap {
	display: inline-flex;
	margin: 0 !important;
}
#feedbackForm .Feedback .form-controls .form-radio-item input+label{
	background-color: #ffffff;
	border-color: #4a4a4a !important;
	color: #4a4a4a;
	background-size: 1.75rem;
}
#feedbackForm .Feedback .form-controls .form-radio-item input:checked+label{
	background-color: #4a4a4a;
	color: #fff;
}
#feedbackForm .Feedback .form-controls .form-radio-item:first-child input+label {
	background-size: 0.875rem !important;
}
#feedbackForm .Feedback .input-group .col-12:nth-last-child(1),
#feedbackForm .Feedback .input-group .col-12:nth-last-child(2) {
	border-bottom: 0px !important;
}



@media screen and (max-width: 768px) {
	.feedback_form .img-gallery-feedback-form {
		margin: 1.5rem 1rem;
		width: calc(100% - 2rem);
		padding-bottom: 7rem;
	}
	#feedbackForm .questionWrapper:nth-child(2) h2 {
		width: 100%;
	}
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
	#feedbackForm .questionWrapper:nth-child(2) h2 {
		width: 100%;
	}
	.feedback_form > .row > div > div:first-child {
		padding: 2.5rem 2rem 0;
	}
	#feedbackForm .questionWrapper:nth-child(2) .form-group, #feedbackForm .questionWrapper:nth-child(3) .form-group {
		padding: 1rem 0rem;
	}
	#feedbackForm .questionWrapper:nth-child(2) .item-rate {
		width: 1.5rem;
	}
	#feedbackForm .questionWrapper:nth-child(2) .item-rate + .item-rate {
		margin-left: 0.5rem;
	}
	#feedbackForm .questionWrapper:nth-child(2) .form_flex,
	#feedbackForm .questionWrapper:nth-child(3) .form_flex,
	#feedbackForm .questionWrapper.closer-look .form_flex,
	#feedbackForm .Feedback .form_flex {
		gap: 1rem;
		background-color: #f7f5f4 !important;
		margin:  0 -2.5rem 0rem -2.5rem;
		padding: 2rem 2.5rem 2.5rem 2.5rem;
	}
	#feedbackForm .questionWrapper:nth-child(2) .form_flex .btn-primary,
	#feedbackForm .questionWrapper:nth-child(3) .form_flex .btn-primary,
	#feedbackForm .questionWrapper.closer-look .form_flex .btn-primary,
	#feedbackForm .Feedback .form_flex .btn-primary {
		min-width: 50% !important;
	}
}
@media screen and (max-width: 576px) {
	#feedbackForm .questionWrapper:nth-child(2) h2,
	#feedbackForm .questionWrapper:nth-child(3) h2,
	#feedbackForm .questionWrapper.closer-look h2,
	#feedbackForm .Feedback h2 {
		font-size: 1.875rem !important;
		line-height: 1.25 !important;
		margin-bottom: 0 !important;
	}
	#feedbackForm .step_1 h4 {
		font-size: 1.5rem !important;
	}
	#feedbackForm .questionWrapper.closer-look p, #feedbackForm .Feedback p {
		font-size: 1.125rem !important;
	}
	#feedbackForm .questionWrapper:nth-child(3) .form-controls span,
	#feedbackForm .questionWrapper.closer-look h4,
	#feedbackForm .questionWrapper:nth-child(2) .form-controls b, #feedbackForm .Feedback .form-controls b {
		font-size: 0.875rem !important;
	}
	#feedbackForm .questionWrapper.closer-look .your-concerns input+label,
	#feedbackForm .questionWrapper.closer-look input+label {
		font-size: 0.75rem !important;
		padding: 0.2rem 1rem;
	}
	#feedbackForm .questionWrapper.closer-look .form-textarea {
		padding: 0.5rem 1rem;
	}
	#feedbackForm .step_3 label input+span {
		background-size: 1.25rem !important;
	}
	#feedbackForm .step_3 label input:checked+span {
		background-size: 1.125rem !important;
	}
	.feedback_form > .row > div > div:first-child {
		padding: 2rem 2rem 0 !important;
	}
	#feedbackForm .questionWrapper:nth-child(2) .form-group {
		padding: 0rem 0rem  1rem 0rem !important;
	}
	#feedbackForm .questionWrapper:nth-child(3) .form-group {
		padding: 0rem 0rem  0rem 0rem !important;
	}
	#feedbackForm .questionWrapper:nth-child(2) .input-group, #feedbackForm .questionWrapper:nth-child(3) .input-group {
		padding: 1rem 0.125rem !important;
	}
	#feedbackForm .questionWrapper.closer-look {
		padding: 0rem 0.125rem !important;
	}
	#feedbackForm .Feedback {
		padding: 0rem 0.125rem !important;
	}
	#feedbackForm .questionWrapper:nth-child(2) .col-12:nth-child(2n+1) {
		justify-content: center !important;
		padding: 0.65rem 0 0 0 !important;
		border-bottom: 0px solid #d0d0d0 !important;
	}
	#feedbackForm .questionWrapper:nth-child(2) .col-12:nth-child(2n) {
		justify-content: center !important;
		padding: 0.5rem 0 0.65rem 0 !important;
	}
	#feedbackForm .Feedback .col-12:nth-child(2n+1) {
		white-space: nowrap;
		width: 70% !important;
		flex: 0 0 0 70% !important;
	}
	#feedbackForm .Feedback .col-12:nth-child(2n) {
		width: 30% !important;
		flex: 0 0 0 30% !important;
	}
	#feedbackForm .closer-look .input-group.mb-5 {
		margin-bottom: 2rem !important;
	}
	#feedbackForm .Feedback .input-group.mb-5 {
		margin-bottom: 2rem !important;
	}
	#feedbackForm .questionWrapper:nth-child(2) .input-group.mb-3 {
		margin-bottom: 0rem !important;
	}
	#feedbackForm .questionWrapper:nth-child(2) .form_flex,
	#feedbackForm .questionWrapper:nth-child(3) .form_flex,
	#feedbackForm .questionWrapper.closer-look .form_flex,
	#feedbackForm .Feedback .form_flex {
		gap: 1rem;
		background-color: #f7f5f4 !important;
		margin:  0 -2.5rem 0rem -2.5rem !important;
		padding: 2rem 0rem 0.5rem 0rem !important;
		flex-direction: column-reverse;
	}
	#feedbackForm .questionWrapper.closer-look .form_flex {
		margin:  0 -5.25rem -1rem -5.25rem !important;
		padding: 1.5rem 1rem 1.5rem 1rem !important;
	}
	#feedbackForm .Feedback .form_flex {
		margin:  0 -5rem 0rem -5rem !important;
		padding: 1.5rem 1rem 0rem 1rem !important;
	}
	#feedbackForm .questionWrapper.step_1 .form_flex .btn-primary,
	#feedbackForm .questionWrapper:nth-child(2) .form_flex .btn-primary,
	#feedbackForm .questionWrapper:nth-child(3) .form_flex .btn-primary,
	#feedbackForm .questionWrapper.closer-look .form_flex .btn-primary,
	#feedbackForm .Feedback .form_flex .btn-primary {
		font-size: 0.875rem !important;
		height: 2rem !important;
		padding: 0 1rem !important;
	}
	#feedbackForm .questionWrapper:nth-child(2) .col-12, #feedbackForm .questionWrapper:nth-child(3) .col-12, #feedbackForm .questionWrapper.closer-look .col-12, #feedbackForm .Feedback .col-12 {
		padding: 0.5rem 0 !important;
	}
	#feedbackForm .Feedback .form-controls .form-radio-item input+label {
		background-size: 1.45rem; 
		height: 1.875rem;
		width: 2.5rem !important;
	}
	#feedbackForm .Feedback .form-controls .form-radio-item:first-child input+label {
		background-size: 0.75rem !important;
	}
	#feedbackForm .questionWrapper:nth-child(2) .item-rate {
		width: 1.5rem;
	}
	#feedbackForm .questionWrapper:nth-child(2) .item-rate + .item-rate {
		margin-left: 0.5rem;
	}
}
/*********************10-8-2024****************************/
body .header_right_sec {
	/*padding-right: 90px;*/
}
.header_right_sec .custom_right_menu {
	width: 100%;
	float: left;
	padding-top: 25px;
}

.custom_right_menu .custom_link {
		list-style: none;
		padding-top: 5px;
}

.custom_right_menu .custom_link a {
	text-transform: none !important;
	color: #00cccc;
	font-weight: 700;
}

body .custom2 ul.fre-menu-main  li.custom_blue_link a{
	color: #00cccc;

}
.fre-header-wrap {
	right: 0;
	left: 0;
}

 #white-board-content a#save_canvas_board  {
    background: #222 !important;
    text-transform: capitalize;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    padding: 14px 0 14px 0;
    border-radius: 8px;
    background: #222222;
    color: #fff;
    width: 200px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
	float: right;
}
#white-board-content a#save_canvas_board:hover {
    background: transparent !important;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #222;
}






.form-control {
  appearance: none; /* Removes default arrow in most browsers */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  
 
  padding: 20px;
  font-size: 16px;
  color: #333;
  /* background-color: #f1f1f1; */
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.loginFormSec .message {
	color: red;
}


/* Add custom arrow 
.form-control::after {
  content: "▼"; /* Arrow character 
  position: absolute;
  right: 10px;
  pointer-events: none;
}

/* Additional styling for hover and focus 
.form-control:hover {
  background-color: #e1e1e1;
}

.form-control:focus {
  border-color: #007bff;
}*/
/*********3-1-2025*******************/

.admin_video_sec .admin_video_field {
    max-width: 100%;
    width: 100%;
	margin: 5px 0;
}
/*************13-2********/

.paymentScroll{
	 width: 100%;
	 float: left;
	 height:110px;
}

.package-block {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    position: relative;
    background: #fff;
    text-align: left;
    margin: 0;
}
.no-border {
	 border:0;
}
.dis-col {
    margin-left: -10px !important;
}
input.update-btn {
    background: #222 !important;
    text-transform: capitalize;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    padding: 14px 0 14px 0;
    border-radius: 8px;
    color: #fff;
    width: 200px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    margin-right: 10px;
}
input.update-btn:hover {
    background: transparent !important;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #222;
}
.edit_sec select {
    padding: 6px 5px;
    border-radius: 4px;
	border: 1px solid #000;
}
.edit_sec a.btn__style-edit{
    background: #222 !important;
    text-transform: capitalize;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    padding: 10px 0 10px 0;
    border-radius: 8px;
    color: #fff;
    width: 80px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
}
.edit_sec a.btn__style-edit:hover {
    background: transparent !important;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #222;
	text-decoration: none;
}
.package-block .input_field {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 4px;
    padding: 6px 5px;
}
.package-block .input_field {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 8px 5px;
}
.package-block .fee__fields select{
    border: 1px solid #000;
    border-radius: 4px;
    padding: 8px 5px;
}
.serviceaction a.btn__style-edit.btn-add__text {
    background: transparent !important;
    border: 1px solid #000 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #222;
	text-decoration: none;
}
.form-check .form-check-input.ui-state-valid {
    margin-top: .2rem;
}
.extraservice select.input_field.ui-state-valid {
	width:42.5% !important;
}
.update-btn.popsend-btn {
    padding: 12px 0 12px 0;
    width: 150px;
}
.disable-btn {
    opacity: 0.6;
    cursor: not-allowed !important;
}

#regform #submitButton {
	text-transform: inherit;
}
.fre-account-msgsec {
	float: left;
	padding: 31px 20px 30px 30px;
}
.fre-account-msgsec .fre-account-msg {
	color: #2c3e50;
}

.fre-account-msgsec .msg_icon {
	width: 25px;
}
#stripe-checkout-container {
	margin: 0px 0 20px 0;
	min-height: 400px;
}


.radio-group .rec-serv label {
    display: block;
    min-height: auto;
    position: relative;
    font-weight: 400;
    overflow: visible;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
}
.radio-group .rec-serv label:before{
   display: none;
}
.radio-group .rec-serv input:not(.btn) {
    display: block;
}
label.form-check-label {
    max-width: 364px;
    line-height: 18px !important;
}


/** contact page css here **/

#cp_appbooking_pform_2 .fform {
    width: 100%;
    text-align: center;
}

#cp_appbooking_pform_2 .fform h1{
	font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 25px !important;
}
#cp_appbooking_pform_2 .fform span{
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
}
#cp_appbooking_pform_2 select.ahbfield_service {
     background: #222;
    color: #fff;
    border-radius: 8px;
    padding: 15px 41px;
    margin: 20px 0 20px 0;
}
#cp_appbooking_pform_2 .fields label{
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	color: #717171;
}
#cp_appbooking_pform_2 .dfield input{
	border: none;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 0px;
}	
#cp_appbooking_pform_2 .col-md-4.col-sm-12 .col-xs-12.page-sidebar.blog-sidebar {
    display: none;
}	
#cp_appbooking_pform_2 .in-left label {
    text-align: left !important;
    width: 100%;
    float: left;
}

#cp_appbooking_pform_2 .in-left input{
    text-align: left !important;
    width: 100% !important;
    float: left;
    padding-top: 0;
    font-size: 12px;
    color: #717171;
}
#cp_appbooking_pform_2 .in-right input{
    text-align: left !important;
    width: 100% !important;
	 padding-top: 0;
    font-size: 12px;
    color: #717171;
}

#cp_appbooking_pform_2 .in-right {
    width: 49%;
    float: right
}
#cp_appbooking_pform_2 .zip-eml {
    width: 100%;
}
#cp_appbooking_pform_2 .in-left {
    width: 49%;
    float: left;
}


#cp_appbooking_pform_2 .zip-left input{
    text-align: left !important;
    width: 100% !important;
	padding-top:0;
}
#cp_appbooking_pform_2 .zip-right input{
    text-align: left !important;
    width: 100% !important;
	padding-top:0;
}
#cp_appbooking_pform_2 .fields.field_full label {
    font-weight: 400;
    font-size: 12px;
    color: #717171;
    display: block;
    padding: 4px 12px 3px;
}
#cp_appbooking_pform_2 .fields.field_full input{
    font-size: 15px;
    color: #222;
	padding: 0 12px 8px;
}

#cp_appbooking_pform_2 .zip-right {
        width: 49%;
    float: right;
}

#cp_appbooking_pform_2 .zip-left {
    width: 49%;
    float: left;
	 padding-top: 0;
    font-size: 12px;
    color: #717171;
}
	#cp_appbooking_pform_2 .zip-eml input{
    text-align: left !important;
    width: 100% !important;
    float: left;
}
#cp_appbooking_pform_2 .availableslot{
	border:1px solid #222;
	border-radius:12px;
}

.ahb_m3 #fbuilder .bk_dataTimeSec .slots div a {
    width: 100%;
    border-radius: 12px;
    background: transparent;
    color: #222;
    border: 2px solid #909090;
    text-decoration: none;
    padding: 20px 50px;
    font-size: 16px;
    font-weight: 500;
}
.ahb_m3 #fbuilder .slots div {
    width: 100%;
    max-width: 185px;
}

.bk_dataTimeSec .fieldCalendarService.fieldCalendarServicefieldname1_2 {
    display: none;
}
.bk_dataTimeSec label span.r{
    display: none;
}
#cp_appbooking_pform_2 button.pbSubmit {
    background: #222 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 16px 40px !important;
    width: 380px;
    margin-top: 60px;
	margin-right:0;
}
#cp_appbooking_pform_2 .fields label {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #717171;
    text-align: left;
    display: block;
}

#cp_appbooking_pform_2 .bk_dataTimeSec {
    margin-bottom: 50px;
}
#cp_appbooking_pform_2 #fbuilder .slots {
    border-top: none !important;
}
.ahb_m3 #fbuilder .bk_dataTimeSec .slots div a:hover {
    background: #f7f7f7 !important;
    color: #222 !important;
}
#cp_appbooking_pform_2 a.ui-state-default.ui-state-active {
    background: #222 !important;
}
#cp_appbooking_pform_2 a.ui-state-default.ui-state-active:hover {
    background: #f7f7f7 !important;
}
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover {
    color: #222 !important;
    background: #f7f7f7 !important;
}
.zip-eml label span.r {
    display: none;
}
#cp_appbooking_pform_2 .about-textarea input {
    height: 62px;
    padding: 0px 12px;
    text-align: left;
	margin-top: 12px; 
	margin-bottom:34px;
	border: 1px solid #b0b0b0;
    border-radius: 8px;
	color:#222;
	font-size:15px;
}


.form_section_cm {
	max-width: 800px;
    margin: auto;
}
.bk_dataTimeSec {
    margin-top: 80px;
}
.cpp_form.no-prefetch.ahb_m3 #fbuilder a.cancel:before {
    margin-top: 1px !important;
	background: #222;
}
.hide_input input{
	display:none;
}
.field_full {
    border: 1px solid #b0b0b0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.field_full input{
	border:none;
}
.form_fullwrap_cm #fbuilder .ui-datepicker {
    z-index:9 !important;
}
body .form_fullwrap_cm {
    background: #fff !important;
    padding: 80px 0;
}  
.form_fullwrap_cm .about-textarea label{
	margin-bottom:0;
}
.form_fullwrap_cm .fields.hide_input label {
    padding-bottom: 10px;
}
.bk_dataTimeSec .usedSlots.usedSlotsfieldname1_2{
	display:none;
}
#fbuilder .ui-datepicker .ui-datepicker-prev, #fbuilder .ui-datepicker .ui-datepicker-next{
	background-image:none !important;
	width: 14px !important;
    height: 14px !important;
}
.form_section_cm #fbuilder div.cpefb_error {
    color: red;
    border: none;
    text-align: left;
    background: 0 0;
    width: 100%;
    padding: 0 12px;
}
.form_section_cm #fbuilder div.cpefb_error:after {
	display:none;
}


/* chat area css update */
.fre-conversation-wrap {
    padding: 20px 0 0 20px;
   
}
.new-dashboard .inbox-content-wrap {
    box-shadow: none;
}
.private-message-reply-contents .inbox-content-wrap {
    border: 1px solid #ccc;
     border-radius: 20px;
}
form#private_msg_reply_form{
    padding: 0 20px;
    background: #faf8f9;
    display: flex;
}

.custom_attachment_btn {
    display: inline;
    position: absolute;
    top: inherit !important;
    right: 18px !important;
    font-size: 18px;
    bottom: 30px !important;
}
.conversation-typing textarea {
	height:48px;
}
#cp_appbooking_pform_2 #fbuilder .slots>span{
	display:none;
}
.custom_attachment_btn a{ color:#6a6a6a;}
.fre-conversation-list>li.message-time p{width:100%; text-align:center;}
.inbox-user-list-wrap ul.inbox-user-list li p{width: 100%; text-align: left; white-space: normal; direction: ltr;
    color: #000; font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.bottomd {display: flex; align-items: center; flex-wrap: nowrap; justify-content: center; gap: 6px;}
.bottomd img {width: 110px; display: inline-block; margin: -4px 0 0px; }

@charset "UTF-8";
		.rating[data-rating="4.1"] .rating__item:nth-child(-n+4):after,.rating[data-rating="4.2"] .rating__item:nth-child(-n+4):after,.rating[data-rating="4.3"] .rating__item:nth-child(-n+4):after,.rating[data-rating="4.4"] .rating__item:nth-child(-n+4):after,.rating[data-rating="3.1"] .rating__item:nth-child(-n+3):after,.rating[data-rating="3.2"] .rating__item:nth-child(-n+3):after,.rating[data-rating="3.3"] .rating__item:nth-child(-n+3):after,.rating[data-rating="3.4"] .rating__item:nth-child(-n+3):after,.rating[data-rating="2.1"] .rating__item:nth-child(-n+2):after,.rating[data-rating="2.2"] .rating__item:nth-child(-n+2):after,.rating[data-rating="2.3"] .rating__item:nth-child(-n+2):after,.rating[data-rating="2.4"] .rating__item:nth-child(-n+2):after,.rating[data-rating="1.1"] .rating__item:nth-child(-n+1):after,.rating[data-rating="1.2"] .rating__item:nth-child(-n+1):after,.rating[data-rating="1.3"] .rating__item:nth-child(-n+1):after,.rating[data-rating="1.4"] .rating__item:nth-child(-n+1):after,.rating[data-rating="1.6"] .rating__item:nth-child(-n+1):after,.rating[data-rating="1.7"] .rating__item:nth-child(-n+1):after,.rating[data-rating="1.8"] .rating__item:nth-child(-n+1):after,.rating[data-rating="1.9"] .rating__item:nth-child(-n+1):after,.rating[data-rating="2.6"] .rating__item:nth-child(-n+2):after,.rating[data-rating="2.7"] .rating__item:nth-child(-n+2):after,.rating[data-rating="2.8"] .rating__item:nth-child(-n+2):after,.rating[data-rating="2.9"] .rating__item:nth-child(-n+2):after,.rating[data-rating="3.6"] .rating__item:nth-child(-n+3):after,.rating[data-rating="3.7"] .rating__item:nth-child(-n+3):after,.rating[data-rating="3.8"] .rating__item:nth-child(-n+4):after,.rating[data-rating="3.9"] .rating__item:nth-child(-n+3):after,.rating[data-rating="4.6"] .rating__item:nth-child(-n+4):after,.rating[data-rating="4.7"] .rating__item:nth-child(-n+4):after,.rating[data-rating="4.8"] .rating__item:nth-child(-n+4):after,.rating[data-rating="4.9"] .rating__item:nth-child(-n+4):after,.rating[data-rating="5.5"] .rating__item:nth-child(-n+5):after, .rating[data-rating="5"] .rating__item:nth-child(-n+5):after, .rating[data-rating="4.5"] .rating__item:nth-child(-n+4):after, .rating[data-rating="4"] .rating__item:nth-child(-n+4):after, .rating[data-rating="3.5"] .rating__item:nth-child(-n+3):after, .rating[data-rating="3"] .rating__item:nth-child(-n+3):after, .rating[data-rating="2.5"] .rating__item:nth-child(-n+2):after, .rating[data-rating="2"] .rating__item:nth-child(-n+2):after, .rating[data-rating="1.5"] .rating__item:nth-child(-n+1):after, .rating[data-rating="1"] .rating__item:nth-child(-n+1):after, .rating[data-rating="0.5"] .rating__item:nth-child(-n+0):after, .rating[data-rating="0"] .rating__item:nth-child(-n+0):after {
			content: "";
		}

		.rating[data-rating="4.4"] .rating__item:nth-child(-n+4),.rating[data-rating="4.3"] .rating__item:nth-child(-n+4),.rating[data-rating="4.2"] .rating__item:nth-child(-n+4),.rating[data-rating="4.1"] .rating__item:nth-child(-n+4),.rating[data-rating="3.4"] .rating__item:nth-child(-n+3),.rating[data-rating="3.3"] .rating__item:nth-child(-n+3),.rating[data-rating="3.2"] .rating__item:nth-child(-n+3),.rating[data-rating="3.1"] .rating__item:nth-child(-n+3),.rating[data-rating="3.9"] .rating__item:nth-child(-n+3),.rating[data-rating="3.8"] .rating__item:nth-child(-n+3),.rating[data-rating="3.7"] .rating__item:nth-child(-n+3),.rating[data-rating="3.6"] .rating__item:nth-child(-n+3),.rating[data-rating="4.9"] .rating__item:nth-child(-n+4),.rating[data-rating="4.8"] .rating__item:nth-child(-n+4),.rating[data-rating="4.7"] .rating__item:nth-child(-n+4),.rating[data-rating="4.6"] .rating__item:nth-child(-n+4),.rating[data-rating="5.5"] .rating__item:nth-child(-n+5), .rating[data-rating="5"] .rating__item:nth-child(-n+5), .rating[data-rating="4.5"] .rating__item:nth-child(-n+4), .rating[data-rating="4"] .rating__item:nth-child(-n+4), .rating[data-rating="3.5"] .rating__item:nth-child(-n+3), .rating[data-rating="3"] .rating__item:nth-child(-n+3), .rating[data-rating="2.5"] .rating__item:nth-child(-n+2), .rating[data-rating="2"] .rating__item:nth-child(-n+2), .rating[data-rating="1.5"] .rating__item:nth-child(-n+1), .rating[data-rating="1"] .rating__item:nth-child(-n+1), .rating[data-rating="0.5"] .rating__item:nth-child(-n+0), .rating[data-rating="0"] .rating__item:nth-child(-n+0) {
			background:#66b27a
		}
		.rating[data-rating="2.4"] .rating__item:nth-child(-n+2),.rating[data-rating="2.3"] .rating__item:nth-child(-n+2),.rating[data-rating="2.2"] .rating__item:nth-child(-n+2),.rating[data-rating="2.1"] .rating__item:nth-child(-n+2),.rating[data-rating="1.4"] .rating__item:nth-child(-n+2),.rating[data-rating="1.3"] .rating__item:nth-child(-n+2),.rating[data-rating="1.2"] .rating__item:nth-child(-n+2),.rating[data-rating="1.1"] .rating__item:nth-child(-n+2),.rating[data-rating="1.9"] .rating__item:nth-child(-n+1),.rating[data-rating="1.8"] .rating__item:nth-child(-n+1),.rating[data-rating="1.7"] .rating__item:nth-child(-n+1),.rating[data-rating="1.6"] .rating__item:nth-child(-n+1),.rating[data-rating="2.9"] .rating__item:nth-child(-n+2),.rating[data-rating="2.8"] .rating__item:nth-child(-n+2),.rating[data-rating="2.7"] .rating__item:nth-child(-n+2),.rating[data-rating="2.6"] .rating__item:nth-child(-n+2),.rating[data-rating="3"] .rating__item:nth-child(-n+3), .rating[data-rating="2.5"] .rating__item:nth-child(-n+2), .rating[data-rating="2"] .rating__item:nth-child(-n+2), .rating[data-rating="1.5"] .rating__item:nth-child(-n+1), .rating[data-rating="1"] .rating__item:nth-child(-n+1), .rating[data-rating="0.5"] .rating__item:nth-child(-n+0), .rating[data-rating="0"] .rating__item:nth-child(-n+0) {
			background:#fad12a
		}
		.rating[data-rating="0.9"] .rating__item:nth-child(-n+0),.rating[data-rating="0.8"] .rating__item:nth-child(-n+0),.rating[data-rating="0.7"] .rating__item:nth-child(-n+0),.rating[data-rating="0.6"] .rating__item:nth-child(-n+0),.rating[data-rating="1.5"] .rating__item:nth-child(-n+1), .rating[data-rating="1"] .rating__item:nth-child(-n+1), .rating[data-rating="0.5"] .rating__item:nth-child(-n+0), .rating[data-rating="0"] .rating__item:nth-child(-n+0) {
			background:red
		}
		.rating[data-rating="0.6"] .rating__item:nth-child(1):after,.rating[data-rating="1.6"] .rating__item:nth-child(2):after,.rating[data-rating="1.7"] .rating__item:nth-child(2):after,.rating[data-rating="1.8"] .rating__item:nth-child(2):after,.rating[data-rating="1.9"] .rating__item:nth-child(2):after,.rating[data-rating="2.6"] .rating__item:nth-child(3):after,.rating[data-rating="2.7"] .rating__item:nth-child(3):after,.rating[data-rating="2.8"] .rating__item:nth-child(3):after,.rating[data-rating="2.9"] .rating__item:nth-child(3):after,.rating[data-rating="3.6"] .rating__item:nth-child(4):after,.rating[data-rating="3.7"] .rating__item:nth-child(4):after,.rating[data-rating="3.8"] .rating__item:nth-child(4):after,.rating[data-rating="3.9"] .rating__item:nth-child(4):after,.rating[data-rating="4.6"] .rating__item:nth-child(5):after,.rating[data-rating="4.7"] .rating__item:nth-child(5):after,.rating[data-rating="4.8"] .rating__item:nth-child(5):after,.rating[data-rating="4.9"] .rating__item:nth-child(5):after,.rating[data-rating="5.5"] .rating__item:nth-child(6):after, .rating[data-rating="4.5"] .rating__item:nth-child(5):after, .rating[data-rating="3.5"] .rating__item:nth-child(4):after, .rating[data-rating="2.5"] .rating__item:nth-child(3):after, .rating[data-rating="1.5"] .rating__item:nth-child(2):after, .rating[data-rating="0.5"] .rating__item:nth-child(1):after {
			content: "";
		}

		.rating[data-rating="0.1"] .rating__item:nth-child(1){
			background: linear-gradient(90deg, red 10%, #dfdfdf 10%);
		}
		.rating[data-rating="0.2"] .rating__item:nth-child(1){
			background: linear-gradient(90deg, red 20%, #dfdfdf 20%);
		}
		.rating[data-rating="0.3"] .rating__item:nth-child(1){
			background: linear-gradient(90deg, red 30%, #dfdfdf 30%);
		}
		.rating[data-rating="0.4"] .rating__item:nth-child(1){
			background: linear-gradient(90deg, red 40%, #dfdfdf 40%);
		}
		.rating[data-rating="1.1"] .rating__item:nth-child(2),.rating[data-rating="2.1"] .rating__item:nth-child(3){
			background: linear-gradient(90deg, #fad12a 10%, #dfdfdf 10%);
		}
		.rating[data-rating="1.2"] .rating__item:nth-child(2),.rating[data-rating="2.2"] .rating__item:nth-child(3){
			background: linear-gradient(90deg, #fad12a 20%, #dfdfdf 20%);
		}
		.rating[data-rating="1.3"] .rating__item:nth-child(2),.rating[data-rating="2.3"] .rating__item:nth-child(3){
			background: linear-gradient(90deg, #fad12a 30%, #dfdfdf 30%);
		}
		.rating[data-rating="1.4"] .rating__item:nth-child(2),.rating[data-rating="2.4"] .rating__item:nth-child(3){
			background: linear-gradient(90deg, #fad12a 40%, #dfdfdf 40%);
		}
		.rating[data-rating="3.1"] .rating__item:nth-child(4),.rating[data-rating="4.1"] .rating__item:nth-child(5){
			background: linear-gradient(90deg, #66b27a 10%, #dfdfdf 10%);
		}
		.rating[data-rating="3.2"] .rating__item:nth-child(4),.rating[data-rating="4.2"] .rating__item:nth-child(5){
			background: linear-gradient(90deg, #66b27a 20%, #dfdfdf 20%);
		}
		.rating[data-rating="3.3"] .rating__item:nth-child(4),.rating[data-rating="4.3"] .rating__item:nth-child(5){
			background: linear-gradient(90deg, #66b27a 30%, #dfdfdf 30%);
		}
		.rating[data-rating="3.4"] .rating__item:nth-child(4),.rating[data-rating="4.4"] .rating__item:nth-child(5){
			background: linear-gradient(90deg, #66b27a 40%, #dfdfdf 40%);
		}
		.rating[data-rating="4.9"] .rating__item:nth-child(5),.rating[data-rating="3.9"] .rating__item:nth-child(4),.rating[data-rating="4.8"] .rating__item:nth-child(5),.rating[data-rating="3.8"] .rating__item:nth-child(4),.rating[data-rating="4.7"] .rating__item:nth-child(5),.rating[data-rating="3.7"] .rating__item:nth-child(4),.rating[data-rating="4.6"] .rating__item:nth-child(5),.rating[data-rating="3.6"] .rating__item:nth-child(4),.rating[data-rating="4.5"] .rating__item:nth-child(5), .rating[data-rating="3.5"] .rating__item:nth-child(4), .rating[data-rating="2.5"] .rating__item:nth-child(3), .rating[data-rating="1.5"] .rating__item:nth-child(2), .rating[data-rating="0.5"] .rating__item:nth-child(1) {
			background: linear-gradient(90deg, #66b27a 50%, #dfdfdf 50%);
		}

		.rating[data-rating="2.9"] .rating__item:nth-child(3),.rating[data-rating="1.9"] .rating__item:nth-child(2),.rating[data-rating="2.8"] .rating__item:nth-child(3),.rating[data-rating="1.8"] .rating__item:nth-child(2),.rating[data-rating="2.7"] .rating__item:nth-child(3),.rating[data-rating="1.7"] .rating__item:nth-child(2),.rating[data-rating="2.6"] .rating__item:nth-child(3),.rating[data-rating="1.6"] .rating__item:nth-child(2){
			background: linear-gradient(90deg, #fad12a 50%, #dfdfdf 50%);
		}
		.rating[data-rating="0.9"] .rating__item:nth-child(1),.rating[data-rating="0.8"] .rating__item:nth-child(1),.rating[data-rating="0.7"] .rating__item:nth-child(1),.rating[data-rating="0.6"] .rating__item:nth-child(1){
			background: linear-gradient(90deg, red 50%, #dfdfdf 50%);
		}		


		.bottomRono h1,.bottomRono h2,.bottomRono h3,.bottomRono h4,.bottomRono h5,.bottomRono h6,.bottomRono p,.bottomRono a,.bottomRono div{
			font-family:"Arial", sans-serif !important
		}
		.rv_left h4 a{
			color:#000;
			border-bottom:2px solid;
			font-weight:bold
		}
		.rating {
			margin: 0;
			padding: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #fff;
		}

		.rating__item {
			font-size: 14px;
			display: block;
			font-family: FontAwesome;
			padding: 5px;
			color: #fff;
			border: 0.5px solid #fff;
			background:#dfdfdf 
		}
		.rating__item::after {
			content: "";
		}
		.review-carousel-content{
			margin-top: 10px;
		}
		.review-carousel-content h3{
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 10px;
			color:#000
		}
		.review-carousel-content h6{
			font-size: 15px;
			font-weight: normal;
			margin-bottom: 10px;
		}
		.review-carousel-content p{
			font-size: 12.24px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		.review-carousel .owl-controls{
			display:inherit !important
		}
		.review-carousel.owl-theme .owl-nav [class*='owl-']{
			font-size: 0;
			position: absolute;
			top: 45%;
			border-radius: 50%;
			height: 30px;
			width: 30px;
			line-height: 28px;
			padding: 0;
			background: transparent;
			border: 2px solid #dedddd;
		}
		.review-carousel .owl-prev:after,.review-carousel .owl-next:before{
			font-size: 14px;
			color: #dedddd;
		}
.out-flex {
    display: flex;
    align-items: center;
}
.trust-col {
    display: flex;
}
.out-flex strong {
    font-weight: normal;
    color: #222;
}
.out-flex span {
    font-weight: normal;
    color: #222;
}
.out-flex a {
    padding: 0 8px 0 1px;
    color: #222;
}

ul.inputs-list.multi-container p {
    color: #b2afaf;
    padding: 12px 0 6px;
	font-size:18px;
}
.inbox-user-list>li.active {
    background: #faf8f9;
}
.inbox-user-wrap {
    background: #fff;
    padding: 30px 0;
    border-top: 0px solid #ededed;
     -webkit-box-shadow: 0 0px 0px 0 rgba(185, 184, 184, .75);
    -moz-box-shadow: 0 0px 0px 0 rgba(185,184,184,.75);
    box-shadow: 0 0px 0px rgba(185, 184, 184, .75);
    overflow: hidden;
}
.inbox-item-wrap>h2{
    font-size: 18px;
    font-weight: 700;
    text-underline-offset: 5px;
    margin-bottom: 4px;
    font-family: hevetica, sans-serif;
    color: #000;
    padding: 0;
    box-shadow: none;
}
.quicktags-toolbar.hide-if-no-js {
    border-bottom: 0px solid #dcdcde;
}
#wp-post_title-wrap .wp-editor-container {
    border: 0px solid #dcdcde;
}
.conversation-typing.ch_mb {
    width: 92%;
}
.custom_att_btn a.fre-project-upload-file.button__style {
    border: none;
}
.custom_att_btn i {
    position: absolute;
    bottom: -92px;
    right: 0;
	color: #6a6a6a;
}
#post-place.admin_cs_sec .conversation-send-message-btn {
	bottom: 8px;
}
.details__block a {
    word-break: break-all;
}
.wrap-radio span:hover {
    background: #f7f7f7;
}
.hs-form-radio span:hover {
    background: #f7f7f7;
}
.type_main .typing_sec h4 {
    min-height:auto;
}

.typing_sec.sub_typ p{
    color: #b2afaf;
    padding: 12px 0 6px;
    font-size: 18px;
}
.get_started_right_inner {
    width: 100%;
}





	

@media only screen and (max-width:1024px){
.get_started_left h2 {
font-size: 36px;}
.get_started_right h4 {
    font-size: 30px;}
.get_started_right {
    padding-top: 80px;
}
ul.inputs-list.multi-container.desktop_sec_list.show-mob {
	width: 85%;
}	
}

@media only screen and (max-width:991px){
.ahb_m3 #fbuilder .slots div {
    max-width: 160px;
}}


@media only screen and (max-width:767px){
	#cp_appbooking_pform_2 .in-left {
    width: 100%;
    float: left;
}
#cp_appbooking_pform_2 .in-right .dfield {
    width: 100%;
}
#cp_appbooking_pform_2 .in-right input {
    margin-top: 0px;
}
#cp_appbooking_pform_2 .zip-left {
    width: 100%;
}
#cp_appbooking_pform_2 .zip-right .dfield {
    width: 100%;
}
#cp_appbooking_pform_2 .in-left input {
    width: 100% !important;
    margin-bottom: 5px;
}
#cp_appbooking_pform_2 .zip-left input {
    width: 100% !important;
    margin-bottom: 5px;
}
#cp_appbooking_pform_2 .in-right {
    width: 100%;
}
#cp_appbooking_pform_2 .zip-right {
    width: 100%;
}
#cp_appbooking_pform_2 button.pbSubmit {
    width: 80%;
    margin-top: 40px;
}
.form_fullwrap_cm {
    padding: 80px 20px;
}
.bk_dataTimeSec {
    margin-top: 30px;
}
.ahb_m3 #fbuilder .bk_dataTimeSec .slots div a {
    padding: 20px 40px;
}
.ahb_m3 #fbuilder .ui-datepicker-next, .ahb_m3 #fbuilder .ui-datepicker-prev {
    margin: 28px 10px !important
}
.inbox-content-wrap {
    top: unset !important;
	height: stretch;
    margin-top: 0px;	
}
.conversation-typing textarea {
    height: 52px;
	padding: 12px 20px;
     border-radius: 24px;
}
.fre-conversation-wrap.fre-inbox-message.mCustomScrollbar._mCS_3 {
  overflow-y: auto !important;
-webkit-overflow-scrolling: touch !important; 
}
.fre-conversation-wrap {
    padding: 42px 0 0 20px;
}
.trust-col {
    display: flex;
    margin-top: 3px;
}
.out-flex strong {
    font-size: 11px;
}
.out-flex span {
    font-size: 10px;
    margin: 0 0px !important;
}
    .out-flex a {
        font-size: 11px;
        margin: 0;
    }
.trust-col img {
    width: 100px;
}	
.trust-col .rating__item {
    font-size: 6px;
}
.out-flex {
    padding: 0px !important;
}
.trust-col img {
        width: 100px;
    }
.out-flex strong {
    font-size: 11px;
    }
.out-flex span {
    font-size: 10px;
    margin: 0 0px !important;
    }
.out-flex a {
    padding: 2px 0px 0 1px;
    }
.get_started_right h4 {
    text-align: center;
}	
ul.inputs-list.multi-container p {
    text-align: center;
}
.custom_att_btn i {
    bottom: -198px;
}
.get-start-img img {
    width: 100%;
}
.get_started_left h2 {
        font-size: 32px;
    }
ul.inputs-list.multi-container.desktop_sec_list.show-mob {
    display: block;
	width: 100%;
	float: left;
	margin: auto;
}	
.get_started_left.hide-left-mob {
    display: none;
}
.get-review .out-flex {
    flex-direction: column-reverse;
}
.get_started_right {
        padding-top: 60px;
    }
.typing_sec h4 {
    bottom: inherit !important;
    transform-origin: top;	
	top: -10px;
}
ul.inputs-list.multi-container li {
    margin: 4px 0;
}
}

@media only screen and (max-width:414px){
.ahb_m3 #fbuilder .slots div {
        max-width: 126px;
}
}



	
	