@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/
@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Bold.woff2') format('woff2'),
        url('DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 68px;
	}
.header{
	float: left;
    width: 100%;
    background:#fff;
   	padding: 10px 0;
	box-shadow:0px 1px 10px 0px rgba(0,0,0,0.1);
	height:68px;
	margin-top:-68px;
	top:68px;
	position:relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#fff;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);				
	}
.header_logo{
	float:left;
	width:152px;
	}				
a.header_btn {
    float: right;
    background: #ff8c42;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 154px;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    border-radius: 6px;
	margin:3px 0 0;
}
a.header_btn img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin: -3px 0 0 5px;
}
ul.menu-list{
	display:inline-block;
	vertical-align:top;
	margin:15px 0 0 0;
	}
ul.menu-list li{
	float: left;
	}
ul.menu-list li a{
	float:left;
    font-size: 15px;
    line-height: 15px;
	color:#000;
	padding:0 18px;
	}	
ul.menu-list li a:hover{ color:#066464;}
ul.menu-list li a.active{ color:#066464;}

/*=====Menu=====*/
.mob-mnu-ic{
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 16;
    height: 30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3{
	width: 30px;
	height: 3px;

	background-color: #737373;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#737373;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#737373;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:68px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:68px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float: left;
    width: 100%;
    padding: 17px 20px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
	}	
.mobilemenu li a:hover{color:#000;}	

/*-----------------------
Banner Section
------------------------*/	
.bnr_section{
	float:left;
	width:100%;
	background:url(../images/solar-banner.webp) no-repeat center top;
	background-size:cover;
	padding:50px 0 80px;
	overflow:hidden;	
	}
.bnr_content{
	float:left;
	width:52%;
	text-align:left;
	}
.bnr_heading{
	font-size:54px;
	line-height:60px; 	
	font-family: 'DM Sans';
	font-weight:700;
	margin-top:10px;
	letter-spacing:-1.5px;
	}
.bnr_heading span{
    color:#066464;
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:25px;
	}
.common_button{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	max-width:338px;
    height:62px;
    background: #ff8c42;
	font-family: 'DM Sans';
    font-size:25px;
    line-height:62px;
    color: #fff;
    font-weight:bold;
    border-radius: 8px;
	text-align:center;
	margin-top:45px;
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-3px 0 0 10px;
	}
	
/*-----------------------
 Strip Section
------------------------*/	
.brand_strip{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #e3e3e3;
	}

.brand_box{
	width:100%;
	margin:0 auto 0;
	}	
.feature_text{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:16px;
	color:#000;
	margin:0 0 15px;
	}	
ul.brand_list{
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	column-gap: 80px;
	}
ul.brand_list li{
	display:inline-block;
	vertical-align:middle;
	}		
ul.brand_list li img{
	margin:0 auto;
	display:block;
	max-width:none;
	max-height:100%;
	width:auto;
	}
.pacific_logo{height:44px;}
.corebridge_logo{height:43px;}
.legal_logo{height:67px;}
.bright_logo{height:37px;}
.lincoln_logo{height:37px;}
.mutual_logo{height:33px;}
	
/*-----------------------
 Section 1
------------------------*/	
.section_1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s1_imgbx{
	float:left;
	width:44%;
	}
.s1_img{
	display:block;
	margin:0 auto;
	border-radius:13px;
	}
.s1_contbx{
	float:right;
	width:51%;
	text-align:left;
	}
.common_heading{
	font-size:42px;
	line-height:48px;
	color:#000;
	font-family: 'DM Sans';
	font-weight:bold;
	letter-spacing: -1px;
	}
.common_heading span{
	color:#066464;
	}
	
.s1_list_heading{
	font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    margin-top: 25px;
	}	
ul.s1_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:5px;
	text-align:left;
	}
ul.s1_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:url(../images/inner-sec1-list-tick.webp) no-repeat left 2px;
	background-size:25px;
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	padding-left:40px;
	margin-top:15px;
	}
/*-----------------------
 Section 2
------------------------*/	
.section_2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f4fdfc;
	}
.s2_cont_bx{
	float:left;
	width:40%;
	text-align:left;
	margin:20px 0 0;
	}
.s2_right_blk{
	float:right;
	width:55%;
	text-align:left;
	}
.s2_box{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s2_col{
	width:50%;
	padding:35px 35px 40px;
	position:relative;
	}
.s2_col:after, .s2_col:before{
	content:'';
	position:absolute;
	}
.s2_col:after{
	top: 0;
	right: 0;
	bottom:0;
	width: 1px;
	background: #cfcfcf;
	}
.s2_col:before{
    top: 0;
    right:0;
    left:0;
    height: 1px;
    background: #cfcfcf;
	}
.s2_col:nth-child(2):after , .s2_col:nth-child(4):after{ display:none;}
.s2_col:nth-child(1):before , .s2_col:nth-child(2):before{ display:none;}
.s2_col:nth-child(2) , .s2_col:nth-child(4){ padding-right:0;}
.s2_col:nth-child(1) , .s2_col:nth-child(3){ padding-left:0;}
.s2_col:nth-child(1) , .s2_col:nth-child(2){ padding-top:0;}

.s2_box img{
	width:76px;
	}
.s2_box h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	margin-top:5px;
	}
.s2_box p{
	margin-top:15px;
	}
/*-----------------------
 Section 3
------------------------*/	
.section_3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
ul.s3_work_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin:50px auto 0;
	}
