/*-_-_Product-Demo_CSS_Start_-_-*/
.product-demo-wrap {
	background: rgba(224, 237, 245, 0.5);
}

.product-demo-wrap.minHeight {
	min-height: 800px;
}

.product-demo-wrap .product-demo-content {
	padding: 60px 0 178px;
}

.product-demo-wrap .product-demo-content h2 {
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	line-height: 1.28;
	margin-bottom: 40px;
}

.tooltip-wrap {
	border-radius: 50%;
	margin-left: 6px;
	display: inline-block;
	margin-top: 8px;
	position: relative;
	font-size: 0;
}

.tooltip-wrap > img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	cursor: pointer;
}

.tooltip-wrap .tooltip-content {
	position: absolute;
	left: calc(100% + 16px);
	top: 50%;
	transform: translateY(-50%);
	width: 344px;
	padding: 15px;
	border: 1px solid #E9E9E9;
	background: #fff;
	border-radius: 10px;
	text-align: left;
	display: none;
	box-shadow: 0 2px 10px 0 rgba(139, 146, 151, 0.2);
}

.tooltip-wrap .tooltip-content button {
	border: 0;
	background: transparent;
	outline: unset !important;
	position: absolute;
	right: 6px;
	top: 6px;
	overflow: hidden;
	border-radius: 50%;
	cursor: pointer;
}

.tooltip-wrap .tooltip-content button img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.tooltip-wrap .tooltip-content p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #444444;
}

.address-dropdown {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}

.textbox input,
.address-dropdown .dropdown-toggle {
    background-color: #F8FCFE;
    font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
    outline: none;
    padding: 0 50px 0 20px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #D6D6D6;
	color: #141110;
	height: 60px;
	display: inline-block;
	text-align: left;
}

.address-dropdown .dropdown-toggle::after {
	content: "";
	background: url(../images-new/icon-angle-down.svg) center center no-repeat;
	background-size: contain;
	border: 0;
	width: 24px;
    height: 24px;
    right: 20px;
    top: 18px;
    position: absolute;
    pointer-events: none;
    transition: 0.4s all ease;
}

.address-dropdown .dropdown-toggle[aria-expanded="true"]::after {
	transform: rotate(180deg);
}

.textbox input::placeholder {
	color: #141110;
}

.textbox .autocomplete-list,
.textbox .autoComplete,
.address-dropdown .dropdown-menu {
    left: 0 !important;
    position: absolute !important;
    top: 100% !important;
    width: 100%;
	margin-top: 12px !important;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 19px 30px 112px 0 rgba(199, 214, 228, 0.6);
	border: 1px solid #EFF3FA;
	transform: unset !important;
	padding: 0;
}

.address-dropdown .dropdown-menu li {
	border-bottom: 1px solid #EFF3FA;
}

.textbox .autocomplete-list > div,
.textbox .autoComplete .item,
.address-dropdown .dropdown-item {
    background-color: #fff;
    color: #444444;
    cursor: pointer;
    display: block;
    font-size: 18px;
	line-height: 28px;
    outline: none;
    padding: 12px 20px;
    text-decoration: none;
    transform-origin: top;
	transition: 0.4s all ease;
}

.textbox .autocomplete-list > div:last-child,
.textbox .autoComplete .item:last-child,
.address-dropdown .dropdown-menu li:last-child {
	border-bottom: 0;
}

.textbox .autocomplete-list > div:hover,
.textbox .autocomplete-list .autocomplete-active,
.textbox .autoComplete .item:hover,
.textbox .autoComplete .item:focus,
.address-dropdown .dropdown-item:hover,
.address-dropdown .dropdown-item.active {
    background-color: #EFF3FA;
    color: #141110;
}

