@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* { margin:0; padding:0; font-size:100%; line-height:normal }

body { margin:0 auto; font-size:100%; line-height:100%; font-family: 'Mulish', sans-serif; text-align:center; vertical-align:top;background: #eff5ff; }

ul { list-style-image:none; list-style-position:outside; list-style-type:none }

img, fieldset { border:none }

html { overflow-y:scroll; overflow-x:auto }

a { font-family: 'Mulish', sans-serif; outline:none }

a:link, titlePDF {text-decoration:none }
a:visited, titlePDF {  text-decoration:none }

a:hover, titlePDF:hover {text-decoration:underline }
header{
	font-family: 'Mulish', sans-serif; 
	color:#414141;
	background:#fff;
}
h1, h2, h3, h4, h5, h6{
	text-align: left;
}
.header-top{
	/*background: url(../images/banner-list.jpg);*/
	    background-color: #00446a;
	width: 100%;
	background-size: cover;
	padding: 30px 0;
	text-align:left;
	    color: #fff; 
} 
.header-top .row div{
	padding: 0 !important;
}
.logo-rgt{
	margin-top:30px;
	float: right;
}
.navbar{
	background-color: transparent;
    margin-bottom: 0;
    border-radius: 6px;
    border: none;
    min-height: auto
}
.navigation {
    border-top: 3px solid #00a6e9;
    padding: 18px 0;
}
.navbar .container-fluid{
	padding: 0 !important;
}
.navbar li {
    color: #fff;
    font-size: 14px;
}
.navbar-nav > li > a{
	color: #100E0F !important;
    padding: 0px 0px 0px 35px;
    text-transform: uppercase;
}
.navbar-nav li:hover a{
	text-decoration: underline;
}
.nav-right{
	float: right;
}
.loggedInUser {
    padding: 0 !important;
    margin-right: 10px;
    color: #fff;
}
.loggedInUser .dropdown,.loggedInUser .dropdown-toggle{
    text-align: right;
}
.loggedInUser .dropdown-toggle{
	display: flex;
	align-items: center;
}
.loggedInUser .dropdown a{
	color: #0D0B0C;
    font-size: 14px;
}
.loggedInUser .dropdown a:hover{
	text-decoration: none;
}
.loggedInUser .dropdown{
	position:relative;
  }
  .loggedInUser .dropdown:after{
	position: absolute;
    content: '';
    right: -28px;
    top: 7px;
    width: 15px;
    height: 12px;
    background: url(../images/triangle.svg);
    background-repeat: no-repeat;
  }
  .loggedInUser .dropdown-menu{
	  text-align: right;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
	
  }
.loggedInUser p {
    float: right;
    color: #fff;
    font-size: 13px;
    padding: 0 10px 0 0;
    font-weight: bold;
}

	.contractor-logo {
		width: 38%;
		display: inline-block;
		margin-left: 0;
		background: #fff;
		padding: 20px;
		border-radius: 10px;
	}

.noBG{
	background-image: none !important;
}
.content-wrapper{
	margin: 20px 0;
}
.content-wrapper p{
	text-align: left;
	color: #5c5c5c;
	font-size: 14px;
	line-height: 22px;
}

.fieldBox{
	float: left;
	width: 100%;
}
.fieldBox img{
	float: left;
}
p.stp{
	color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 18px;
}
select#contractor_name{
    float: left;
    font-size: 14px;
    height: auto;
    margin-right: 6px;
    padding: 5px 12px;
    border-bottom: 1px solid #ccc !important;
    background: transparent;
    border: none;
    box-shadow: none;
	border-radius: 0;
	width: 76%;
}
.fieldBox input{
	float: left;
	padding: 6px 12px;
    width: 70%;
    height: 36px;
    font-size: 14px;
    margin-right: 15px; 
    line-height: 36px;
}
section{
	margin-bottom: 40px;
}
.tbleOuterBox{
	border: none;
    box-shadow: 0px 2px 4px #1c295a09;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}
.tbleInnerBox{
	float: left;
	width: 100%;
}
.tbleInnerBox h2{
	margin: 0;
    color: #131523;
    text-align: left;
    font-size: 17px;
    padding: 10px 0px 0px;
    font-weight: bold;
    width: 100%;
}
.mail-input{
	margin: 10px 0 42px;
}
.tbleInnerBox table{
	margin: 0;
}
.tbleInnerBox table thead td{
	background: #fff;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}
.tbleInnerBox table tbody td{
	background: #fff;
    color: #000;
    font-size: 13px;
}
.tbleInnerBox table tbody td .edit{
	background: url("../images/edit.png") no-repeat center center;
	width: 15px;
	height:16px;
	float: left;
	margin:0 15px 0 0;
}
.tbleInnerBox table tbody td .dlete{
	background: url("../images/delete.png") no-repeat center center;
	width: 14px;
	height:15px;
	float: left;
}
.tbleInnerBox table tbody td .inPrg{
	background: url("../images/eye.png") no-repeat center center;
	width: 16px;
	height:10px;
	float: left;
	margin: 5px 0 0 10px;
}
.tbleInnerBox table tbody td .cmpltd{
	background: url("../images/approved.png") no-repeat center center;
	width: 20px;
	height:17px;
	float: left;
	margin: 5px 0 0 10px;
}
.tbleInnerBox table tbody td span{
	float: left;
}
.greyBg{
	background: #f5f5f5;
	padding: 15px 20px;
}
.greyBg p{
	color: #333;
}
.rebateNo{
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
}
.ticketBox{
	border: 1px solid #f0f0f0;
	background: #fff;
	padding: 12px;
	margin: 8px 16px 8px 0;
	min-height: 175px;
	border-radius: 5px;
}
.ticketBox h3{
	background: url("../images/line1.jpg") no-repeat left bottom;
	margin: 0 0 10px;
	padding: 0 0 10px;
	color: #29a2d6;
	font-size: 21px;
}
.ticketInfo table tbody td{
	background: #fff;
    color: #999;
    font-size: 13px;
    text-align: left;
    padding: 5px;
}
.ticketInfo table tbody td.blkTxt{
    color: #404040;
}
.btn{
	float: left;
	margin: 0 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.thnkBtn1{
	background: url("../images/button1.jpg") no-repeat left bottom;	
    padding: 12px 21px;
    margin: 0 8px 0 0;
    float: left;
}
.thnkBtn2{
	background: url("../images/button2.jpg") no-repeat left bottom;
	padding: 12px 28px;
	margin: 0 8px 0 0;
	float: left;
}
.thnkBtn3{
	background: url("../images/button3.jpg") no-repeat left bottom;
	padding: 12px 23px;
	float: left;
}
.lesBotMrg{
	margin-bottom: 20px;
}
.btnBox{
	float: right;
}
a.btn:hover{
	color:#fff;
}
.tbleInnerBox span.clkToggleDown, .tbleInnerBox span.clkToggleUp{
	float: right;
	font-size: 25px;
	cursor: pointer;
	margin-top:-3px;
}
.dealer .clkToggleUp{
	display: none;
	margin: -4px 4px 0 0;
}
.clkToggleUp{margin:-5px 5px 0 0 ;}
.expandedBox{
	float: left;
	padding: 10px;
	width: 100%;
	display: none;
}
.tbleInnerBox .form-group{
	float: left;
	width: 48%;
    margin: 0 10px 10px 0px;
}
.tbleInnerBox label{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 14px;
}
.tbleInnerBox input {
	float: left;
    font-size: 14px;
    height: auto;
    margin-right: 6px;
    padding: 5px 12px;
    border-bottom: 1px solid #ccc !important;
    background: transparent;
    border: none;
    box-shadow: none;
	border-radius: 0;
}
 input[type=submit]{
	padding: 7px 17px !important;
    font-weight: normal!important;
    background: #000 !important;
    font-family: 'Mulish', sans-serif;
    border: none;
    border-radius: 5px;
	color: #fff;
	font-size: 14px;
 }
 input[type=button]{
	font-size: 14px;
	padding: 6px 14px;
    background: #00A6E9;
    border-radius: 4px;
    border: none;
    color: #fff;
 }
.tbleInnerBox input::placeholder{
	color: #4D4F5C;
}
.tbleInnerBox select {
	float: left;
    font-size: 14px;
    height: auto;
    margin-right: 6px;
    padding: 5px 12px;
    border-bottom: 1px solid #ccc !important;
    background: transparent;
    border: none;
    box-shadow: none;
}
.tbleInnerBox ul li{
	font-size: 12px;
	color: #666;
	line-height: 22px;
	list-style: disc;
	text-align: left;
}
.uploadBtn{
	display: inline-flex;
}
.impStr{
	color: #cc0000 !important;
}
.expandedBox .certForm{
	padding: 10px 0 0 0;
}
.expandedBox .certForm input{
	height: auto;
    margin-top: -1px;
    float: left;
}
.legl{
	color: #cc0000 !important;
	padding: 5px 0;
	float: left;
}
.topDiv{
	float: left;
	width: 100%;
}
.toggleBox{
	float: right;
}
.toggleBox a{
	float: left;
	margin: 0 7px
}
.topDiv p{
	float: left;
}
.toggleBox a.clps p{
	color: #1a81bd !important;
}
.textBlk{color: #000 !important;}
.infoPg section{margin-bottom: 10px;}
.upload .expandedBox, .install .expandedBox, .certificate .expandedBox, .upload .clkToggleUp, .install .clkToggleUp, .certificate .clkToggleUp{
	display: block;
}
.upload .clkToggleDown, .install .clkToggleDown, .certificate .clkToggleDown{
	display: none;
}
.infoPg .tbleInnerBox h2{
	font-size: 22px;
}
.tblebox{
	padding: 20px;
	float: left; width:100%;
}
.btnDiv{
	clear: both;
	padding: 10px 0 5px;
}
.btnDiv a{
	float: none;
}
.orange{
    padding: 7px 17px !important;
    font-weight: normal!important;
    background: #000 !important;
    font-family: 'Mulish', sans-serif;
    border: none;
    border-radius: 5px;
}
.grey{
	padding: 7px 17px !important;
    font-size: 14px!important;
    font-weight: normal!important;
    background: #1379c8 !important;
	color:#fff;
    font-family: 'Mulish', sans-serif;
    border: none;
    border-radius: 5px;
}
.text-center{
	text-align: center;
}
.captcha-box{
	color:#0068ad;font-size:13px; text-align:left; padding:12px 0 2px 0;
	margin-top: 20px;
}
footer{
	background: #03324c;
    color: #fff;
    font-size: 14px;
    line-height: 63px;
    padding: 10px 0;
}
footer p{
	margin: 0;
}

/*  new classes */
.btnStartNew{
font-size: 18px;
border: 0;
background: url('../images/start-new-application.jpg')no-repeat left bottom;
cursor: pointer;
height: 38px !important;
display: block;
width: 237px !important;

}


.btnSearchApp{
font-size: 18px;
border: 0;
background: url('../images/search.jpg')no-repeat left bottom;
cursor: pointer;
height: 36px !important;
display: block;
width: 95px !important;
float:left;
margin-right:auto !important;
}

.error_msg{
	color: #FF0000;
    float: left;
    font-size: 12px;   
	font-style:inherit;
	font-weight:bold;
	display:none;
	margin: 8px 0 5px 2px;
}

.error_msg_wrap{
	border:1px solid #f4c2c8;
	width:1134px;
	margin:0 auto 20px auto;
	background:#feddde;
	padding:20px;
	color:#be5e67;
	text-align:left;
	clear:left;
	font-family: 'Mulish', sans-serif;
	font-size:13px;
}

.success_msg_wrap{
	border: 1px solid #ddd;
    width: 100%;
    margin: 23px auto 20px auto;
    background: #ffffff;
    padding: 20px;
    color: #5c5c5c;
    text-align: center;
    clear: left;
    font-size: 13px;
    height: auto;
}

.btnSave{
font-size: 18px;
border: 0;
/*background: url('../images/submit.jpg')no-repeat left bottom;*/
background-color:#428bca;
cursor: pointer;
height: 43px !important;
display: block;
width: 95px !important;
float:left;
margin: 0 5px !important;
color:#FFFFFF;
}

.btnSaveQuit{
font-size: 18px;
border: 0;
/*background: url('../images/save-quit.jpg')no-repeat left bottom;
*/
background-color:#428bca;
cursor: pointer;
height: 43px !important;
display: block;
width: 126px !important;
float:left;
margin: 0 5px !important;
color:#FFFFFF;
}
.btnUpload {
font-size: 18px;
border: 0;
background-color:#666666!important;
cursor: pointer;
height: 43px !important;
display: block;
width: 126px !important;
float:left;
margin: 0 5px !important;
color:#FFFFFF;
}


button.grey:hover, button.grey:focus {
    color: #fff;
    text-decoration: none;
	background: -webkit-linear-gradient(180deg, #696969, #262626);
    background: -o-linear-gradient(180deg, #696969, #262626); 
    background: -moz-linear-gradient(180deg, #696969, #262626);
    background: linear-gradient(180deg, #696969, #262626); 
    border: none}
	
button.orange:hover, button.orange:focus{
    color: #fff;
    text-decoration: none;
	background: -webkit-linear-gradient(180deg, #fa7500, #c74c00);
    background: -o-linear-gradient(180deg, #fa7500, #c74c00); 
    background: -moz-linear-gradient(180deg, #fa7500, #c74c00);
    background: linear-gradient(180deg, #fa7500, #c74c00); 
    border: 1px solid #c45c00;
}

.floatNone{ float:none}



.right_logo{
float:right;
}
/*  new classes end s here  */




@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait){
.navbar{
	background: #225ba1;
}	
.logo-rgt{
	margin-top:30px;
	float: left;
}
.nav-right{
	float: none;
}


.fieldBox input{
    width: 100%;
    margin-bottom: 10px;
}
select#contractor_name{
	width: 100%;
	margin-bottom: 10px;
}
.navbar-nav{
	margin:0;
}
.navbar .nav-right li:last-child{
	border:none;
}
.tbleInnerBox .form-group{
	width: 100%;
}
.tbleInnerBox label{
	text-align: left;
}
.btnBox{float: none;}
.btn{
	clear: both;
	width: 100%;
	margin-bottom: 7px;
	margin-left: 0;
}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
	
.logo-rgt{
	margin-top:30px;
	float: left;
}
.nav-right{
	float: none;
}


.fieldBox input{
    width: 50%;
}
.navbar-nav{
	margin:0;
}
.navbar .nav-right li:last-child{
	border:none;
}
.tbleInnerBox .form-group{
	width: 100%;
}
.tbleInnerBox label{
	text-align: left;
}
.btnBox{float: right;}
}
.report-form{
	margin:20px 0; width:66%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
.fieldBox input{
    width: 50%;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.fieldBox input{
    width: 60%;
}

}


.filterDivClass{background:#fff; padding:20px; float:left; width:910px; float:left; width:100%; text-align:left; font-size:12px;}
.tbleInnerBox input.goBtn{background:#ccc; border-radius: 6px;line-height: 16px; margin-top: 17px; padding: 10px; text-align: center;}
.DownloadBtn{text-decoration:pointer; float:right; margin:0 20px 10px 0;width:100%; text-align:right}
.rebateStatus{background-color: #00a6e9; line-height: 30px; height:30px;font-weight:bold;color:#ffffff;padding-left:5px; font-size:16px;}


/**************************************************************************************************************
FAQ********************************************************************************************************/
.daikinDealersWrap{width:100%; float:left;}
.Headder{ background:#149DC4 !important;  height:30px; line-height:30px;  padding: 5px 10px;  border-radius: 3px;
    width: 100%; float:left; margin:5px 0;}
.Headder h3{color:#fff; font-size:16px;  float:left; margin:0px; line-height:23px;}
.section{float:left; padding:10px; font-size:13px; line-height:22px;}

.wholetabsWrap{float:left; width:100%; margin:0 0 20px; padding: 0 14px; background:#fff;}
.rightFloat{float:right;}
.minus, .plus{color:#fff; font-size:20px; font-weight:bold;}
.answer1, .answer2, .answer3, .answer4, .answer5, .answer6, .answer7, .answer8, .answer9, .answer10, .answer11,.answer12 {float:left; display:block; width:100%;}
.answer ul, .answer ul   li {list-style:none; float:left; width:850px;}
.topText{font-weight:bold; margin:10px 0; font-size:14px; color:#000;}
.question1, .question2,.question3,.question4,.question5,.question6,.question7,.question8,.question9,.question10,.question11,.question12 {margin:8px 0 2px 0; cursor:pointer; float:left; display:block; width:100%; text-align:left;}
.question_Amana1,.question_Amana2,.question_Amana3,.question_Amana4,.question_Amana5,.question_Amana6,.question_Amana7,.question_Amana8,.question_Amana9,.question_Amana10,.question_Amana11,.question_Amana12{margin:8px 0 2px 0; cursor:pointer; float:left; display:block; width:100%;text-align:left;}
.answer_Amana1,.answer_Amana2,.answer_Amana3,.answer_Amana4,.answer_Amana5,.answer_Amana6,.answer_Amana7,.answer_Amana8,.answer_Amana9,.answer_Amana10,.answer_Amana11,.answer_Amana12{float:left; display:block; width:100%;text-align:left;}
.question_Daikin1,.question_Daikin2,.question_Daikin3,.question_Daikin4,.question_Daikin5,.question_Daikin6,.question_Daikin7,.question_Daikin8,.question_Daikin9,.question_Daikin10, .question_Daikin11, .question_Daikin12{margin:8px 0 2px 0; cursor:pointer; float:left; display:block; width:100%;text-align:left;}
.answer_Daikin1,.answer_Daikin2,.answer_Daikin3,.answer_Daikin4,.answer_Daikin5,.answer_Daikin6,.answer_Daikin7,.answer_Daikin8,.answer_Daikin9,.answer_Daikin10,.answer_Daikin11,.answer_Daikin12{float:left; display:block; width:100%;text-align:left;}


.question_AmanaQuickstart1,.question_AmanaQuickstart2,.question_AmanaQuickstart3,.question_AmanaQuickstart4,.question_AmanaQuickstart5,.question_AmanaQuickstart6,.question_AmanaQuickstart7,.question_AmanaQuickstart8,.question_AmanaQuickstart9,.question_AmanaQuickstart10, .question_AmanaQuickstart11, .question_AmanaQuickstart12{margin:8px 0 2px 0; cursor:pointer; float:left; display:block; width:100%;text-align:left;}
.answer_AmanaQuickstart1,.answer_AmanaQuickstart2,.answer_AmanaQuickstart3,.answer_AmanaQuickstart4,.answer_AmanaQuickstart5,.answer_AmanaQuickstart6,.answer_AmanaQuickstart7,.answer_AmanaQuickstart8,.answer_AmanaQuickstart9,.answer_AmanaQuickstart10,.answer_AmanaQuickstart11,.answer_AmanaQuickstart12{float:left; display:block; width:100%;text-align:left;}



.section th {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    height: 30px;border: 1px solid #000;
    line-height: 30px; text-align:center;
}
.section td {paddng:6px 2px 3px 10px; border:#66b7c7 1px solid; border-collapse:collapse; border-top:none; border-left:none;padding: 3px 10px;}
#Amana_DealersPlus, #Amana_DealersMinus ,#Goodman_DealersPlus, #Goodman_DealersMinus ,  #Daikin_DealersPlus , #Daikin_DealersMinus, #Amana_QuickStartPlus, #Amana_QuickStartMinus{ cursor:pointer; float:right; margin:-4px 0 0 0;}
.rightFloat {
    cursor: pointer;
    float: right;   
    text-align: center;
   
}

.formcontainer,.formcontainer .formStep{ float:left; width:100%;}

.downloadSummary{width:100%; float:left;font-size:12px;}

td.fontClass {background-color: #eff5ff !important;border-bottom: 1px solid #149DC4;height:30px;line-height:30px; padding-left: 12px; width: 50%;}
td.innerFontClass {font-size: 12px !important; height: 24px; line-height: 24px; padding-left: 12px;border-bottom: 1px solid #eee;}
a.downloadSummaryClass{text-decoration:pointer; font-size: 14px;
    color: #149DC4;}
div.DivWrapper{width:100%; float:left; background:#fff;}
td.innerFontClass a{text-decoration:none; }
td.innerFontClass a:hover{text-decoration:underline;}
table.mainTable{font-size: 12px; font-family:'Mulish', sans-serif; width:98%; margin-left:10px;}

.width_100{float:left; width:100%; display:block;}
.width_50Left{float:left; width:50%; display:block;}
.width_50Right{float:right; width:50%; display:block;}

.header-sub-logo{ float: right; clear: both; color: #fff; font-size: 26px; font-weight: bold; font-style: italic;margin-top: 20px;margin-bottom: 10px;line-height: 100%; text-align: right; }
.main-logo{
	display: none;
}
.sumry-heading h2 {
    padding-top: 0;
    margin-top: 0;
	margin-bottom: 0;
}
.report-detail {
    text-align: right;
}
.sumry-heading span{
	margin-left: 0 !important;
	margin-top: 5px;
	margin-bottom: 20px;
}
.pwd-wrap{
	margin-top: 20px;
}
.incentiveTD.air{
	white-space: nowrap;
}
@media (min-width: 767px){
.header-top .row {
    align-items: center;
    display: flex;
}

.outer .row {
    align-items: center;
    display: flex;
}

}
@media(max-width:767px){
	.header-sub-logo {
		float: none;
		text-align: center;
	}
	.contractor-logo {
		margin: auto;
	}
	.header-top {
		text-align: center;
	}
	.nav-right {
		float: none !important;
	}
	#product_txt {
		overflow-x: auto;
			}
			.loggedInUser .dropdown-toggle {
				justify-content: center;
			}
			.loggedInUser .dropdown a {
				color: #fff;
			}
			.loggedInUser .dropdown img{
			filter: invert(1);
		}
		.navbar-nav > li > a {
			color: #fff !important;
			padding: 0;
		}
		.loggedInUser .dropdown:after {
			filter: invert(0) brightness(2);
			right: 11%;
			top: 38%;
		}
		.loggedInUser .dropdown {
			border-bottom: 1px solid #fff;
			padding: 10px;
		}
		.navbar li {
			border-bottom: 1px solid #fff;
			background-image: none !important;
			padding: 8px 0;
		}
		.sumry-heading h2 {
			text-align: center;
		}
		.sumry-heading span {
			float: none !important;
			text-align: center;
		}
		.report-detail{
			text-align: center;
		}
		.report-form{
			width:100%;
		}
		div.DivWrapper {
			width: 100%;
			float: left;
			background: #fff;
			overflow-x: auto;
		}
	}