@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	text-decoration: none
}
html {
	height: 100%
}
body {
	background: #fff;
	color: #1c212a;
	font-size: 14px;
    /*overflow-x: hidden;*/
	 
}
button, input, select, textarea {

}
.site {
	position: relative;
	/*overflow-x: hidden*/
}
.left {
	float: left
}
.right {
	float: right
}
li {
	list-style-type: none
}
.clear {
	content: '';
	clear: both;
	display: block
}
.hidden {
	display: none
}
.middled {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 100%;
	height: 100%
}
.middled-scroll {
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	width: 100%;
	height: 100%
}
.middled-scroll>div {
	margin: auto 0;
	width: 100%
}
@font-face {
	
	font-weight: 400;
	font-style: normal
}


/*body.screen {
	height: 100%;
	overflow: hidden
}*/


body.screen .site {
    height: calc(100vh - 81px);
    /*overflow: hidden;*/
}

body.screen .content {
	height: 100%
}
body.priceable header .price {
	display: block
}
body.bg-estimate header .btn {
	display: block
}
body.bg-estimate {
	background: #f8f9fb url(../images/paper.jpg) no-repeat center top/100% auto;
	position: relative;
	min-height: 100%
}
body.blur-estimate .estimate, body.blur-estimate footer, body.blur-estimate header {
	filter: blur(8px);
	transition: filter .5s
}
.wrapper {
	max-width: 1180px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto
}

@media (max-width:1199px) {
div#result {
    min-height: auto !important;	
}
.estimatorThankyou h4 {
    width: 100% !important;
	line-height: 22px !important;
}
}

@media (max-width:767px) {
	
	.padding-130 {
    padding: 3rem 0 !important;
}
	

.copywhiteftr-right a {
    padding: 0.5rem;
    display: inline-block;
}
.PriceEstimation, .priceEstimatorContent .mb-5, .priceEstimatorContent h3, .priceEstimatorContent p, .pricebox-content, .pricetitle p span {
    display: block !important;
}
}