.draw-roof-detail {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

.draw-roof-detail.show {
	display: flex;
}

.draw-roof-card {
	max-width: 500px;
	width: 100%;
	padding: 30px 49px 35px;
	border-radius: 16px;
	border: 1px solid #fff;
	background: #F8FCFE;
}

.draw-roof-card h3 {
	font-size: 30px;
    line-height: 1.1;
	font-weight: 800;
    font-family: "Roboto Condensed", sans-serif;
	color: #2F80ED;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 10px 10px;
	max-width: 284px;
	width: 100%;
	margin: 0 auto 30px;
}

.draw-roof-card h3 span {
    font-family: "Roboto Condensed", sans-serif;
}

.draw-roof-card .tooltip-wrap {
	margin-left: 8px;
	margin-top: 4px;
}

.draw-roof-card .tooltip-wrap img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.draw-roof-card .tooltip-wrap .tooltip-content {
	bottom: -2px;
	top: auto;
	transform: unset;
	left: calc(100% + 30px);
	border-bottom-left-radius: 0;
	padding: 10px 33px 10px 16px;
	max-width: 338px;
}

.draw-roof-img {
	position: relative;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.draw-roof-img img {
	width: 100%;
	border-radius: 10px;
}

.roof-outline {
	position: absolute;
	background: #22D3EE;
	height: 3px;
	z-index: 1;
}

.roof-outline.outline1 {
	width: 79px;
    transform: rotate(106.57deg);
    left: 34px;
    top: 153px;
}

.roof-outline.outline2 {
	width: 52px;
    transform: rotate(62.5deg);
    left: 72px;
    top: 141px;
}

.roof-outline.outline3 {
	width: 52px;
    transform: rotate(-31.4deg);
    left: 60px;
    top: 177px;
}

.roof-outline.outline4 {
    transform: rotate(15.64deg);
    left: 81px;
    top: 134px;
    width: 134px;
}

.roof-outline.outline5 {
    transform: rotate(15.64deg);
    left: 105px;
    top: 179px;
    width: 120px;
}

.roof-outline.outline6 {
    transform: rotate(15.64deg);
    left: 59px;
    top: 216px;
    width: 197px;
}

.roof-outline.outline7 {
	width: 44px;
    transform: rotate(62.5deg);
    left: 200px;
    top: 171px;
}

.roof-outline.outline8 {
	width: 13px;
    transform: rotate(145deg);
    left: 221px;
    top: 192px;
}

.roof-outline.outline9 {
	width: 57px;
    transform: rotate(59.5deg);
    left: 209px;
    top: 219px;
}

.roof-outline.outline10 {
	width: 60px;
    transform: rotate(105.5deg);
    left: 191px;
    top: 124px;
}

.roof-outline.outline11 {
	width: 60px;
    transform: rotate(105.5deg);
    left: 210px;
    top: 160px;
}

.roof-outline.outline12 {
	width: 135px;
    transform: rotate(105.7deg);
    left: 202px;
    top: 178px;
}

.roof-outline.outline13 {
	width: 40px;
    transform: rotate(60.5deg);
    left: 219px;
    top: 115px;
}

.roof-outline.outline14 {
	width: 62px;
    transform: rotate(16.25deg);
    left: 227px;
    top: 105px;
}

.roof-outline.outline15 {
	width: 42px;
    transform: rotate(156.5deg);
    left: 247px;
    top: 123px;
}

.draw-roof-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
	margin-top: 30px;
}

.draw-roof-btn .reset-btn {
	width: 24px;
	height: 24px;
	border: 0;
	background: transparent;
	outline: unset !important;
	font-size: 0;
}

.draw-roof-btn .reset-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.draw-roof-btn .submit-btn {
	font-size: 18px;
	line-height: 28px;
	color: #FEFDF9;
	font-weight: 500;
	background: #2F80ED;
	border-radius: 10px;
	padding: 8px 34px;
	border: 0;
}

.detecting-roof-data {
	margin: 30px auto 0;
	max-width: 280px;
	display: none;
}

.detecting-roof-data p {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 14px;
}

.detecting-roof-data .progress {
	width: 100%;
	height: 6px;
	background: #E9E9E9;
}

.detecting-roof-data .progress .progress-bar {
	border-radius: 3px;
	transition: 0.8s all ease;
}


.automated-detections-card {
	max-width: 695px;
	width: 100%;
	padding: 30px 30px 48px;
	border-radius: 16px;
	border: 1px solid #fff;
	background: #F8FCFE;
	margin-left: 65px;
	display: none;
	position: relative;
}

.automated-detections-card::before {
	content: "";
	background: url(../images-new/arrow-right.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: -55px;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 30px;
}

.automated-detections-card h3 {
	font-size: 30px;
    line-height: 1.1;
	font-weight: 800;
    font-family: "Roboto Condensed", sans-serif;
	color: #2F80ED;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 10px 10px;
	max-width: 338px;
	width: 100%;
	margin: 0 auto 30px;
}

.automated-detections-card .tooltip-wrap {
	margin-left: 8px;
	margin-top: 4px;
}

.automated-detections-card .tooltip-wrap img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.automated-detections-card .tooltip-wrap .tooltip-content {
	bottom: calc(100% + 26px);
	left: calc(100% + 15px);
	border-bottom-left-radius: 0;
	max-width: 297px;
}

.roof-detail-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.roof-detail-row .roof-outline-col {
	width: calc(57.65% - 15px);
}

.roof-detail-row .roof-measurements-col {
	width: calc(42.35% - 15px);
}


.improved-roof-outline-card {
	background: #fff;
	border: 1px solid #E4F0F6;
	border-radius: 10px;
	padding: 10px 30px 15.5px;
}

.improved-roof-outline-card h6 {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	color: #090807;
	padding-bottom: 2px;
	border-bottom: 1px solid #E4F0F6;
}

.improved-roof-outline {
	height: 355px;
	position: relative;
	background: #F9FAFC;
	border-radius: 10px;
	margin: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.improved-roof-outline .improved-roof-shadow {
	filter: drop-shadow(0 4px 4px rgba(0,0,0,0.25));
}

.improved-roof-outline .improved-roof-inner {
	width: 234px;
	height: 158px;
	position: relative;
	clip-path: polygon(63% 0, 100% 0, 100% 100%, 0 100%, 0 43%, 63% 43%);
	background: #E9F3F7;
}

.improved-roof-outline .roof-outline.eave {
	background: #AF52DE;
}

.improved-roof-outline .roof-outline.valley {
	background: #FFE000;
}

.improved-roof-outline .roof-outline.hip {
	background: #FF2D55;
}

.improved-roof-outline .roof-outline.ridge {
	background: #3CD856;
}

.improved-outline.roof-outline.outline1 {
	transform: rotate(0deg);
    width: 3px;
    height: 87px;
    left: 0;
    top: 68px;
}

.improved-outline.roof-outline.outline2 {
	transform: rotate(135deg);
    height: 63px;
    width: 3px;
	left: 22px;
    top: 60px;
}

.improved-outline.roof-outline.outline3 {
	transform: rotate(45deg);
    height: 60px;
    width: 3px;
	left: 22px;
    top: 105px;
}

.improved-outline.roof-outline.outline4 {
	transform: rotate(0deg);
	left: 0;
	top: 68px;
	width: 149px;
}

.improved-outline.roof-outline.outline5 {
	transform: rotate(0deg);
	left: 45px;
    top: 112px;
    width: 137px;
}

.improved-outline.roof-outline.outline6 {
	transform: rotate(0deg);
	left: 0;
	top: auto;
	width: 234px;
	bottom: 0;
}

.improved-outline.roof-outline.outline7 {
	width: 3px;
    height: 55px;
    transform: rotate(130deg);
	left: 167px;
    top: 60px;
}

.improved-outline.roof-outline.outline8 {
	width: 3px;
	transform: rotate(45deg);
    left: 184px;
    top: 102px;
    height: 15px;
}

.improved-outline.roof-outline.outline9 {
	width: 3px;
    height: 65px;
    transform: rotate(130deg);
    left: 205px;
    top: 102px;
}

.improved-outline.roof-outline.outline10 {
    width: 3px;
    height: 66.9px;
    transform: rotate(0deg);
    left: 147px;
    top: 3px;
}

.improved-outline.roof-outline.outline11 {
	width: 3px;
    height: 68px;
    transform: rotate(0);
	left: 189px;
    top: 37px;
}

.improved-outline.roof-outline.outline12 {
    width: 3px;
	height: 157px;
    transform: rotate(0deg);
    right: 0;
	left: auto;
    top: 0;
}

.improved-outline.roof-outline.outline13 {
	width: 3px;
    height: 55px;
    transform: rotate(130deg);
	left: 168px;
    top: -8px;
}

.improved-outline.roof-outline.outline14 {
	width: 86.6px;
    transform: rotate(0deg);
    left: auto;
	right: 0;
    top: 0;
}

.improved-outline.roof-outline.outline15 {
	height: 55px;
    width: 3px;
    transform: rotate(50deg);
    left: 210px;
    top: -8px;
}

.roof-no1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
	left: 13px;
    top: 104px;
}

.roof-no2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
	left: 90px;
    top: 83px;
}

.roof-no3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
    left: 107px;
    top: 125px;
}

