@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
	padding: 0;
	margin: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body,
textarea,
input {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	color: #090807;
	font-family: "Plus Jakarta Sans", sans-serif;
}

a,
a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

a {
	display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.fvr-home-wrap {
	background: #F7FAFF;
}

/*-_-_Header_CSS_Start_-_-*/
.fvr-header {
	background: transparent;
	position: absolute;
	z-index: 5;
	width: 100%;
}

.fvr-header .fvr-navbar {
	padding: 63px 0;
}

.fvr-header .fvr-navbar-brand {
	padding: 0;
}

.fvr-header .fvr-navbar-brand img {
	max-width: 304px;
}

.fvr-header .fvr-navbar-nav {
	align-items: center;
}

.fvr-header .fvr-navbar-nav>li {
	margin-left: 82px;
}

.fvr-header .fvr-navbar-nav>li:first-child {
	margin-left: 0;
}

.fvr-header .fvr-navbar-nav>li:last-child {
	margin-left: 93px;
}

.fvr-header .fvr-navbar-nav>li>a {
	font-size: 18px;
	line-height: 1.556;
	font-weight: 500;
	color: #1A1715;
	padding: 0 !important;
	font-family: "Roboto Condensed", sans-serif;
	transition: 0.4s all ease;
}

.fvr-header .fvr-navbar-nav>li>a.active,
.fvr-header .fvr-navbar-nav>li:hover>a {
	color: #2F80ED;
}

.fvr-header .fvr-navbar-nav>li>a.active ~ .fvr-angle-icon svg path,
.fvr-header .fvr-navbar-nav>li:hover>a ~ .fvr-angle-icon svg path {
	fill: #2F80ED;
}

.fvr-header .fvr-has-children {
	display: flex;
	align-items: center;
	position: relative;
}

.fvr-header .fvr-has-children .fvr-angle-icon {
	width: 21px;
	padding-left: 6px;
	transition: 0.4s all ease;
	cursor: pointer;
	display: flex;
	padding-top: 3px;
} 

.fvr-header .fvr-has-children .fvr-angle-icon svg {
	width: 100%;
}

.fvr-header .fvr-has-children .fvr-angle-icon svg path {
	fill: #000000;
	transition: 0.4s all ease;
}

.fvr-header .fvr-has-children .fvr-submenu {
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	transition: 0.4s all ease;
	background: #ffffff;
	min-width: 106px;
	margin: 0;
	padding: 6px 0;
	position: absolute;
	left: 0;
	top: 100%;
}

.fvr-header .fvr-has-children .fvr-submenu a {
	font-size: 18px;
	line-height: 1.5556;
	color: #2F80ED;
	font-family: "Roboto Condensed", sans-serif;
	transition: 0.4s all ease;
	padding: 0 20px;
	display: block;
}

.fvr-header .fvr-has-children .fvr-submenu a:active,
.fvr-header .fvr-has-children .fvr-submenu a:hover {
	background-color: rgba(165, 216, 242, 0.25);
}

.fvr-header .fvr-navbar-nav .fvr-new-report-link {
	font-size: 20px;
	line-height: 1;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4CB1E5;
	color: #ffffff !important;
	padding: 10px 11px !important;
	transition: 0.4s all ease;
	border-radius: 10px;
	gap: 6px;
}

.fvr-header .fvr-navbar-nav .fvr-new-report-link svg {
	width: 12px;
	height: 12px;
}

.fvr-header .fvr-navbar-nav .fvr-new-report-link:hover {
	background: #005299;
}

/*-_-_Header_CSS_End_-_-*/

/*-_-_Banner_CSS_Start_-_-*/
.fvr-wrapper h1 {
	font-size: 60px;
	line-height: 1.1;
	color: #4CB1E5;
	font-weight: 700;
}

.fvr-wrapper h2 {
	font-size: 48px;
	line-height: 1.4585;
	color: #1A1715;
	font-weight: 600;
}

.fvr-wrapper h2 span {
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: #f8b620;
	text-underline-offset: 9.2px;
	text-decoration-thickness: 9px;
}

.fvr-banner {
	padding: 220px 0 225px;
	position: relative;
	overflow: hidden;
}

.fvr-banner::before {
	content: "";
	background: url(../images/banner-bg.png) no-repeat top left;
	background-size: contain;
	width: 1950px;
	aspect-ratio: 1950/1493;
	bottom: 100px;
	left: 49%;
	position: absolute;
}

.fvr-banner .fvr-banner-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.fvr-banner-row .fvr-banner-content {
	width: calc(50% - 10px);
	max-width: 500px;
}

.fvr-banner-row .fvr-banner-content h1 {
	margin-bottom: 118px;
}

.fvr-banner-row .fvr-banner-content h1 img {
	position: relative;
	margin-top: -15px;
	margin-right: -35px;
	max-width: 146px;
}

.fvr-banner-row .fvr-banner-content p {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 38px;
}

.fvr-banner-row .fvr-banner-content p:last-child {
	margin-bottom: 0;
}

.fvr-banner-row .fvr-banner-content p span {
	text-decoration: underline;
	text-decoration-color: #f6a31e;
	text-underline-offset: 5px;
	text-decoration-thickness: 5px;
}

.fvr-banner-row .fvr-banner-img {
	width: calc(50% - 10px);
	max-width: 554px;
}

.fvr-banner-row .fvr-banner-img img {
	max-width: 100%;
}

/*-_-_Banner_CSS_End_-_-*/

/*-_-_Content_CSS_Start_-_-*/
.fvr-our-roof-reports-wrap {
	padding-top: 70px;
	background: rgba(222, 239, 255, 0.25);
}

.fvr-our-roof-reports-wrap h2 {
	text-align: center;
}

.fvr-our-roof-reports-wrap .fvr-our-roof-reports-content {
	background: url(../images/our-roof-reports.png) center center no-repeat;
	background-size: contain;
	padding: 156px 0 179px;
}

.fvr-our-roof-reports-inner {
	max-width: 950px;
	margin: 0 auto;
}

.fvr-innovative-reports-card {
	border-radius: 30px;
	background: #F5F9FF;
	border: 5px solid #64B5F6;
	padding: 35px 50px 45px;
	max-width: 594px;
	margin-left: 4px;
}

.fvr-innovative-reports-card h5,
.fvr-benefits-reports-card h5 {
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	color: #000;
	margin-bottom: 34px;
}

.fvr-innovative-reports-card h5 span {
	text-decoration: underline;
	text-decoration-color: #f6a31e;
	text-underline-offset: 4px;
	text-decoration-thickness: 6px;
}

.fvr-innovative-reports-card p {
	font-size: 20px;
	line-height: 1.65;
	color: #090807;
	margin-bottom: 33px;
}

.fvr-innovative-reports-card p:last-child {
	margin-bottom: 0;
}

.fvr-benefits-reports-card {
	border-radius: 30px;
	background: rgba(191, 220, 253, 0.95);
	max-width: 602px;
	margin-left: auto;
	margin-right: 0;
	padding: 32px 58px 28px;
	margin-top: -50px;
	z-index: 1;
	position: relative;
}

.fvr-benefits-reports-card h5 {
	margin-bottom: 30px;
}

.fvr-benefits-reports-card li {
	font-size: 24px;
	line-height: 1.3334;
	font-weight: 600;
	color: #000000;
	padding-left: 44px;
	position: relative;
	margin-bottom: 28px;
}

.fvr-benefits-reports-card li:last-child {
	margin-bottom: 0;
}

.fvr-benefits-reports-card li::before {
	content: "";
	background: url(../images/double-angle-icon.svg) center left no-repeat;
	background-size: contain;
	height: 33px;
	width: 34px;
	left: 0;
	top: -0.5px;
	position: absolute;
}

.fvr-report-img-card {
	border-radius: 30px;
	background: #FFFFFF;
	border: 5px solid #64B5F6;
	overflow: hidden;
	max-width: 598px;
	margin-top: -56px;
}

.fvr-report-img-card img {
	width: 100%;
	aspect-ratio: 594/478;
}

.fvr-simple-pay-wrap {
	padding: 48px 0 54px;
	background: #ffffff;
	position: relative;
}

.fvr-simple-pay-wrap::before {
	content: "";
	background: url(../images/price-img-2.png) bottom left no-repeat;
	background-size: cover;
	width: 277px;
	aspect-ratio: 277/207;
	left: 0;
	bottom: 0;
	position: absolute;
}

.fvr-simple-pay-wrap::after {
	content: "";
	background: url(../images/price-img-1.png) top right no-repeat;
	background-size: cover;
	width: 278px;
	aspect-ratio: 278/187;
	top: 0;
	right: 0;
	position: absolute;
}

.fvr-simple-pay-content {
	max-width: 1160px;
	margin: 0 auto;
	padding-left: 97px;
}

.fvr-simple-pay-content h2 {
	position: relative;
	margin-bottom: 36px;
}

.fvr-simple-pay-content h2::before {
	content: "";
	background-color: rgba(255, 199, 34, 0.15);
	background-image: url(../images/tag-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 42px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: -97px;
}

.fvr-simple-pay-content h6 {
	font-size: 24px;
	line-height: 1.5835;
	font-weight: 500;
	color: #000000;
	margin-bottom: 40px;
}

.fvr-simple-pay-content p {
	font-size: 20px;
	line-height: 1.65;
	font-weight: 500;
	color: #444444;
	margin-bottom: 33px;
}

.fvr-simple-pay-content p:last-child {
	margin-bottom: 0;
}

.fvr-simple-pay-content>span {
	font-size: 20px;
	line-height: 1.65;
	font-weight: 500;
	color: #2F80ED;
	display: block;
}

.fvr-simple-pay-content>span a {
	color: #2F80ED;
}

.fvr-simple-pay-content>span a:hover {
	text-decoration: underline;
}

.fvr-speed-accuracy-wrap {
	padding: 173px 0 305px;
	background: #f1f7ff;
	position: relative;
}

.fvr-speed-accuracy-wrap::before {
	content: "";
	background: url(../images/speed-accuracy-bg.png) center center no-repeat;
	background-size: contain;
	left: 50%;
	top: calc(50% - 55px);
	transform: translate(-50%, -50%);
	max-width: 1300px;
	width: calc(100% - 140px);
	height: 100%;
	position: absolute;
}

.fvr-speed-accuracy-wrap::after {
	content: "";
	background: url(../images/speed-accuracy-after.png) top center no-repeat;
	background-size: cover;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 136px;
	position: absolute;
}

.fvr-speed-accuracy-wrap .fvr-speed-accuracy-content {
	max-width: 1214px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	gap: 30px;
}

.fvr-speed-accuracy-content>img {
	margin-top: 132px;
	max-width: 410px;
}

.fvr-speed-accuracy-card {
	max-width: 773px;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.8);
	padding: 41px 49px 75px 69px;
	border-radius: 30px;
}

.fvr-speed-accuracy-card h2 {
	color: #4CB1E5;
	margin-bottom: 54px;
}

.fvr-speed-accuracy-card h2 span {
	text-underline-offset: 10px;
	color: #1A1715;
	display: block;
}

.fvr-speed-accuracy-card p {
	font-size: 20px;
	line-height: 1.65;
	margin-bottom: 33px;
}

.fvr-speed-accuracy-img {
	max-width: 465px;
	border-radius: 20px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	margin: 48px auto 0;
	aspect-ratio: 465 / 340;
}

.fvr-speed-accuracy-img lottie-player {
	max-width: 100%;
	margin: 0 auto;    
	transform: scale(1.3);
}

/*-_-_Content_CSS_End_-_-*/

/*-_-_Footer_CSS_Start_-_-*/
.fvr-footer {
	background: #1E5584;
	position: relative;
	z-index: 1;
}

.fvr-footer .fvr-footer-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 46px 0;
}

.fvr-footer-content .fvr-footer-inner {
	max-width: 225px;
}

.fvr-footer-content .fvr-footer-inner h6 {
	font-size: 24px;
	line-height: 1.3334;
	font-weight: 600;
	color: #F9C722;
	margin-bottom: 14px;
}

.fvr-footer-content .fvr-footer-inner p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	color: #ffffff;
}

.fvr-footer-links-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.fvr-footer-links-wrap .fvr-footer-links {
	margin-right: 150px;
}

.fvr-footer-links-wrap .fvr-footer-links:last-child {
	margin-right: 0;
}

.fvr-footer-links h6 {
	font-size: 18px;
	line-height: 1.556;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 18px;
}

.fvr-footer-links ul li {
	margin-bottom: 16px;
}

.fvr-footer-links ul li:last-child {
	margin-bottom: 0;
}

.fvr-footer-links ul li a {
	font-size: 18px;
	line-height: 1.556;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Roboto Condensed", sans-serif;
	transition: 0.4s all ease;
}

.fvr-footer-links ul li a:hover {
	color: #ffffff;
}

.fvr-copyright {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fvr-copyright p {
	font-size: 18px;
	line-height: 1.556;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
}

.fvr-copyright p a {
	transition: 0.4s all ease;
	color: rgba(255, 255, 255, 0.5);
}

.fvr-copyright p a:hover {
	color: #ffffff;
}

/*-_-_Footer_CSS_End_-_-*/

/*-_-_Aboutus_CSS_Start_-_-*/
.fvr-about-banner.fvr-banner {
	padding: 182px 0 83px;
	background: #F7FAFF;
}

.fvr-about-banner.fvr-banner::before {
	display: none;
}

.fvr-about-banner.fvr-banner .fvr-banner-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1327px;
	margin: 0 auto;
}

.fvr-about-banner.fvr-banner .fvr-banner-content {
	width: 60.66%;
	max-width: unset;
	padding-right: 20px;
}

.fvr-about-banner.fvr-banner .fvr-banner-content h2 {
	margin-bottom: 43px;
}

.fvr-about-banner.fvr-banner .fvr-banner-content p {
	text-align: left;
	color: #7E8188;
	text-align: justify;
	font-size: 20px;
	line-height: 1.65;
	max-width: 748px;
	margin: 0 0 19px;
}

.fvr-about-banner.fvr-banner .fvr-banner-content p:last-child {
	margin-bottom: 0;
	max-width: 100%;
}

.fvr-about-banner.fvr-banner .fvr-banner-img {
	width: 39.34%;
	max-width: unset;
}

.fvr-about-banner.fvr-banner .fvr-banner-img img {
	width: 100%;
	max-width: 522px;
	margin-left: auto;
	display: block;
}

.fvr-our-value-wrap {
	background: #ffffff;
	padding: 127px 0 125px;
}

.fvr-our-value-wrap .fvr-our-value-content {
	text-align: center;
	margin: 0 auto;
	max-width: 1160px;
}

.fvr-our-value-wrap .fvr-our-value-content h2 {
	margin-bottom: 114px;
}

.fvr-our-value-row {
	margin: 0 -19px -60px;
}

.fvr-our-value-row .fvr-our-value-col {
	padding: 0 19px 60px;
}

.fvr-value-card {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 19px 30px 112px 0px rgba(222, 239, 255, 0.60);
	padding: 46px 30px;
	text-align: center;
}

.fvr-value-card img {
	width: 101px;
	height: 93px;
	object-fit: cover;
	border-radius: 12px;
	margin: 0 auto 25px;
}

.fvr-value-card h5 {
	color: #444;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3335;
	margin-bottom: 12px;
}

.fvr-value-card p {
	color: #7E8188;
	font-size: 18px;
	line-height: 1.556;
	font-family: "Roboto Condensed", sans-serif;
	max-width: 275px;
	margin: 0 auto;
}

/*-_-_Aboutus_CSS_End_-_-*/

/*-_-_Contantus_CSS_Start_-_-*/
.fvr-contact-banner.fvr-banner {
	padding: 213px 0 40px;
	background: #F7FAFF;
}

.fvr-contact-banner.fvr-banner::before {
	display: none;
}

.fvr-contact-banner.fvr-banner .fvr-banner-content h3 {
	font-size: 36px;
	line-height: 1.6112;
	font-weight: 600;
	max-width: 780px;
	text-align: center;
	margin: 0 auto 69px;
}

.fvr-contact-banner.fvr-banner .fvr-banner-content h3 span {
	color: #2F80ED;
}

.fvr-start-conversation {
	display: flex;
	align-items: center;
	background: #ffffff;
	max-width: 693px;
	padding: 25px 32px;
	border-radius: 15px;
	margin: 0 auto;
	position: relative;
}

.fvr-start-conversation::before {
	content: "";
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: transparent;
	border: 2.5px solid #2F80ED;
	left: -251px;
	top: 98px;
	position: absolute;
}

.fvr-start-conversation::after {
	content: "";
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: transparent;
	border: 2.5px solid #4FD0B1;
	left: calc(100% + 147px);
	top: 18px;
	position: absolute;
}

.fvr-start-conversation .fvr-start-icon {
	width: 92px;
	height: 92px;
	padding: 10px;
	background: #FEF2F2;
	border-radius: 10px;
}

.fvr-start-conversation .fvr-start-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fvr-start-conversation span {
	width: calc(100% - 92px);
	padding-left: 24px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	color: #000;
}

.fvr-contact-form {
	padding: 50px 0 131px;
	position: relative;
}

.fvr-contact-form::before {
	content: "";
	background: #F7FAFF;
	left: 0;
	top: 0;
	width: 100%;
	height: 433px;
	position: absolute;
}

.fvr-contact-form #zohoSupportWebToCase {
	max-width: 1091px;
	padding: 64px 85px 90px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 19px 30px 112px 0px rgba(222, 239, 255, 0.6);
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.fvr-contact-form #zohoSupportWebToCase form>br {
	display: none;
}

.fvr-contact-form #zohoSupportWebToCase .zsFormClass {
	display: block;
	margin: 0 -20px;
}

#zohoSupportWebToCase .zsFormClass tbody {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#zohoSupportWebToCase .zsFormClass tr {
	display: block;
	width: 100%;
	padding: 0 20px;
}

#zohoSupportWebToCase .zsFormClass tr td {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	color: #100E0D;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	font-family: "Roboto Condensed", sans-serif;
}

#zohoSupportWebToCase .zsFormClass tr:nth-child(2),
#zohoSupportWebToCase .zsFormClass tr:nth-child(3),
#zohoSupportWebToCase .zsFormClass tr:nth-child(4),
#zohoSupportWebToCase .zsFormClass tr:nth-child(5) {
	width: 50%;
}

#zohoSupportWebToCase .zsFormClass tr td h2 {
	text-align: center;
	padding-bottom: 10px;
}


#zohoSupportWebToCase .zsFormClass tr td input[type="text"] {
	border-radius: 10px;
	background: #F5F9FF;
	border: 1px solid rgba(47, 128, 237, 0.1);
	height: 60px;
	color: #100E0D;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	padding: 0 20px;
	width: 100%;
	margin-top: 18px;
}

#zohoSupportWebToCase .zsFormClass tr td textarea {
	border-radius: 10px;
	background: #F5F9FF;
	border: 1px solid rgba(47, 128, 237, 0.1);
	height: 114px;
	color: #100E0D;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	padding: 18px 20px;
	width: 100%;
	margin-top: 18px;
	resize: unset;
}

#zohoSupportWebToCase .zsFormClass tr:nth-child(8) {
	width: 18%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#zohoSupportWebToCase .zsFormClass tr .wtcuploadinput {
	width: 72px;
	height: 68px;
	border-radius: 10px;
	background-color: #EFF6FF;
	font-size: 0;
	background-image: url(../images/file-icon.svg);
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: center center;
	font-size: 0;
	line-height: 1;
	margin-top: 18px;
	cursor: pointer;
}

#zohoSupportWebToCase .zsFormClass tr .wtcuploadfile {
	display: none;
}

#zohoSupportWebToCase .zsFormClass tr #zsMaxSizeMessage {
	margin-top: 10px;
	float: none !important;
	display: block;
	white-space: initial;
	font-size: 10px !important;
	line-height: 1.3;
}

#zohoSupportWebToCase .zsFormClass tr #zsMaxLimitMessage {
	margin: 5px 0 0 !important;
	float: none;
	display: block;
	white-space: initial;
	font-size: 11px;
}

#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments {
	margin: 5px 0 0 !important;
}

#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments .filenamecls {
	font-size: 12px;
	white-space: initial;
	margin-bottom: 7.5px;
}

#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments .filenamecls:last-child {
	color: #2F80ED;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 0;
}

#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments .filenamecls .zsfilebrowseAttachment {
	margin-left: 5px !important;
}

#zohoSupportWebToCase .zsFormClass tr:nth-child(9) {
	width: 82%;
}

#zohoSupportWebToCase .zsFormClass tr .captcha-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

#zohoSupportWebToCase .zsFormClass tr .captcha-input {
	width: calc(50% - 36.5px);
	padding-right: 25px;
	margin-top: 18px;
}

#zohoSupportWebToCase .zsFormClass tr #zsCaptchaLoading {
	width: 100%;
	min-height: 68px;
	display: flex;
	align-items: center;
	margin-top: 18px;
}

#zohoSupportWebToCase .zsFormClass tr #zsCaptchaLoading br {
	display: none;
}

#zohoSupportWebToCase .zsFormClass tr #zsCaptcha {
	width: 100%;
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#zohoSupportWebToCase .zsFormClass tr #zsCaptcha img {
	height: 68px;
	width: calc(50% - 30px - 34px);
	object-fit: contain;
}

#zohoSupportWebToCase .zsFormClass tr #zsCaptcha>div {
	width: calc(50% - 30px - 34px);
}

#zohoSupportWebToCase .zsFormClass tr #zsCaptcha>div input {
	margin: 0;
	background: #F6F6F6;
	text-align: center;
	height: 68px;
}

#zohoSupportWebToCase .zsFormClass tr #zsCaptcha a {
	width: 68px;
	height: 68px;
	border-radius: 10px;
	background-color: #EFF6FF;
	font-size: 0;
	margin-left: 0 !important;
	background-image: url(../images/rotate-right.svg);
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: center center;
}

#zohoSupportWebToCase .zsFormClass tr .captcha-input input[type="text"] {
	text-align: center;
	margin: 0;
}

#zohoSupportWebToCase .zsFormClass tr:nth-last-child(2) td {
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 12px 0 0 !important;
	margin: 0 !important;
}

#zohoSupportWebToCase .zsFormClass tr td input[type="submit"] {
	border-radius: 10px;
	background: #2F80ED;
	padding: 0 20px;
	min-width: 150px;
	color: #FEFDF9;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	height: 60px;
	border: 1px solid #2F80ED;
	transition: 0.4s all ease;
	margin-right: 28px;
}

#zohoSupportWebToCase .zsFormClass tr td input[type="submit"]:hover {
	background: transparent;
	color: #2F80ED;
	border-color: #2F80ED;
}

#zohoSupportWebToCase .zsFormClass tr td input[type="button"] {
	border-radius: 10px;
	background: #FFF3E9;
	padding: 0 20px;
	min-width: 150px;
	color: #FC821F;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	height: 60px;
	border: 1px solid #FFF3E9;
	transition: 0.4s all ease;
}

#zohoSupportWebToCase .zsFormClass tr td input[type="button"]:hover {
	background: transparent;
	color: #FC821F;
	border-color: #FC821F;
}

#zohoSupportWebToCase .zsFormClass tr:last-child {
	display: none;
}

/*-_-_Contantus_CSS_End_-_-*/

/*-_-_Contact-Thank-You_CSS_Start_-_-*/
.fvr-contact-thanks-banner.fvr-contact-banner.fvr-banner {
    padding: 150px 0 220px;
}

.fvr-contact-thanks-banner .fvr-start-conversation {
	max-width: 715px;
}

.fvr-contact-thanks-banner .fvr-start-conversation span {
	color: #2F80ED;
    padding-left: 14px;
}

.fvr-contact-thanks-banner .fvr-start-conversation::before {
    left: 71px;
    top: calc(100% + 44px);
}

.fvr-contact-thanks-banner .fvr-start-conversation::after {
    left: auto;
    top: auto;
    bottom: calc(100% + 54px);
	right: 65px;
}

.fvr-contact-thanks-banner .fvr-start-conversation .fvr-start-icon {
	background: #ECFDF5;
}
/*-_-_Contact-Thank-You_CSS_End_-_-*/

/*-_-_Signin_CSS_Start_-_-*/
.fvr-signin-wrap {
	padding: 258px 0 150px;
	overflow: hidden;
	position: relative;
}