@media (max-width:640px) {
.wrapper {
	padding: 0 20px
}
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5
}
header .header-wrapper {
	padding: 0 30px
}
header ul li {
	float: left
}
header ul.right li {
	display: none
}
header a.logo {
	display: block;
	position: relative;
	height: 32px;
	margin: 30px 0 0 0;
	padding-left: 45px;
	line-height: 32px;
	font-size: 16px;
	font-weight: 700;
	color: #000
}
header a.logo::before {
	position: absolute;
	content: '';
	left: 0;
	width: 32px;
	height: 32px;
	border: 2px solid #fd3a30;
	box-sizing: border-box;
	border-radius: 50%
}
header a.logo::after {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	background: #fd3a30;
	border-radius: 50%;
	top: 50%;
	left: 16px;
	margin: -12px 0 0 -12px
}
header .price {
	
	font-size: 36px;
	line-height: 46px;
	margin: 23px 0 0 0;
	color: #f33050
}
header .price span {
	letter-spacing: 2px
}
header .btn {
	margin: 28px 0 0 20px
}
header .btn.btn-contact a {
	background-image: url(../images/contact.png)
}
header .btn.btn-share a {
	background-image: url(../images/share.png)
}
header .btn a {
	display: block;
	border: 1px solid #e6e8ec;
	height: 40px;
	box-sizing: border-box;
	line-height: 38px;
	border-radius: 20px;
	padding: 0 20px 0 40px;
	font-size: 16px;
	color: #adb2bf;
	background: no-repeat left 20px center/12px auto;
	transition: all .3s
}
header .btn a:hover {
	border-color: #e0e0e0;
	color: #1c212a
}
@media (max-width:640px) {
header .header-wrapper {
	padding: 0 20px
}
header a.logo {
	font-size: 0
}
header .price {
	font-size: 24px;
	line-height: 26px;
	margin: 33px 0 0 0
}
}
.content {
	position: relative
}
@media (max-width:640px) {
.intro-holder>div {
	padding: 15vh 0 0 0;
	margin: 0
}
}
.intro {
	text-align: center;
	padding: 0 0 50px 0
}
.intro h1 {
	
	font-size: 60px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 2px;
	padding-bottom: 40px
}
.intro p {
	font-size: 24px;
	color: #4c5970;
	padding-bottom: 80px;
	font-weight: 300
}
.intro .types::after {
	content: '';
	clear: both;
	display: block
}
.intro .types>li {
	float: left;
	height: 38vh;
	width: calc((100% / 3) - 30px);
	margin: 0 15px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(0,0,0,.1);
	position: relative;
	box-sizing: border-box;
	transition: background .3s
}
.intro .types>li.disabled {
	opacity: .3;
	pointer-events: none
}
.intro .types>li:not(.disabled):hover {
	background: #fd3a30;
}
.intro .types>li:not(.disabled):hover .icon circle[stroke-width], .intro .types>li:not(.disabled):hover .icon line[stroke-width], .intro .types>li:not(.disabled):hover .icon path[stroke-width], .intro .types>li:not(.disabled):hover .icon polygon[stroke-width], .intro .types>li:not(.disabled):hover .icon rect[stroke-width] {
	stroke: #000
}
.intro .types>li:not(.disabled):hover .icon circle:not([stroke-width]), .intro .types>li:not(.disabled):hover .icon line:not([stroke-width]), .intro .types>li:not(.disabled):hover .icon path:not([stroke-width]), .intro .types>li:not(.disabled):hover .icon polygon:not([stroke-width]), .intro .types>li:not(.disabled):hover .icon rect:not([stroke-width]) {
	fill: #000
}
.intro .types>li:not(.disabled):hover h2 {
	color: #fff
}
.intro .types>li a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3
}
.intro .types>li h2 {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: 70px;
	
	font-size: 32px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	transition: all .3s
}
.intro .types>li .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}
.intro .types>li .icon svg circle, .intro .types>li .icon svg line, .intro .types>li .icon svg path, .intro .types>li .icon svg polygon, .intro .types>li .icon svg rect {
	transition: all .3s
}
.intro .types>li .icon svg circle[stroke-width], .intro .types>li .icon svg line[stroke-width], .intro .types>li .icon svg path[stroke-width], .intro .types>li .icon svg polygon[stroke-width], .intro .types>li .icon svg rect[stroke-width] {
	stroke: #fd3a30
}
.intro .types>li .icon svg circle:not([stroke-width]), .intro .types>li .icon svg line:not([stroke-width]), .intro .types>li .icon svg path:not([stroke-width]), .intro .types>li .icon svg polygon:not([stroke-width]), .intro .types>li .icon svg rect:not([stroke-width]) {
	fill: #fd3a30;
}
@media (max-width:640px) {
.intro h1 {
	font-size: 30px;
	letter-spacing: .25px;
	width: 250px;
	padding-bottom: 22px;
	margin: 0 auto
}
.intro p {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 30px
}
.intro p br {
	display: none
}
.intro .types li {
	font-size: 0;
	width: calc(100% - 40px)!important;
	height: 150px;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,.1);
	margin: 20px 20px 0 20px;
	transition: all 0s
}
.intro .types li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%
}
.intro .types li .icon, .intro .types li h2 {
	position: static;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin: 0;
	transform: translate3d(0, 0, 0)
}
.intro .types li .icon {
	padding: 0 30px;
	box-sizing: border-box
}
.intro .types li .icon svg {
	max-width: 100%
}
.intro .types li .icon svg circle, .intro .types li .icon svg line, .intro .types li .icon svg path, .intro .types li .icon svg polygon, .intro .types li .icon svg rect {
	transition: all 0s
}
.intro .types li h2 {
	font-size: 22px;
	text-align: left;
	word-spacing: 9999px;
	line-height: 30px;
	transition: all 0s
}
.intro .types li:first-child {
	margin: 0 20px
}
.intro .types li:first-child .icon svg circle[stroke-width], .intro .types li:first-child .icon svg line[stroke-width], .intro .types li:first-child .icon svg path[stroke-width], .intro .types li:first-child .icon svg polygon[stroke-width], .intro .types li:first-child .icon svg rect[stroke-width] {
	stroke-width: 3
}
}
@media (max-width:350px) {
.intro .types li {
	height: 100px
}
.intro .types li .icon, .intro .types li h2 {
	width: 60%
}
.intro .types li .icon {
	width: 40%;
	padding: 0 20px
}
.intro .types li h2 {
	font-size: 20px;
	line-height: 26px
}
.intro .types li:first-child .icon svg circle[stroke-width], .intro .types li:first-child .icon svg line[stroke-width], .intro .types li:first-child .icon svg path[stroke-width], .intro .types li:first-child .icon svg polygon[stroke-width], .intro .types li:first-child .icon svg rect[stroke-width] {
	stroke-width: 2
}
}
.spinner {
	display: block;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 2px solid rgba(255,255,255,.15);
	border-top-color: #fff;
	border-radius: 50%
}
.spinner.active {
	animation: spinner 1s linear infinite
}
@keyframes spinner {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}
.calculate {
	height: 100%;
	padding-top: 15vh;
	box-sizing: border-box
}
.calculate .inner {
	max-width: 800px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow:hidden;
}
.calculate .numberscal {
	position: absolute;
	top: 0;
	left: -150px;
	font-size: 30px;
	letter-spacing: 2px;
	color: #f1f3f7
}
.calculate .numberscal span {
	padding: 0 2px
}
.calculate .numberscal .current {
	color: #1c212a
}
.calculate .arrowscal {
	position: absolute;
	z-index: 4;
	bottom: 60px;
	right: 30px
}
.calculate .arrowscal .next, .calculate .arrowscal .prev {
	width: 20px;
	height: 20px;
	position: relative;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	transition: all .3s
}
.calculate .arrowscal .next::before, .calculate .arrowscal .prev::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	height: 100%;
	width: 2px;
	margin-left: -1px;
	background: #fd3a30;
}
.calculate .arrowscal .next::after, .calculate .arrowscal .prev::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border-left: 2px solid #fd3a30;
	border-top: 2px solid #fd3a30;
	top: 0;
	left: 4px;
	transform: rotate(45deg)
}
.calculate .arrowscal .next.active, .calculate .arrowscal .prev.active {
	pointer-events: auto;
	opacity: 1
}
.calculate .arrowscal .next {
	margin-top: 20px
}
.calculate .arrowscal .next::after {
	top: auto;
	bottom: 0;
	border-top: none;
	border-bottom: 2px solid #fd3a30;
	transform: rotate(-45deg)
}
.content .progresscal {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: #f1f3f7;
	/*z-index: 3*/
}
.content .progresscal .barcal {
	width: 0;
	height: 100%;
	position: relative;
	background: #fd3a30;
	transition: all .3s
}
.content .progresscal .barcal .tooltipcal {
	position: absolute;
	bottom: 100%;
	right: 0;
	margin-bottom: 12px;
	height: 22px;
	line-height: 22px;
	background: #fd3a30;
	padding: 0 8px;
	
	color: #fff;
	white-space: nowrap;
	transform: translate3d(50%, 0, 0);
	transition: all .3s
}
.content .progresscal .barcal .tooltipcal::after {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 50%;
	margin-left: -6px;
	border-top: 5px solid #fd3a30;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	transition: all .3s
}
.content .progresscal .barcal.at-end .tooltipcal {
	transform: translate3d(0, 0, 0)
}
.content .progresscal .barcal.at-end .tooltipcal::after {
	left: 100%;
	border-right-width: 0
}
.calculate form {
	height: 100%;
	position: relative
}
.calculate form.sending ul.questions>li .next a {
	padding-left: 45px
}
.calculate form.sending ul.questions>li .next a .spinner {
	opacity: 1
}
.calculate ul.questions {
	/*transition: .6s cubic-bezier(.1, .57, .5, 1)*/
}
.calculate ul.questions.preview>li:not(.seen) h2 {
	opacity: .2
}
.calculate ul.questions>li {
	padding-bottom: 100px;
	opacity: .05;
	pointer-events: none;
	transition: .5s
}
.calculate ul.questions>li h2 {	
	font-size: 3rem !important;
	padding-bottom: 1rem;
}
.calculate ul.questions>li p {
	font-size: 1.8rem;
    color: #000;
    line-height: 2.6rem;
    padding-bottom:2.5rem;
    font-weight: 300;
	
}
.calculate ul.questions>li .next {
	padding-top: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(130,142,153,.5);
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 50px, 0);
    transition: all .3s;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
}
.calculate ul.questions>li .next a {
        display: block;
    position: relative;
    float: left;
    margin-right: 15px;
    background: #5acbcc;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .5px;
    border-radius: 20px;
    transition: all .3s;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    min-width: 153px;
    text-align: center;
}
.calculate ul.questions>li .next a:hover {
	background-color: #000;
}
.calculate ul.questions>li .next a .spinner {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -8px 0 0 0;
	opacity: 0;
	transition: all .3s
}
.calculate ul.questions>li.previous {
	opacity: 0
}
.calculate ul.questions>li.active {
	opacity: 1;
	pointer-events: auto
}
.calculate ul.questions>li:not(.required):not(.filled) .next a {
	background-color: #c1c7cc
}
.calculate ul.questions>li:not(.required):not(.filled) .next a:hover {
	background-color: #a4a9ad
}
.calculate ul.questions>li.completed .next {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0)
}
.calculate ul.questions>li .textbox input {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 60px;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px dashed #000;
	font-size: 24px;
	font-weight: 600;
	color: #1c212a;
	border-radius: 6px;
	margin-top: 15px;
	transition: all .3s
}
.calculate ul.questions>li .textbox input::placholder {
	color:#8d9094
}
.calculate ul.questions>li .textbox input.filled {
	border-color: rgba(0,0,0,.3)
}
.calculate ul.questions>li ul.options.columns {
	columns: 3
}
.calculate ul.questions>li ul.options>li {
	position: relative
}
.calculate ul.questions>li ul.options>li input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	left: -10000px
}
.calculate ul.questions>li ul.options>li .description {
	    position: absolute;
    z-index: 10;
    top: 50%;
    left: 200px;
    padding: 15px;
    width: 300px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,.15);
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(30px, -50%, 0);
    transition: all .3s;
    line-height: 18px;
    color: #000;
    
    font-weight: 400;
}
.calculate ul.questions>li ul.options>li .description::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -10px;
	margin-top: -7px;
	border-right: 10px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}