.roof-no4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
	left: 158px;
    top: 44px;
}

.roof-no5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
    left: 199px;
    top: 70px;
}

.roof-no6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
	left: 185px;
    top: 7px;
}

.improved-roof-outline-card h5 {
	font-size: 18px;
	line-height: 27.3px;
	color: #2F80ED;
	font-weight: 700;
	text-align: center;
	border-top: 1px solid #E4F0F6;
}

.measurements-card {
	background: #fff;
	border: 1px solid #E4F0F6;
	border-radius: 10px;
	padding: 10px 20px 20px;
	margin-bottom: 30px;
	min-height: 233.5px;
}

.measurements-card:last-child {
	margin-bottom: 0;
}

.measurements-card h6 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #090807;
	padding-bottom: 2px;
	border-bottom: 1px solid #E4F0F6;
	margin-bottom: 16px;
}

.measurements-card ul {
	list-style: none;
}

.measurements-card ul li {
	display: flex;
	margin-bottom: 12px;
}

.measurements-card ul li:last-child {
	margin-bottom: 0;
}

.measurements-card ul li span {
	font-size: 14px;
	line-height: 20px;
	color: #444444;
	display: inline-block;
}

.measurements-card ul li span:first-child {
	width: calc(100% - 84px);
	padding-right: 15px;
	position: relative;
}

.measurements-card ul li span img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.measurements-card ul li span:last-child {
	width: 84px;
	font-weight: 500;
	color: #1A1715;
	padding-right: 0;
}

.measurements-card ul.edges li span:first-child {
	padding-left: 34px;
}

.measurements-card ul.edges li span:first-child::before { 
	content: "";
	height: 3px;
	width: 24px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	margin-right: 10px;
	border-radius: 2px;
}

.measurements-card ul li.hip span:first-child::before {
	background: #FF3B30;
}

.measurements-card ul li.valley span:first-child::before {
	background: #FFE000;
}

.measurements-card ul li.eave span:first-child::before {
	background: #AF52DE;
}

.measurements-card ul li.ridge span:first-child::before {
	background: #3CD856;
}

.loader {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    backdrop-filter: blur(8px);
	opacity: 0;
	pointer-events: none;
	transition: 0.4s all ease;
}

body.show-loading {
	overflow: hidden;
	width: 100%;
}

body.show-loading .loader {
	opacity: 1;
}

.loader img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
/*-_-_Product-Demo_CSS_End_-_-*/