ul.s3_work_list li{
	width:31%;
	position:relative;
	text-align:center;
	z-index:1;
	}
ul.s3_work_list li:before{
	content:'';
	position:absolute;
    top: 95px;
   	right: -170px;
    width: 280px;
    border-bottom: 2px dotted #a2c5c5;
	z-index:-1;
	}
ul.s3_work_list li:last-child:before{ display:none;}
ul.s3_work_list li img{
	display:block;
	margin:0 auto;
	width:194px;
	}
ul.s3_work_list li h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	}
ul.s3_work_list li p{ 
	margin-top:15px; 
	letter-spacing:0.3px;
	text-align: center;
	}

/*-----------------------
 Section 4
------------------------*/		
.section_4{
	float:left;
	width:100%;
	background:#F4FDFC;
	padding:60px 0 70px;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:760px;
	text-align:center;
	margin-top:30px;
	}
.up-slide-dwn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	border-bottom:2px solid #ebedf2;
	}
.up-slide-dwn:last-child{ border-bottom:none;}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
	background: url(../images/close.webp) no-repeat no-repeat right 15px center;
	background-size:14px;
   	font-size: 20px;
    line-height: 26px;
    font-weight:bold;
    color: #000;
    padding:25px 35px 25px 0;
    cursor: pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat right 15px center;
	background-size:14px;
	}
.acdn-content{
    float: left;
    width: 100%;
	padding:0 40px 0 0;
	}
.acdn-para{
    font-size:18px;
    line-height: 24px;
	color:#212121;
	letter-spacing: 0.3px;
    margin-bottom:25px;
	}
/*--------------------
	Section 5
------------------------*/
.section_5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	border-bottom:2px solid #e8e8e8;
	}
.section_6 .common_heading{
	font-size:40px;
	line-height:48px;
	font-weight:700;
	}
.form_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:835px;
	background:#fff;
	border:1px solid #d5d8d8;
	border-radius:12px;
	padding:35px 45px 40px;
	position:relative;
	margin-top:55px;
	box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
	}
.frm_arw{
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-10px;
	width:20px;
	}
.frm_sec{
	display:inline-block;
    vertical-align:middle;
    width:100%;
	}
.frm_sec_inr{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	}
.frmfield{
	float:left;
    width:47%;
	margin-top:25px;
	}
	
.frm_label{
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    font-weight:500;
	text-align:left;
    color: #000000;
	}