.fvr-signin-wrap::before {
	content: "";
	background: url(../images/signin-bg.png) center center no-repeat;
	background-size: contain;
	top: -40%;
	left: 60%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1638px;
	aspect-ratio: 1638/1845;
	position: absolute;
}

.fvr-signin-wrap .fvr-signin-content {
	max-width: 742px;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 19px 30px 112px 0 rgba(222, 239, 255, 0.6);
	background: #ffffff;
	padding: 43px 84px 64px;
	position: relative;
	z-index: 1;
}

.fvr-signin-wrap .fvr-signin-content h3 {
	font-size: 30px;
	line-height: 1.467;
	font-weight: 600;
	color: #2F80ED;
	margin-bottom: 39px;
}

.fvr-signin-form .fvr-from-group,
.fvr-signin-form .fvr-from-group.fvr-form-check {
	margin-bottom: 24px;
}

.fvr-signin-form .password-wrap {
	position: relative;
}

.fvr-signin-form label {
	font-size: 18px;
	line-height: 1.556;
	font-weight: 500;
	color: #100E0D;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 24px;
}

.fvr-label-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
	gap: 20px;
}

.fvr-label-wrap label {
	margin-bottom: 0 !important;
}

.fvr-label-wrap a {
	font-size: 18px;
	line-height: 1.556;
	font-weight: 500;
	color: #2F80ED;
	font-family: "Roboto Condensed", sans-serif;
}

.fvr-label-wrap a:hover {
	text-decoration: underline;
}

.fvr-signin-form input:not([type='checkbox']),
.fvr-signin-form select {
	border-radius: 10px;
	background: #F5F9FF;
	border: 1px solid rgba(47, 128, 237, 0.1);
	height: 56px;
	color: #100E0D;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	padding: 0 20px;
	width: 100%;
}

.fvr-signin-form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding-right: 50px;
	background-color: #F5F9FF;
	background-image: url(../images/chevron-down-icon.svg);
	background-position: center right 20px;
	background-repeat: no-repeat;
	background-size: 20px;
}

.fvr-signin-form input:not([type='checkbox'])::placeholder {
	color: #737373;
}

.fvr-signin-form .fvr-form-check {
	min-height: unset;
	padding-left: 0;
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}

.fvr-signin-form .fvr-form-check input[type=checkbox] {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 4px 0 0;
	border: 2px solid #2F80ED;
	background-color: transparent;
	cursor: pointer;
	float: unset;
}

.fvr-signin-form .fvr-form-check input[type=checkbox]:checked {
	background-color: #2F80ED;
}

.fvr-signin-form .fvr-form-check label {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	width: calc(100% - 20px);
	padding-left: 15px;
	margin: 0 !important;
}

.fvr-signin-form .fvr-form-check label a {
	font-family: "Roboto Condensed", sans-serif;
}

.fvr-signin-form button[type="submit"] {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #FEFDF9;
	height: 56px;
	width: 100%;
	background: #2F80ED;
	border: 1.5px solid #2F80ED;
	transition: 0.4s all ease;
	border-radius: 10px;
}

.fvr-signin-form button[type="submit"]:hover {
	color: #2F80ED;
	background: #FEFDF9;
}

.fvr-or-signin-with {
	position: relative;
	text-align: center;
	padding: 28px 0;
}

.fvr-or-signin-with span {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #141110;
	background: #ffffff;
	display: inline-block;
	z-index: 1;
	position: relative;
	padding: 0 15px;
}

.fvr-or-signin-with::before {
	content: "";
	background: #BBBDBF;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
	position: absolute;
}

.fvr-signin-with {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 36px;
}

.fvr-signin-with button {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 500;
	color: #1A1715;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 0 16px;
	min-width: 200px;
	border: 0;
	gap: 10px;
}

.fvr-signin-google {
	background: #EFF6FF;
}

.fvr-signin-facebook {
	background: #F6F6F6;
}

.fvr-signin-with button svg {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.fvr-create-account-wrap {
	display: flex;
	justify-content: center;
	margin-top: 44px;
}

.fvr-create-account-btn {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 600;
	color: #000000;
	padding: 25px 26px;
	box-shadow: 19px 30px 112px 0 rgba(222, 239, 255, 0.6);
	background: #ffffff;
	border-radius: 15px;
	border: 0;
}

.fvr-create-account-btn span {
	color: #2F80ED;
}

/*-_-_Signin_CSS_End_-_-*/

/*-_-_Signup_CSS_Start_-_-*/
.fvr-signup-wrap.fvr-signin-wrap::before {
	top: 0;
}

.fvr-signup-wrap.fvr-signin-wrap .fvr-signin-content {
	max-width: 1052px;
	padding: 76px 76px 80px;
}

.fvr-signup-wrap.fvr-signin-wrap .fvr-signin-content h3 {
	margin-bottom: 56px;
}

.fvr-from-row {
	margin: 0 -15px;
}

.fvr-from-row .fvr-from-col {
	padding: 0 15px;
}

.fvr-form-check-wrap.fvr-from-group {
	padding-top: 24px;
	margin-bottom: 50px;
}

.password-rules {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 14px);
	border: 1px solid rgba(47, 128, 237, 0.3);
	border-radius: 10px;
	background: #ffffff;
	padding: 18px;
	z-index: 1;
}

.password-rules li {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #8E8E93;
	position: relative;
	padding-left: 27px;
}

.password-rules li.active {
	color: #2F80ED;
}

.password-rules li.active::before {
	content: "";
	background: url(../images/check-icon.svg) center center no-repeat;
	background-size: contain;
	left: 5px;
	top: 5px;
	width: 13px;
	height: 10px;
	position: absolute;
}

/*-_-_Signup_CSS_End_-_-*/

/*-_-_Forgot_CSS_Start_-_-*/
.fvr-forgot-password.fvr-signin-wrap .fvr-from-group {
	margin-bottom: 48px;
}

.back-to-signin {
	text-align: center;
	margin-top: 42px;
}

.back-to-signin a {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #2F80ED;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.back-to-signin a svg {
	width: 22px;
	height: 22px;
	object-fit: contain;
	stroke: #2F80ED;
}

/*-_-_Forgot_CSS_End_-_-*/

/*-_-_New_Password_CSS_Start_-_-*/
.fvr-new-password.fvr-signin-wrap .password-rules {
	position: static;
	width: 100%;
	margin-top: 48px;
}

.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 48px;
	gap: 100px;
}

.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn a {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 500;
	color: #2F80ED;
}

.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn button {
	max-width: 288px;
}

/*-_-_New_Password_CSS_End_-_-*/

/*-_-_Create_Report_CSS_Start_-_-*/
.fvr-create-report-wrap.fvr-signin-wrap .fvr-signin-content {
	padding-top: 64px;
	padding-bottom: 80px;
}

.fvr-create-report-wrap.fvr-signin-wrap .fvr-from-group {
	margin-bottom: 48px;
}

.fvr-create-report-wrap.fvr-signin-wrap .reports-para p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #737373;
}

.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn a {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 500;
	color: #FC821F;
}

.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn button {
	width: auto;
	padding-left: 60px;
	padding-right: 60px;
}

/*-_-_Create_Report_CSS_End_-_-*/

/*-_-_Verify_Email_CSS_Start_-_-*/
.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content {
	max-width: 424px;
	padding: 55px 60px 50px;
}

.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content h3 {
	margin-bottom: 24px;
}

.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content p {
	font-size: 14px;
	line-height: 1.429;
	font-weight: 500;
	color: #100E0D;
	margin-bottom: 40px;
}

.fvr-signin-form .fvr-verify-input {
	display: flex;
	align-items: center;
	gap: 12px;
}

.fvr-signin-form .fvr-verify-input input.otp-input {
	width: 54px;
	height: 54px;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	background: transparent;
	outline: unset !important;
	font-family: "Roboto Condensed", sans-serif;
	border-width: 2px;
	padding: 0 5px;
}

.fvr-signin-form .fvr-verify-input input.otp-input.filled {
	border-color: #2F80ED !important;
}

.fvr-signin-form .fvr-verify-input img {
	margin-left: 3px;
	width: 30px;
	display: none;
}

.fvr-signin-form .fvr-verify-input input.otp-input.filled+img {
	display: block;
}

.fvr-resend-btn {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #2F80ED;
	background: transparent;
	margin-bottom: 50px;
	border: 0;
}

.fvr-verify-email-wrap .fvr-signin-form button[type="submit"] {
	height: 52px;
	padding: 0 16px;
	width: auto;
	min-width: 115px;
	display: block;
	margin: 0 auto;
}

/*-_-_Verify_Email_CSS_End_-_-*/

/*-_-_Secure_Checkout_CSS_Start_-_-*/
.secure-checkout-wrap.fvr-signin-wrap::before {
	top: -10%;
}

.secure-checkout-wrap .fvr-signin-form input,
.secure-checkout-wrap .fvr-signin-form select {
	font-size: 16px;
}

.fvr-card-info {
	display: flex;
	flex-wrap: wrap;
}

.fvr-signin-form .fvr-card-info .fvr-payments {
	position: relative;
	width: 100%;
}

.fvr-signin-form .fvr-card-info .fvr-payments input {
	height: 50px;
	width: 100%;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	padding-right: 140px;
}

.fvr-payments .fvr-payment-imgs {
	top: 50%;
	right: 20px;
	position: absolute;
	display: flex;
	align-items: center;
	transform: translateY(-50%);
	pointer-events: none;
	gap: 3px;
}

.fvr-payments .fvr-payment-imgs img {
	width: 26px;
	height: 18px;
	object-fit: contain;
}

.fvr-card-info .fvr-card-info-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.fvr-signin-form .fvr-card-info .fvr-card-info-inner>input:first-child {
	height: 50px;
	border-top: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	width: 52%;
}

.fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc {
	width: 48%;
	position: relative;
}

.fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc input {
	height: 50px;
	border-top: 0 !important;
	border-left: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	padding-right: 60px;
	width: 100%;
}

.fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc img {
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	pointer-events: none;
	object-fit: contain;
	height: 16px;
	width: 27px;
}

.fvr-signin-form .fvr-country-region select {
	height: 52px;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.fvr-signin-form .fvr-country-region>input {
	height: 52px;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.secure-checkout-wrap .fvr-signin-form>p {
	max-width: 300px;
	margin: 32px auto 0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #525252;
}

.secure-checkout-wrap .fvr-signin-form>p a {
	color: #525252;
}

.secure-checkout-wrap .fvr-signin-form>p a:hover {
	text-decoration: underline;
}

.secure-checkout-wrap .fvr-signin-form label {
	margin-bottom: 16px;
}

.secure-checkout-wrap .fvr-signin-form button[type="submit"] {
	font-weight: 800;
}

/*-_-_Secure_Checkout_CSS_End_-_-*/


/*-_-_Roof_Report_CSS_Start_-_-*/
.fvr-roof-report-wrapper {
	background: #F5F9FF;
}

.fvr-roof-report-wrapper header {
	position: static;
}

.fvr-report-wrap {
	padding: 20px 0 95px;
}

.fvr-report-wrap .fvr-report-content {
	background: #ffffff;
	padding: 41px 70px 75px;
	box-shadow: 19px 30px 112px 0 rgba(222, 239, 255, 0.6);
	border-radius: 20px;
	position: relative;
}

.fvr-report-content.fvr-roof-selected {
	padding: 76.5px 82px 117px;
	max-width: 1106px;
	margin: 0 auto;
}

.fvr-report-content .fvr-report-input {
	max-width: 400px;
	margin: 0 auto 52px;
}

.fvr-report-content .fvr-report-input h3 {
	font-size: 36px;
	line-height: 1.1112;
	font-weight: 700;
	text-align: center;
	margin-bottom: 38px;
}

.fvr-report-content .fvr-report-input input {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #141110;
	text-align: center;
	border: 1px solid #64B5F6;
	border-radius: 10px;
	padding: 0 20px;
	width: 100%;
	height: 60px;
}

.fvr-draw-roof-detail {
	background: #F8FAFD;
	border-radius: 16px;
	padding: 50px 42px 44px;
}

.fvr-draw-roof-card h3,
.fvr-img-selected h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 12px 16px;
	max-width: 357px;
	width: 100%;
	gap: 6px;
	margin: 0 auto 50px;
}

.fvr-draw-roof-card h3>span,
.fvr-img-selected h3>span {
	font-size: 32px;
	line-height: 1.125;
	font-weight: 800;
	color: #2F80ED;
	font-family: "Roboto Condensed", sans-serif;
}

.fvr-tooltip-wrap {
	font-size: 0;
	line-height: 1;
	position: relative;
	margin-top: 3px;
	z-index: 1;
}

.fvr-tooltip-wrap img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	cursor: pointer;
}

.fvr-tooltip-wrap .fvr-tooltip-content {
	position: absolute;
	left: calc(100% + 10px);
	bottom: 7px;
	width: 340px;
	padding: 16px;
	background: #fff;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	text-align: left;
	display: none;
	box-shadow: 0 2px 10px 0 rgba(139, 146, 151, 0.2);
	border: 1px solid #E9E9E9;
}

.fvr-draw-roof-card .fvr-tooltip-wrap .fvr-tooltip-content {
	bottom: -24px;
	left: calc(100% + 40px);
	width: 349px;
}

.fvr-automated-detections-card .fvr-tooltip-wrap .fvr-tooltip-content {
	width: 299px;
}

.fvr-tooltip-wrap .fvr-tooltip-content p {
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}

.fvr-tooltip-wrap .fvr-tooltip-content p span {
	color: #1A1715;
}

.fvr-draw-roof-card .fvr-tooltip-wrap .fvr-tooltip-content p {
	max-width: 294px;
}

.fvr-tooltip-content .fvr-close-tooltip {
	width: 22px;
	height: 22px;
	position: absolute;
	border: 0;
	background: transparent;
	right: -6px;
	top: -7px;
}

.fvr-tooltip-content .fvr-close-tooltip img {
	width: 100%;
	height: 100%;
}

.fvr-select-img {
	text-align: center;
	padding-top: 60px;
}

.fvr-select-img .fvr-select-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -19px 63px;
}

.fvr-select-row .fvr-select-img-col {
	width: 20%;
	padding: 0 19px;
}

.fvr-select-img-card {
	width: 100%;
	padding: 24px;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
}

.fvr-select-img-card img {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 10px;
}

.fvr-select-img-card.active img {
	border: 5px solid #17B8FE;
}

.fvr-select-img .fvr-selected-img {
	max-width: 640px;
	border-radius: 20px;
	background: #ffffff;
	margin: 0 auto 64px;
	padding: 50px;
}

.fvr-select-img .fvr-selected-img img {
	width: 100%;
	aspect-ratio: 554/529;
	border: 5px solid #17B8FE;
	border-radius: 20px;
}

.fvr-select-img #fvr-confirm-selection-btn {
	font-size: 32px;
	line-height: 1.125;
	background: #2F80ED;
	font-family: "Roboto Condensed", sans-serif;
	border-radius: 10px;
	color: #ffffff;
	font-weight: 800;
	padding: 19px 52px;
	border: 0;
}

.fvr-img-selected {
	display: none;
	padding: 67px 50px 40px;
	background: #F8FAFD;
	border-radius: 16px;
}

.fvr-draw-roof-card .fvr-confirm-img {
	text-align: center;
	display: none;
}

.fvr-draw-roof-img {
	max-width: 576px;
	position: relative;
	margin: 0 auto;
}

.fvr-draw-roof-img .fvr-roof-outline,
.fvr-img-selected .fvr-detecting-roof-data {
	display: none;
}

.fvr-draw-roof-img img {
	width: 100%;
	aspect-ratio: 576/581;
	border-radius: 20px;
}