.calculate ul.questions>li ul.options>li:hover .description {
	 opacity: 1; 
	 transform: translate3d(0, -50%, 0) 
}
.calculate ul.questions>li ul.options.options-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.calculate ul.questions>li ul.options.options-section>li {
	-ms-flex: 1;
	flex: 1;
	margin: 0 3rem 0 0
}
.calculate ul.questions>li ul.options.options-section>li label {
	display: block;
	cursor: pointer;
	background: #fff;
	box-shadow: 0 1.2rem 3.2rem rgba(0,0,0,.1);
	height: 170px;
	border-top: 2px solid #fd3a30;
	border-radius: 2px;
	transition: all .3s
}
.calculate ul.questions>li ul.options.options-section>li label:last-child {
	margin-right: 0
}
.calculate ul.questions>li ul.options.options-section>li label .icon {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}
.calculate ul.questions>li ul.options.options-section>li label .icon svg g[stroke] {
	transition: all .3s;
	stroke: #fd3a30;
}
.calculate ul.questions>li ul.options.options-section>li label .name {
	font-size: 2rem;
    text-align: center;
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
	    font-weight: 400;
		
}
.calculate ul.questions>li ul.options.options-section>li input:checked+label, .calculate ul.questions>li ul.options.options-section>li:not(.disabled):hover label {
	background: #fd3a30;
}
.calculate ul.questions>li ul.options.options-section>li input:checked+label .icon svg g[stroke], .calculate ul.questions>li ul.options.options-section>li:not(.disabled):hover label .icon svg g[stroke] {
	stroke: #000
}
.calculate ul.questions>li ul.options.options-section>li input:checked+label .name, .calculate ul.questions>li ul.options.options-section>li:not(.disabled):hover label .name {
	color: #fff
}
.calculate ul.questions>li ul.options.options-checkbox>li:not(:last-child) {
	margin-bottom:13px;
}
.calculate ul.questions>li ul.options.options-checkbox>li label {
	display: block;
    position: relative;
    padding: 0 0 0 40px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    cursor: pointer;
    font-weight: 300;
    
}
.calculate ul.questions>li ul.options.options-checkbox>li label::before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border: 2px solid #fd3a30;
	border-radius: 2px;
	background: url(../images/check.png) no-repeat center center/11.5px auto;
	transition: all .3s
}
.calculate ul.questions>li ul.options.options-checkbox>li input:checked+label::before {
	background-color: #fd3a30;
}
.calculate ul.questions>li ul.options.options-radio>li:not(:last-child) {
	margin-bottom: 25px
}
.calculate ul.questions>li ul.options.options-radio>li label {
	display: block;
    position: relative;
    padding: 0 0 0 40px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    cursor: pointer;
    font-weight: 300;
    
}
.calculate ul.questions>li ul.options.options-radio>li label::before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border: 2px solid #fd3a30;
	border-radius: 50%;
	transition: all .3s
}
.calculate ul.questions>li ul.options.options-radio>li label::after {
	position: absolute;
	top: 9px;
	left: 7px;
	content: '';
	width: 10px;
	height: 10px;
	background: #fd3a30;
	opacity: 0;
	border-radius: 50%;
	transition: all .3s
}
.calculate ul.questions>li ul.options.options-radio>li input:checked+label::after {
	opacity: 1
}
@media (max-width:900px) {
.calculate .inner {
	max-width: 100%
}
.calculate .numberscal {
	position: static;
	padding: 0 30px 20px 30px
}
.calculate ul.questions>li {
	padding: 0 30px 100px 30px
}
.calculate ul.questions>li ul.options>li .description {
	display: none
}
.calculate ul.questions>li ul.options.options-section>li:last-child {
	margin: 0
}
}
@media (max-width:640px) {
	
	
.calculate .numberscal {
	font-size: 18px;
	letter-spacing: 4px;
	padding: 0 30px 10px 30px
}
.calculate .numberscal span {
	padding: 0
}
.calculate .arrowscal {
	display: none
}
.calculate .progresscal {
	display: block
}
.calculate form {
	height: calc(100% - 36px)
}
.calculate form.sending ul.questions>li .next a {
	padding-left: 0
}
.calculate ul.questions>li {
	position: relative;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height: calc(100vh - 15vh - 36px);
	padding: 0 30px
}


.calculate ul.questions>li .next {
	font-size: 0;
	width: 100%;
	line-height: 6rem;
	padding-bottom: 2rem;
	padding-top:2rem;
	line-height: normal;
	
}
.calculate ul.questions>li .next a {
    font-size: 1.8rem;
    letter-spacing: .25rem;
    text-align: center;
    width: 100%;
    height: auto;
    border-radius: 2.6rem;
    line-height: normal;
    padding: 1.2rem 1.8rem;
    float: none;
}


.calculate ul.questions>li ul.options.columns {
	columns: auto
}
.calculate ul.questions>li ul.options>li .description {
	display: none
}
.calculate ul.questions>li ul.options.options-section {
	-ms-flex-direction: column;
	flex-direction: column
}
.calculate ul.questions>li ul.options.options-section li {
	height: 62px;
	margin: 0 0 8px 0
}
.calculate ul.questions>li ul.options.options-section li label {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calculate ul.questions>li ul.options.options-section li label .icon {
	position: static;
	display: inline-block;
	vertical-align: middle;
	width: 76px;
	height: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	transform: translate3d(0, 0, 0)
}
.calculate ul.questions>li ul.options.options-section li label .icon svg {
	max-width: 100%;
	max-height: 100%
}

.calculate ul.questions>li ul.options.options-section li:last-child {
	margin: 0
}
.calculate ul.questions>li ul.options.options-checkbox>li:not(:last-child), .calculate ul.questions>li ul.options.options-radio>li:not(:last-child) {
	margin-bottom: 21px
}
.calculate ul.questions>li ul.options.options-checkbox>li label, .calculate ul.questions>li ul.options.options-radio>li label {
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 0 0 0 4.4rem;
}
.calculate ul.questions>li ul.options.options-checkbox>li label::before, .calculate ul.questions>li ul.options.options-radio>li label::before {
	top: 0
}
.calculate ul.questions>li ul.options.options-checkbox>li label::after, .calculate ul.questions>li ul.options.options-radio>li label::after {
	top: 7px
}
}

.estimate .triangle {
	position: absolute;
	right: -26px;
	top: -14px;
	width: 180px
}
.estimate .estimate-header {
	padding-right: 150px;
	position: relative;
	font-size: 18px
}
.estimate .estimate-header .left {
	width: 65%
}
.estimate .estimate-header .right {
	text-align: right
}
.estimate .estimate-header .project-name {
	display: block;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px dashed #000;
	font-size: 24px;
	color: #1c212a;
	border-radius: 6px;
	margin-top: 15px;
	transition: all .3s
}
.estimate .estimate-header .project-name::placholder {
color:#8d9094
}
.estimate .estimate-header .project-name.filled {
	border-color: rgba(0,0,0,.3);
	font-weight: 600
}
.estimate .estimate-header .total {
	height: 70px;
	line-height: 70px;
	margin-top: 15px;
	
	font-size: 52px;
	color: #fd3a30;
	letter-spacing: 2px
}
.estimate .estimate-header .description {
	margin-top: 35px;
	font-size: 20px;
	color: #4c5970
}
.estimate .spacer {
	height: 1px;
	background: #f1f3f7;
	margin: 40px 0
}
.estimate .estimate-section h2 {
	
	font-size: 26px;
	color: #1c212a;
	padding-bottom: 25px;
	letter-spacing: 1px
}
.estimate .estimate-section p {
	max-width: 600px;
	font-size: 20px;
	color: #4c5970;
	padding-bottom: 25px
}
.estimate .estimate-section ul>li {
	font-size: 22px;
	color: #4c5970;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px
}
.estimate .estimate-section ul>li:after {
	content: '';
	clear: both;
	display: block
}
.estimate .estimate-section ul>li.header {
	font-size: 12px;
	text-transform: uppercase;
	color: #adb2bf
}
.estimate .estimate-section ul>li.sum {
	background: #f8f9fb;
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px
}
.estimate .estimate-section ul>li .check {
	width: 60px;
	height: 45px;
	background: url(../images/echeck.png) no-repeat right center/16px auto
}
.estimate .estimate-cost {
	background: #fd3a30;
	margin: 50px -50px 0 -50px;
	padding: 20px 50px;
		font-size: 40px;
	line-height: 60px;
	letter-spacing: 2px;
	color: #fff
}
.estimate .estimate-cost:after {
	content: '';
	clear: both;
	display: block
}
.estimate .estimate-cost .right {
	font-size: 52px;
	letter-spacing: 3px
}
.estimate .estimate-footer p {
	font-size: 20px;
	color: #4c5970;
	max-width: 800px
}
.estimate .estimate-footer form {
	padding-top: 40px
}
.estimate .estimate-footer form fieldset {
	padding-bottom: 10px
}
.estimate .estimate-footer form fieldset dl {
	padding-bottom: 25px
}
.estimate .estimate-footer form fieldset dl.size-50 {
	float: left;
	width: calc((100% - 30px)/ 2);
	margin-right: 30px
}
.estimate .estimate-footer form fieldset dl.size-end {
	margin-right: 0
}
.estimate .estimate-footer form fieldset dl dt {
	font-size: 18px;
	color: #1c212a
}
.estimate .estimate-footer form fieldset dl dd {
	padding-top: 15px
}
.estimate .estimate-footer form fieldset dl dd input, .estimate .estimate-footer form fieldset dl dd textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 60px;
	padding: 0 20px;
	border: 1px dashed #000;
	border-radius: 6px;
	font-size: 20px;
	color: #1c212a;
	resize: none;
	transition: all .3s
}
.estimate .estimate-footer form fieldset dl dd input::placholder, .estimate .estimate-footer form fieldset dl dd textarea::placholder {
color:#8d9094
}
.estimate .estimate-footer form fieldset dl dd input.errorinput, .estimate .estimate-footer form fieldset dl dd textarea.errorinput {
	border-color: #e53131
}
.estimate .estimate-footer form fieldset dl dd textarea {
	padding: 18px 20px;
	height: 86px
}
.estimate .estimate-footer form .error:not(:empty) {
	padding-bottom: 30px;
	color: #e53131;
	font-size: 16px
}
.estimate .estimate-footer form button {
	display: inline-block;
	background: #40cb93 url(../images/send.png) no-repeat 25px center/16px auto;
	height: 60px;
	padding: 0 30px 0 55px;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: all .3s
}
.estimate .estimate-footer form button:hover {
	background-color: #2cb67f
}
.estimate .estimate-footer form.disabled button {
	opacity: .5;
	pointer-events: none
}
@media (max-width:900px) {
.estimate .triangle {
	display: none
}
.estimate .estimate-header {
	padding-right: 0
}
.estimate .estimate-header .left {
	width: 60%
}
.estimate .estimate-section ul>li .left {
	width: 65%
}
}
@media (max-width:640px) {
.estimate {
	padding: 25px 0
}
.estimate .estimate-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	font-size: 14px;
	padding: 0 20px
}
.estimate .estimate-header .left, .estimate .estimate-header .right {
	text-align: left;
	width: 100%
}
.estimate .estimate-header .left {
	margin: 25px 0 0 0
}
.estimate .estimate-header .project-name {
	font-size: 16px;
	height: 60px;
	padding: 0 15px;
	margin-top: 10px
}
.estimate .estimate-header .total {
	font-size: 30px;
	height: auto;
	line-height: 26px;
	margin-top: 10px
}
.estimate .estimate-header .description {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px
}
.estimate .spacer {
	width: calc(100% - 40px);
	margin: 25px 20px
}
.estimate .estimate-section h2 {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: .25;
	padding: 0 20px 10px 20px
}
.estimate .estimate-section p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px 25px 20px
}
.estimate .estimate-section ul>li {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 15px
}
.estimate .estimate-section ul>li.header {
	line-height: 22px;
	padding-bottom: 10px
}
.estimate .estimate-section ul>li.sum {
	font-size: 16px;
	line-height: 45px;
	padding-bottom: 0;
	margin-top: 0
}
.estimate .estimate-section ul>li .check {
	height: 22px;
	background-size: 12px auto
}
.estimate .estimate-cost {
	font-size: 24px;
	line-height: 26px;
	letter-spacing: .5px;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	margin: 40px 0
}
.estimate .estimate-cost .right {
	font-size: 24px;
	letter-spacing: 2px
}
}
.estimate-modal {
	position: fixed;
	top: 0;
	left: -9999px;
	z-index: 10;
	font-size: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translate3d(0, 100px, 0);
	transition: left 0s .5s, opacity .5s, transform .5s
}
.estimate-modal::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%
}
.estimate-modal .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.estimate-modal .inner {
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	width: 760px;
	border-width: 3px 0 0 0;
	border-style: solid;
	border-color: #fd3a30;
	padding: 51px 0 60px 0;
	box-shadow: 0 12px 32px 0 rgba(0,0,0,.1);
	transition: transform .1s
}
.estimate-modal h2 {
	
	font-size: 40px
}
.estimate-modal p {
	font-size: 18px;
	color: #4c5970;
	width: 460px;
	line-height: 23px;
	margin: 26px auto 0 auto
}
.estimate-modal form {
	margin: 36px 0 0 0
}
.estimate-modal form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 320px;
	margin: 0 auto
}
.estimate-modal form input:not([type=submit]) {
	font-size: 16px;
	font-weight: 400;
	color: #666680;
	letter-spacing: 1.12px;
	background: #f1f3f7;
	height: 50px;
	border: 1px solid #f1f3f7;
	border-radius: 25px;
	padding: 0 27px;
	box-sizing: border-box;
	transition: border .3s
}
.estimate-modal form input:not([type=submit])+input:not([type=submit]) {
	margin-top: 20px
}
.estimate-modal form input:not([type=submit]).error {
	border: 1px solid #fd3a30;
}
.estimate-modal form input[type=submit] {
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1.26px;
	background: #ed3757;
	height: 60px;
	border-radius: 30px;
	margin-top: 40px;
	box-shadow: 0 6px 18px 0 rgba(240,52,84,.4)
}
.estimate-modal.show {
	left: 0;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity .5s, transform .5s
}
.estimate-modal.bounce .inner {
	transform: scale(1.05)
}
@media (max-width:900px) {
.estimate-modal .inner {
	width: calc(100% - 60px)
}
}
@media (max-width:640px) {
.estimate-modal .inner {
	width: calc(100% - 40px);
	padding: 22px 0 30px 0
}
.estimate-modal h2 {
	font-size: 28px;
	letter-spacing: .3;
	line-height: 32px;
	padding: 0 28px;
	box-sizing: border-box
}
.estimate-modal p {
	font-size: 16px;
	width: 100%;
	line-height: 20px;
	padding: 0 28px;
	margin: 10px 0 0 0;
	box-sizing: border-box
}
.estimate-modal form {
	padding: 0 20px;
	margin: 20px 0 0 0
}
.estimate-modal form input {
	width: 100%
}
.estimate-modal form input:not([type=submit])+input:not([type=submit]) {
	margin-top: 10px
}
.estimate-modal form input[type=submit] {
	font-size: 22px;
	letter-spacing: .25px;
	margin-top: 20px
}
}
.thankyou {
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box
}
.thankyou h1 {
	
	font-size: 50px;
	letter-spacing: 1.45px;
	padding-bottom: 20px
}
.thankyou p {
	font-size: 18px;
	font-weight: 400;
	color: #4c5970;
	letter-spacing: .36px;
	line-height: 30px;
	padding-bottom: 10px
}
.thankyou .mail {
	padding-bottom: 5px
}
.thankyou .mail img {
	display: block;
	width: 462px;
	height: 323px;
	margin: 0 auto
}
.thankyou .link {
	display: inline-block;
	background: #fd3a30;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	width: auto;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	padding: 0 25px
}
@media (max-width:640px) {
.thankyou p br {
	display: none
}
.thankyou .mail img {
	width: 100%;
	height: auto
}
}