.mt_0{ margin-top:0;}
.input_fld{
    float: left;
    width: 100%;
    height:65px;
    color: #000;
    font-size: 18px;
    background: #fff;
    text-align: left;
    border-radius: 10px;
    font-family: 'Inter';
    border: 1px solid #d8d8d8;
    font-weight: normal;
    padding: 0 15px;
    outline: none;
    -webkit-appearance: none;
    margin-top: 10px;
	}
.select_flds{
    background: url(../images/down-arrow.webp) no-repeat center right 15px;
	}

.fieldToggle{
    float: left;
    color: #000;
    cursor: pointer;
    position: relative;
    padding-left:38px;
	margin-top:35px;
	}
.fieldToggle input[type=checkbox]{
	position: absolute;
	opacity: 0;
	}
.fieldToggle input[type=checkbox] + span{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	position: relative;
	background: #fff;
	border:1px solid #d8d8d8;
	border-radius:3px;
	}
.fieldToggle input[type=checkbox] + span{
	position: absolute;
	top:5px;
	left: 0;
	}
.fieldToggle input[type=checkbox]:checked + span:after{
	position: absolute;
	content: '';
	width:18px;
	height:18px;
	background: url(../images/blk_tik.svg) no-repeat center center;
	background-size: 100%;
	left: 1px;
	top: 1px;
	}
.check_bx_txt{
	text-align:left;
	color: #000000;
	font-size:14px;
	line-height:21px;
	font-weight:400;
	}
.check_bx_txt a{
	color:#066464;
	text-decoration:underline;
}
.frm_btn{
	text-align:center;
	font-family: 'DM Sans';
	font-weight:700;
	-webkit-appearance:none;
	border:none;
	cursor:pointer;
	line-height: normal !important;
	margin-top:40px;
	}
	
/*--------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
    padding:40px 0;
	background:#fff;
	}
.ftr_logo{
	display:block;
	margin:0 auto 25px;
	width:152px;
	}
.ftr_txt{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height:30px;
    color: #000;
	}	
.footer .ftr_txt a{
    padding:0 8px;
    color:#000;
	}	
	
/*===========================
CSS FOR FLOOR PAGE
===========================*/
.floor_bnr_section{background: url(../images/floor-banner.webp) no-repeat center bottom; background-size:cover;}	

/*===========================
CSS FOR WINDOW PAGE
===========================*/
.window_bnr_section{background: url(../images/window-banner.webp) no-repeat center top 40%; background-size:cover;}

/*===========================
CSS FOR ROOF PAGE
===========================*/
.roof_bnr_section{background: url(../images/roof-banner.webp) no-repeat center bottom 30%; background-size:cover;}

/*===========================
CSS FOR FINANCE PAGE
===========================*/
.fin_bnr_section{background: url(../images/fin-banner.webp) no-repeat center top 30%; background-size:cover;}

/*===========================
CSS FOR HVAC PAGE
===========================*/
.hvac_bnr_section{background: url(../images/hvac-banner.webp) no-repeat center bottom 30%; background-size:cover;}	
				
						
/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}
	
.bnr_heading{ font-size: 47px; line-height: 52px;}

ul.brand_list{column-gap: 30px;}
ul.brand_list li img{height:30px;}
ul.brand_list li img.legal_logo{height:40px;}
	
.s2_col{ padding: 25px 20px 25px;}
	
.common_heading{ font-size: 39px; line-height: 47px;}
	
}

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

a.header_btn{ font-size: 17px; width: 165px; height: 44px; line-height: 44px; margin-right:45px;}
ul.menu-list{display: none;}
	