.fvr-roof-outline {
	position: absolute;
	background: #22D3EE;
	height: 3px;
	z-index: 1;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline1 {
	width: 105px;
	transform: rotate(106.57deg);
	left: 53px;
	top: 201px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline2 {
	width: 75px;
	transform: rotate(60.5deg);
	left: 101px;
	top: 181px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline3 {
	width: 75px;
	transform: rotate(-31.4deg);
	left: 85px;
	top: 232px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline4 {
	transform: rotate(15.24deg);
	left: 118px;
	top: 175px;
	width: 193px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline5 {
	transform: rotate(14.64deg);
	left: 153px;
	top: 233px;
	width: 169px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline6 {
	transform: rotate(14.34deg);
	left: 86px;
	top: 285.5px;
	width: 280px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline7 {
	width: 54px;
	transform: rotate(61deg);
	left: 294px;
	top: 224px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline8 {
	width: 18px;
	transform: rotate(150deg);
	left: 318px;
	top: 250px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline9 {
	width: 76px;
	transform: rotate(59deg);
	left: 302px;
	top: 286px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline10 {
	width: 80px;
	transform: rotate(107.5deg);
	left: 280px;
	top: 163px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline11 {
	width: 80px;
	transform: rotate(107.5deg);
	left: 306px;
	top: 208px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline12 {
	width: 182px;
	transform: rotate(107deg);
	left: 297px;
	top: 234px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline13 {
	width: 52px;
	transform: rotate(60.5deg);
	left: 318px;
	top: 148px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline14 {
	width: 84px;
	transform: rotate(14.2deg);
	left: 333px;
	top: 137px;
}

.fvr-draw-roof-img .fvr-roof-outline.fvr-outline15 {
	width: 60px;
	transform: rotate(156.5deg);
	left: 356px;
	top: 160px;
}

.fvr-draw-roof-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
	margin: 54px auto 0;
}

.fvr-draw-roof-btn .fvr-reset-btn {
	width: 24px;
	height: 24px;
	border: 0;
	background: transparent;
	outline: unset !important;
	font-size: 0;
}

.fvr-draw-roof-btn .fvr-reset-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fvr-draw-roof-btn .fvr-submit-btn {
	font-size: 18px;
	line-height: 28px;
	color: #FEFDF9;
	font-weight: 500;
	background: #2F80ED;
	border-radius: 10px;
	padding: 8px 34px;
	border: 0;
}

.fvr-detecting-roof-data {
	margin: 40px auto 0;
	padding-bottom: 10px;
	max-width: 280px;
}

.fvr-detecting-roof-data p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #141110;
	text-align: center;
	margin-bottom: 14px;
}

.fvr-progress {
	height: 6px;
	width: 100%;
	background: #E9E9E9;
	border-radius: 5px;
}

.fvr-progress .fvr-progress-bar {
	border-radius: 5px;
	background: #2F80ED;
}


.fvr-img-selected {
	display: none;
	padding: 67px 50px 40px;
	background: #F8FAFD;
	border-radius: 16px;
}

.fvr-automated-detections.fvr-report-content {
	padding: 53px 82px 42.2px;
	max-width: 1106px;
	margin: 0 auto;
}

.fvr-automated-detections-card.fvr-img-selected {
	padding: 60px 86px 74px 68px;
}

.fvr-roof-detail-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 29px;
}

.fvr-roof-detail-row:last-child {
	margin-bottom: 0;
}

.fvr-roof-detail-row .fvr-roof-outline-col {
	width: calc(57.75% - 33px);
	position: relative;
}

.fvr-improved-roof-outline-card {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #FFFBFB;
	padding: 26.5px 27px 15.5px;
}

.fvr-improved-roof-outline-card h6 {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	color: #090807;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFFBFB;
}

.fvr-improved-roof-outline {
	max-width: 300px;
	height: 356px;
	position: relative;
	background: #F9FAFC;
	border-radius: 10px;
	margin: 24px auto 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fvr-improved-roof-outline .fvr-improved-roof-shadow {
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.fvr-improved-roof-outline .fvr-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;
}

.fvr-improved-roof-outline .fvr-roof-outline.fvr-eave {
	background: #AF52DE;
}

.fvr-improved-roof-outline .fvr-roof-outline.fvr-valley {
	background: #FFE000;
}

.fvr-improved-roof-outline .fvr-roof-outline.fvr-hip {
	background: #FF2D55;
}

.fvr-improved-roof-outline .fvr-roof-outline.fvr-ridge {
	background: #3CD856;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline1 {
	transform: rotate(0deg);
	width: 3px;
	height: 87px;
	left: 0;
	top: 68px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline2 {
	transform: rotate(135deg);
	height: 63px;
	width: 3px;
	left: 22px;
	top: 60px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline3 {
	transform: rotate(45deg);
	height: 60px;
	width: 3px;
	left: 22px;
	top: 105px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline4 {
	transform: rotate(0deg);
	left: 0;
	top: 68px;
	width: 149px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline5 {
	transform: rotate(0deg);
	left: 45px;
	top: 112px;
	width: 137px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline6 {
	transform: rotate(0deg);
	left: 0;
	top: auto;
	width: 234px;
	bottom: 0;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline7 {
	width: 3px;
	height: 55px;
	transform: rotate(130deg);
	left: 167px;
	top: 60px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline8 {
	width: 3px;
	transform: rotate(45deg);
	left: 184px;
	top: 102px;
	height: 15px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline9 {
	width: 3px;
	height: 65px;
	transform: rotate(130deg);
	left: 205px;
	top: 102px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline10 {
	width: 3px;
	height: 66.9px;
	transform: rotate(0deg);
	left: 147px;
	top: 3px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline11 {
	width: 3px;
	height: 68px;
	transform: rotate(0);
	left: 189px;
	top: 37px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline12 {
	width: 3px;
	height: 157px;
	transform: rotate(0deg);
	right: 0;
	left: auto;
	top: 0;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline13 {
	width: 3px;
	height: 55px;
	transform: rotate(130deg);
	left: 168px;
	top: -8px;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline14 {
	width: 86.6px;
	transform: rotate(0deg);
	left: auto;
	right: 0;
	top: 0;
}

.fvr-improved-outline.fvr-roof-outline.fvr-outline15 {
	height: 55px;
	width: 3px;
	transform: rotate(50deg);
	left: 210px;
	top: -8px;
}

.fvr-roof-no1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
	left: 13px;
	top: 104px;
}

.fvr-roof-no2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
	left: 90px;
	top: 83px;
}

.fvr-roof-no3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
	left: 107px;
	top: 125px;
}

.fvr-roof-no4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
	left: 158px;
	top: 44px;
}

.fvr-roof-no5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
	left: 199px;
	top: 70px;
}

.fvr-roof-no6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #007AFF;
	position: absolute;
	font-family: "Poppins", sans-serif;
	left: 185px;
	top: 7px;
}

.fvr-see-drawn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
}

.fvr-see-drawn-wrap .see-drawn-btn {
	font-size: 14px;
	line-height: 20px;
	color: #2F80ED;
	font-weight: 700;
	text-decoration: underline;
	border-radius: 5px;
	background: #EFF6FF;
	max-width: 122px;
	text-align: center;
	border: 0;
	padding: 5px 10px;
}

.fvr-see-drawn-wrap .fvr-reset-btn {
	width: 24px;
	height: 24px;
	border: 0;
	background: transparent;
	outline: unset !important;
	font-size: 0;
}

.fvr-see-drawn-wrap .fvr-reset-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fvr-roof-detail-row .fvr-roof-measurements-col {
	width: calc(42.26% - 33px);
}

.fvr-measurements-card {
	background: #fff;
	border: 1px solid #FFFBFB;
	border-radius: 10px;
	padding: 10px 20px 20px;
	margin-bottom: 40px;
	min-height: 244px;
}

.fvr-measurements-card:last-child {
	margin-bottom: 0;
}

.fvr-measurements-card h6 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #090807;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFBFB;
	margin-bottom: 16px;
}

.fvr-measurements-card ul {
	list-style: none;
}

.fvr-measurements-card ul li {
	display: flex;
	margin-bottom: 12px;
}

.fvr-measurements-card ul li:last-child {
	margin-bottom: 0;
}

.fvr-measurements-card ul li span {
	font-size: 14px;
	line-height: 20px;
	color: #444444;
	display: inline-block;
}

.fvr-measurements-card ul li span:first-child {
	width: 52%;
	padding-right: 15px;
	position: relative;
}

.fvr-measurements-card ul li span:last-child {
	width: 48%;
	font-weight: 500;
	color: #090807;
	padding-right: 0;
}

.fvr-measurements-card ul li span img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.fvr-measurements-card ul.edges li span:first-child {
	padding-left: 34px;
}

.fvr-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;
}

.fvr-measurements-card ul li.hip span:first-child::before {
	background: #FF3B30;
}

.fvr-measurements-card ul li.valley span:first-child::before {
	background: #FFE000;
}

.fvr-measurements-card ul li.eave span:first-child::before {
	background: #AF52DE;
}

.fvr-measurements-card ul li.ridge span:first-child::before {
	background: #3CD856;
}

.fvr-edge-editing-tool-card {
	background: #fff;
	padding: 24px;
	border-radius: 10px;
}

.fvr-edge-editing-tool-card h4 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 6px;
	margin-bottom: 16px;
}

.fvr-edge-editing-tool-card h4 span {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #2F80ED;
}

.fvr-edge-editing-tool-card h4 .fvr-tooltip-wrap {
	margin: 0;
}

.fvr-edge-editing-tool-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	row-gap: 4px;
}

.fvr-edge-editing-tool-list li {
	font-size: 10px;
	line-height: 1.6;
	font-weight: 700;
	color: #A4A6AB;
	position: relative;
	padding-left: 17px;
	margin-right: 16px;
}

.fvr-edge-editing-tool-list li:first-child {
	color: #000000;
}

.fvr-edge-editing-tool-list li:last-child {
	margin-right: 0;
}

.fvr-edge-editing-tool-list li::before {
	content: "";
	width: 10px;
	height: 5px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.fvr-edge-editing-tool-list li.fvr-ridge::before {
	background: #00FF79;
}

.fvr-edge-editing-tool-list li.fvr-valley::before {
	background: #F9C722;
}

.fvr-edge-editing-tool-list li.fvr-eave::before {
	background: #806CD4;
}

.fvr-edge-editing-tool-list li.fvr-hip::before {
	background: #FF0000;
}

.fvr-edge-editing-tool-list li.fvr-rake::before {
	background: #FF74C4;
}

.fvr-edge-editing-tool-list li.fvr-flash::before {
	background: #4CB1E5;
}

.fvr-roof-quote-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 10px;
	padding: 16.5px 25px 16.5px 20px;
}

.fvr-roof-quote-card input {
	width: 100%;
	height: 75px;
	padding: 6.7px 10px;
	border-radius: 10px;
	border: 1px solid #64B5F6;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
	color: #000000;
}

.price-per-sqft-wrap {
	width: 99px;
	position: relative;
}

.price-per-sqft-wrap span {
	color: #BBBDBF;
	font-size: 14px;
	line-height: 20px;
	padding: 6.7px 10px;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
}

.fvr-roof-quote-card .fvr-roof-quote-inner {
	text-align: center;
}

.fvr-roof-quote-card .fvr-roof-quote-inner h5 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	color: #2F80ED;
	margin-bottom: 4px;
}

.fvr-roof-quote-card .fvr-roof-quote-inner p {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	color: #000000;
	font-family: "Roboto Condensed", sans-serif;
}

.fvr-save-report-wrap {
	margin-top: 38px;
	text-align: center;
	display: none;
}

.fvr-save-report-wrap .fvr-save-report-btn {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 800;
	padding: 13.5px 35px;
	color: #ffffff;
	background: #2F80ED;
	border: 0;
	border-radius: 10px;
}

.fvr-see-drawn-popup {
	width: 397px;
	padding: 51.5px 20px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	display: none;
	top: 0;
	left: calc(100% + 28px);
	z-index: 1;
}

.fvr-see-drawn-popup .fvr-close-see-drawn-popup {
	background: transparent;
	top: -8px;
	right: -8px;
	width: 22px;
	height: 22px;
	border: 0;
	position: absolute;
}

.fvr-close-see-drawn-popup img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fvr-see-drawn-popup .fvr-see-drawn-content {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	border: 3px solid #17B8FE;
	border-radius: 10px;
	overflow: hidden;
}

.fvr-see-drawn-popup .fvr-see-drawn-content img {
	width: 100%;
	aspect-ratio: 300/356;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline1 {
	transform: rotate(106.57deg);
	width: 62px;
    left: 25px;
    top: 114px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline2 {
	transform: rotate(63deg);
    width: 42px;
    left: 53px;
    top: 103px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline3 {
	transform: rotate(-31.4deg);
    width: 44px;
    left: 43px;
    top: 133px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline4 {
	transform: rotate(17deg);
    left: 61px;
    top: 100px;
    width: 101px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline5 {
	transform: rotate(17deg);
    left: 80px;
    top: 134px;
    width: 86px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline6 {
	transform: rotate(17deg);
    left: 43px;
    top: 165px;
    width: 146px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline7 {
	transform: rotate(61deg);
    width: 32px;
    left: 150px;
    top: 127px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline8 {
	transform: rotate(150deg);
    width: 12px;
    left: 162px;
    top: 143px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline9 {
	transform: rotate(61deg);
    width: 46px;
    left: 151px;
    top: 166px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline10 {
	transform: rotate(105deg);
    width: 47px;
    left: 142px;
    top: 91px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline11 {
	transform: rotate(105deg);
    width: 46px;
    left: 157px;
    top: 117px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline12 {
	transform: rotate(105deg);
    width: 110px;
    left: 146px;
    top: 135px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline13 {
	transform: rotate(60.5deg);
    width: 28px;
    left: 165px;
    top: 83px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline14 {
	transform: rotate(17.5deg);
    width: 49px;
    left: 169px;
    top: 74px;
}

.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline15 {
	transform: rotate(156.5deg);
    width: 32px;
    left: 183px;
    top: 89px;
}

.fvr-preview-roof-report.fvr-automated-detections.fvr-report-content {
    padding-bottom: 137px;
}

.fvr-preview-roof-report.fvr-automated-detections.fvr-report-content .fvr-save-report-wrap {
	display: none;
}

.fvr-preview-roof-report .fvr-edge-editing-tool-card,
.fvr-preview-roof-report .fvr-see-drawn-wrap {
	display: none;
}

.fvr-preview-roof-report .fvr-improved-roof-outline-card {
	padding-bottom: 65.5px;
}

.fvr-preview-roof-report .fvr-roof-quote-card {
	justify-content: center;
}

.fvr-preview-roof-report .fvr-roof-quote-card .price-per-sqft-wrap {
	display: none;
}

.fvr-page-count {
	position: absolute;
	top: 60px;
	right: 70px;
	display: none;
	align-items: center;
	justify-content: center;
	background: #EFF6FF;
	min-width: 150px;
	padding: 10px 6px;
	border-radius: 5px;
	gap: 4px;
}

.fvr-page-count button {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
}

.fvr-page-count button#page-prev-btn {
	display: none;
}

.fvr-page-count.second-page button#page-prev-btn,
.fvr-page-count.third-page button#page-prev-btn {
	display: inline-block !important;
}

.fvr-page-count.third-page button#page-next-btn {
	display: none !important;
}

.fvr-page-count button img {
	width: 10px;
}

.fvr-page-count span {
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	color: #383C43;
	font-family: "Roboto Condensed", sans-serif;
	min-width: 90px;
	text-align: center;
}

#fvr-drawn-roof-outline.fvr-img-selected {
	padding-bottom: 138px;
}

.fvr-learn-more-wrap {
	position: relative;
	background: #F0F6FF;
}

.fvr-learn-more-wrap::before {
	content: "";
	background: url(../images/learn-more-before.png) center bottom no-repeat;
	background-size: contain;
	left: 0;
	bottom: 0;
	width: 339px;
	height: 183px;
	position: absolute;
}

.fvr-learn-more-wrap::after {
	content: "";
	background: url(../images/learn-more-after.png) center top no-repeat;
	background-size: contain;
	right: 0;
	top: 0;
	width: 325px;
	height: 183px;
	position: absolute;
}

.fvr-learn-more-wrap .fvr-learn-more-content {
	padding: 57px 0 60px;
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 0 auto;
}

.fvr-learn-more-wrap .fvr-learn-more-content h2 {
	text-align: center;
	margin-bottom: 14px;
}

.fvr-learn-more-wrap .fvr-learn-more-content p {
	color: #444;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
}
/*-_-_Roof_Report_CSS_End_-_-*/

/*-_-_Terms-of-Services_CSS_Start_-_-*/
.fvr-terms-service-wrap {
	position: relative;
	padding: 174px 0 120px;
}

.fvr-terms-service-wrap::before {
	content: "";
	background: linear-gradient(180deg, #F7FAFF 0%, rgba(255, 255, 255, 0.00) 100%);
	height: calc(100vh - 164px);
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.fvr-terms-service-wrap .fvr-terms-service-content {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1160px;
}

.fvr-terms-service-wrap .fvr-terms-service-content h1 {
	color:#1A1715;
	text-align: center;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 63px;
}

.fvr-terms-service-wrap .fvr-terms-service-content h4 {
	color: #1A1715;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.467;
	padding-top: 12px;
	margin-bottom: 20px;
}

.fvr-terms-service-wrap .fvr-terms-service-content h4:nth-child(2) {
	padding-top: 0px;
	margin-bottom: 32px;
}

.fvr-terms-service-wrap .fvr-terms-service-content h5 {
	color: #1A1715;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3334;
	padding-top: 42px;
	margin-bottom: 18px;
}

.fvr-terms-service-wrap .fvr-terms-service-content h5:nth-child(3) {
	padding-top: 0;
}

.fvr-terms-service-wrap .fvr-terms-service-content p {
	color: #444;
	font-size: 18px;
	line-height: 1.556;
	margin-bottom: 28px;
}

.fvr-terms-service-wrap .fvr-terms-service-content p:last-child {
	margin-bottom: 0;
}

.fvr-terms-service-wrap .fvr-terms-service-content p a,
.fvr-terms-service-wrap .fvr-terms-service-content ul li a {
	color: #2F80ED;
}

.fvr-terms-service-wrap .fvr-terms-service-content ul {
	max-width: 900px;
	margin-bottom: 20px;
	list-style: none;
}

.fvr-terms-service-wrap .fvr-terms-service-content ul:last-child {
	margin-bottom: 0;
}

.fvr-terms-service-wrap .fvr-terms-service-content ul li {
	font-size: 18px;
	line-height: 1.556;
	padding-left: 24px;
	margin-bottom: 18px;
	color: #444;
	overflow-wrap: break-word;
}

.fvr-terms-service-wrap .fvr-terms-service-content ul li:last-child {
	margin-bottom: 0;
}

.fvr-terms-service-wrap .fvr-terms-service-content ul li::before {
	content: "•";
	color: #2F80ED;
	position: absolute;
	left: 0;
	position: absolute;
	font-size: 24px;
	line-height: 24px;
}
/*-_-_Terms-of-Services_CSS_End_-_-*/

/*-_-_Privacy-Policy_CSS_Start_-_-*/
.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content p a,
.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content ul li a {
    text-decoration: underline;
} 

.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content p a:hover,
.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content ul li a:hover {
    text-decoration: unset;
} 

.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4 {
    padding-top: 42px;
    margin-bottom: 12px;
}

.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4:nth-child(2) {
    padding-top: 0;
    margin-bottom: 32px;
}

.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4 + h5 {
	padding-top: 20px;
}
/*-_-_Privacy-Policy_CSS_End_-_-*/

/*-_-_Dashboard_CSS_Start_-_-*/
.fvr-dashboard-wrap {
	position: relative;
	background: #f2f6fc;
	min-height: calc(100dvh - 167px);
	padding-top: 80px;
}

.fvr-dashboard-sidebar {
	width: 255px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	height: calc(100% - 80px);
	z-index: 1;
}

.fvr-dashboard-sidebar .fvr-sidebar-content {
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 46px 24px 50px;
	gap: 30px;
}

.fvr-sidebar-content::-webkit-scrollbar-track {
	background-color: #ffffff;
}

.fvr-sidebar-content::-webkit-scrollbar {
	width: 6px;
	background-color: #ffffff;
}

.fvr-sidebar-content::-webkit-scrollbar-thumb {
	background-color: #1E5584;
}

.fvr-dashboard-sidebar .fvr-sidebar-toggle {
	position: absolute;
	left: 100%;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 0 5px 5px 0;
	background: #ffffff;
	display: none;
	align-items: center;
	justify-content: center;
	transition: 0.4s all ease;
	padding-left: 2px;
	border: 0;
}

.fvr-dashboard-sidebar .fvr-sidebar-toggle img {
	width: 9px;
	aspect-ratio: 10/17;
	object-fit: contain;
} 

.fvr-dashboard-sidebar .fvr-sidebar-inner {
	width: 100%;
}

.fvr-dashboard-sidebar .fvr-sidebar-btm {
	display: flex;
}

.fvr-sidebar-btm img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 25px;
}

.fvr-sidebar-btm .fvr-sidebar-company {
	width: calc(100% - 50px);
	text-align: center;
	padding-left: 9px;
}

.fvr-sidebar-btm .fvr-sidebar-company h6 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #383C43;
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 3px;

}

.fvr-sidebar-btm .fvr-sidebar-company p {
	font-size: 12px;
	line-height: 1.334;
	font-weight: 500;
	color: #7E8188;
	margin-bottom: 18px;
}

.fvr-sidebar-btm .fvr-sidebar-company button {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #2F80ED;
	border: 0;
	background: transparent;
	outline: unset !important;
}

.fvr-sidebar-inner {
	position: relative;
}

.fvr-sidebar-inner h5 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 30px;
	color: #383C43;
}

.fvr-sidebar-inner ul li a {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #737373;
	padding: 10.5px 15px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	width: 100%;
	gap: 6px;
}

.fvr-sidebar-inner ul li a.active {
	background: #EFF6FF;
	color: #2F80ED;
}

.fvr-dashboard-sidebar .fvr-sidebar-btm {
	width: 100%;
}

.fvr-dashboard-content {
	padding: 0 50px 50px;
	padding-left: 305px;
}

.fvr-roof-reports-table-wrapper {
	max-width: 1024px;
	padding: 42px 24px 30px;
	background: #ffffff;
	border-radius: 10px;
	margin: 0 auto;
}

.fvr-roof-reports-table-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.fvr-roof-reports-table-heading h4 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	color: #383C43;
}

.fvr-roof-reports-table-heading .table-btns {
	display: flex;
	align-items: center;
	gap: 12px;
}

.fvr-roof-reports-table-heading .table-btns button {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	padding-top: 2px;
	border: 0;
}

.fvr-roof-reports-table-heading .table-btns button img {
	width: 10px;
	aspect-ratio: 10/17;
	object-fit: contain;
}

.fvr-roof-reports-table {
	width: 100%;
	margin: 0;
	/* border-collapse: separate;
  	border-spacing: 0 15px; */
}

.fvr-roof-reports-table tr th {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #2F80ED;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px 8px;
}

.fvr-roof-reports-table tbody tr:hover {
    outline: 2px solid #17B8FE;
	border-radius: 5px;
    outline-offset: -1px;
	cursor: pointer;
}

.fvr-roof-reports-table tr td {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 16px 8px;
}

.fvr-roof-reports-table tr:hover td {
	background: rgba(239, 246, 255, 0.4);
}

.roof-report-modal.fvr-report-wrap {
	display: none;
	padding: 0;
	margin: 0 auto;
    max-width: 1106px;
}

.roof-report-modal.fvr-report-wrap .modal-content {
	position: relative;
	padding: 0;
	border: 0;
}

.roof-report-modal.fvr-report-wrap .fvr-report-content {
	padding-top: 53px; 
	padding-left: 82px;
	padding-right: 82px;
	max-width: 100%;
	width: 100%;
}


.roof-report-modal.fvr-report-wrap .close-btn {
	display: block;
}

.roof-report-modal.fvr-report-wrap .fvr-save-report-wrap {
	display: block;
}


.fvr-report-wrap .close-btn {
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	border: 0;
	display: none;
	position: absolute;
	background: transparent;
	border-radius: 15px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	z-index: 1;
}

.fvr-report-wrap .close-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.roof-report-modal .fvr-report-wrap .fvr-report-content {
	box-shadow: unset;
	width: 100%;
}

.fvr-edit-btn-wrap {
	position: relative;
}

.fvr-edit-btn-wrap .fvr-edit-btn {
	bottom: 19px;
	position: absolute;
	right: 0;
	font-size: 18px;
	line-height: 28px;
	color: #2F80ED;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EFF6FF;
	border-radius: 5px;
	padding: 8px 9.5px;
	border: 0;
	gap: 8px;
}

.fvr-edit-btn-wrap .fvr-edit-btn img {
	width: 14px;
}
/*-_-_Dashboard_CSS_End_-_-*/

/*-_-_Dashboard_Setting_CSS_Start_-_-*/
.fvr-profile-card {
	background: #fff;
	border-radius: 10px;
	max-width: 412px;
	padding: 52px 60px;
	margin-bottom: 44px;
}

.fvr-profile-card:last-child {
	margin-bottom: 0;
}

.fvr-profile-card .fvr-profile-card-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
	margin-bottom: 12px;
}

.fvr-profile-card .fvr-profile-card-heading h4 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	color: #2F80ED;
}

.fvr-profile-card .fvr-profile-card-heading button {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #2F80ED;
	font-family: "Roboto Condensed", sans-serif;
	border: 2px solid #2F80ED;
	background: transparent;    
	padding: 4px 16.3px 2px;
	border-radius: 5px;
}

.fvr-profile-card form .fvr-form-group {
	margin-bottom: 20px;
}

.fvr-profile-card form .fvr-label {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
    gap: 12px;
}

.fvr-profile-card form .fvr-label label {
	margin: 0;
}

.fvr-profile-card form .fvr-label button {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #2F80ED;
	text-decoration: underline;
	border: 0;
	background: transparent;
	outline: unset !important;
}

.fvr-profile-card form label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #000000;
	display: block;
	margin-bottom: 12px;
}

.fvr-profile-card form input {
	font-size: 14px;
	line-height: 1;
	color: #737373;
	font-weight: 500;
	background: #EFF6FF;
	border: 1px solid rgba(47, 128, 237, 0.2);
	padding: 0 8px;
	height: 38px;
}

.fvr-profile-card form textarea {
	font-size: 14px;
	line-height: 1;
	color: #737373;
	font-weight: 500;
	background: #EFF6FF;
	border: 1px solid rgba(47, 128, 237, 0.2);
	padding: 12px 8px;
	height: 84px;
	resize: unset;
}

.fvr-credit-card.fvr-profile-card label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #000000;
	display: block;
	margin-bottom: 12px;
}

.fvr-credit-card .fvr-credit-card-content {
	padding: 12px 10px;
	background: #EFF6FF;
	border: 1px solid rgba(47, 128, 237, 0.2);
	min-height: 160px;
	border-radius: 5px;
}

.fvr-credit-card-content .fvr-credit-card-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 10px;
}

.fvr-credit-card-content .fvr-credit-card-detail:last-child {
	margin-bottom: 0;
}

.fvr-credit-card-content .fvr-credit-card-detail img {
	width: 33px;
}

.fvr-credit-card-detail .fvr-credit-card-inner {
	width: calc(100% - 33px);
	padding-left: 24px;
}

.fvr-credit-card-detail .fvr-credit-card-inner span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	display: block;
	color: #737373;
	margin-bottom: 10px;
}

.fvr-credit-card-detail .fvr-credit-card-inner span:last-child {
	margin-bottom: 0;
}

.fvr-edit-payment-method-popup {
	background: transparent;
}

.fvr-edit-payment-method-popup .modal-dialog {
	max-width: 611px;
}

.fvr-edit-payment-method-popup .close-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -9px;
	right: -10px;
    border-radius: 15px;
	background: transparent;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border: 0;
}

.fvr-edit-payment-method-popup .close-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fvr-edit-payment-method-popup .fvr-signin-wrap {
	overflow: unset;
	padding: 48px 64px 60px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 19px 30px 112px 0 rgba(222, 239, 255, 0.6);
	border: 0;
}

.fvr-edit-payment-method-popup .fvr-signin-wrap::before {
	display: none;
}

.fvr-edit-payment-method-popup .fvr-signin-wrap .fvr-signin-content {
	padding: 0;
	border: 0;   
	max-width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: unset;
    background: transparent;
}

.fvr-edit-payment-method-popup .fvr-signin-wrap .fvr-signin-content h3 {
	font-size: 24px;
    line-height: 1.3334;
	margin-bottom: 46px;
}

.fvr-edit-payment-method-popup .secure-checkout-wrap .fvr-signin-form input, 
.fvr-edit-payment-method-popup .secure-checkout-wrap .fvr-signin-form select {
	font-size: 14px;
	height: 46px;
}

.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-payments input {
	padding:  0 20px 0 68px;
}

.fvr-edit-payment-method-popup .fvr-payments .fvr-payment-imgs {
	left: 24px;
	right: auto;
}

.fvr-edit-payment-method-popup .fvr-payments .fvr-payment-imgs img	{
	width: 32px;
    height: 22px;
}

.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-expire,
.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc {
	position: relative;
}

.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-expire {
	width: 52%;
}

.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-expire span,
.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc span {
	font-size: 14px;
	line-height: 1.4;    
	color: #737373;
	font-weight: 700;
	top: 50%;
    left: 20px;
    position: absolute;
    transform: translateY(-50%);
    pointer-events: none;
}

.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-expire input {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top: 0;
	padding-left: 80px;
	height: 46px;
}

.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc input {
	height: 46px;
	padding-left: 60px;
}

.fvr-edit-payment-method-popup .fvr-payment-method-btn {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	padding-top: 30px;
    gap: 42px;
}

.fvr-edit-payment-method-popup .fvr-payment-method-btn .cancel-btn {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    color: #FC821F;
	background: transparent;
	border: 0;
	outline: unset;
}

.fvr-edit-payment-method-popup .fvr-payment-method-btn button[type="submit"] {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 400;
}
/*-_-_Dashboard_Setting_CSS_End_-_-*/

/*-_-_Responsiveness_-_-*/
@media only screen and (min-width: 768px) {
	.roof-report-modal .modal-dialog {
		max-width: 600px;
	} 
}

@media only screen and (min-width: 992px) {
	.fvr-header .fvr-has-children .fvr-submenu {
		opacity: 0;
		pointer-events: none;
		display: block !important;
	}

	.fvr-header .fvr-has-children:hover .fvr-submenu  {
		opacity: 1;
		pointer-events: unset;
	}

	.roof-report-modal .modal-dialog {
		max-width: 800px;
	} 
}

@media only screen and (min-width: 1200px) {
	.roof-report-modal .modal-dialog {
		max-width: 980px;
	} 
}

@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1273px;
	}

	.roof-report-modal .modal-dialog {
		max-width: 1106px;
	} 
}

@media only screen and (max-width: 1399.5px) {

	/*-_-_Index_CSS_Start_-_-*/
	.fvr-header .fvr-navbar {
		padding: 50px 0;
	}

	.fvr-header .fvr-navbar-brand img {
		max-width: 280px;
	}

	.fvr-header .fvr-navbar-nav>li {
		margin-left: 60px;
	}

	.fvr-header .fvr-navbar-nav>li:last-child {
		margin-left: 68px;
	}

	.fvr-header .fvr-navbar-nav>li>a {
		font-size: 17px;
		line-height: 1.5;
	}

	.fvr-header .fvr-has-children .fvr-submenu a {
		font-size: 17px;
		line-height: 1.5;
		padding: 0 18px;
	}

	.fvr-header .fvr-navbar-nav .fvr-new-report-link {
		font-size: 19px;
		line-height: 20px;
		border-radius: 9px;
	}

	.fvr-header .fvr-has-children .fvr-angle-icon {
		width: 18px;
		padding-left: 5px;
	}

	.fvr-banner {
		padding: 200px 0 180px;
	}

	.fvr-wrapper h1 {
		font-size: 54px;
	}

	.fvr-wrapper h2 {
		font-size: 44px;
		line-height: 1.4546;
	}

	.fvr-banner-row .fvr-banner-content h1 {
		margin-bottom: 90px;
	}

	.fvr-banner-row .fvr-banner-content h1 img {
		margin-top: -15px;
		margin-right: -35px;
		max-width: 130px;
	}

	.fvr-banner-row .fvr-banner-img {
		max-width: 520px;
	}

	.fvr-banner-row .fvr-banner-content p {
		font-size: 22px;
		line-height: 1.6;
		margin-bottom: 34px;
	}

	.fvr-banner-row .fvr-banner-content p span {
		text-underline-offset: 4px;
		text-decoration-thickness: 4px;
	}

	.fvr-our-roof-reports-wrap .fvr-our-roof-reports-content {
		padding: 140px 0 160px;
	}

	.fvr-innovative-reports-card h5,
	.fvr-benefits-reports-card h5 {
		font-size: 33px;
		margin-bottom: 32px;
	}

	.fvr-innovative-reports-card h5 span {
		text-decoration-thickness: 5px;
	}

	.fvr-innovative-reports-card p {
		font-size: 19px;
		margin-bottom: 30px;
	}

	.fvr-innovative-reports-card {
		border-radius: 28px;
		border-width: 4px;
		padding: 35px 40px 40px;
		max-width: 575px;
	}

	.fvr-benefits-reports-card li {
		font-size: 22px;
		line-height: 1.3334;
		padding-left: 42px;
		margin-bottom: 24px;
	}

	.fvr-benefits-reports-card li::before {
		height: 30px;
		width: 32px;
		left: 0;
		top: 0;
	}

	.fvr-benefits-reports-card {
		border-radius: 28px;
		max-width: 580px;
		padding: 32px 50px 28px;
	}

	.fvr-report-img-card {
		border-radius: 28px;
		border-width: 4px;
		max-width: 580px;
		margin-top: -50px;
	}

	.fvr-wrapper h2 span {
		text-underline-offset: 8.5px;
		text-decoration-thickness: 7px;
	}

	.fvr-simple-pay-wrap::before {
		width: 240px;
	}

	.fvr-simple-pay-wrap::after {
		width: 240px;
	}

	.fvr-simple-pay-content {
		max-width: 960px;
		padding-left: 92px;
	}

	.fvr-simple-pay-content h2::before {
		background-size: 38px;
		width: 68px;
		height: 68px;
		left: -92px;
	}

	.fvr-simple-pay-content h2 {
		margin-bottom: 34px;
	}

	.fvr-simple-pay-content h6 {
		font-size: 22px;
		line-height: 1.5835;
		margin-bottom: 36px;
	}

	.fvr-simple-pay-content p {
		font-size: 19px;
		line-height: 1.65;
		margin-bottom: 30px;
	}

	.fvr-simple-pay-content>span {
		font-size: 19px;
	}

	.fvr-speed-accuracy-wrap {
		padding: 150px 0 270px;
	}

	.fvr-speed-accuracy-wrap::after {
		height: 125px;
	}

	.fvr-speed-accuracy-content>img {
		margin-top: 125px;
		max-width: 380px;
	}

	.fvr-speed-accuracy-card {
		max-width: 700px;
		padding: 40px 45px 60px 50px;
		border-radius: 28px;
	}

	.fvr-speed-accuracy-card h2 {
		margin-bottom: 48px;
	}

	.fvr-speed-accuracy-card p {
		font-size: 19px;
		margin-bottom: 30px;
	}

	.fvr-speed-accuracy-img {
		max-width: 420px;
		border-radius: 19px;
		margin: 40px auto 0;
	}

	.fvr-footer-content .fvr-footer-inner h6 {
		font-size: 23px;
	}

	.fvr-footer-content .fvr-footer-inner p {
		font-size: 19px;
	}

	.fvr-footer-links-wrap .fvr-footer-links {
		margin-right: 140px;
	}

	/*-_-_Footer_CSS_End_-_-*/

	/*-_-_Aboutus_CSS_Start_-_-*/
	.fvr-about-banner.fvr-banner {
		padding: 160px 0 75px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-row {
		max-width: 1120px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content {
		width: 62%;
		padding-right: 20px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content h2 {
		margin-bottom: 40px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content p {
		max-width: 100%;
		font-size: 19px;
		line-height: 1.65;
		margin-bottom: 18px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content p:last-child {
		max-width: 100%;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-img {
		width: 38%;
	}

	.fvr-our-value-wrap {
		padding: 110px 0;
	}

	.fvr-our-value-wrap .fvr-our-value-content {
		max-width: 1160px;
	}

	.fvr-our-value-wrap .fvr-our-value-content h2 {
		margin-bottom: 100px;
	}

	.fvr-our-value-row {
		margin: 0 -15px -50px;
	}

	.fvr-our-value-row .fvr-our-value-col {
		padding: 0 15px 50px;
	}

	.fvr-value-card {
		border-radius: 19px;
		padding: 45px 28px;
	}

	.fvr-value-card img {
		width: 100px;
		height: 92px;
		border-radius: 12px;
		margin: 0 auto 24px;
	}

	.fvr-value-card h5 {
		font-size: 23px;
		margin-bottom: 12px;
	}

	.fvr-value-card p {
		font-size: 18px;
		line-height: 1.55;
	}

	/*-_-_Aboutus_CSS_End_-_-*/

	/*-_-_Contantus_CSS_Start_-_-*/
	.fvr-contact-banner.fvr-banner {
		padding: 190px 0 36px;
	}

	.fvr-contact-banner.fvr-banner .fvr-banner-content h3 {
		font-size: 33px;
		line-height: 1.5;
		max-width: 720px;
		margin: 0 auto 60px;
	}

	.fvr-start-conversation {
		max-width: 650px;
		padding: 22px 28px;
		border-radius: 14px;
	}

	.fvr-start-conversation::before {
		width: 30px;
		height: 30px;
		border-width: 2px;
		left: -160px;
		top: 90px;
	}

	.fvr-start-conversation::after {
		width: 30px;
		height: 30px;
		border-width: 2px;
		left: calc(100% + 100px);
		top: 18px;
	}

	.fvr-start-conversation .fvr-start-icon {
		width: 86px;
		height: 86px;
		padding: 10px;
		border-radius: 10px;
	}

	.fvr-start-conversation span {
		width: calc(100% - 86px);
		padding-left: 22px;
		font-size: 19px;
	}

	.fvr-contact-form {
		padding: 45px 0 110px;
	}

	.fvr-contact-form::before {
		height: 440px;
	}

	.fvr-contact-form #zohoSupportWebToCase {
		padding: 55px 70px 75px;
		border-radius: 18px;
		box-shadow: 19px 30px 100px 0px rgba(222, 239, 255, 0.60);
	}

	.fvr-contact-form #zohoSupportWebToCase .zsFormClass {
		margin: 0 -18px;
	}

	#zohoSupportWebToCase .zsFormClass tr {
		padding: 0 18px;
	}

	#zohoSupportWebToCase .zsFormClass tr td {
		margin-bottom: 32px;
		font-size: 17px;
	}

	#zohoSupportWebToCase .zsFormClass tr td h2 {
		padding-bottom: 4px;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="text"] {
		height: 56px;
		font-size: 18px;
		padding: 0 20px;
		margin-top: 16px;
	}

	#zohoSupportWebToCase .zsFormClass tr td textarea {
		height: 110px;
		font-size: 18px;
		padding: 18px 20px;
		margin-top: 16px;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-child(8) {
		width: 18%;
	}

	#zohoSupportWebToCase .zsFormClass tr .wtcuploadinput {
		width: 72px;
		height: 62px;
		background-size: 28px;
		margin-top: 16px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsMaxSizeMessage {
		margin-top: 10px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsMaxLimitMessage,
	#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments {
		margin: 5px 0 0 !important;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments .filenamecls .zsfilebrowseAttachment {
		margin-left: 5px !important;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-child(9) {
		width: 82%;
	}

	#zohoSupportWebToCase .zsFormClass tr .captcha-input {
		width: calc(50% - 32px);
		padding-right: 25px;
		margin-top: 16px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptchaLoading {
		min-height: 62px;
		display: flex;
		align-items: center;
		margin-top: 16px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptchaLoading br {
		display: none;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha {
		margin-top: 16px;
		gap: 24px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha img {
		width: calc(50% - 24px - 31px);
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha>div {
		width: calc(50% - 24px - 31px);
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha>div input,
	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha img {
		height: 62px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha a {
		width: 62px;
		height: 62px;
		margin-left: 0 !important;
		background-size: 28px;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-last-child(2) td {
		padding: 10px 0 0 !important;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="submit"] {
		font-size: 19px;
		height: 56px;
		margin-right: 24px;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="button"] {
		font-size: 19px;
		height: 56px;
	}

	/*-_-_Contantus_CSS_End_-_-*/

	/*-_-_Contact-Thank-You_CSS_Start_-_-*/
	.fvr-contact-thanks-banner.fvr-contact-banner.fvr-banner {
		padding: 150px 0 200px;
	}

	.fvr-contact-thanks-banner .fvr-start-conversation {
		max-width: 650px;
	}

	.fvr-contact-thanks-banner .fvr-start-conversation::before {
		left: 60px;
		top: calc(100% + 38px);
	}

	.fvr-contact-thanks-banner .fvr-start-conversation::after {
		bottom: calc(100% + 48px);
		right: 55px;
	}
	/*-_-_Contact-Thank-You_CSS_End_-_-*/


	/*-_-_Signin_CSS_Start_-_-*/
	.fvr-signin-wrap {
		padding: 220px 0 120px;
	}

	.fvr-signin-wrap::before {
		top: -30%;
	}

	.fvr-signin-wrap .fvr-signin-content {
		max-width: 680px;
		border-radius: 19px;
		box-shadow: 19px 30px 100px 0 rgba(222, 239, 255, 0.6);
		padding: 43px 60px 58px;
	}

	.fvr-signin-wrap .fvr-signin-content h3 {
		font-size: 28px;
		margin-bottom: 35px;
	}

	.fvr-signin-form .fvr-from-group,
	.fvr-signin-form .fvr-from-group.fvr-form-check {
		margin-bottom: 22px;
	}

	.fvr-signin-form label {
		font-size: 17px;
		line-height: 1.556;
		margin-bottom: 20px;
	}

	.fvr-label-wrap {
		margin-bottom: 20px;
		gap: 18px;
	}

	.fvr-label-wrap a {
		font-size: 17px;
	}

	.fvr-signin-form input:not([type='checkbox']),
	.fvr-signin-form select {
		border-radius: 9px;
		height: 54px;
		font-size: 17px;
		padding: 0 19px;
	}

	.fvr-signin-form select {
		background-position: center right 19px;
	}

	.fvr-signin-form .fvr-form-check input[type=checkbox] {
		margin: 3px 0 0;
	}

	.fvr-signin-form .fvr-form-check label {
		font-size: 17px;
		line-height: 26px;
		padding-left: 14px;
	}

	.fvr-signin-form button[type="submit"] {
		font-size: 19px;
		height: 54px;
		border-radius: 9px;
	}

	.fvr-or-signin-with {
		padding: 24px 0;
	}

	.fvr-or-signin-with span {
		font-size: 15px;
		padding: 0 14px;
	}

	.fvr-signin-with {
		gap: 30px;
	}

	.fvr-signin-with button {
		font-size: 19px;
		height: 62px;
		border-radius: 9px;
		padding: 0 16px;
		min-width: 190px;
		gap: 10px;
	}

	.fvr-signin-with button svg {
		width: 22px;
		height: 22px;
	}

	.fvr-create-account-wrap {
		margin-top: 36px;
	}

	.fvr-create-account-btn {
		font-size: 19px;
		line-height: 1.79;
		padding: 22px 24px;
		box-shadow: 19px 30px 100px 0 rgba(222, 239, 255, 0.6);
		border-radius: 14px;
	}

	/*-_-_Signin_CSS_End_-_-*/

	/*-_-_Signup_CSS_Start_-_-*/
	.fvr-signup-wrap.fvr-signin-wrap::before {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.fvr-signup-wrap.fvr-signin-wrap .fvr-signin-content {
		max-width: 960px;
		padding: 60px 60px 64px;
	}

	.fvr-signup-wrap.fvr-signin-wrap .fvr-signin-content h3 {
		margin-bottom: 48px;
	}

	.fvr-from-row {
		margin: 0 -12px;
	}

	.fvr-from-row .fvr-from-col {
		padding: 0 12px;
	}

	.fvr-form-check-wrap.fvr-from-group {
		padding-top: 20px;
		margin-bottom: 42px;
	}

	/*-_-_Signup_CSS_End_-_-*/

	/*-_-_Forgot_CSS_Start_-_-*/
	.fvr-forgot-password.fvr-signin-wrap .fvr-from-group {
		margin-bottom: 40px;
	}

	.back-to-signin {
		margin-top: 36px;
	}

	/*-_-_Forgot_CSS_End_-_-*/

	/*-_-_New_Password_CSS_Start_-_-*/
	.fvr-new-password.fvr-signin-wrap .password-rules {
		margin-top: 40px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn {
		margin-top: 40px;
		gap: 80px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn a {
		font-size: 19px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn button {
		max-width: 250px;
	}

	/*-_-_New_Password_CSS_End_-_-*/

	/*-_-_Create_Report_CSS_Start_-_-*/
	.fvr-create-report-wrap.fvr-signin-wrap .fvr-signin-content {
		padding-top: 50px;
		padding-bottom: 65px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-from-group {
		margin-bottom: 40px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .reports-para p {
		font-size: 15px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn a {
		font-size: 19px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn button {
		padding-left: 55px;
		padding-right: 55px;
	}

	/*-_-_Create_Report_CSS_End_-_-*/

	/*-_-_Verify_Email_CSS_Start_-_-*/
	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content {
		max-width: 410px;
		padding: 50px 50px 45px;
	}

	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content h3 {
		margin-bottom: 23px;
	}

	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content p {
		margin-bottom: 36px;
	}

	.fvr-signin-form .fvr-verify-input input.otp-input {
		width: 52px;
		height: 52px;
		font-size: 27px;
	}

	.fvr-signin-form .fvr-verify-input img {
		margin-left: 3px;
		width: 28px;
	}

	.fvr-resend-btn {
		margin-bottom: 44px;
	}

	.fvr-verify-email-wrap .fvr-signin-form button[type="submit"] {
		height: 52px;
		min-width: 110px;
	}

	/*-_-_Verify_Email_CSS_End_-_-*/

	/*-_-_Secure_Checkout_CSS_Start_-_-*/
	.secure-checkout-wrap .fvr-signin-form>p {
		margin: 28px auto 0;
	}

	/*-_-_Secure_Checkout_CSS_End_-_-*/

	/*-_-_Roof_Report_CSS_Start_-_-*/
	.fvr-report-wrap {
		padding: 20px 0 80px;
	}

	.fvr-report-wrap .fvr-report-content {
		padding: 40px 60px 60px;
	}

	.fvr-report-content .fvr-report-input {
		max-width: 370px;
		margin-bottom: 46px;
	}

	.fvr-report-content .fvr-report-input h3 {
		font-size: 33px;
		margin-bottom: 32px;
	}

	.fvr-report-content .fvr-report-input input {
		border-radius: 9px;
		font-size: 17px;
		padding: 0 18px;
		height: 56px;
	}

	.fvr-draw-roof-detail {
		padding: 42px 36px 38px;
	}

	.fvr-draw-roof-card h3, .fvr-img-selected h3 {
		border-radius: 9px;
		padding: 11px 15px;
		max-width: 342px;
		margin: 0 auto 42px;
	}

	.fvr-draw-roof-card h3>span, .fvr-img-selected h3>span {
	    font-size: 30px;
	}

	.fvr-tooltip-wrap {
		margin-top: 2px;
	}

	.fvr-tooltip-wrap img {
		width: 21px;
		height: 21px;
	}

	.fvr-tooltip-wrap .fvr-tooltip-content p {
		font-size: 13px;
		line-height: 19px;
	}

	.fvr-tooltip-content .fvr-close-tooltip {
		width: 21px;
		height: 21px;
		right: -6px;
		top: -7px;
	}

	.fvr-tooltip-wrap .fvr-tooltip-content {
		padding: 15px;
		width: 310px;
		border-radius: 9px;
		border-bottom-left-radius: 0;
	}

	.fvr-draw-roof-card .fvr-tooltip-wrap .fvr-tooltip-content {
		bottom: -20px;
		left: calc(100% + 24px);
		width: 330px;
	}

	.fvr-select-img {
		padding-top: 50px;
	}

	.fvr-select-img .fvr-select-row {
		margin: 0 -15px 50px;
	}

	.fvr-select-row .fvr-select-img-col {
		padding: 0 15px;
	}

	.fvr-select-img-card {
		padding: 22px;
		border-radius: 9px;
	}

	.fvr-select-img-card img {
		border-radius: 9px;
	}

	.fvr-select-img-card.active img {
		border-width: 4px;
	}

	.fvr-select-img .fvr-selected-img {
		max-width: 580px;
		border-radius: 19px;
		margin: 0 auto 50px;
		padding: 42px;
	}

	.fvr-select-img .fvr-selected-img img {
		border-width: 4px;
		border-radius: 19px;
	}

	.fvr-select-img #fvr-confirm-selection-btn {
		font-size: 28px;
		line-height: 1.1;
		border-radius: 9px;
		padding: 16px 44px;
	}

	.fvr-report-content.fvr-roof-selected {
		max-width: 980px;
	}

	.fvr-img-selected {
		padding: 55px 40px 38px;
	}

	.fvr-draw-roof-img {
		max-width: 520px;
	}

	.fvr-draw-roof-img img {
		border-radius: 19px;
	}

	.fvr-draw-roof-btn {
		column-gap: 26px;
		margin-top: 46px;
	}

	.fvr-draw-roof-btn .fvr-reset-btn {
        width: 23px;
        height: 23px;
    }

	.fvr-draw-roof-btn .fvr-submit-btn {
        font-size: 17px;
        border-radius: 9px;
        padding: 8px 32px;
    }

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline1 {
		width: 94px;
        left: 49px;
        top: 181px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline2 {
		width: 66px;
        left: 93px;
        top: 164px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline3 {
		width: 68px;
        left: 77px;
        top: 209px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline4 {
		left: 105px;
        top: 158px;
        width: 175px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline5 {
        left: 138px;
        top: 211px;
        width: 154px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline6 {
		left: 77px;
        top: 257.5px;
        width: 254px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline7 {
		width: 48px;
        left: 265px;
        top: 201px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline8 {
		width: 16px;
        transform: rotate(146deg);
        left: 288px;
        top: 227px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline9 {
		width: 68px;
        left: 275px;
        top: 260px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline10 {
		width: 74px;
        transform: rotate(106deg);
        left: 251px;
        top: 148px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline11 {
		width: 72px;
        transform: rotate(107deg);
        left: 276px;
        top: 190px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline12 {
		width: 165px;
        transform: rotate(106.8deg);
        left: 268px;
        top: 211px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline13 {
		width: 50px;
        left: 285px;
        top: 134px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline14 {
		width: 78px;
        transform: rotate(15.1deg);
        left: 297px;
        top: 123px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline15 {
		width: 54px;
        transform: rotate(156.5deg);
        left: 321px;
        top: 145px;
	}

	.fvr-detecting-roof-data p {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 13px;
	}

	.fvr-detecting-roof-data {
		margin: 38px auto 0;
		padding-bottom: 10px;
		max-width: 270px;
	}

	.fvr-automated-detections.fvr-report-content {
		padding: 46px 60px 40px;
		max-width: 980px;
	}

	.fvr-automated-detections-card.fvr-img-selected {
		padding: 55px 50px 60px;
	}

	.fvr-roof-detail-row .fvr-roof-outline-col {
    	width: calc(60% - 16px);
	}

	.fvr-roof-detail-row .fvr-roof-measurements-col {
		width: calc(40% - 16px);
	}

	.fvr-edge-editing-tool-list li {
		padding-left: 16px;
		margin-right: 15px;
	}

	.fvr-save-report-wrap {
		margin-top: 34px;
	}

	.fvr-save-report-wrap .fvr-save-report-btn {
		font-size: 22px;
		padding: 13.5px 30px;
		border-radius: 9px;
	}

	.fvr-see-drawn-popup {
		width: 360px;
		padding: 44px 20px;
		left: calc(100% + 20px);
	}

	.fvr-improved-roof-outline-card,
	.fvr-measurements-card {
		border-radius: 9px;
	}

	.fvr-edge-editing-tool-card {
		padding: 22px;
		border-radius: 9px;
	}

	.fvr-roof-quote-card {
		border-radius: 9px;
		padding: 16.5px 20px;
	}

	.fvr-roof-quote-card input {
		border-radius: 9px;
	}

	.fvr-roof-quote-card .fvr-roof-quote-inner h5 {
		font-size: 19px;
	}

	.fvr-roof-quote-card .fvr-roof-quote-inner p {
		font-size: 23px;
	}

	.fvr-see-drawn-wrap .fvr-reset-btn {
		width: 22px;
		height: 22px;
	}

	.fvr-preview-roof-report.fvr-automated-detections.fvr-report-content {
		padding-bottom: 128.5px;
	}

	.fvr-preview-roof-report .fvr-improved-roof-outline-card {
		padding-bottom: 65px;
	}

	#fvr-drawn-roof-outline.fvr-img-selected {
		padding-bottom: 128px;
	}

	.fvr-page-count {
		position: absolute;
		top: 40px;
		right: 60px;
		min-width: 146px;
	}

	.fvr-page-count span {
		min-width: 86px;
	    font-size: 23px;
	}

	.fvr-learn-more-wrap::before,
	.fvr-learn-more-wrap::after {
		width: 300px;
		height: 165px;
	}

	.fvr-learn-more-wrap .fvr-learn-more-content {
		padding: 55px 0;
		max-width: 700px;
	}

	.fvr-learn-more-wrap .fvr-learn-more-content p {
		font-size: 19px;
		line-height: 1.7;
	}
	/*-_-_Roof_Report_CSS_End_-_-*/

	/*-_-_Terms-of-Services_CSS_Start_-_-*/
	.fvr-terms-service-wrap {
		padding: 155px 0 100px;
	}

	.fvr-terms-service-wrap::before {
		height: calc(100vh - 144px);
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h1 {
		font-size: 54px;
		margin-bottom: 55px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h4 {
		font-size: 28px;
		padding-top: 12px;
		margin-bottom: 20px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h4:nth-child(2) {
		margin-bottom: 30px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h5 {
		font-size: 23px;
		padding-top: 35px;
		margin-bottom: 17px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content p {
		font-size: 18px;
		margin-bottom: 26px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul {
		margin-bottom: 20px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul li {
		font-size: 18px;
		padding-left: 22px;
		margin-bottom: 17px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul li::before {
		font-size: 24px;
		line-height: 24px;
	}
	/*-_-_Terms-of-Services_CSS_End_-_-*/

	/*-_-_Privacy-Policy_CSS_Start_-_-*/
	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4 {
		padding-top: 35px;
		margin-bottom: 12px;
	}

	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4:nth-child(2) {
		margin-bottom: 30px;
	}

	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4 + h5 {
		padding-top: 18px;
	}
	/*-_-_Privacy-Policy_CSS_End_-_-*/

	/*-_-_Dashboard_CSS_Start_-_-*/
	.fvr-dashboard-wrap {
		min-height: calc(100dvh - 140px);
		padding-top: 60px;
	}

	.fvr-dashboard-sidebar {
		height: calc(100% - 60px);
		width: 250px;
	}

	.fvr-dashboard-sidebar .fvr-sidebar-content {
		padding: 40px 20px;
		gap: 24px;
	}

	.fvr-sidebar-inner h5 {
		font-size: 27px;
		margin-bottom: 27px;
	}

	.fvr-sidebar-inner ul li a {
		padding: 10px 15px;
		border-radius: 9px;
	}

	.fvr-dashboard-content {
		padding: 0 40px 40px;
		padding-left: 290px;
	}

	.fvr-roof-reports-table-wrapper {
		padding: 36px 22px 27px;
		border-radius: 9px;
	}

	.fvr-roof-reports-table-heading {
		margin-bottom: 27px;
	}

	.fvr-roof-reports-table-heading h4 {
		font-size: 27px;
	}

	.fvr-report-wrap .close-btn {
		width: 28px;
		height: 28px;
		top: -14px;
		right: -14px;
	}

	.fvr-edit-btn-wrap .fvr-edit-btn {
		bottom: 14px;
		font-size: 17px;
		line-height: 26px;
	}

	.fvr-edit-btn-wrap .fvr-edit-btn img {
		width: 13px;
	}

	.roof-report-modal.fvr-report-wrap .fvr-report-content {
		padding: 40px;
	}

	.roof-report-modal.fvr-report-wrap .fvr-report-content  .fvr-page-count {
        right: 40px;
    }
	/*-_-_Dashboard_CSS_End_-_-*/

	/*-_-_Dashboard_Setting_CSS_Start_-_-*/
	.fvr-profile-card {
		border-radius: 9px;
		max-width: 400px;
		padding: 45px 45px;
		margin-bottom: 38px;
	}

	.fvr-profile-card .fvr-profile-card-heading h4 {
		font-size: 23px;
	}

	.fvr-profile-card .fvr-profile-card-heading button {
		font-size: 17px;
		padding: 4px 16px 2px;
		border-width: 1.8px; 
	}

	.fvr-profile-card form .fvr-form-group {
		margin-bottom: 19px;
	}

	.fvr-credit-card .fvr-credit-card-content {
		padding: 12px 10px;
		min-height: 150px;
	}

	.fvr-credit-card-detail .fvr-credit-card-inner {
		padding-left: 22px;
	}

	.fvr-edit-payment-method-popup .modal-dialog {
		max-width: 560px;
	}

	.fvr-edit-payment-method-popup .close-btn {
		width: 28px;
		height: 28px;
		top: -10px;
		right: -10px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-wrap {
		padding: 45px 55px 55px;
		border-radius: 18px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-wrap .fvr-signin-content h3 {
		font-size: 23px;
		margin-bottom: 40px;
	}

	.fvr-edit-payment-method-popup .secure-checkout-wrap .fvr-signin-form label {
		margin-bottom: 15px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-payments input {
		padding: 0 19px 0 64px;
	}

	.fvr-edit-payment-method-popup .fvr-payments .fvr-payment-imgs {
		left: 19px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-expire span,
	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc span {
		left: 19px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn {
		padding-top: 25px;
		gap: 36px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn .cancel-btn {
		font-size: 19px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn button[type="submit"] {
		padding-left: 28px;
		padding-right: 28px;
	}
	/*-_-_Dashboard_Setting_CSS_End_-_-*/
}

@media only screen and (max-width: 1199.5px) {

	/*-_-_Index_CSS_Start_-_-*/
	.fvr-header .fvr-navbar {
		padding: 40px 0;
	}

	.fvr-header .fvr-navbar-brand img {
		max-width: 260px;
	}

	.fvr-header .fvr-navbar-nav>li {
		margin-left: 40px;
	}

	.fvr-header .fvr-navbar-nav>li:last-child {
		margin-left: 45px;
	}

	.fvr-header .fvr-navbar-nav>li>a {
		font-size: 16px;
		line-height: 1.5;
	}

	.fvr-header .fvr-has-children .fvr-submenu a {
		font-size: 16px;
		line-height: 1.5;
		padding: 0 16px;
	}

	.fvr-header .fvr-navbar-nav .fvr-new-report-link {
		font-size: 17px;
		border-radius: 8px;
		padding: 9px 10px !important;
	}

	.fvr-header .fvr-has-children .fvr-angle-icon {
		width: 16px;
		padding-left: 4px;
	}

	.fvr-banner {
		padding: 180px 0 140px;
	}

	.fvr-banner::before {
		width: 1600px;
		bottom: 80px;
		left: 49%;
	}

	.fvr-wrapper h1 {
		font-size: 48px;
	}

	.fvr-wrapper h2 {
		font-size: 40px;
		line-height: 1.45;
	}

	.fvr-banner .fvr-banner-row {
		align-items: center;
	}

	.fvr-banner-row .fvr-banner-content {
		max-width: 420px;
	}

	.fvr-banner-row .fvr-banner-content h1 {
		margin-bottom: 60px;
	}

	.fvr-banner-row .fvr-banner-content h1 img {
		margin-top: -10px;
		margin-right: -20px;
		max-width: 110px;
	}

	.fvr-banner-row .fvr-banner-img {
		max-width: 420px;
	}

	.fvr-banner-row .fvr-banner-content p {
		font-size: 20px;
		line-height: 1.6;
		margin-bottom: 30px;
	}

	.fvr-banner-row .fvr-banner-content p span {
		text-underline-offset: 3px;
		text-decoration-thickness: 3px;
	}

	.fvr-our-roof-reports-wrap {
		padding-top: 65px;
	}

	.fvr-our-roof-reports-wrap .fvr-our-roof-reports-content {
		padding: 100px 0 100px;
	}

	.fvr-innovative-reports-card h5,
	.fvr-benefits-reports-card h5 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.fvr-innovative-reports-card h5 span {
		text-decoration-thickness: 4px;
	}

	.fvr-innovative-reports-card p {
		font-size: 18px;
		margin-bottom: 26px;
	}

	.fvr-innovative-reports-card {
		border-radius: 24px;
		border-width: 4px;
		padding: 32px 35px 35px;
		max-width: 540px;
	}

	.fvr-benefits-reports-card li {
		font-size: 20px;
		line-height: 1.4;
		padding-left: 38px;
		margin-bottom: 20px;
	}

	.fvr-benefits-reports-card li::before {
		height: 28px;
		width: 30px;
	}

	.fvr-benefits-reports-card {
		border-radius: 24px;
		max-width: 540px;
		padding: 32px 40px 28px;
		margin-top: -44px;
	}

	.fvr-report-img-card {
		border-radius: 24px;
		border-width: 4px;
		max-width: 540px;
		margin-top: -44px;
	}

	.fvr-wrapper h2 span {
		text-underline-offset: 7px;
		text-decoration-thickness: 6px;
	}

	.fvr-simple-pay-wrap::before {
		width: 220px;
	}

	.fvr-simple-pay-wrap::after {
		width: 220px;
	}

	.fvr-simple-pay-content {
		max-width: 800px;
		padding-left: 86px;
	}

	.fvr-simple-pay-content h2::before {
		background-size: 34px;
		width: 64px;
		height: 64px;
		left: -86px;
	}

	.fvr-simple-pay-content h2 {
		margin-bottom: 30px;
	}

	.fvr-simple-pay-content h6 {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.fvr-simple-pay-content p {
		font-size: 18px;
		line-height: 1.65;
		margin-bottom: 24px;
	}

	.fvr-simple-pay-content>span {
		font-size: 18px;
	}

	.fvr-speed-accuracy-wrap {
		padding: 100px 0 220px;
	}

	.fvr-speed-accuracy-wrap::after {
		height: 110px;
	}

	.fvr-speed-accuracy-content>img {
		margin-top: 120px;
		max-width: 300px;
	}

	.fvr-speed-accuracy-card {
		max-width: 600px;
		padding: 35px 40px 50px;
		border-radius: 24px;
	}

	.fvr-speed-accuracy-card h2 {
		margin-bottom: 40px;
	}

	.fvr-speed-accuracy-card p {
		font-size: 18px;
		margin-bottom: 24px;
	}

	.fvr-speed-accuracy-img {
		max-width: 420px;
		border-radius: 16px;
		margin: 32px auto 0;
	}

	.fvr-footer .fvr-footer-content {
		padding: 44px 0;
	}

	.fvr-footer-content .fvr-footer-inner h6 {
		font-size: 22px;
	}

	.fvr-footer-content .fvr-footer-inner p {
		font-size: 18px;
	}

	.fvr-footer-links-wrap .fvr-footer-links {
		margin-right: 120px;
	}

	.fvr-footer-links h6 {
		font-size: 17px;
		margin-bottom: 16px;
	}

	.fvr-footer-links ul li a {
		font-size: 17px;
		line-height: 1.5;
	}

	.fvr-copyright p {
		font-size: 17px;
		line-height: 1.5;
	}

	.fvr-copyright {
		padding: 24px 0;
	}

	/*-_-_Footer_CSS_End_-_-*/

	/*-_-_Aboutus_CSS_Start_-_-*/
	.fvr-about-banner.fvr-banner {
		padding: 140px 0 70px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-row {
		max-width: 940px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content {
		width: 60%;
		padding-right: 20px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content h2 {
		margin-bottom: 35px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content p {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 18px;
	}

	.fvr-about-banner.banner .fvr-banner-img {
		width: 40%;
	}

	.fvr-our-value-wrap {
		padding: 90px 0;
	}

	.fvr-our-value-wrap .fvr-our-value-content {
		max-width: 780px;
	}

	.fvr-our-value-wrap .fvr-our-value-content h2 {
		margin-bottom: 80px;
	}

	.fvr-our-value-row {
		margin: 0 -10px -40px;
	}

	.fvr-our-value-row .fvr-our-value-col {
		padding: 0 10px 40px;
	}

	.fvr-value-card {
		border-radius: 18px;
		padding: 40px 25px;
	}

	.fvr-value-card img {
		width: 95px;
		height: 87.5px;
		border-radius: 11px;
		margin: 0 auto 22px;
	}

	.fvr-value-card h5 {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.fvr-value-card p {
		font-size: 17px;
		line-height: 1.5;
	}

	/*-_-_Aboutus_CSS_End_-_-*/

	/*-_-_Contantus_CSS_Start_-_-*/
	.fvr-contact-banner.fvr-banner {
		padding: 160px 0 34px;
	}

	.fvr-contact-banner.fvr-banner .fvr-banner-content h3 {
		font-size: 30px;
		line-height: 1.5;
		max-width: 650px;
		margin: 0 auto 50px;
	}

	.fvr-start-conversation {
		max-width: 610px;
		padding: 18px 24px;
		border-radius: 13px;
	}

	.fvr-start-conversation::before {
		width: 27px;
		height: 27px;
		border-width: 2px;
		left: -140px;
		top: 80px;
	}

	.fvr-start-conversation::after {
		width: 27px;
		height: 27px;
		border-width: 2px;
		left: calc(100% + 80px);
		top: 15px;
	}

	.fvr-start-conversation .fvr-start-icon {
		width: 80px;
		height: 80px;
		padding: 9px;
		border-radius: 8px;
	}

	.fvr-start-conversation span {
		width: calc(100% - 80px);
		padding-left: 20px;
		font-size: 18px;
	}

	.fvr-contact-form {
		padding: 40px 0 90px;
	}

	.fvr-contact-form::before {
		height: 450px;
	}

	.fvr-contact-form #zohoSupportWebToCase {
		padding: 45px 60px 50px;
		border-radius: 16px;
		box-shadow: 15px 20px 80px 0px rgba(222, 239, 255, 0.60);
	}

	.fvr-contact-form #zohoSupportWebToCase .zsFormClass {
		margin: 0 -15px;
	}

	#zohoSupportWebToCase .zsFormClass tr {
		padding: 0 15px;
	}

	#zohoSupportWebToCase .zsFormClass tr td {
		margin-bottom: 24px;
		font-size: 16px;
	}

	#zohoSupportWebToCase .zsFormClass tr td h2 {
		line-height: 1.4;
		padding-bottom: 4px;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="text"] {
		height: 52px;
		font-size: 16px;
		padding: 0 20px;
		margin-top: 14px;
		border-radius: 8px;
	}

	#zohoSupportWebToCase .zsFormClass tr td textarea {
		height: 105px;
		font-size: 16px;
		padding: 16px 20px;
		margin-top: 14px;
		border-radius: 8px;
	}

	#zohoSupportWebToCase .zsFormClass tr .wtcuploadinput {
		width: 66px;
		height: 56px;
		background-size: 25px;
		margin-top: 14px;
		border-radius: 8px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsMaxSizeMessage {
		margin-top: 10px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsMaxLimitMessage,
	#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments {
		margin: 5px 0 0 !important;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments .filenamecls .zsfilebrowseAttachment {
		margin-left: 5px !important;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-child(9) {
		width: 82%;
	}

	#zohoSupportWebToCase .zsFormClass tr .captcha-input {
		width: calc(50% - 32px);
		padding-right: 25px;
		margin-top: 14px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptchaLoading {
		min-height: 56px;
		margin-top: 14px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptchaLoading br {
		display: none;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha {
		margin-top: 14px;
		gap: 20px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha img {
		height: 56px;
		width: calc(50% - 20px - 28px);
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha>div {
		width: calc(50% - 20px - 28px);
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha>div input {
		height: 56px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha a {
		width: 56px;
		height: 56px;
		background-size: 25px;
		border-radius: 8px;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-last-child(2) td {
		padding: 8px 0 0 !important;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="submit"] {
		font-size: 18px;
		height: 52px;
		margin-right: 20px;
		border-radius: 8px;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="button"] {
		font-size: 18px;
		border-radius: 8px;
		height: 52px;
	}

	/*-_-_Contantus_CSS_End_-_-*/

	/*-_-_Contact-Thank-You_CSS_Start_-_-*/
	.fvr-contact-thanks-banner.fvr-contact-banner.fvr-banner {
		padding: 120px 0 160px;
		min-height: calc(100dvh - 118px - 314.05px);
		display: flex;
		align-items: center;
	}

	.fvr-contact-thanks-banner .fvr-start-conversation {
		max-width: 610px;
	}

	.fvr-contact-thanks-banner .fvr-start-conversation::before {
		left: 50px;
		top: calc(100% + 32px);
	}

	.fvr-contact-thanks-banner .fvr-start-conversation::after {
		bottom: calc(100% + 40px);
		right: 45px;
	}
	/*-_-_Contact-Thank-You_CSS_End_-_-*/

	/*-_-_Signin_CSS_Start_-_-*/
	.fvr-signin-wrap {
		padding: 190px 0 100px;
	}

	.fvr-signin-wrap::before {
		top: -20%;
	}


	.fvr-signin-wrap .fvr-signin-content {
		max-width: 600px;
		border-radius: 18px;
		box-shadow: 15px 20px 80px 0px rgba(222, 239, 255, 0.6);
		padding: 42px 45px 50px;
	}

	.fvr-signin-wrap .fvr-signin-content h3 {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.fvr-signin-form .fvr-from-group,
	.fvr-signin-form .fvr-from-group.fvr-form-check {
		margin-bottom: 20px;
	}

	.fvr-signin-form label {
		font-size: 16px;
		line-height: 1.556;
		margin-bottom: 16px;
	}

	.fvr-label-wrap {
		margin-bottom: 16px;
		gap: 16px;
	}

	.fvr-label-wrap a {
		font-size: 16px;
	}

	.fvr-signin-form input:not([type='checkbox']),
	.fvr-signin-form select {
		border-radius: 8px;
		height: 52px;
		font-size: 16px;
		padding: 0 18px;
	}

	.fvr-signin-form select {
		background-position: center right 18px;
	}


	.fvr-signin-form .fvr-form-check input[type=checkbox] {
		margin: 2px 0 0;
	}

	.fvr-signin-form .fvr-form-check label {
		font-size: 16px;
		line-height: 1.5;
		padding-left: 12px;
	}

	.fvr-signin-form button[type="submit"] {
		font-size: 18px;
		height: 52px;
		border-radius: 8px;
	}

	.fvr-or-signin-with {
		padding: 22px 0;
	}

	.fvr-or-signin-with span {
		font-size: 15px;
		padding: 0 14px;
	}

	.fvr-signin-with {
		gap: 24px;
	}

	.fvr-signin-with button {
		font-size: 18px;
		height: 56px;
		border-radius: 8px;
		padding: 0 16px;
		min-width: 175px;
		gap: 10px;
	}

	.fvr-signin-with button svg {
		width: 20px;
		height: 20px;
	}

	.fvr-create-account-wrap {
		margin-top: 30px;
	}

	.fvr-create-account-btn {
		font-size: 18px;
		line-height: 1.778;
		padding: 20px 22px;
		box-shadow: 15px 20px 80px 0px rgba(222, 239, 255, 0.6);
		border-radius: 12px;
	}

	/*-_-_Signin_CSS_End_-_-*/

	/*-_-_Signup_CSS_Start_-_-*/
	.fvr-signup-wrap.fvr-signin-wrap .fvr-signin-content h3 {
		margin-bottom: 38px;
	}

	.fvr-signup-wrap.fvr-signin-wrap .fvr-signin-content {
		max-width: 780px;
		padding: 45px 45px 50px;
	}

	.fvr-from-row {
		margin: 0 -10px;
	}

	.fvr-from-row .fvr-from-col {
		padding: 0 10px;
	}

	.fvr-form-check-wrap.fvr-from-group {
		padding-top: 16px;
		margin-bottom: 32px;
	}

	/*-_-_Signup_CSS_End_-_-*/

	/*-_-_Forgot_CSS_Start_-_-*/
	.fvr-forgot-password.fvr-signin-wrap .fvr-from-group {
		margin-bottom: 32px;
	}

	.back-to-signin {
		margin-top: 32px;
	}

	.back-to-signin a svg {
		width: 21px;
		height: 21px;
	}

	/*-_-_Forgot_CSS_End_-_-*/

	/*-_-_New_Password_CSS_Start_-_-*/
	.fvr-new-password.fvr-signin-wrap .password-rules {
		margin-top: 32px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn {
		margin-top: 32px;
		gap: 60px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn a {
		font-size: 18px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn button {
		max-width: 220px;
	}

	/*-_-_New_Password_CSS_End_-_-*/

	/*-_-_Create_Report_CSS_Start_-_-*/
	.fvr-create-report-wrap.fvr-signin-wrap .fvr-signin-content {
		padding-top: 42px;
		padding-bottom: 50px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-from-group {
		margin-bottom: 32px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn a {
		font-size: 18px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn button {
		padding-left: 50px;
		padding-right: 50px;
	}

	/*-_-_Create_Report_CSS_End_-_-*/

	/*-_-_Verify_Email_CSS_Start_-_-*/
	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content {
		max-width: 380px;
		padding: 42px 40px 40px;
	}

	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content h3 {
		margin-bottom: 22px;
	}

	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content p {
		margin-bottom: 32px;
	}

	.fvr-signin-form .fvr-verify-input input.otp-input {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}

	.fvr-signin-form .fvr-verify-input img {
		margin-left: 3px;
		width: 26px;
	}

	.fvr-resend-btn {
		margin-bottom: 36px;
	}

	.fvr-verify-email-wrap .fvr-signin-form button[type="submit"] {
		height: 50px;
		min-width: 110px;
	}

	/*-_-_Verify_Email_CSS_End_-_-*/

	/*-_-_Secure_Checkout_CSS_Start_-_-*/
	.fvr-signin-form .fvr-card-info .fvr-payments input,
	.fvr-signin-form .fvr-card-info .fvr-card-info-inner>input:first-child,
	.fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc input,
	.fvr-signin-form .fvr-country-region select,
	.fvr-signin-form .fvr-country-region>input {
		height: 48px;
	}

	.secure-checkout-wrap .fvr-signin-form>p {
		margin: 24px auto 0;
	}

	/*-_-_Secure_Checkout_CSS_End_-_-*/

	/*-_-_Roof_Report_CSS_Start_-_-*/
	.fvr-report-wrap {
		padding: 20px 0 70px;
	}

	.fvr-report-wrap .fvr-report-content {
		padding: 36px 45px 45px;
	}

	.fvr-report-content .fvr-report-input {
		max-width: 340px;
		margin-bottom: 42px;
	}

	.fvr-report-content .fvr-report-input h3 {
		font-size: 30px;
		margin-bottom: 26px;
	}

	.fvr-report-content .fvr-report-input input {
		border-radius: 8px;
		font-size: 16px;
		padding: 0 16px;
		height: 52px;
	}

	.fvr-draw-roof-detail {
		padding: 42px 36px 38px;
	}

	.fvr-draw-roof-card h3, .fvr-img-selected h3 {
		border-radius: 8px;
		padding: 10px 14px;
		max-width: 310px;
		margin: 0 auto 34px;
	}

	.fvr-draw-roof-card h3>span, .fvr-img-selected h3>span {
	    font-size: 28px;
	}

	.fvr-tooltip-wrap {
		margin-top: 1px;
	}

	.fvr-tooltip-wrap img {
		width: 20px;
		height: 20px;
	}

	.fvr-tooltip-wrap .fvr-tooltip-content p {
		font-size: 12px;
		line-height: 18px;
	}

	.fvr-tooltip-content .fvr-close-tooltip {
		width: 20px;
		height: 20px;
		right: -6px;
		top: -7px;
	}

	.fvr-tooltip-wrap .fvr-tooltip-content {
		padding: 14px;
		width: 280px;
		border-radius: 8px;
		border-bottom-left-radius: 0;
	}

	.fvr-draw-roof-card .fvr-tooltip-wrap .fvr-tooltip-content {
		bottom: -16px;
		left: calc(100% + 16px);
		width: 300px;
	}

	.fvr-select-img {
		padding-top: 40px;
	}

	.fvr-select-img .fvr-select-row {
		margin: 0 -12px 40px;
	}

	.fvr-select-row .fvr-select-img-col {
		padding: 0 12px;
	}

	.fvr-select-img-card {
		padding: 20px;
		border-radius: 8px;
	}

	.fvr-select-img-card img {
		border-radius: 8px;
	}

	.fvr-select-img-card.active img {
		border-width: 3.5px;
	}

	.fvr-select-img .fvr-selected-img {
		max-width: 460px;
		border-radius: 18px;
		margin: 0 auto 40px;
		padding: 32px;
	}

	.fvr-select-img .fvr-selected-img img {
		border-width: 3.5px;
		border-radius: 18px;
	}

	.fvr-select-img #fvr-confirm-selection-btn {
		font-size: 24px;
		line-height: 1.1;
		border-radius: 8px;
		padding: 15px 36px;
	}

	.fvr-report-content.fvr-roof-selected {
		max-width: 800px;
	}

	.fvr-img-selected {
		border-radius: 14px;
		padding: 45px 36px 36px;
	}

	.fvr-draw-roof-img {
		max-width: 440px;
	}

	.fvr-draw-roof-img img {
		border-radius: 18px;
	}

	.fvr-draw-roof-btn {
		column-gap: 22px;
		margin-top: 38px;
	}

	.fvr-draw-roof-btn .fvr-reset-btn {
        width: 22px;
        height: 22px;
    }

	.fvr-draw-roof-btn .fvr-submit-btn {
		font-size: 16px;
        border-radius: 8px;
        padding: 8px 30px;
    }

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline1 {
		width: 80px;
        left: 43px;
        top: 153px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline2 {
		width: 54px;
        left: 80px;
        top: 140px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline3 {
		width: 58px;
        left: 66px;
        top: 177px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline4 {        
		left: 90px;
        top: 135px;
        width: 149px;
		transform: rotate(14.64deg);
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline5 {
		left: 117px;
        top: 178px;
        width: 129px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline6 {
		left: 67px;
        top: 218.5px;
        width: 214px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline7 {
		width: 44px;
        left: 224px;
        top: 171px;
		transform: rotate(58deg);
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline8 {
		width: 15px;
        transform: rotate(151deg);
        left: 244px;
        top: 191px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline9 {
		width: 61px;
        left: 229px;
        top: 218px;
		transform: rotate(56deg);
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline10 {
		width: 64px;
        left: 212px;
        top: 125px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline11 {
		width: 60px;
        left: 236px;
        top: 159px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline12 {
		width: 140px;
        left: 227px;
        top: 180px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline13 {
		width: 42px;
        left: 242px;
        top: 114px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline14 {
		width: 69px;
        left: 251px;
        top: 104px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline15 {
		width: 46px;
        left: 273px;
        top: 122px;
	}

	.fvr-detecting-roof-data p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 12px;
	}

	.fvr-detecting-roof-data {
		margin: 34px auto 0;
		padding-bottom: 8px;
		max-width: 260px;
	}

	.fvr-automated-detections.fvr-report-content {
		padding: 42px 40px 40px;
		max-width: 800px;
	}

	.fvr-automated-detections-card.fvr-img-selected {
		padding: 45px 32px 40px;
	}

	.fvr-roof-detail-row .fvr-roof-outline-col {
    	width: calc(56% - 12px);
	}

	.fvr-roof-detail-row .fvr-roof-measurements-col {
		width: calc(44% - 12px);
	}

	.fvr-edge-editing-tool-list li {
		padding-left: 16px;
		margin-right: 15px;
	}

	.fvr-save-report-wrap {
		margin-top: 30px;
	}

	.fvr-save-report-wrap .fvr-save-report-btn {
		font-size: 20px;
		padding: 13.5px 26px;
		border-radius: 8px;
	}

	.fvr-improved-roof-outline-card {
		border-radius: 8px;
		padding: 24px 24px 15.5px;
	}

	.fvr-improved-roof-outline {
		height: 300px;
		border-radius: 8px;
	}

	.fvr-measurements-card {
		border-radius: 8px;
		padding: 10px 18px 18px;
		margin-bottom: 32px;
		min-height: 200px;
	}

	.fvr-measurements-card ul li span:first-child {
		width: 54%;
		padding-right: 12px;
	}

	.fvr-measurements-card ul li span:last-child {
		width: 46%;
	}

	.fvr-see-drawn-popup {
		width: 340px;
		padding: 36px 20px;
		left: calc(100% + 15px);
	}

	.fvr-edge-editing-tool-card {
		padding: 20px;
		border-radius: 8px;
	}

	.fvr-roof-quote-card {
		border-radius: 8px;
		padding: 16.5px 20px;
	}

	.fvr-roof-quote-card input {
		border-radius: 8px;
	}
	
	.fvr-roof-quote-card .fvr-roof-quote-inner h5 {
		font-size: 18px;
	}

	.fvr-roof-quote-card .fvr-roof-quote-inner p {
		font-size: 22px;
	}

	.fvr-see-drawn-wrap .fvr-reset-btn {
		width: 20px;
		height: 20px;
	}

	.fvr-preview-roof-report.fvr-automated-detections.fvr-report-content {
		padding-bottom: 122px;
	}

	.fvr-preview-roof-report .fvr-improved-roof-outline-card {
		padding-bottom: 55px;
	}
	
	#fvr-drawn-roof-outline.fvr-img-selected {
		padding-bottom: 118px;
	}

	.fvr-page-count {
		position: absolute;
		top: 36px;
		right: 45px;
		min-width: 142px;
	}

	.fvr-page-count span {
	    font-size: 22px;
		min-width: 82px;
	}

	.fvr-learn-more-wrap::before,
	.fvr-learn-more-wrap::after {
		width: 240px;
		height: 150px;
	}

	.fvr-learn-more-wrap .fvr-learn-more-content {
		padding: 50px 0;
		max-width: 650px;
	}

	.fvr-learn-more-wrap .fvr-learn-more-content p {
		font-size: 18px;
		line-height: 1.6;
	}

	/*-_-_Roof_Report_CSS_End_-_-*/
	
	/*-_-_Terms-of-Services_CSS_Start_-_-*/
	.fvr-terms-service-wrap {
		padding: 140px 0 85px;
	}

	.fvr-terms-service-wrap::before {
		height: calc(100vh - 120px);
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h1 {
		font-size: 48px;
		margin-bottom: 50px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h4 {
		font-size: 26px;
		padding-top: 10px;
		margin-bottom: 18px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h4:nth-child(2) {
		margin-bottom: 28px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h5 {
		font-size: 22px;
		padding-top: 28px;
		margin-bottom: 16px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content p {
		font-size: 17px;
		margin-bottom: 24px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul {
		margin-bottom: 19px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul li {
		font-size: 17px;
		padding-left: 22px;
		margin-bottom: 17px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul li::before {
		font-size: 23px;
		line-height: 23px;
	}
	/*-_-_Terms-of-Services_CSS_End_-_-*/

	/*-_-_Privacy-Policy_CSS_Start_-_-*/
	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4 {
		padding-top: 28px;
		margin-bottom: 12px;
	}

	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4:nth-child(2) {
		margin-bottom: 28px;
	}

	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4 + h5 {
		padding-top: 16px;
	}
	/*-_-_Privacy-Policy_CSS_End_-_-*/

	/*-_-_Dashboard_CSS_Start_-_-*/
	.fvr-dashboard-wrap {
		min-height: calc(100dvh - 118px);
		padding-top: 40px;
	}

	.fvr-dashboard-sidebar {
		height: calc(100% - 40px);
		width: 250px;
	}

	.fvr-dashboard-sidebar .fvr-sidebar-content {
		padding: 35px 18px;
		gap: 22px;
	}

	.fvr-sidebar-inner h5 {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.fvr-sidebar-inner ul li a {
		font-size: 15px;
		border-radius: 8px;
	}

	.fvr-dashboard-content {
		padding: 0 30px 30px;
		padding-left: 280px;
	}

	.fvr-roof-reports-table-wrapper {
		padding: 32px 20px 24px;
		border-radius: 8px;
	}

	.fvr-roof-reports-table-heading {
		margin-bottom: 24px;
	}

	.fvr-roof-reports-table-heading h4 {
		font-size: 24px;
	}
	
	.fvr-report-wrap .close-btn {
		width: 26px;
		height: 26px;
		top: -13px;
		right: -13px;
	}

	.fvr-edit-btn-wrap .fvr-edit-btn {
		bottom: 12px;
		font-size: 16px;
		line-height: 24px;
	}

	.fvr-edit-btn-wrap .fvr-edit-btn img {
		width: 12px;
	}

	.roof-report-modal.fvr-report-wrap .fvr-report-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.roof-report-modal.fvr-report-wrap .fvr-report-content  .fvr-page-count {
        right: 30px;
    }
	/*-_-_Dashboard_CSS_End_-_-*/

	/*-_-_Dashboard_Setting_CSS_Start_-_-*/
	.fvr-profile-card {
		border-radius: 8px;
		max-width: 360px;
		padding: 30px 30px;
		margin-bottom: 32px;
	}

	.fvr-profile-card .fvr-profile-card-heading h4 {
		font-size: 22px;
	}

	.fvr-profile-card .fvr-profile-card-heading button {
		font-size: 16px;
		font-weight: 600;
		padding: 4px 16px 2px;
		border-width: 1.6px; 
	}

	.fvr-profile-card form .fvr-form-group {
		margin-bottom: 18px;
	}

	.fvr-credit-card .fvr-credit-card-content {
		padding: 12px 10px;
		min-height: 140px;
	}

	.fvr-credit-card-detail .fvr-credit-card-inner {
		padding-left: 20px;
	}
	
	.fvr-edit-payment-method-popup .modal-dialog {
		max-width: 500px;
	}

	.fvr-edit-payment-method-popup .close-btn {
		width: 26px;
		height: 26px;
		top: -10px;
		right: -10px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-wrap {
		padding: 45px 46px 46px;
		border-radius: 16px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-wrap .fvr-signin-content h3 {
		font-size: 22px;
		margin-bottom: 34px;
	}

	.fvr-edit-payment-method-popup .secure-checkout-wrap .fvr-signin-form label {
		margin-bottom: 14px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-payments input {
		padding: 0 18px 0 60px;
	}

	.fvr-edit-payment-method-popup .fvr-payments .fvr-payment-imgs {
		left: 18px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-expire span,
	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc span {
		left: 18px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn {
		padding-top: 20px;
		gap: 30px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn .cancel-btn {
		font-size: 18px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn button[type="submit"] {
		padding-left: 26px;
		padding-right: 26px;
	}
	/*-_-_Dashboard_Setting_CSS_End_-_-*/
}

@media only screen and (max-width: 991.5px) {

	/*-_-_Index_CSS_Start_-_-*/
	.fvr-header .fvr-navbar {
		padding: 24px 0;
	}

	.fvr-header .fvr-navbar-brand img {
		max-width: 240px;
	}

	.fvr-menu-btn .fvr-bar1,
	.fvr-menu-btn .fvr-bar2,
	.fvr-menu-btn .fvr-bar3 {
		width: 30px;
		height: 3px;
		background-color: #005299;
		margin-bottom: 6px;
		transition: 0.6s;
		display: block;
	}

	.fvr-menu-btn .fvr-bar3 {
		margin-bottom: 0;
	}

	.fvr-menu-btn.fvr-toggle .fvr-bar1 {
		-webkit-transform: rotate(-50deg) translate(-5px, 8px);
		transform: rotate(-50deg) translate(-5px, 8px);
	}

	.fvr-menu-btn.fvr-toggle .fvr-bar3 {
		-webkit-transform: rotate(47deg) translate(-5px, -8px);
		transform: rotate(47deg) translate(-5px, -8px);
	}

	.fvr-menu-btn.fvr-toggle .fvr-bar2 {
		opacity: 0;
	}

	.fvr-navbar-toggler {
		padding: 0;
		border: 0;
		box-shadow: unset !important;
	}

	.fvr-header .navbar-collapse {
		background: #f1f7ff;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 5;
	}

	.fvr-header .fvr-navbar-nav {
		padding: 8px 0;
	}

	.fvr-header .fvr-navbar-nav>li {
		margin-left: 0;
		width: 100%;
	}

	.fvr-header .fvr-navbar-nav>li:last-child {
		margin: 6px 16px;
		width: calc(100% - 32px);
	}

	.fvr-header .fvr-navbar-nav>li>a {
		font-size: 16px;
		line-height: 1.5;
		padding: 6px 16px !important;
	}

	.fvr-header .fvr-has-children {
		flex-wrap: wrap;
	}

	.fvr-header .fvr-has-children > a {
		width: calc(100% - 36px);
	}

	.fvr-header .fvr-has-children .fvr-angle-icon {
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		transition: 0.4s all ease;
		padding: 0;
	}

	.fvr-header .fvr-has-children .fvr-angle-icon.fvr-rotate-icon {
		transform: rotate(180deg);
	}

	.fvr-header .fvr-has-children .fvr-submenu {
		padding: 0;
		margin-left: 10px;
		background: transparent;
		width: calc(100% - 10px);
		box-shadow: unset;
		position: relative;
		border-radius: 0;
		display: none;
		border: 0;
	}

	.fvr-header .fvr-has-children .fvr-submenu a {
		font-size: 16px;
		line-height: 1.5;
		padding: 6px 16px;
		color: #000000;
	}

	.fvr-header .fvr-has-children .fvr-submenu a:hover {
		background: transparent;
		color: #2F80ED;
	}

	.fvr-header .fvr-navbar-nav .fvr-new-report-link {
		font-size: 16px;
		line-height: 1.25;
		border-radius: 6px;
		padding: 10px 10px !important;
	}

	.fvr-have-children a svg {
		display: none;
	}

	.fvr-banner {
		padding: 140px 0 80px;
	}

	.fvr-banner::before {
		width: 1200px;
		bottom: 40px;
		left: 48%;
	}

	.fvr-wrapper h1 {
		font-size: 42px;
	}

	.fvr-wrapper h2 {
		font-size: 32px;
		line-height: 1.4065;
	}

	.fvr-banner .fvr-banner-row {
		align-items: center;
	}

	.fvr-banner-row .fvr-banner-content {
		max-width: 100%;
	}

	.fvr-banner-row .fvr-banner-content h1 {
		margin-bottom: 32px;
	}

	.fvr-banner-row .fvr-banner-content h1 img {
		margin-top: -8px;
		margin-right: -10px;
		max-width: 90px;
	}

	.fvr-banner-row .fvr-banner-img {
		max-width: 100%;
	}

	.fvr-banner-row .fvr-banner-content p {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 24px;
	}

	.fvr-banner-row .fvr-banner-content p span {
		text-underline-offset: 2px;
		text-decoration-thickness: 2px;
	}

	.fvr-our-roof-reports-wrap {
		padding-top: 60px;
	}

	.fvr-our-roof-reports-wrap .fvr-our-roof-reports-content {
		padding: 45px 0 80px;
	}

	.fvr-innovative-reports-card h5,
	.fvr-benefits-reports-card h5 {
		font-size: 26px;
		line-height: 1.25;
		margin-bottom: 24px;
	}

	.fvr-innovative-reports-card h5 span {
		text-decoration-thickness: 3px;
	}

	.fvr-innovative-reports-card p {
		font-size: 17px;
		margin-bottom: 24px;
	}

	.fvr-innovative-reports-card {
		border-radius: 20px;
		border-width: 3px;
		padding: 30px;
		max-width: 480px;
	}

	.fvr-benefits-reports-card li {
		font-size: 18px;
		line-height: 1.3334;
		padding-left: 32px;
		margin-bottom: 18px;
	}

	.fvr-benefits-reports-card li::before {
		height: 24px;
		width: 26px;
	}

	.fvr-benefits-reports-card {
		border-radius: 20px;
		max-width: 460px;
		padding: 30px;
		margin-top: -30px;
	}

	.fvr-report-img-card {
		border-radius: 20px;
		border-width: 3px;
		max-width: 480px;
		margin-top: -30px;
	}

	.fvr-wrapper h2 span {
		text-underline-offset: 6px;
		text-decoration-thickness: 5px;
	}

	.fvr-simple-pay-wrap::before {
		width: 200px;
	}

	.fvr-simple-pay-wrap::after {
		width: 200px;
	}

	.fvr-simple-pay-wrap {
		padding: 60px 0;
	}

	.fvr-simple-pay-content {
		max-width: 600px;
		padding-left: 75px;
	}

	.fvr-simple-pay-content h2::before {
		background-size: 27px;
		width: 54px;
		height: 54px;
		left: -75px;
	}

	.fvr-simple-pay-content h2 {
		margin-bottom: 26px;
	}

	.fvr-simple-pay-content h6 {
		font-size: 19px;
		line-height: 1.4;
		margin-bottom: 24px;
	}

	.fvr-simple-pay-content p {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.fvr-simple-pay-content>span {
		font-size: 17px;
	}

	.fvr-speed-accuracy-wrap {
		padding: 80px 0 180px;
	}

	.fvr-speed-accuracy-wrap::after {
		height: 80px;
	}

	.fvr-speed-accuracy-wrap .fvr-speed-accuracy-content {
		flex-direction: column-reverse;
		gap: 50px;
	}

	.fvr-speed-accuracy-content>img {
		margin: 0 auto;
		max-width: 260px;
	}

	.fvr-speed-accuracy-card {
		margin: 0 auto;
		max-width: 560px;
		padding: 35px 40px 45px;
		border-radius: 20px;
	}

	.fvr-speed-accuracy-card h2 {
		margin-bottom: 32px;
	}

	.fvr-speed-accuracy-card p {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.fvr-speed-accuracy-img {
		max-width: 400px;
		border-radius: 16px;
		margin: 28px auto 0;
	}

	.fvr-footer .fvr-footer-content {
		padding: 42px 0;
	}

	.fvr-footer-content .fvr-footer-inner h6 {
		font-size: 21px;
	}

	.fvr-footer-content .fvr-footer-inner p {
		font-size: 17px;
	}

	.fvr-footer-links-wrap .fvr-footer-links {
		margin-right: 80px;
	}

	.fvr-footer-links h6 {
		font-size: 16px;
	}

	.fvr-footer-links ul li a {
		font-size: 16px;
		line-height: 1.5;
	}

	.fvr-copyright p {
		font-size: 16px;
		line-height: 1.5;
	}

	.fvr-copyright {
		padding: 20px 0;
	}

	/*-_-_Footer_CSS_End_-_-*/

	/*-_-_Aboutus_CSS_Start_-_-*/
	.fvr-about-banner.fvr-banner {
		padding: 110px 0 60px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-row {
		max-width: 700px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content {
		width: 100%;
		padding-right: 0;
		margin-bottom: 35px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content h2 {
		margin-bottom: 30px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content p {
		font-size: 17px;
		margin-bottom: 17px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-img {
		width: 100%;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-img {
		max-width: 440px;
		margin: 0 auto;
	}

	.fvr-our-value-wrap {
		padding: 70px 0;
	}

	.fvr-our-value-wrap .fvr-our-value-content {
		max-width: 780px;
	}

	.fvr-our-value-wrap .fvr-our-value-content h2 {
		margin-bottom: 55px;
	}

	.fvr-our-value-row {
		margin: 0 -10px -30px;
	}

	.fvr-our-value-row .fvr-our-value-col {
		padding: 0 10px 30px;
	}

	.fvr-value-card {
		border-radius: 17px;
		padding: 38px 24px;
	}

	.fvr-value-card img {
		width: 90px;
		height: 83px;
		border-radius: 10px;
		margin: 0 auto 20px;
	}

	.fvr-value-card h5 {
		font-size: 21px;
		margin-bottom: 10px;
	}

	.fvr-value-card p {
		font-size: 17px;
		line-height: 1.5;
	}

	/*-_-_Aboutus_CSS_End_-_-*/

	/*-_-_Contantus_CSS_Start_-_-*/
	.fvr-contact-banner.fvr-banner {
		padding: 120px 0 30px;
	}

	.fvr-contact-banner.fvr-banner .fvr-banner-content h3 {
		font-size: 27px;
		line-height: 1.5;
		max-width: 600px;
		margin: 0 auto 40px;
	}

	.fvr-start-conversation {
		max-width: 480px;
		padding: 12px 15px;
		border-radius: 12px;
	}

	.fvr-start-conversation::before {
		width: 24px;
		height: 24px;
		left: -90px;
		top: 80px;
	}

	.fvr-start-conversation::after {
		width: 24px;
		height: 24px;
		left: calc(100% + 60px);
		top: 15px;
	}

	.fvr-start-conversation .fvr-start-icon {
		width: 78px;
		height: 78px;
		padding: 8px;
		border-radius: 7px;
	}

	.fvr-start-conversation span {
		width: calc(100% - 78px);
		padding-left: 16px;
		font-size: 16px;
	}

	.fvr-contact-form {
		padding: 35px 0 70px;
	}

	.fvr-contact-form #zohoSupportWebToCase {
		padding: 35px 30px 35px;
		border-radius: 16px;
		box-shadow: 15px 20px 80px 0px rgba(222, 239, 255, 0.60);
	}

	.fvr-contact-form #zohoSupportWebToCase .zsFormClass {
		margin: 0 -10px;
	}

	#zohoSupportWebToCase .zsFormClass tr {
		padding: 0 10px;
	}

	#zohoSupportWebToCase .zsFormClass tr td {
		margin-bottom: 22px;
		font-size: 17px;
	}

	#zohoSupportWebToCase .zsFormClass tr td h2 {
		line-height: 1.4;
		padding-bottom: 4px;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="text"] {
		height: 50px;
		font-size: 16px;
		padding: 0 18px;
		margin-top: 12px;
		border-radius: 6px;
	}

	#zohoSupportWebToCase .zsFormClass tr td textarea {
		height: 100px;
		font-size: 16px;
		padding: 15px 18px;
		margin-top: 12px;
		border-radius: 6px;
	}

	#zohoSupportWebToCase .zsFormClass tr .wtcuploadinput {
		width: 58px;
		height: 50px;
		background-size: 22px;
		margin-top: 12px;
		border-radius: 6px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsMaxSizeMessage {
		margin-top: 8px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsMaxLimitMessage,
	#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments {
		margin: 5px 0 0 !important;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments .filenamecls .zsfilebrowseAttachment {
		margin-left: 5px !important;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-child(8) {
		width: 20%;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-child(9) {
		width: 80%;
	}

	#zohoSupportWebToCase .zsFormClass tr .captcha-input {
		width: calc(50% - 32px);
		padding-right: 18px;
		margin-top: 12px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptchaLoading {
		min-height: 50px;
		margin-top: 12px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptchaLoading br {
		display: none;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha {
		margin-top: 12px;
		gap: 16px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha img {
		height: 50px;
		width: calc(50% - 16px - 25px);
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha>div {
		width: calc(50% - 16px - 25px);
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha>div input {
		height: 50px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha a {
		width: 50px;
		height: 50px;
		background-size: 22px;
		border-radius: 6px;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-last-child(2) td {
		padding: 6px 0 0 !important;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="submit"] {
		min-width: 135px;
		font-size: 17px;
		height: 48px;
		margin-right: 18px;
		border-radius: 6px;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="button"] {
		min-width: 135px;
		font-size: 17px;
		border-radius: 6px;
		height: 48px;
	}

	/*-_-_Contantus_CSS_End_-_-*/

	/*-_-_Contact-Thank-You_CSS_Start_-_-*/
	.fvr-contact-thanks-banner.fvr-contact-banner.fvr-banner {
		padding: 100px 0 120px;
		min-height: calc(100dvh - 80.36px - 294.49px);
	}

	.fvr-contact-thanks-banner .fvr-start-conversation {
		max-width: 480px;
	}

	.fvr-contact-thanks-banner .fvr-start-conversation::before {
		left: 40px;
		top: calc(100% + 24px);
	}

	.fvr-contact-thanks-banner .fvr-start-conversation::after {
		bottom: calc(100% + 32px);
		right: 35px;
	}
	/*-_-_Contact-Thank-You_CSS_End_-_-*/

	/*-_-_Signin_CSS_Start_-_-*/
	.fvr-signin-wrap {
		padding: 160px 0 80px;
	}

	.fvr-signin-wrap::before {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.fvr-signin-wrap .fvr-signin-content {
		max-width: 480px;
		border-radius: 17px;
		padding: 35px 32px;
	}

	.fvr-signin-wrap .fvr-signin-content h3 {
		font-size: 24px;
		margin-bottom: 27px;
	}

	.fvr-signin-form .fvr-from-group,
	.fvr-signin-form .fvr-from-group.fvr-form-check {
		margin-bottom: 18px;
	}

	.fvr-signin-form label {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 14px;
	}

	.fvr-label-wrap {
		margin-bottom: 14px;
		gap: 14px;
	}

	.fvr-label-wrap a {
		font-size: 16px;
		line-height: 1.5;
	}

	.fvr-signin-form input:not([type='checkbox']),
	.fvr-signin-form select {
		border-radius: 7px;
		height: 50px;
		padding: 0 17px;
	}

	.fvr-signin-form select {
		background-position: center right 17px;
	}

	.fvr-signin-form .fvr-form-check label {
		padding-left: 12px;
	}

	.fvr-signin-form button[type="submit"] {
		font-size: 17px;
		height: 50px;
		border-radius: 7px;
	}

	.fvr-or-signin-with {
		padding: 20px 0;
	}

	.fvr-or-signin-with span {
		font-size: 14px;
		padding: 0 12px;
	}

	.fvr-signin-with {
		gap: 20px;
	}

	.fvr-signin-with button {
		font-size: 17px;
		height: 54px;
		border-radius: 7px;
		padding: 0 16px;
		min-width: 160px;
		gap: 10px;
	}

	.fvr-signin-with button svg {
		width: 18px;
		height: 18px;
	}

	.fvr-create-account-wrap {
		margin-top: 27px;
	}

	.fvr-create-account-btn {
		font-size: 17px;
		line-height: 1.765;
		padding: 18px 20px;
		border-radius: 10px;
	}

	/*-_-_Signin_CSS_End_-_-*/

	/*-_-_Signup_CSS_Start_-_-*/
	.fvr-signup-wrap.fvr-signin-wrap .fvr-signin-content h3 {
		margin-bottom: 30px;
	}

	.fvr-signup-wrap.fvr-signin-wrap .fvr-signin-content {
		max-width: 580px;
		padding: 35px 32px;
	}

	.fvr-from-row {
		margin: 0 -8px;
	}

	.fvr-from-row .fvr-from-col {
		padding: 0 8px;
	}

	.fvr-form-check-wrap.fvr-from-group {
		padding-top: 14px;
		margin-bottom: 28px;
	}

	/*-_-_Signup_CSS_End_-_-*/

	/*-_-_Forgot_CSS_Start_-_-*/
	.fvr-forgot-password.fvr-signin-wrap .fvr-from-group {
		margin-bottom: 26px;
	}

	.back-to-signin {
		margin-top: 26px;
	}

	.back-to-signin a svg {
		width: 20px;
		height: 20px;
	}

	/*-_-_Forgot_CSS_End_-_-*/

	/*-_-_New_Password_CSS_Start_-_-*/
	.fvr-new-password.fvr-signin-wrap .password-rules {
		margin-top: 26px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn {
		margin-top: 26px;
		gap: 40px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn a {
		font-size: 17px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn button {
		max-width: 200px;
	}

	/*-_-_New_Password_CSS_End_-_-*/

	/*-_-_Create_Report_CSS_Start_-_-*/
	.fvr-create-report-wrap.fvr-signin-wrap .fvr-signin-content {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-from-group {
		margin-bottom: 26px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn a {
		font-size: 17px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn button {
		padding-left: 40px;
		padding-right: 40px;
	}

	/*-_-_Create_Report_CSS_End_-_-*/

	/*-_-_Verify_Email_CSS_Start_-_-*/
	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content {
		max-width: 350px;
		padding: 35px 35px;
	}

	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content h3 {
		margin-bottom: 21px;
	}

	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content p {
		margin-bottom: 28px;
	}

	.fvr-signin-form .fvr-verify-input {
		gap: 11px;
	}

	.fvr-signin-form .fvr-verify-input input.otp-input {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}

	.fvr-signin-form .fvr-verify-input img {
		margin-left: 3px;
		width: 24px;
	}

	.fvr-resend-btn {
		margin-bottom: 30px;
	}

	.fvr-verify-email-wrap .fvr-signin-form button[type="submit"] {
		height: 48px;
		min-width: 110px;
	}

	/*-_-_Verify_Email_CSS_End_-_-*/

	/*-_-_Secure_Checkout_CSS_Start_-_-*/
	.secure-checkout-wrap.fvr-signin-wrap::before {
		top: 50%;
	}

	.secure-checkout-wrap .fvr-signin-form>p {
		margin: 20px auto 0;
	}

	/*-_-_Secure_Checkout_CSS_End_-_-*/

	/*-_-_Roof_Report_CSS_Start_-_-*/
	.fvr-report-wrap {
		padding: 18px 0 60px;
	}

	.fvr-report-wrap .fvr-report-content {
		padding: 34px 30px 30px;
		border-radius: 14px;
	}

	.fvr-report-content .fvr-report-input {
		max-width: 300px;
		margin-bottom: 32px;
	}

	.fvr-report-content .fvr-report-input h3 {
		font-size: 27px;
		margin-bottom: 22px;
	}

	.fvr-report-content .fvr-report-input input {
		border-radius: 7px;
		font-size: 16px;
		padding: 0 15px;
		height: 48px;
	}

	.fvr-draw-roof-detail {
		padding: 32px 24px 30px;
		border-radius: 14px;
	}

	.fvr-draw-roof-card h3, 
	.fvr-img-selected h3 {
		border-radius: 7px;
		padding: 10px 14px;
		max-width: 270px;
		margin: 0 auto 26px;
	}

	.fvr-draw-roof-card h3>span, .fvr-img-selected h3>span {
	    font-size: 24px;
	}

	.fvr-tooltip-wrap {
		margin-top: 1px;
	}

	.fvr-tooltip-wrap img {
		width: 18px;
		height: 18px;
	}

	.fvr-tooltip-wrap .fvr-tooltip-content p {
		font-size: 11px;
		line-height: 16px;
	}

	.fvr-tooltip-content .fvr-close-tooltip {
		width: 18px;
		height: 18px;
		right: -7px;
		top: -7px;
	}

	.fvr-tooltip-wrap .fvr-tooltip-content {
		padding: 12px;
		width: 280px;
		right: 0;
		left: auto;
		bottom: 24px;
		border-radius: 7px;
		border-bottom-right-radius: 0;
	}

	.fvr-draw-roof-card .fvr-tooltip-wrap .fvr-tooltip-content {
		bottom: 24px;
		right: 0;
		left: auto;
		width: 280px;
	}

	.fvr-select-img {
		padding-top: 24px;
	}

	.fvr-select-img .fvr-select-row {
		margin: 0 0 30px;
	}

	.fvr-select-row .fvr-select-img-col {
		padding: 0 8px;
	}

	.fvr-select-img-card {
		padding: 14px;
		border-radius: 7px;
	}

	.fvr-select-img-card img {
		border-radius: 7px;
	}

	.fvr-select-img-card.active img {
		border-width: 3px;
	}

	.fvr-select-img .fvr-selected-img {
		max-width: 320px;
		border-radius: 14px;
		margin: 0 auto 32px;
		padding: 22px;
	}

	.fvr-select-img .fvr-selected-img img {
		border-width: 3px;
		border-radius: 14px;
	}

	.fvr-select-img #fvr-confirm-selection-btn {
		font-size: 20px;
		line-height: 1.1;
		border-radius: 7px;
		padding: 14px 24px;
	}

	.fvr-report-content.fvr-roof-selected {
		max-width: 600px;
	}

	.fvr-img-selected {
		border-radius: 12px;
		padding: 36px 24px 30px;
	}

	.fvr-draw-roof-img {
		max-width: 300px;
	}

	.fvr-draw-roof-img img {
		border-radius: 14px;
	}

	.fvr-draw-roof-btn {
		column-gap: 18px;
		margin-top: 30px;
	}

	.fvr-draw-roof-btn .fvr-reset-btn {
        width: 20px;
        height: 20px;
    }

	.fvr-draw-roof-btn .fvr-submit-btn {
		font-size: 14px;
        line-height: 26px;
        border-radius: 6px;
        padding: 6px 24px;
    }

	.fvr-draw-roof-img .fvr-roof-outline {
		height: 2px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline1 {
		width: 56px;
        left: 28px;
        top: 105px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline2 {
		width: 40px;
        left: 54px;
        top: 95px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline3 {
		width: 42px;
        left: 44px;
        top: 122px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline4 {        
		left: 62px;
        top: 91px;
        width: 100px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline5 {
		left: 81px;
        top: 123px;
        width: 89px;
    }

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline6 {
		left: 46px;
        top: 149.5px;
        width: 145px;
		transform: rotate(14.14deg);
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline7 {
		width: 30px;
        left: 153px;
        top: 116px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline8 {
		width: 12px;
        left: 167px;
        top: 132px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline9 {
		width: 42px;
        left: 157px;
        top: 151px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline10 {
		width: 40px;
        left: 146px;
        top: 84px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline11 {
		width: 42px;
        left: 161px;
        top: 109px;
		transform: rotate(105deg);
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline12 {
		width: 95px;
        left: 156px;
        top: 121px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline13 {
		width: 31px;
        left: 164px;
        top: 77px;
		transform: rotate(59deg);
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline14 {
		width: 48px;
        left: 171px;
        top: 70px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline15 {
		width: 33px;
        left: 184px;
        top: 83.5px;
	}

	.fvr-detecting-roof-data p {
		font-size: 13px;
		line-height: 21px;
		margin-bottom: 10px;
	}

	.fvr-detecting-roof-data {
		margin: 30px auto 0;
		padding-bottom: 2px;
		max-width: 220px;
	}

	.fvr-progress {
	    height: 5px;
	}

	.fvr-automated-detections.fvr-report-content {
		padding: 38px 30px 30px;
		max-width: 600px;
	}

	.fvr-automated-detections-card.fvr-img-selected {
		padding: 36px 24px 30px;
	}

	.fvr-roof-detail-row {
		row-gap: 20px;
		margin-bottom: 20px;
	}

	.fvr-roof-detail-row .fvr-roof-outline-col {
    	width: 100%;
	}

	.fvr-roof-detail-row .fvr-roof-measurements-col {
		width: 100%;
	}

	.fvr-edge-editing-tool-list li {
		padding-left: 17px;
		margin-right: 16px;
	}

	.fvr-save-report-wrap {
		margin-top: 25px;
	}

	.fvr-save-report-wrap .fvr-save-report-btn {
		font-size: 18px;
		padding: 13px 22px;
		border-radius: 7px;
	}

	.fvr-improved-roof-outline-card {
		border-radius: 7px;
		padding: 22px 22px 15.5px;
	}
	
	.fvr-improved-roof-outline {
        height: 350px;
		border-radius: 7px;
    }

	.fvr-measurements-card {
		border-radius: 7px;
		padding: 16px 18px;
		margin-bottom: 20px;
		min-height: unset;
	}

	.fvr-see-drawn-popup {
		width: 360px;
		padding: 30px 20px;
		left: 50%;
		transform: translateX(-50%);
		top: 100%;
	}

	.fvr-edge-editing-tool-card {
		padding: 20px 18px;
		border-radius: 7px;
	}

	.fvr-roof-quote-card {
		border-radius: 7px;
		padding: 16.5px 18px;
		justify-content: center;
		gap: 24px;
	}

	.fvr-roof-quote-card input {
		border-radius: 7px;
	}
	
	.fvr-roof-quote-card .fvr-roof-quote-inner h5 {
		font-size: 17px;
	}

	.fvr-roof-quote-card .fvr-roof-quote-inner p {
		font-size: 21px;
	}

	.fvr-see-drawn-wrap .fvr-reset-btn {
		width: 19px;
		height: 19px;
	}

	.fvr-preview-roof-report.fvr-automated-detections.fvr-report-content {
		padding-bottom: 30px;
	}

	.fvr-preview-roof-report .fvr-improved-roof-outline-card {
		padding-bottom: 15.5px;
	}

	.fvr-preview-roof-report .fvr-roof-detail-row:last-child {
		gap: 0;
	}

	#fvr-drawn-roof-outline.fvr-img-selected {
		padding-bottom: 98px;
	}

	.fvr-page-count {
		top: 32px;
		right: 24px;
		min-width: 138px;
	}

	.fvr-page-count span {
	    font-size: 21px;
		min-width: 78px;
	}

	.fvr-learn-more-wrap::before,
	.fvr-learn-more-wrap::after {
		width: 200px;
		height: 130px;
	}

	.fvr-learn-more-wrap .fvr-learn-more-content {
		padding: 50px 0;
		max-width: 600px;
	}

	.fvr-learn-more-wrap .fvr-learn-more-content p {
		font-size: 17px;
		line-height: 1.6;
	}

	/*-_-_Roof_Report_CSS_End_-_-*/

	/*-_-_Terms-of-Services_CSS_Start_-_-*/
	.fvr-terms-service-wrap {
		padding: 120px 0 70px;
	}

	.fvr-terms-service-wrap::before {
		height: calc(100vh - 108px);
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h1 {
		font-size: 44px;
		margin-bottom: 45px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h4 {
		font-size: 24px;
		padding-top: 8px;
		margin-bottom: 16px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h4:nth-child(2) {
		margin-bottom: 25px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h5 {
		font-size: 21px;
		padding-top: 20px;
		margin-bottom: 14px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content p {
		font-size: 17px;
		margin-bottom: 24px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul {
		margin-bottom: 18px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul li {
		font-size: 17px;
		padding-left: 22px;
		margin-bottom: 17px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul li::before {
		font-size: 22px;
		line-height: 22px;
	}
	/*-_-_Terms-of-Services_CSS_End_-_-*/

	/*-_-_Privacy-Policy_CSS_Start_-_-*/
	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4 {
		padding-top: 20px;
		margin-bottom: 12px;
	}

	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4:nth-child(2) {
		margin-bottom: 25px;
	}

	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4 + h5 {
		padding-top: 14px;
	}
	/*-_-_Privacy-Policy_CSS_End_-_-*/

	/*-_-_Dashboard_CSS_Start_-_-*/
	.fvr-dashboard-wrap {
		min-height: calc(100dvh - 80.36px);
		padding: 0;
	}

	.fvr-dashboard-sidebar .fvr-sidebar-toggle {
		box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.1);
		display: flex;
	}

	.fvr-dashboard-sidebar {
		width: 250px;
		left: -250px;
		z-index: 1;
		transition: 0.4s all ease;
		box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.1);
		height: 100%;
	}

	.fvr-dashboard-sidebar .fvr-sidebar-content { 
		padding: 30px 16px;
		gap: 20px;
	}

	.fvr-dashboard-sidebar.fvr-sidebar-active {
		left: 0;
	}

	.fvr-dashboard-sidebar.fvr-sidebar-active .fvr-sidebar-toggle {
		padding-left: 0;
		padding-right: 2px;
	}

	.fvr-dashboard-sidebar.fvr-sidebar-active .fvr-sidebar-toggle img {
		transform: rotate(180deg);
	}

	.fvr-sidebar-inner h5 {
		font-size: 22px;
		margin-bottom: 22px;
	}

	.fvr-sidebar-inner ul li a {
		font-size: 14px;
		border-radius: 7px;
	}

	.fvr-dashboard-content {
		padding: 24px;
	}

	.fvr-roof-reports-table-wrapper {
		padding: 28px 18px 22px;
		border-radius: 7px;
	}

	.fvr-roof-reports-table-heading .table-btns button {
		width: 22px;
		height: 22px;
	}

	.fvr-roof-reports-table-heading .table-btns button img {
    	width: 9px;
	}

	.fvr-roof-reports-table-heading {
		margin-bottom: 22px;
	}

	.fvr-roof-reports-table-heading h4 {
		font-size: 22px;
	}
	
	.fvr-report-wrap .close-btn {
		width: 24px;
		height: 24px;
		top: 5px;
		right: 5px;
	}

	.fvr-edit-btn-wrap {
		display: flex;
		justify-content: center;
		margin: -16px 0 16px;
	}

	.fvr-edit-btn-wrap .fvr-edit-btn {
		position: static;
	}

	.roof-report-modal.fvr-report-wrap .fvr-report-content {
		padding: 34px 30px 30px;
	}
	/*-_-_Dashboard_CSS_End_-_-*/

	/*-_-_Dashboard_Setting_CSS_Start_-_-*/
	.fvr-profile-card {
		border-radius: 7px;
		max-width: 340px;
		padding: 28px 20px;
		margin-bottom: 26px;
	}

	.fvr-profile-card .fvr-profile-card-heading h4 {
		font-size: 21px;
	}

	.fvr-profile-card form .fvr-form-group {
		margin-bottom: 17px;
	}

	.fvr-credit-card .fvr-credit-card-content {
		padding: 12px 10px;
		min-height: 140px;
	}

	.fvr-credit-card-detail .fvr-credit-card-inner {
		padding-left: 18px;
	}

	.fvr-edit-payment-method-popup .modal-dialog {
		max-width: 440px;
	}

	.fvr-edit-payment-method-popup .close-btn {
		width: 24px;
		height: 24px;
		top: -8px;
		right: -8px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-wrap {
		padding: 36px 32px 30px;
		border-radius: 14px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-wrap .fvr-signin-content h3 {
		font-size: 21px;
		margin-bottom: 28px;
	}

	.fvr-edit-payment-method-popup .secure-checkout-wrap .fvr-signin-form label {
		margin-bottom: 13px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-payments input {
		padding: 0 17px 0 60px;
	}

	.fvr-edit-payment-method-popup .fvr-payments .fvr-payment-imgs {
		left: 17px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-expire span,
	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc span {
		left: 17px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn {
		padding-top: 16px;
		gap: 24px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn .cancel-btn {
		font-size: 17px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn button[type="submit"] {
		padding-left: 24px;
		padding-right: 24px;
	}
	/*-_-_Dashboard_Setting_CSS_End_-_-*/
}

@media only screen and (max-width: 767.5px) {

	/*-_-_Index_CSS_Start_-_-*/
	.fvr-header .fvr-navbar {
		padding: 20.2px 0;
	}

	.fvr-header .fvr-navbar-brand img {
		max-width: 210px;
	}

	.fvr-header .navbar-collapse {
		background: #f1f7ff;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	}

	.fvr-banner {
		padding: 130px 0 80px;
	}

	.fvr-banner::before {
		width: 1200px;
		bottom: 40px;
		left: 48%;
	}

	.fvr-wrapper h1 {
		font-size: 36px;
	}

	.fvr-wrapper h2 {
		font-size: 28px;
		line-height: 1.4065;
	}

	.fvr-banner .fvr-banner-row {
		align-items: center;
		gap: 40px;
	}

	.fvr-banner-row .fvr-banner-content {
		max-width: 100%;
		width: 100%;
	}

	.fvr-banner-row .fvr-banner-content h1 {
		max-width: 320px;
		margin-bottom: 28px;
	}

	.fvr-banner-row .fvr-banner-content h1 img {
		margin-top: -8px;
		margin-right: -10px;
		max-width: 80px;
	}

	.fvr-banner-row .fvr-banner-content p {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.fvr-banner-row .fvr-banner-img {
		max-width: 100%;
		width: 100%;
	}

	.fvr-banner-row .fvr-banner-img img {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}

	/* asdasdasd */

	.fvr-our-roof-reports-wrap {
		padding-top: 60px;
	}

	.fvr-our-roof-reports-wrap .fvr-our-roof-reports-content {
		padding: 40px 0 60px;
	}

	.fvr-innovative-reports-card h5,
	.fvr-benefits-reports-card h5 {
		font-size: 22px;
		line-height: 1.25;
		margin-bottom: 22px;
	}

	.fvr-innovative-reports-card h5 span {
		text-decoration-thickness: 3px;
	}

	.fvr-innovative-reports-card p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.fvr-innovative-reports-card {
		border-radius: 20px;
		border-width: 3px;
		padding: 24px 20px;
		max-width: 480px;
	}

	.fvr-benefits-reports-card li {
		font-size: 16px;
		line-height: 1.5;
		padding-left: 30px;
		margin-bottom: 16px;
	}

	.fvr-benefits-reports-card li::before {
		top: 2px;
		height: 20px;
		width: 20px;
	}

	.fvr-benefits-reports-card {
		border-radius: 16px;
		max-width: 100%;
		padding: 24px 20px;
		margin-top: 24px;
	}

	.fvr-report-img-card {
		border-radius: 16px;
		border-width: 3px;
		max-width: 100%;
		margin-top: 24px;
	}

	.fvr-wrapper h2 span {
		text-underline-offset: 5px;
		text-decoration-thickness: 4px;
	}

	.fvr-simple-pay-wrap::before {
		width: 120px;
	}

	.fvr-simple-pay-wrap::after {
		width: 120px;
	}

	.fvr-simple-pay-wrap {
		padding: 60px 0 90px;
	}

	.fvr-simple-pay-content {
		max-width: 100%;
		padding-left: 0;
	}

	.fvr-simple-pay-content h2::before {
		background-size: 28px;
		width: 60px;
		height: 60px;
		left: 0;
		top: 0;
	}

	.fvr-simple-pay-content h2 {
		padding-top: 75px;
		margin-bottom: 20px;
	}

	.fvr-simple-pay-content h6 {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.fvr-simple-pay-content p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 16px;
	}

	.fvr-simple-pay-content>span {
		font-size: 16px;
	}

	.fvr-speed-accuracy-wrap {
		padding: 60px 0 140px;
	}

	.fvr-speed-accuracy-wrap::after {
		height: 60px;
	}

	.fvr-speed-accuracy-wrap .fvr-speed-accuracy-content {
		flex-direction: column-reverse;
		gap: 50px;
	}

	.fvr-speed-accuracy-content>img {
		margin: 0 auto;
		max-width: 250px;
	}

	.fvr-speed-accuracy-card {
		margin: 0 auto;
		max-width: 100%;
		padding: 30px 20px 24px;
		border-radius: 16px;
	}

	.fvr-speed-accuracy-card h2 {
		margin-bottom: 24px;
	}

	.fvr-speed-accuracy-card p {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.fvr-speed-accuracy-img {
		max-width: 360px;
		border-radius: 12px;
		margin: 20px auto 0;
	}

	.fvr-footer .fvr-footer-content {
		padding: 48px 0;
		gap: 36px;
	}

	.fvr-footer-content .fvr-footer-inner {
		max-width: 100%;
		width: 100%;
	}

	.fvr-footer-content .fvr-footer-inner h6 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.fvr-footer-content .fvr-footer-inner p {
		font-size: 16px;
	}

	.fvr-footer-links-wrap {
		width: 100%;
		justify-content: space-between;
	}

	.fvr-footer-links-wrap .fvr-footer-links {
		width: calc(50% - 8px);
		margin-right: 0;
	}

	.fvr-footer-links h6 {
		margin-bottom: 14px;
	}

	.fvr-footer-links ul li {
		margin-bottom: 12px;
	}

	/*-_-_Footer_CSS_End_-_-*/

	/*-_-_Aboutus_CSS_Start_-_-*/
	.fvr-about-banner.fvr-banner {
		padding: 100px 0 60px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-row {
		max-width: 515px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content {
		width: 100%;
		padding-right: 0;
		margin-bottom: 35px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content h2 {
		margin-bottom: 20px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-content p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 16px;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-img {
		width: 100%;
	}

	.fvr-about-banner.fvr-banner .fvr-banner-img {
		max-width: 350px;
	}

	.fvr-our-value-wrap {
		padding: 55px 0;
	}

	.fvr-our-value-wrap .fvr-our-value-content {
		max-width: 100%;
	}

	.fvr-our-value-wrap .fvr-our-value-content h2 {
		margin-bottom: 35px;
	}

	.fvr-our-value-row {
		margin: 0 -10px -20px;
	}

	.fvr-our-value-row .fvr-our-value-col {
		padding: 0 10px 20px;
	}

	.fvr-value-card {
		border-radius: 16px;
		padding: 35px 20px;
		max-width: 340px;
		margin: 0 auto;
	}

	.fvr-value-card img {
		margin: 0 auto 20px;
	}

	.fvr-value-card h5 {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.fvr-value-card p {
		font-size: 16px;
		line-height: 1.5;
	}

	/*-_-_Aboutus_CSS_End_-_-*/

	/*-_-_Contantus_CSS_Start_-_-*/
	.fvr-contact-banner.fvr-banner {
		padding: 100px 0 25px;
	}

	.fvr-contact-banner.fvr-banner .fvr-banner-content h3 {
		font-size: 24px;
		line-height: 1.5;
		max-width: 100%;
		margin: 0 auto 35px;
	}

	.fvr-start-conversation {
		max-width: 360px;
		padding: 10px 12px;
		border-radius: 10px;
	}

	.fvr-start-conversation::before,
	.fvr-start-conversation::after {
		display: none;
	}

	.fvr-start-conversation .fvr-start-icon {
		width: 60px;
		height: 60px;
		padding: 6px;
		border-radius: 6px;
	}

	.fvr-start-conversation span {
		width: calc(100% - 60px);
		padding-left: 12px;
		font-size: 14px;
		line-height: 1.3;
	}

	.fvr-contact-form {
		padding: 25px 0 55px;
	}

	.fvr-contact-form::before {
		height: 400px;
	}

	.fvr-contact-form #zohoSupportWebToCase {
		padding: 25px 18px 30px;
		border-radius: 14px;
		max-width: 480px;
	}

	#zohoSupportWebToCase .zsFormClass tr td {
		margin-bottom: 22px;
		font-size: 16px;
	}

	#zohoSupportWebToCase .zsFormClass tr td h2 {
		line-height: 1.4;
		padding-bottom: 0;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-child(2),
	#zohoSupportWebToCase .zsFormClass tr:nth-child(3),
	#zohoSupportWebToCase .zsFormClass tr:nth-child(4),
	#zohoSupportWebToCase .zsFormClass tr:nth-child(5) {
		width: 100%;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="text"] {
		height: 46px;
		font-size: 15px;
		padding: 0 15px;
		margin-top: 10px;
		border-radius: 5px;
	}

	#zohoSupportWebToCase .zsFormClass tr td textarea {
		height: 100px;
		font-size: 15px;
		padding: 12px 15px;
		margin-top: 10px;
		border-radius: 5px;
	}

	#zohoSupportWebToCase .zsFormClass tr .wtcuploadinput {
		width: 46px;
		height: 46px;
		background-size: 18px;
		margin-top: 10px;
		border-radius: 5px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsMaxSizeMessage {
		margin-top: 8px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsMaxLimitMessage,
	#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments {
		margin: 5px 0 0 !important;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsFileBrowseAttachments .filenamecls .zsfilebrowseAttachment {
		margin-left: 5px !important;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-child(8) {
		width: 100%;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-child(9) {
		width: 100%;
	}

	#zohoSupportWebToCase .zsFormClass tr .captcha-input {
		width: 100%;
		padding-right: 0;
		margin-top: 10px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptchaLoading {
		width: 100%;
		min-height: 46px;
		margin-top: 10px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptchaLoading br {
		display: none;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha {
		gap: 12px;
		width: auto;
		margin-top: 10px;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha img,
	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha>div {
		height: 46px;
		max-width: 100%;
		width: 100%;
	}

	#zohoSupportWebToCase .zsFormClass tr #zsCaptcha a {
		width: 46px;
		height: 46px;
		background-size: 18px;
		border-radius: 5px;
	}

	#zohoSupportWebToCase .zsFormClass tr:nth-last-child(2) td {
		padding: 8px 0 0 !important;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="submit"] {
		padding: 0 16px;
		min-width: 120px;
		font-size: 16px;
		height: 46px;
		border-radius: 6px;
		margin-right: 15px;
	}

	#zohoSupportWebToCase .zsFormClass tr td input[type="button"] {
		padding: 0 16px;
		min-width: 120px;
		font-size: 16px;
		height: 46px;
		border-radius: 6px;
	}

	/*-_-_Contantus_CSS_End_-_-*/

	/*-_-_Contact-Thank-You_CSS_Start_-_-*/
	.fvr-contact-thanks-banner.fvr-contact-banner.fvr-banner {
		padding: 100px 0 120px;
		min-height: calc(100dvh - 393.55px - 68.71px);
	}

	.fvr-contact-thanks-banner .fvr-start-conversation {
		max-width: 360px;
	}

	.fvr-contact-thanks-banner .fvr-start-conversation::before {
		width: 20px;
		height: 20px;
		left: 30px;
		top: calc(100% + 20px);
		display: block;
	}

	.fvr-contact-thanks-banner .fvr-start-conversation::after {
		width: 20px;
		height: 20px;
		display: block;
		bottom: calc(100% + 24px);
		right: 25px;
	}
	/*-_-_Contact-Thank-You_CSS_End_-_-*/

	/*-_-_Signin_CSS_Start_-_-*/
	.fvr-signin-wrap {
		display: flex;
		align-items: center;
		padding: 110px 0 60px;
		min-height: calc(100vh - 393.55px);
	}

	.fvr-signin-wrap::before {
		top: 0;
		transform: translateX(-50%);
		bottom: 0;
	}

	.fvr-signin-wrap .fvr-signin-content {
		max-width: 100%;
		border-radius: 16px;
		padding: 30px 20px 24px;
	}

	.fvr-signin-wrap .fvr-signin-content h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.fvr-signin-form .fvr-from-group,
	.fvr-signin-form .fvr-from-group.fvr-form-check {
		margin-bottom: 16px;
	}

	.fvr-signin-form label {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 12px;
	}

	.fvr-label-wrap {
		margin-bottom: 12px;
		gap: 12px;
	}

	.fvr-label-wrap a {
		font-size: 16px;
		line-height: 1.5;
	}

	.fvr-signin-form input:not([type='checkbox']),
	.fvr-signin-form select {
		border-radius: 6px;
		height: 48px;
		padding: 0 16px;
	}

	.fvr-signin-form select {
		background-position: center right 16px;
	}

	.fvr-signin-form .fvr-form-check label {
		padding-left: 12px;
	}

	.fvr-signin-form button[type="submit"] {
		height: 48px;
		font-size: 16px;
		border-radius: 6px;
	}

	.fvr-or-signin-with {
		padding: 16px 0;
	}

	.fvr-or-signin-with span {
		font-size: 14px;
		padding: 0 12px;
	}

	.fvr-signin-with {
		gap: 12px;
	}

	.fvr-signin-with button {
		font-size: 16px;
		height: 50px;
		border-radius: 6px;
		padding: 0 16px;
		min-width: unset;
		width: 100%;
		gap: 10px;
	}

	.fvr-signin-with button svg {
		width: 15px;
		height: 15px;
	}

	.fvr-create-account-wrap {
		margin-top: 12px;
	}

	.fvr-create-account-btn {
		font-size: 16px;
		line-height: 1.5;
		padding: 16px 20px;
		border-radius: 8px;
		width: 100%;
	}

	/*-_-_Signin_CSS_End_-_-*/

	/*-_-_Signup_CSS_Start_-_-*/
	.fvr-signup-wrap.fvr-signin-wrap::before {
		top: auto;
		bottom: 0;
		transform: translateX(-50%);
	}

	.fvr-signup-wrap.fvr-signin-wrap .fvr-signin-content h3 {
		margin-bottom: 24px;
	}

	.fvr-signup-wrap.fvr-signin-wrap .fvr-signin-content {
		max-width: 100%;
		padding: 30px 20px 24px;
	}

	.fvr-from-row {
		margin: 0 -7.5px;
	}

	.fvr-from-row .fvr-from-col {
		padding: 0 7.5px;
	}

	.fvr-form-check-wrap.fvr-from-group {
		padding-top: 12px;
		margin-bottom: 24px;
	}

	/*-_-_Signup_CSS_End_-_-*/


	/*-_-_Forgot_CSS_Start_-_-*/
	.fvr-forgot-password.fvr-signin-wrap .fvr-from-group {
		margin-bottom: 20px;
	}

	.back-to-signin {
		margin-top: 20px;
	}

	.back-to-signin a {
		font-size: 15px;
	}

	/*-_-_Forgot_CSS_End_-_-*/

	/*-_-_New_Password_CSS_Start_-_-*/
	.fvr-new-password.fvr-signin-wrap .password-rules {
		margin-top: 20px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-top: 20px;
		gap: 20px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn a {
		font-size: 16px;
	}

	.fvr-new-password.fvr-signin-wrap .fvr-new-password-btn button {
		max-width: 100%;
	}

	/*-_-_New_Password_CSS_End_-_-*/

	/*-_-_Create_Report_CSS_Start_-_-*/
	.fvr-create-report-wrap.fvr-signin-wrap .fvr-signin-content {
		padding-top: 30px;
		padding-bottom: 24px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-from-group {
		margin-bottom: 20px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .reports-para p {
		font-size: 14px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn {
		flex-direction: column-reverse;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn a {
		font-size: 16px;
	}

	.fvr-create-report-wrap.fvr-signin-wrap .fvr-create-report-btn button {
		width: 100%;
	}

	/*-_-_Create_Report_CSS_End_-_-*/


	/*-_-_Verify_Email_CSS_Start_-_-*/
	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content {
		max-width: 320px;
		padding: 30px 30px 24px;
	}

	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content h3 {
		margin-bottom: 20px;
	}

	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content p {
		margin-bottom: 24px;
	}

	.fvr-signin-form .fvr-verify-input {
		gap: 10px;
	}

	.fvr-signin-form .fvr-verify-input input.otp-input {
		width: 46px;
		height: 46px;
		font-size: 20px;
	}

	.fvr-signin-form .fvr-verify-input img {
		margin-left: 3px;
		width: 22px;
	}

	.fvr-resend-btn {
		font-size: 15px;
		margin-bottom: 24px;
	}

	.fvr-verify-email-wrap .fvr-signin-form button[type="submit"] {
		height: 46px;
		min-width: 110px;
	}

	/*-_-_Verify_Email_CSS_End_-_-*/

	/*-_-_Secure_Checkout_CSS_Start_-_-*/

	.fvr-signin-form .fvr-card-info .fvr-card-info-inner>input:first-child {
		width: 100%;
		border-radius: 0;
	}

	.fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc {
		width: 100%;
	}

	.fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc input {
		border-left: 1px solid rgba(47, 128, 237, 0.1) !important;
		border-bottom-left-radius: 6px !important;
	}

	.secure-checkout-wrap .fvr-signin-form>p {
		margin: 16px auto 0;
	}

	/*-_-_Secure_Checkout_CSS_End_-_-*/

	/*-_-_Roof_Report_CSS_Start_-_-*/
	.fvr-report-wrap {
		padding: 16px 0 50px;
	}

	.fvr-report-wrap .fvr-report-content {
		margin: 0 auto;
		max-width: 370px;
		padding: 28px 16px 16px;
		border-radius: 12px;
	}

	.fvr-report-content .fvr-report-input {
		max-width: 260px;
		margin-bottom: 24px;
	}

	.fvr-report-content .fvr-report-input h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.fvr-report-content .fvr-report-input input {
		border-radius: 6px;
		font-size: 15px;
		padding: 0 14px;
		height: 44px;
	}

	.fvr-draw-roof-detail {
		padding: 24px 16px 20px;
		border-radius: 10px;
	}

	.fvr-draw-roof-card h3, 
	.fvr-img-selected h3 {
		border-radius: 6px;
		padding: 10px 14px;
		max-width: 250px;
		margin: 0 auto 20px;
	}

	.fvr-draw-roof-card h3>span, .fvr-img-selected h3>span {
	    font-size: 22px;
	}

	.fvr-tooltip-wrap {
		margin-top: 1px;
	}

	.fvr-tooltip-wrap img {
		width: 16px;
		height: 16px;
	}

	.fvr-tooltip-wrap .fvr-tooltip-content p {
		font-size: 10px;
		line-height: 15px;
	}

	.fvr-tooltip-content .fvr-close-tooltip {
		width: 16px;
		height: 16px;
		right: -7px;
		top: -7px;
	}

	.fvr-tooltip-wrap .fvr-tooltip-content {
		padding: 10px;
		width: 260px;
		right: 0;
		left: auto;
		bottom: 24px;
		border-radius: 7px;
		border-bottom-right-radius: 0;
	}

	.fvr-draw-roof-card .fvr-tooltip-wrap .fvr-tooltip-content {
		bottom: 20px;
		right: 0;
		left: auto;
		width: 260px;
	}

	.fvr-select-img {
		padding-top: 16px;
	}

	.fvr-select-img .fvr-select-row {
		margin: 0 -5px 24px;
	}

	.fvr-select-row .fvr-select-img-col {
		padding: 0 5px;
	}

	.fvr-select-img-card {
		padding: 6px;
		border-radius: 6px;
	}

	.fvr-select-img-card img {
		border-radius: 6px;
	}

	.fvr-select-img-card.active img {
		border-width: 2px;
	}

	.fvr-select-img .fvr-selected-img {
		max-width: 280px;
		border-radius: 12px;
		margin: 0 auto 24px;
		padding: 16px;
	}

	.fvr-select-img .fvr-selected-img img {
		border-width: 2px;
		border-radius: 12px;
	}

	.fvr-select-img #fvr-confirm-selection-btn {
		font-size: 16px;
		line-height: 1.25;
		border-radius: 7px;
		padding: 12px 20px;
	}

	.fvr-report-content.fvr-roof-selected {
		max-width: 370px;
	}

	.fvr-img-selected {
		border-radius: 10px;
		padding: 24px 16px 20px;
	}

	.fvr-draw-roof-img {
		max-width: 260px;
	}

	.fvr-draw-roof-img img {
		border-radius: 12px;
	}

	.fvr-draw-roof-btn {
		column-gap: 16px;
		margin-top: 20px;
	}

	.fvr-draw-roof-btn .fvr-reset-btn {
        width: 18px;
        height: 18px;
    }

	.fvr-draw-roof-btn .fvr-submit-btn {
		font-size: 12px;
        line-height: 24px;
        border-radius: 6px;
        padding: 6px 20px;
    }

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline1 {
		width: 47px;
        left: 27px;
        top: 92px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline2 {
		width: 32px;
        left: 48px;
        top: 82px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline3 {
		width: 36px;
        left: 40px;
        top: 105px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline4 {        
		left: 55px;
        top: 80px;
        width: 86px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline5 {
		left: 71px;
        top: 106px;
        width: 76px;
    }

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline6 {
		left: 41px;
        top: 129.5px;
        width: 125px;
        transform: rotate(14.34deg);
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline7 {
		width: 26px;
        left: 132px;
        top: 101px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline8 {
		width: 10px;
        left: 144px;
        top: 114px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline9 {
		width: 36px;
        left: 136px;
        top: 130px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline10 {
		width: 36px;
        left: 127px;
        top: 74px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline11 {
		width: 37px;
        left: 139px;
        top: 94px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline12 {
		width: 84px;
        left: 134px;
        top: 106px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline13 {
		width: 25px;
        left: 143.5px;
        top: 68px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline14 {
		width: 40px;
        left: 149px;
        top: 62px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline15 {
		width: 28px;
        left: 161px;
        top: 72.5px;
	}

	.fvr-detecting-roof-data p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.fvr-detecting-roof-data {
		margin: 20px auto 0;
		padding-bottom: 1px;
		max-width: 180px;
	}

	.fvr-progress {
	    height: 5px;
	}

	.fvr-automated-detections.fvr-report-content {
		padding: 28px 16px 16px;
		max-width: 370px;
	}

	.fvr-automated-detections-card.fvr-img-selected {
		padding: 24px 16px 20px;
	}

	.fvr-roof-detail-row {
		row-gap: 20px;
		margin-bottom: 20px;
	}

	.fvr-roof-detail-row .fvr-roof-outline-col {
    	width: 100%;
	}

	.fvr-roof-detail-row .fvr-roof-measurements-col {
		width: 100%;
	}

	.fvr-edge-editing-tool-list li {
		padding-left: 17px;
		margin-right: 16px;
	}

	.fvr-save-report-wrap {
		margin-top: 20px;
	}

	.fvr-save-report-wrap .fvr-save-report-btn {
		font-size: 16px;
		padding: 12px 20px;
		border-radius: 6px;
	}

	.fvr-improved-roof-outline-card {
		border-radius: 6px;
		padding: 20px 16px 16px;
	}
	
	.fvr-improved-roof-outline {
        height: 340px;
		border-radius: 6px;
		margin: 20px auto 20px;
    }

	.fvr-measurements-card {
		border-radius: 6px;
		padding: 16px 16px;
		margin-bottom: 20px;
		min-height: unset;
	}

	.fvr-see-drawn-popup {
		width: 280px;
		padding: 20px 16px;
		left: 50%;
		transform: translateX(-50%);
		top: 100%;
	}

	.fvr-see-drawn-popup .fvr-roof-outline {
		height: 1.5px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline1 {
		width: 50px;
        left: 20px;
        top: 95px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline2 {
		width: 34px;
        left: 43px;
        top: 85px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline3 {
		width: 36px;
        left: 35px;
        top: 110px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline4 {
		left: 49px;
        top: 82.5px;
        width: 83px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline5 {
		left: 65px;
        top: 111.5px;
        width: 72px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline6 {
		left: 35px;
        top: 136px;
        width: 121px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline7 {
		width: 28px;
        left: 122px;
        top: 105px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline8 {
		width: 10px;
        left: 134px;
        top: 119px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline9 {
		width: 38px;
        left: 126px;
        top: 138px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline10 {
		width: 40px;
        left: 115px;
        top: 76px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline11 {
		width: 40px;
        left: 127.5px;
        top: 99px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline12 {
		width: 89px;
        left: 120px;
        top: 112px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline13 {
		width: 26px;
        left: 133px;
        top: 69px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline14 {
		width: 37px;
        left: 139px;
        top: 63px;
	}

	.fvr-see-drawn-popup .fvr-roof-outline.fvr-outline15 {
		width: 28px;
        left: 150px;
        top: 75px;
		transform: rotate(155deg);
	}

	.fvr-edge-editing-tool-card {
		padding: 20px 16px;
		border-radius: 6px;
	}

	.fvr-roof-quote-card {
		border-radius: 6px;
		padding: 16px 16px;
		justify-content: center;
		gap: 16px;
	}

	.price-per-sqft-wrap {
		width: 94px;
	}

	.fvr-roof-quote-card input {
    	padding: 6px 8px;
		font-size: 12px;
		border-radius: 6px;
	}

	.price-per-sqft-wrap span {
    	padding: 6px 8px;
		font-size: 12px;
	}
	
	.fvr-roof-quote-card .fvr-roof-quote-inner h5 {
		font-size: 16px;
	}

	.fvr-roof-quote-card .fvr-roof-quote-inner p {
		font-size: 20px;
	}

	.fvr-see-drawn-wrap .fvr-reset-btn {
		width: 18px;
		height: 18px;
	}

	.fvr-improved-roof-outline .fvr-improved-roof-shadow {
		transform: scale(0.85);
	}

	.fvr-measurements-card ul li span img {
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}

    .fvr-measurements-card ul li span:first-child {
        width: 55%;
        padding-right: 8px;
    }

	.fvr-measurements-card ul li span:last-child {
        width: 45%;
    }

	.fvr-preview-roof-report.fvr-automated-detections.fvr-report-content {
		padding-bottom: 16px;
	}

	.fvr-preview-roof-report .fvr-improved-roof-outline-card {
		padding-bottom: 16px;
	}


	#fvr-drawn-roof-outline.fvr-img-selected {
		padding-bottom: 20px;
	}

	.fvr-page-count {
		position: static;
		min-width: unset;
		max-width: 134px;
		margin: 16px auto 0;
	}

	.fvr-page-count span {
	    font-size: 20px;
		min-width: 74px;
	}

	.fvr-learn-more-wrap::before,
	.fvr-learn-more-wrap::after {
		width: 150px;
		height: 85px;
		opacity: 0.9;
	}

	.fvr-learn-more-wrap .fvr-learn-more-content {
		padding: 55px 0;
		max-width: 520px;
	}

	.fvr-learn-more-wrap .fvr-learn-more-content p {
		font-size: 16px;
		line-height: 1.5;
	}

	/*-_-_Roof_Report_CSS_End_-_-*/

	/*-_-_Terms-of-Services_CSS_Start_-_-*/
	.fvr-terms-service-wrap {
		padding: 100px 0 55px;
	}

	.fvr-terms-service-wrap::before {
		height: calc(100vh - 98px);
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h1 {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h4 {
		font-size: 22px;
		padding-top: 8px;
		margin-bottom: 16px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h4:nth-child(2) {
		margin-bottom: 20px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content h5 {
		font-size: 20px;
		padding-top: 15px;
		margin-bottom: 12px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul {
		margin-bottom: 16px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul li {
		font-size: 16px;
		padding-left: 20px;
		margin-bottom: 16px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul li::before {
		font-size: 21px;
		line-height: 21px;
	}
	
	.fvr-terms-service-wrap .fvr-terms-service-content p a,
	.fvr-terms-service-wrap .fvr-terms-service-content ul li a {
		word-break: break-all;
		display: inline;
	}
	/*-_-_Terms-of-Services_CSS_End_-_-*/

	/*-_-_Privacy-Policy_CSS_Start_-_-*/
	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4 {
		padding-top: 15px;
		margin-bottom: 10px;
	}

	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4:nth-child(2) {
		margin-bottom: 20px;
	}

	.fvr-privacy-policy-wrap.fvr-terms-service-wrap .fvr-terms-service-content h4 + h5 {
		padding-top: 10px;
	}
	/*-_-_Privacy-Policy_CSS_End_-_-*/

	/*-_-_Dashboard_CSS_Start_-_-*/
	.fvr-dashboard-wrap {
		min-height: calc(100dvh - 68.71px);
	}

	.fvr-dashboard-sidebar .fvr-sidebar-content {
		padding: 24px 16px;
	}

	.fvr-sidebar-inner h5 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.fvr-sidebar-inner ul li a {
		font-size: 14px;
		border-radius: 6px;
	}

	.fvr-dashboard-content {
		padding: 20px 16px;
	}

	.fvr-roof-reports-table-wrapper {
		padding: 24px 16px 20px;
		border-radius: 6px;
	}

	.fvr-roof-reports-table-wrap {
		overflow-x: auto;
		padding: 0 2px 2px;
	}

	.fvr-roof-reports-table-wrap .fvr-roof-reports-table {
		min-width: 520px;
	}

	.fvr-roof-reports-table-heading {
		margin-bottom: 20px;
	}

	.fvr-roof-reports-table-heading h4 {
		font-size: 20px;
	}

	.fvr-roof-reports-table-heading .table-btns button {
		width: 20px;
		height: 20px;	
	}

	.fvr-roof-reports-table-heading .table-btns button img {
    	width: 8px;
	}

	.fvr-roof-reports-table tr th {
		font-size: 15px;
		line-height: 20px;
		padding: 10px 8px;
	}

	.fvr-roof-reports-table tr td {
		padding: 12px 8px;
	}

	.roof-report-modal .modal-dialog {
		max-width: 370px;
		margin: 16px auto;
		padding: 0 12px;
	}
	
	.fvr-report-wrap .close-btn {
		width: 22px;
		height: 22px;
		top: 10px;
		right: 10px;
	}

	.fvr-edit-btn-wrap {
		margin-top: -10px;
	}

	.roof-report-modal.fvr-report-wrap .fvr-report-content {
		padding: 28px 16px 16px;
	}
	/*-_-_Dashboard_CSS_End_-_-*/
	
	/*-_-_Dashboard_Setting_CSS_Start_-_-*/
	.fvr-profile-card {
		border-radius: 6px;
		max-width: 100%;
		padding: 24px 16px;
		margin-bottom: 20px;
	}

	.fvr-profile-card .fvr-profile-card-heading h4 {
		font-size: 20px;
	}

	.fvr-profile-card form .fvr-form-group {
		margin-bottom: 16px;
	}

	.fvr-credit-card .fvr-credit-card-content {
		padding: 12px 10px 16px;
		min-height: unset;
	}

	.fvr-credit-card-detail .fvr-credit-card-inner {
		padding-left: 16px;
	}


	.fvr-edit-payment-method-popup .modal-dialog {
		max-width: 400px;
		margin: 20px auto;
		padding: 0 14px;
	}

	.fvr-edit-payment-method-popup .close-btn {
		width: 22px;
		height: 22px;
		top: -8px;
		right: -8px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-wrap {
		padding: 24px 16px 20px;
		border-radius: 12px;
	}

	.fvr-edit-payment-method-popup .secure-checkout-wrap .fvr-signin-form label {
		margin-bottom: 12px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-wrap .fvr-signin-content h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-payments input {
		padding: 0 16px 0 58px;
	}

	.fvr-edit-payment-method-popup .fvr-payments .fvr-payment-imgs {
		left: 16px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-expire span,
	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-cvc span {
		left: 16px;
	}

	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-expire {
		width: 100%;
	}

	.fvr-edit-payment-method-popup .fvr-signin-form .fvr-card-info .fvr-card-info-inner .fvr-expire input {
		border-radius: 0;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn {
		padding-top: 10px;
		gap: 20px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn .cancel-btn {
		font-size: 16px;
	}

	.fvr-edit-payment-method-popup .fvr-payment-method-btn button[type="submit"] {
		padding-left: 24px;
		padding-right: 24px;
	}
	/*-_-_Dashboard_Setting_CSS_End_-_-*/
}

@media only screen and (max-width: 480px) {
	/*-_-_Terms-of-Services_CSS_Start_-_-*/
	.fvr-terms-service-wrap .fvr-terms-service-content h1 {
		font-size: 35px;
		margin-bottom: 30px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content p,
	.fvr-terms-service-wrap .fvr-terms-service-content ul li {
		font-size: 15px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content p {
		margin-bottom: 18px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul li::before {
		font-size: 20px;
		line-height: 20px;
	}

	.fvr-terms-service-wrap .fvr-terms-service-content ul li {
		margin-bottom: 14px;
	}
	/*-_-_Terms-of-Services_CSS_End_-_-*/
}  

@media only screen and (max-width: 400.5px) {
	/*-_-_Roof_Report_CSS_Start_-_-*/
    .fvr-report-wrap .fvr-report-content {
        max-width: 296px;
        padding: 26px 15px 15px;
    }

	.fvr-draw-roof-card h3, .fvr-img-selected h3 {
        max-width: 232px;
    }

	.fvr-draw-roof-detail {
        padding: 22px 15px 18px;
    }

	.fvr-select-img-card {
        padding: 0;
        border-radius: 6px;
    }

	.fvr-draw-roof-card h3>span, .fvr-img-selected h3>span {
        font-size: 20px;
    }

	.fvr-select-img .fvr-selected-img {
        max-width: 250px;
        border-radius: 10px;
        margin: 0 auto 20px;
        padding: 15px;
    }

	.fvr-report-content.fvr-roof-selected {
        max-width: 290px;
    }

	.fvr-draw-roof-img {
        max-width: 210px;
    }

	.fvr-draw-roof-img .fvr-roof-outline {
        height: 1.5px;
    }

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline1 {
		width: 38px;
        left: 20px;
        top: 74px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline2 {
		width: 28px;
        left: 37px;
        top: 68px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline3 {        
		width: 27px;
        left: 32px;
        top: 86px;
        transform: rotate(-28deg);
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline4 {        
		left: 44px;
        top: 65px;
        width: 70px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline5 {
		left: 56px;
        top: 86.9px;
        width: 62px;
    }

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline6 {
		left: 32px;
        top: 104.5px;
        width: 102px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline7 {
		width: 21px;
        left: 107px;
        top: 82px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline8 {
		width: 8px;
        left: 116px;
        top: 92px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline9 {
		width: 28px;
        left: 110px;
        top: 105px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline10 {
		width: 30px;
        left: 102px;
        top: 61px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline11 {
		width: 29px;
        left: 112.6px;
        top: 76px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline12 {
		width: 65px;
        left: 109px;
        top: 85px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline13 {
		width: 20px;
        left: 115.5px;
        top: 54px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline14 {
		width: 32px;
        left: 120px;
        top: 50px;
	}

	.fvr-draw-roof-img .fvr-roof-outline.fvr-outline15 {
		width: 22px;
        left: 130px;
        top: 58px;
		transform: rotate(158.5deg);
	}

	.fvr-improved-roof-outline {
        height: 260px;
    }

	.fvr-improved-roof-outline .fvr-improved-roof-shadow {
        transform: scale(0.7);
    }

	.fvr-preview-roof-report.fvr-automated-detections.fvr-report-content {
		padding-bottom: 15px;
	}
	/*-_-_Roof_Report_CSS_End_-_-*/

	/*-_-_Dashboard_CSS_Start_-_-*/
	.roof-report-modal.fvr-report-wrap .fvr-report-content {
		padding: 26px 15px 15px;
	}
	/*-_-_Dashboard_CSS_End_-_-*/
}

@media only screen and (max-width: 374.5px) {
	.fvr-footer-content .fvr-footer-inner p {
		max-width: 320px;
	}

	/*-_-_Signin_CSS_Start_-_-*/
	.fvr-signin-wrap {
		min-height: calc(100vh - 415.95px);
	}

	/*-_-_Signin_CSS_End_-_-*/

	/*-_-_Verify_Email_CSS_Start_-_-*/
	.fvr-verify-email-wrap.fvr-signin-wrap .fvr-signin-content {
		max-width: 310px;
		padding: 30px 24px 24px;
	}

	/*-_-_Verify_Email_CSS_End_-_-*/
}