.popuptransbg{width:100%;height:100%;position:absolute;background:rgba(0,0,0,.8);left:0;top:0;z-index: 99999;}
.popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
	z-index:99999;
}

.popupscroll {
    position: relative;   
    background: #fff;
    padding: 54px 72px 54px 72px;
    border-radius: 4px;
    z-index: 999999999;
    width: 25%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.input-field:nth-of-type(2) {
    margin-right: 0;
    float: right;
}
.input-field {
       display: flex;
    flex-flow: column-reverse;
    margin-bottom: 22px;
	    position: relative;
}

.clearfix
{
	clear:both;
}
.sb-btn {
    background: #ea4159;
    color: #fff;
    padding: 10px 28px;
    font-size: 18px;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    cursor: pointer;
	transition: all ease 0.3s;
}
.sb-btn:hover {
    background: #000;
    transition: all ease 0.3s;
}
.error
{
	    color: #F44336;
    font-size: 11px;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    font-weight: 500;
	    position: absolute;
    bottom: -17px;
}
.estimateHide {
    overflow-y: visible !important;
}
a.ques-submit {
    border-radius: 0px !important;
    background: #fd3a30!important;
    padding: 8px 17px !important;
    text-transform: uppercase;
    font-size: 18px !important;
}
a.ques-submit:hover, a.ques-submit:active, a.ques-submit:focus
{
	background:#000 !important;
}
.popup h4
{
	
    font-size: 32px !important;
    color: #000;
    font-weight: 600;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    margin: 0 0 35px 0;
}
.input-field input:not(:placeholder-shown) + label, .input-field input:focus + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}
.input-field label {
       color: #7e7f90;
    font-size: 10px;
    font-weight: 400;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left 18px;
    transform: translate(0, 1.125rem) scale(1.5);
    margin-bottom: 0;
    transition: all 0.2s;
}
.input-field input {
        width: 100%;
    color: #38375b;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    padding: 12px 0 5px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    resize: none;
    height: auto;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-weight: 300;
    touch-action: manipulation;
    transition: all 0.2s;
    z-index: 1;
    background: transparent;
    border-radius: 0;
}
.submit-box button {
    display: block;
    background: #5acbcc;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	transition:all 0.3s ease;
}
.submit-box button:hover, .submit-box button:active, .submit-box button:focus{transition:all 0.3s ease; background:#fd3a30;} 
.submit-box {
        margin: 54px -72px -88px;
    display: block;
    text-align: center;
}
.input-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      font-size: 12px;
	  color:#b6b6b6;
}
.input-field input::-moz-placeholder { /* Firefox 19+ */
      font-size: 12px;
	   color:#b6b6b6;
}
.input-field input:-ms-input-placeholder { /* IE 10+ */
      font-size: 12px;
	   color:#b6b6b6;
}
.input-field input:-moz-placeholder { /* Firefox 18- */
      font-size: 12px;
	   color:#b6b6b6;
}
.input-field input:focus{
    border-bottom-color:#5acbcc61;
}
div#result {
    background: #fff;
    text-align: center;
    min-height: 75vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.thank-msg {

}