.bnr_section{ padding: 35px 0 60px;}	
.bnr_content{ width: 58%;}	
.bnr_heading{ font-size: 40px; line-height: 48px;}	
.common_text{ font-size: 17px; line-height: 24px; color: #000;}
.btn_box{ margin-top: 35px; }	
.common_button{ max-width: 263px; height: 55px; font-size: 17px; line-height: 55px; border-radius: 40px;}

.brand_strip{ padding: 30px 0;}

.section_1{ padding: 40px 0 50px;}
.common_heading{ font-size: 30px; line-height: 38px;}
.s1_imgbx{ width:41%;}
.s1_contbx{ width:55%;}
.s1_list_heading{ font-size: 22px; line-height: 28px;}
ul.s1_list li{background-size: 20px; font-size: 17px; line-height: 22px; padding-left: 30px; margin-top: 12px;}

.section_2{ padding:40px 0 50px;}
.s2_right_blk{ width: 58%;}
.s2_cont_bx{margin:20px 0 0;}
.s2_box img{ width:55px;}
.s2_box h3{ font-size: 19px; line-height: 27px;}
.s2_box p{ letter-spacing: 0; font-size: 16px; line-height: 22px;}
.s2_col{ padding: 18px 15px 18px;}


	
.section_3{ padding:35px 0 45px;}
ul.s3_work_list{ margin: 30px auto 0;}
ul.s3_work_list li img{ width: 150px;}	
ul.s3_work_list li:before{ top: 70px; right: -75px; width: 130px;}
ul.s3_work_list li h3{ font-size: 20px; line-height: 28px;}	

.section_4{ padding:35px 0 45px;}
.faq-container{ margin-top: 15px;}
.accordion{ font-size: 19px;  line-height: 25px; padding: 20px 35px 20px 0;}	
.acdn-para{ font-size: 17px; line-height: 23px; margin-bottom: 20px;}
		
.section_5{ padding: 35px 0 45px;}
.section_5 .common_heading{ font-size: 35px; line-height: 45px;}
.form_box{ margin-top: 40px;}
			
.footer{ padding: 25px 0 30px;}	
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top-fix-bar{ margin-bottom:50px;}
.header{ 
	padding: 7px 0 8px; 
	background:#fff; 
	position:relative; 
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	height:50px; 
	margin-top: -50px; 
	top: 50px;
}
.header_logo{ width: 110px; margin:1px 0 0;}	
a.header_btn{font-size: 13px; width: 120px; height: 34px; line-height: 33px; margin:2px 0 0;}

.mob-mnu-ic{ top:8px; right:15px;}
.mobilemenu{ top:50px;}
.mobimenu-top{ top: 50px;}	
		
.bnr_section{ padding: 20px 0 30px; background-position: left 55% top;}		
.bnr_content{ width: 100%;}	
.bnr_heading{ font-size: 30px; line-height:34px; margin-top:0; letter-spacing:-1px;}
.bnr_heading span{
	position:relative;
	z-index:1;
	text-shadow: 1px -11px 20px #fff;
}
.common_text{ font-size: 16px; line-height: 22px; margin-top:20px; color: #000;}
.bnr_section .common_text{ max-width: 260px; margin-top:12px;}
.btn_box{ margin-top: 25px;}
.common_button{ max-width: 205px; height: 46px; line-height: 45px; border-radius: 8px; margin-top:30px;}		
		
.brand_strip{ padding: 20px 0;}
.feature_text{ width:100%; font-size: 14px; line-height: 14px;}
ul.brand_list{ width:100%; column-gap: 15px; margin: 0 auto;}
ul.brand_list li img{ height: 16px;}
.brand_strip_scroller {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.scroll_brand_list {
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 20s linear infinite;
	}
ul.scroll_brand_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	position: relative;
	}
.brand-logo{height: 28px; width:auto;}
.brand-logo.legal_logo{height:40px;}
@keyframes marquee-horizontal {
from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}
}

.section_1{ padding: 25px 0 30px;}
.s1_imgbx{ width: 100%; margin-top: 25px;}
.s1_img{ 
	border-radius: 8px; 
	max-width: none;
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: bottom center;
}
.s1_contbx{ width: 100%;}
.common_heading{ font-size: 30px; line-height: 36px; letter-spacing: -1.6px;}
.s1_list_heading{ font-size: 20px; line-height: 26px; margin-top: 22px;}
ul.s1_list li{ background-size:18px; margin-top: 10px;}
.common_button img{ width: 20px; margin: -4px 0 0 10px;}

.section_2{ padding: 25px 0 30px;}
.s2_cont_bx{ width: 100%; margin:0;}
.s2_right_blk{ width: 100%;  margin-top: 25px;}
.s2_box img{ width: 40px;}
.s2_col{ padding: 13px 15px;}
.s2_box h3{ font-size: 17px; line-height: 22px;}
.s2_box p{ letter-spacing: 0; font-size: 15px;line-height: 20px; margin-top: 10px;}

.section_3{ padding: 25px 0 30px;}
ul.s3_work_list{ margin:20px auto 0; max-width:266px;}
ul.s3_work_list li{ width: 100%; padding:40px 0;}
ul.s3_work_list li:first-child{ padding-top:0;}
ul.s3_work_list li:last-child{ padding-bottom:0;}
ul.s3_work_list li img{ width: 140px;}
ul.s3_work_list li h3{ font-size: 20px; line-height: 26px; margin-top: 15px;}	
ul.s3_work_list li p{ margin-top: 10px; letter-spacing: 0;}
ul.s3_work_list li:before{ display:none;}
ul.s3_work_list li:after{ 
	content: ''; 
	position: absolute;  
	border-left:2px dotted #a2c5c5; 
	left: 50%;
	margin-left: -4px; 
	height:60px; 
	bottom: -30px;
}
ul.s3_work_list li:last-child:after{ display:none;}
		
.section_4{ padding: 25px 0 35px;}
.up-slide-dwn{border-bottom: 1px solid #ebedf2;}
.accordion{ font-size: 17px; line-height: 25px; padding: 15px 35px 15px 0;}
.acdn-content{ padding:0;}
.acdn-para{ font-size: 16px; line-height: 22px; margin-bottom: 18px;}
		
.section_5{ padding: 25px 0 35px; border-bottom:1px solid #e8e8e8;}
.section_5 .common_heading { font-size: 26px; line-height: 34px;}
.form_box{ border-radius: 7px; margin-top: 25px; padding:20px 18px 30px;}
.frm_arw{ top: -15px; margin-left: -7px; width: 15px;}
.frm_sec_inr{ row-gap:8px;}
.frmfield{ width: 100%; margin-top: 10px;}
.frm_label{ float: left; font-size: 15px; line-height: 22px;}
.input_fld{ height: 50px; font-size: 15px; border-radius: 6px; margin-top:5px; padding:0 10px;}
.fieldToggle{ padding-left: 30px; margin-top: 20px;}	
.fieldToggle input[type=checkbox] + span{ width: 20px; height: 20px; top:2px;}
.fieldToggle input[type=checkbox]:checked + span:after{ width: 15px; height: 15px;}
.check_bx_txt{ font-size: 13px; line-height: 19px;}
.frm_btn{ margin-top: 30px;}
	
.footer{ padding: 25px 0 20px;}
.ftr_logo{ width: 100px; margin:0 auto 15px;}
.ftr_txt{ font-size: 14px; line-height: 25px;}

/*===========================
CSS FOR FLOOR PAGE
===========================*/
.window_bnr_section{background:url(../images/window-banner-mob.webp) center top no-repeat; background-size:100%;}
.window_bnr_section .common_text{max-width:240px;}

/*===========================
CSS FOR WINDOW PAGE
===========================*/
.floor_bnr_section{background-position: left 55% bottom;}
.floor_bnr_section .common_text{width:240px;}

/*===========================
CSS FOR ROOF PAGE
===========================*/
.roof_bnr_section{background:url(../images/roof-banner-mob.webp) center top no-repeat; background-size:100%;}
/* .roof_bnr_section{background-position: left 53% bottom;} */
.roof_bnr_section .common_text{width:200px;}	


/*===========================
CSS FOR FINANCE PAGE
===========================*/
.fin_bnr_section{background:url(../images/fin-banner-mob.webp) center top no-repeat; background-size:100%;}
.fin_bnr_section .common_text{max-width:200px;}

/*===========================
CSS FOR HVAC PAGE
===========================*/
.hvac_bnr_section{background-position: left 58% bottom;}
.hvac_bnr_section .common_text{max-width:210px;}


}

/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:1.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}