/*-_-_Product-Demo-Popup_CSS_Start_-_-*/
.conversation-modal .modal-dialog {
	max-width: 992px;
}

.conversation-modal .modal-dialog .modal-content {
	border-radius: 20px;
}

.conversation-modal .modal-dialog .modal-body {
	padding: 37px 56px 33px;
}

.conversation-modal .modal-dialog .btn-close {
	top: 20px;
	right: 20px;
	background: transparent;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	opacity: 1;
	padding: 0;
	position: absolute;
	font-size: 0;
}

.conversation-modal .modal-dialog .btn-close img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
}

.conversation-modal #zohoSupportWebToCase form > br {
	display: none;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr {
	padding: 0 15px;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr:first-child td {
	margin-bottom: 60px;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr td h2 {
	font-size: 30px;
	line-height: 1.467;
	font-weight: 600;
	color: #1A1715;
	padding: 0;
	margin: 0;
	text-align: center;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr td h2 span {
	color: #2F80ED;
	display: block;
	margin-top: 9px;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr td {
	margin-bottom: 24px;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr td textarea,
.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type='text'],
.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type='date'],
.conversation-modal #zohoSupportWebToCase .zsFormClass tr td select {
	border: 0 !important;
	margin-top: 16px;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-child(2),
.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-child(3) {
	width: 50%;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-child(4), 
.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-child(5) {
	width: 100%;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-last-child(2) td {
	padding-top: 12px !important;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr td textarea {
	height: 120px;
}

.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type="submit"],
.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type="button"] {
	min-width: 142px;
}
/*-_-_Product-Demo-Popup_CSS_End_-_-*/

/*-_-_Responsiveness_-_-*/

@media only screen and (max-width: 1399px) {
	/*-_-_Product-Demo_CSS_Start_-_-*/
	.product-demo-wrap.minHeight {
		min-height: 800px;
	}

	.product-demo-wrap .product-demo-content {
		padding: 55px 0 160px;
	}

	.product-demo-wrap .product-demo-content h2 {
		font-size: 45px;
		margin-bottom: 36px;
	}

	.tooltip-wrap {
		margin-left: 5px;
		margin-top: 8px;
	}

	.tooltip-wrap > img {
		width: 24px;
		height: 24px;
	}

	.tooltip-wrap .tooltip-content {
		left: calc(100% + 14px);
		width: 320px;
		padding: 14px;
	}

	.tooltip-wrap .tooltip-content button img {
		width: 19px;
		height: 19px;
	}

	.tooltip-wrap .tooltip-content p {
		font-size: 13px;
		line-height: 19px;
	}

	.address-dropdown {
		max-width: 360px;
	}

	.textbox input,
	.address-dropdown .dropdown-toggle {
		font-size: 19px;
		padding: 0 50px 0 18px;
		border-radius: 9px;
		height: 56px;
	}

	.address-dropdown .dropdown-toggle::after {
		width: 22px;
		height: 22px;
		right: 18px;
		top: 17px;
	}

	.textbox .autocomplete-list,
	.textbox .autoComplete,
	.address-dropdown .dropdown-menu {
		margin-top: 10px !important;
		box-shadow: 17px 28px 100px 0 rgba(199, 214, 228, 0.6);
	}

	.textbox .autocomplete-list > div,
	.textbox .autoComplete .item,
	.address-dropdown .dropdown-item {
		font-size: 17px;
		line-height: 27px;
		padding: 11.5px 18px;
	}

	.draw-roof-detail {
		margin-top: 36px;
	}

	.draw-roof-card {
		max-width: 422px;
		padding: 26px 30px 30px;
		border-radius: 14px;
	}

	.draw-roof-card h3 {
		font-size: 28px;
		border-radius: 9px;
		padding: 10px 10px;
		max-width: 244px;
		margin: 0 auto 27px;
	}

	.draw-roof-card .tooltip-wrap {
		margin-left: 6px;
		margin-top: 3px;
	}

	.draw-roof-card .tooltip-wrap img {
		width: 20px;
		height: 20px;
	}

	.draw-roof-card .tooltip-wrap .tooltip-content {
		bottom: -2px;
		top: auto;
		transform: unset;
		left: calc(100% + 30px);
		border-bottom-left-radius: 0;
		padding: 10px 33px 10px 16px;
		max-width: 338px;
	}

	.draw-roof-img {
		max-width: 360px;
	}

	.draw-roof-img img {
		border-radius: 9px;
	}

	.roof-outline.outline1 {
		width: 74px;
		left: 29px;
		top: 137px;
	}

	.roof-outline.outline2 {
		width: 46px;
		left: 65px;
		top: 125px;
	}

	.roof-outline.outline3 {
		width: 48px;
		left: 55px;
		top: 158px;
	}

	.roof-outline.outline4 {
		left: 73px;
		top: 119px;
		width: 120px;
	}

	.roof-outline.outline5 {
		left: 96px;
		top: 160px;
		width: 108px;
	}

	.roof-outline.outline6 {
		left: 53px;
		top: 196px;
		width: 177px;
	}

	.roof-outline.outline7 {
		width: 40px;
		left: 181px;
		top: 152px;
	}

	.roof-outline.outline8 {
		width: 13px;
		left: 200px;
		top: 172px;
	}

	.roof-outline.outline9 {
		width: 52px;
		left: 188px;
		top: 196px;
	}

	.roof-outline.outline10 {
		width: 54px;
		left: 172px;
		top: 110px;
	}

	.roof-outline.outline11 {
		width: 55px;
		left: 190px;
		top: 143px;
	}

	.roof-outline.outline12 {
		width: 125px;
		left: 181px;
		top: 161px;
	}

	.roof-outline.outline13 {
		width: 36px;
		left: 197px;
		top: 101px;
	}

	.roof-outline.outline14 {
		width: 58px;
		left: 204px;
		top: 93px;
	}

	.roof-outline.outline15 {
		width: 38px;
		left: 223px;
		top: 110px;
	}

	.draw-roof-btn {
		column-gap: 27px;
		margin-top: 27px;
	}

	.draw-roof-btn .reset-btn {
		width: 23px;
		height: 23px;
	}

	.draw-roof-btn .submit-btn {
		font-size: 17px;
		border-radius: 9px;
		padding: 8px 32px;
	}

	.detecting-roof-data {
		margin: 27px auto 0;
	}

	.automated-detections-card {
		max-width: 639px;
		padding: 27px 27px 44px;
		border-radius: 14px;
		margin-left: 55px;
	}

	.automated-detections-card::before {
		left: -46px;
		width: 35px;
		height: 30px;
	}

	.automated-detections-card h3 {
		font-size: 28px;
		border-radius: 9px;
		padding: 10px 10px;
		max-width: 338px;
		margin: 0 auto 27px;
	}

	.automated-detections-card .tooltip-wrap {
		margin-left: 7px;
		margin-top: 4px;
	}

	.automated-detections-card .tooltip-wrap img {
		width: 20px;
		height: 20px;
	}

	.automated-detections-card .tooltip-wrap .tooltip-content {
		bottom: calc(100% + 22px);
		left: auto;
		right: calc(100% - 15px);
		border-radius: 10px;
		border-bottom-right-radius: 0;
		max-width: 297px;
	}

	.roof-detail-row .roof-outline-col {
		width: calc(57.65% - 13.5px);
	}

	.roof-detail-row .roof-measurements-col {
		width: calc(42.35% - 13.5px);
	}

	.improved-roof-outline-card {
		border-radius: 9px;
		padding: 10px 24px 15px;
	}

	.improved-roof-outline {
		height: 350px;
		border-radius: 9px;
		margin: 28px 0;
	}

	.measurements-card {
		border-radius: 9px;
		padding: 10px 20px 20px;
		margin-bottom: 27px;
		min-height: 230px;
	}

	.measurements-card ul li {
		display: flex;
		margin-bottom: 12px;
	}

	.measurements-card ul li span:first-child {
		width: calc(100% - 70px);
		padding-right: 5px;
	}

	.measurements-card ul li span img {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.measurements-card ul li span:last-child {
		width: 70px;
	}

	.measurements-card ul.edges li span:first-child {
		padding-left: 32px;
	}

	.measurements-card ul.edges li span:first-child::before { 
		height: 3px;
		width: 22px;
	}
	/*-_-_Product-Demo_CSS_End_-_-*/

	/*-_-_Product-Demo-Popup_CSS_Start_-_-*/
	.conversation-modal .modal-dialog {
		max-width: 920px;
	}

	.conversation-modal .modal-dialog .modal-content {
		border-radius: 18px;
	}

	.conversation-modal .modal-dialog .modal-body {
		padding: 34px 48px 30px;
	}

	.conversation-modal .modal-dialog .btn-close {
		top: 18px;
		right: 18px;
		width: 32px;
		height: 32px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr {
		padding: 0 14px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr:first-child td {
		margin-bottom: 54px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td h2 {
		font-size: 28px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td h2 span {
		margin-top: 8px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td {
		margin-bottom: 23px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td textarea,
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type='text'],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type='date'],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td select {
		border: 0 !important;
		margin-top: 14px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-last-child(2) td {
		padding-top: 12px !important;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td textarea {
		height: 110px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type="submit"],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type="button"] {
		min-width: 135px;
	}
	/*-_-_Product-Demo-Popup_CSS_End_-_-*/
}

@media only screen and (max-width: 1199px) {
	/*-_-_Product-Demo_CSS_Start_-_-*/
	.product-demo-wrap.minHeight {
		min-height: 680px;
	}

	.product-demo-wrap .product-demo-content {
		padding: 50px 0 140px;
	}

	.product-demo-wrap .product-demo-content h2 {
		font-size: 40px;
		margin-bottom: 32px;
	}

	.tooltip-wrap {
		margin-left: 5px;
		margin-top: 7px;
	}

	.tooltip-wrap > img {
		width: 22px;
		height: 22px;
	}

	.tooltip-wrap .tooltip-content {
		left: calc(100% + 12px);
		width: 310px;
		padding: 14px;
	}

	.tooltip-wrap .tooltip-content button {
		top: 5px;
		right: 5px;
	}

	.tooltip-wrap .tooltip-content button img {
		width: 18px;
		height: 18px;
	}

	.tooltip-wrap .tooltip-content p {
		font-size: 12px;
		line-height: 18px;
		padding-right: 10px;
	}

	.address-dropdown {
		max-width: 340px;
	}

	.textbox input,
	.address-dropdown .dropdown-toggle {
		font-size: 18px;
		padding: 0 46px 0 16px;
		border-radius: 8px;
		height: 52px;
	}

	.address-dropdown .dropdown-toggle::after {
		width: 20px;
		height: 20px;
		right: 16px;
		top: 17px;
	}

	.textbox .autocomplete-list,
	.textbox .autoComplete,
	.address-dropdown .dropdown-menu {
		margin-top: 8px !important;
		border-radius: 8px;
		box-shadow: 15px 24px 80px 0 rgba(199, 214, 228, 0.6);
	}

	.textbox .autocomplete-list > div,
	.textbox .autoComplete .item,
	.address-dropdown .dropdown-item {
		font-size: 16px;
		line-height: 20px;
		padding: 11.5px 16px;
	}

	.draw-roof-detail {
		margin-top: 32px;
	}

	.draw-roof-card {
		max-width: 422px;
		padding: 22px 24px 24px;
		border-radius: 14px;
	}

	.draw-roof-card h3 {
		font-size: 26px;
		border-radius: 8px;
		padding: 10px 10px;
		max-width: 234px;
		margin: 0 auto 24px;
	}

	.draw-roof-card .tooltip-wrap {
		margin-left: 6px;
		margin-top: 3px;
	}

	.draw-roof-card .tooltip-wrap img {
		width: 18px;
		height: 18px;
	}

	.draw-roof-card .tooltip-wrap .tooltip-content {
		bottom: 0;
		left: calc(100% + 20px);
		padding: 10px 25px 10px 16px;
		max-width: 300px;
	}

	.draw-roof-card .tooltip-wrap .tooltip-content p {
		padding: 0;
	}

	.draw-roof-img {
		max-width: 360px;
	}

	.draw-roof-img img {
		border-radius: 8px;
	}

	.draw-roof-btn {
		column-gap: 24px;
		margin-top: 24px;
	}

	.draw-roof-btn .reset-btn {
		width: 22px;
		height: 22px;
	}

	.draw-roof-btn .submit-btn {
		font-size: 16px;
		border-radius: 8px;
		padding: 8px 30px;
	}

	.detecting-roof-data {
		margin: 24px auto 0;
	}

	.automated-detections-card {
		max-width: 680px;
		padding: 24px 24px 40px;
		border-radius: 12px;
		margin: 55px auto 0;
	}

	.automated-detections-card::before {
		left: calc(50% - 17px);
		transform: rotate(90deg) translateX(-50%);
		top: -28px;
		width: 35px;
		height: 35px;
	}

	.automated-detections-card h3 {
		font-size: 26px;
		border-radius: 8px;
		padding: 10px 10px;
		max-width: 290px;
		margin: 0 auto 24px;
	}

	.automated-detections-card .tooltip-wrap {
		margin-left: 7px;
		margin-top: 4px;
	}

	.automated-detections-card .tooltip-wrap img {
		width: 18px;
		height: 18px;
	}

	.automated-detections-card .tooltip-wrap .tooltip-content {
		bottom: calc(100% + 18px);
		left: auto;
		right: calc(100% - 15px);
		max-width: 297px;
	}

	.roof-detail-row .roof-outline-col {
		width: calc(57.65% - 12px);
	}

	.roof-detail-row .roof-measurements-col {
		width: calc(42.35% - 12px);
	}

	.improved-roof-outline-card {
		border-radius: 8px;
		padding: 10px 22px 15px;
	}

	.improved-roof-outline {
		height: 350px;
		border-radius: 8px;
		margin: 25px 0;
	}

	.measurements-card {
		border-radius: 8px;
		padding: 10px 20px 20px;
		margin-bottom: 24px;
		min-height: 228px;
	}

	.measurements-card ul li span:first-child {
		width: calc(100% - 75px);
		padding-right: 8px;
	}

	.measurements-card ul li span img {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.measurements-card ul li span:last-child {
		width: 75px;
	}

	.measurements-card ul.edges li span:first-child {
		padding-left: 32px;
	}

	.measurements-card ul.edges li span:first-child::before { 
		height: 3px;
		width: 22px;
	}
	/*-_-_Product-Demo_CSS_End_-_-*/

	/*-_-_Product-Demo-Popup_CSS_Start_-_-*/
	.conversation-modal .modal-dialog {
		max-width: 820px;
		padding: 0 15px;
	}

	.conversation-modal .modal-dialog .modal-content {
		border-radius: 16px;
	}

	.conversation-modal .modal-dialog .modal-body {
		padding: 32px 38px 25px;
	}

	.conversation-modal .modal-dialog .btn-close {
		top: 16px;
		right: 16px;
		width: 28px;
		height: 28px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr {
		padding: 0 12px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr:first-child td {
		margin-bottom: 46px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td h2 {
		font-size: 26px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td h2 span {
		margin-top: 6px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td {
		margin-bottom: 22px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td textarea,
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type='text'],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type='date'],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td select {
		border: 0 !important;
		margin-top: 13px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-last-child(2) td {
		padding-top: 10px !important;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td textarea {
		height: 105px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type="submit"],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type="button"] {
		min-width: 130px;
	}
	/*-_-_Product-Demo-Popup_CSS_End_-_-*/
}

@media only screen and (max-width: 991px) {
	/*-_-_Product-Demo-Popup_CSS_Start_-_-*/
	.conversation-modal .modal-dialog {
		max-width: 720px;
		padding: 0 15px;
	}

	.conversation-modal .modal-dialog .modal-content {
		border-radius: 14px;
	}

	.conversation-modal .modal-dialog .modal-body {
		padding: 30px 24px 22px;
	}

	.conversation-modal .modal-dialog .btn-close {
		top: 14px;
		right: 14px;
		width: 25px;
		height: 25px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr {
		padding: 0 10px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr:first-child td {
		margin-bottom: 38px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td h2 {
		font-size: 24px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td h2 span {
		margin-top: 5px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td {
		margin-bottom: 21px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td textarea,
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type='text'],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type='date'],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td select {
		border: 0 !important;
		margin-top: 12px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-last-child(2) td {
		padding-top: 10px !important;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td textarea {
		height: 105px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type="submit"],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type="button"] {
		min-width: 125px;
	}
	/*-_-_Product-Demo-Popup_CSS_End_-_-*/
}

@media only screen and (max-width: 767px) {
	/*-_-_Product-Demo_CSS_Start_-_-*/
	.product-demo-wrap .container {
		padding: 0 10px;
	}

	.product-demo-wrap.minHeight {
		min-height: 590px;
	}

	.product-demo-wrap .product-demo-content {
		padding: 45px 0 100px;
	}

	.product-demo-wrap .product-demo-content h2 {
		font-size: 30px;
		margin-bottom: 24px;
	}

	.tooltip-wrap {
		margin-left: 5px;
		margin-top: 4px;
	}

	.tooltip-wrap > img {
		width: 18px;
		height: 18px;
	}

	.tooltip-wrap .tooltip-content {
		left: auto;
        right: -25px;
        width: 260px;
        padding: 10px;
        top: calc(100% + 10px);
        transform: unset;
		z-index: 1;
		border-radius: 8px;
	}

	.tooltip-wrap .tooltip-content button {
		top: 5px;
		right: 5px;
	}

	.tooltip-wrap .tooltip-content button img {
		width: 14px;
		height: 14px;
	}

	.tooltip-wrap .tooltip-content p {
		font-size: 10px;
		line-height: 1.5;
	}

	.address-dropdown {
		max-width: 280px;
	}

	.textbox input,
	.address-dropdown .dropdown-toggle {
		font-size: 15px;
		padding: 0 32px 0 14px;
		border-radius: 5px;
		height: 44px;
	}

	.address-dropdown .dropdown-toggle::after {
		width: 16px;
		height: 16px;
		right: 12px;
		top: 15px;
	}

	.textbox .autocomplete-list,
	.textbox .autoComplete,
	.address-dropdown .dropdown-menu {
		margin-top: 6px !important;
		border-radius: 6px;
		box-shadow: 10px 20px 60px 0 rgba(199, 214, 228, 0.6);
	}

	.textbox .autocomplete-list > div,
	.textbox .autoComplete .item,
	.address-dropdown .dropdown-item {
		font-size: 14px;
		line-height: 18px;
		padding: 10px 14px;
	}

	.draw-roof-detail {
		margin-top: 24px;
	}

	.draw-roof-card {
		max-width: 320px;
		padding: 18px 12px 16px;
		border-radius: 10px;
	}

	.draw-roof-card h3 {
		font-size: 22px;
		border-radius: 6px;
		padding: 8px 10px;
		max-width: 200px;
		margin: 0 auto 15px;
	}

	.draw-roof-card .tooltip-wrap {
		margin-left: 5px;
		margin-top: 2px;
	}

	.draw-roof-card .tooltip-wrap img {
		width: 16px;
		height: 16px;
	}

	.draw-roof-card .tooltip-wrap .tooltip-content {
		bottom: auto;
		max-width: 300px;
		left: auto;
        right: -25px;
        width: 260px;
        padding: 10px;
        top: calc(100% + 10px);
        transform: unset;
		z-index: 1;
		border-radius: 8px;
	}

	.draw-roof-card .tooltip-wrap .tooltip-content p {
		padding-right: 10px;
	}

	.draw-roof-img {
		max-width: 275px;
		margin: 0 auto;
	}

	.roof-outline {
		height: 2px;
	}

	.roof-outline.outline1 {
		width: 54px;
        left: 25px;
        top: 106px;
	}

	.roof-outline.outline2 {
		width: 38px;
        left: 49px;
        top: 97px;
	}

	.roof-outline.outline3 {
		width: 36px;
        left: 42px;
        top: 123px;
	}

	.roof-outline.outline4 {
		left: 57px;
        top: 93px;
        width: 92px;
	}

	.roof-outline.outline5 {
		left: 74px;
		top: 125px;
        width: 80px;
	}

	.roof-outline.outline6 {
		left: 41px;
        top: 150px;
        width: 135px;
	}

	.roof-outline.outline7 {
		width: 30px;
        left: 138px;
        top: 118px;
	}

	.roof-outline.outline8 {
		width: 10px;
        left: 151px;
        top: 134px;
	}

	.roof-outline.outline9 {
		width: 36px;
        left: 143px;
        top: 151px;
	}

	.roof-outline.outline10 {
        width: 43px;
        left: 132px;
        top: 86px;
	}

	.roof-outline.outline11 {
		width: 42px;
        left: 145px;
        top: 111px;
	}

	.roof-outline.outline12 {
		width: 96px;
        left: 137px;
        top: 123px;
	}

	.roof-outline.outline13 {
		width: 29px;
        left: 151px;
		transform: rotate(62.5deg);
        top: 79px;
	}

	.roof-outline.outline14 {
		width: 42px;
        left: 157px;
        top: 71px;
	}

	.roof-outline.outline15 {
		width: 30px;
		left: 169px;
        top: 85px;
		transform: rotate(153deg);
	}

	.draw-roof-img img {
		border-radius: 8px;
	}

	.draw-roof-btn {
		column-gap: 16px;
		margin-top: 16px;
	}

	.draw-roof-btn .reset-btn {
		width: 20px;
		height: 20px;
	}

	.draw-roof-btn .submit-btn {
		font-size: 14px;
		line-height: 26px;
		border-radius: 6px;
		padding: 6px 24px;
	}

	.detecting-roof-data {
		max-width: 240px;
		margin: 16px auto 0;
	}

	.detecting-roof-data p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.automated-detections-card {
		max-width: 320px;
		padding: 20px 12px 18px;
		border-radius: 12px;
		margin: 55px auto 0;
	}

	.automated-detections-card::before {
		left: calc(50% - 14px);
        top: -28px;
        width: 28px;
        height: 28px;
	}

	.automated-detections-card h3 {
		font-size: 22px;
		border-radius: 6px;
		padding: 8px 10px;
		max-width: 250px;
		margin: 0 auto 15px;
	}

	.automated-detections-card .tooltip-wrap {
		margin-left: 5px;
		margin-top: 3px;
	}

	.automated-detections-card .tooltip-wrap img {
		width: 16px;
		height: 16px;
	}

	.automated-detections-card .tooltip-wrap .tooltip-content {
		bottom: auto;
        max-width: 300px;
        left: auto;
        right: -25px;
        width: 260px;
        padding: 10px;
        top: calc(100% + 10px);
        transform: unset;
        z-index: 1;
        border-radius: 8px;
	}

	.roof-detail-row .roof-outline-col {
		width: 100%;
		margin-bottom: 12px;
	}

	.roof-detail-row .roof-measurements-col {
		width: 100%;
	}

	.improved-roof-outline .improved-roof-inner {
		transform: scale(0.9);
	}
	.improved-roof-outline-card {
		border-radius: 8px;
		padding: 10px 15px 15px;
		max-width: 275px;
		margin: 0 auto;
	}

	.improved-roof-outline-card h6 {
		font-size: 15px;
		padding-bottom: 5px;
	}

	.measurements-card h6 {
		font-size: 15px;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}

	.improved-roof-outline-card h5 {
		font-size: 16px;
		line-height: 1.5;
		padding-top: 6px;
	}

	.improved-roof-outline {
		height: 320px;
		border-radius: 8px;
		margin: 15px auto;
	}

	.measurements-card {
		border-radius: 8px;
		padding: 10px 15px 15px;
		max-width: 275px;
		margin: 0 auto 12px;
		min-height: unset;
	}

	.measurements-card ul li span:first-child {
		width: calc(100% - 85px);
		padding-right: 10px;
	}

	.measurements-card ul li span img {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}

	.measurements-card ul li span:last-child {
		width: 85px;
	}

	.measurements-card ul.edges li span:first-child {
		padding-left: 35px;
	}

	.measurements-card ul.edges li span:first-child::before { 
		height: 3px;
		width: 24px;
	}
	/*-_-_Product-Demo_CSS_End_-_-*/

	/*-_-_Product-Demo-Popup_CSS_Start_-_-*/
	.conversation-modal .modal-dialog {
		padding: 0 10px;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.conversation-modal .modal-dialog .modal-content {
		border-radius: 12px;
	}

	.conversation-modal .modal-dialog .modal-body {
		padding: 28px 18px 22px;
	}

	.conversation-modal .modal-dialog .btn-close {
		top: 10px;
		right: 10px;
		width: 22px;
		height: 22px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr {
		padding: 0;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr:first-child td {
		margin-bottom: 24px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-child(2), 
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-child(3) {
		width: 100%;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td h2 {
		font-size: 20px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td h2 span {
		margin-top: 5px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td {
		margin-bottom: 20px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td textarea,
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type='text'],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type='date'],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td select {
		border: 0 !important;
		margin-top: 10px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr:nth-last-child(2) td {
		padding-top: 8px !important;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td textarea {
		height: 100px;
	}

	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type="submit"],
	.conversation-modal #zohoSupportWebToCase .zsFormClass tr td input[type="button"] {
		min-width: 120px;
	}
	/*-_-_Product-Demo-Popup_CSS_End_-_-*/
}

@media only screen and (max-width: 400px) {}