.thank-msg h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: Montserrat,Montserrat Fallback,sans-serif !important;
    color: #000;
    display: inline-block;
    margin-left: 15px;
    text-transform: capitalize;
}


.thank-msg p {
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #9a9999 !important;
    font-family: Montserrat,Montserrat Fallback,sans-serif !important;
    padding: 0 35%;
    line-height: 24px;
    margin-top: 22px;
    margin-bottom: 23px;
}
.btn-vos {
    background: #fd3a30;
    color: #fff;
    padding: 12px 26px;
    border-radius: 32px;
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    letter-spacing: 0;
    margin-top: 35px;
    display: inline-block;
}
span.name {
    color: #000;
}
.btn-vos:hover {
    background: #5acbcc;
    color: #fff;
    text-decoration: none;
}
p#name_container {
    color: #92939a !important;
    font-size: 28px !important;
    margin-top: 26px;
    margin-bottom: 50px;
}


.estimatorThankyou {
    /*height: calc(100vh - 182px);*/
	padding:13rem 0;
}

.estimatorThankyou h4 {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    width: 40%;
    margin: 3rem auto 0;
    line-height: 35px;
}

.estimatorThankyou .thank-msg span {
    font-size: 40px;
    font-weight: 600;
}

.estimatorThankyou .thank-msg img {
    display: block;
    text-align: center;
    margin: 0 auto 27px;
    width: 100px;
}


.copyrightftr-block {
    text-align: center;
}

.copywhiteftr-left p {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #25282c!important;
    font-weight: 500;
    left: 0!important;
    font-size: 18px!important;
}


.copywhiteftr-right a, .copywhiteftr-right ul li a {
    position: relative;
    z-index: 1;
    color: #25282c!important;
    font-weight: 500;
    font-size: 14px;
}
.slash-vertical::before {
    content: "|";
    padding: 0 6px;
}

.footer-top-links li {
    margin: 2rem 0; 
}

.faq-palettes {
    padding-bottom: 0 !important;
}