.HN_notificationlabels {
    font-size: xx-small;
}
.HN_HeaderBtn {
    text-decoration: none !important;
}
#seeall {
	font-size: medium;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #HN_HeaderContainer {
        max-width: 100%;
        width: 100%;
    }
}
/* 61315 - Alok - Add z-index to fix SIT issue for 80141 - Jessan */
#feedbackBar{
	position: fixed;
	transform: rotate(90deg);
	width: 124px;
	height:32px;
	background-color: #1375cf;
	color:#ffffff;
	font-size:14px;
	font-family:Montserrat;
	border-radius:5px;
	font-weight: bold;
	top: 50%;
	right: -46px;
	text-align:center;
	line-height:32px;
	vertical-align:middle; 
	transition-property:right;
	transition-duration:0.2s;  
	letter-spacing:1.5px;
	z-index:999;    
}  
#feedbackBar:hover{
 cursor:pointer;
 right:-43px;
}
/*For User story 59917 added by Jessan Begin*/
.HN_headerLink{
	font-size: small;
    font-weight: bold;
}
.HN_HeaderBtn.customerIdListPosition{
	padding-left:0px !important;
	font-weight:bold !important;
}
/*For User story 59917 added by Jessan End*/ 

/*IE fix for selnav header*/
button.HN_HeaderBtn{
	background: #ffffff;
}
/* 81113 begin */
.guestNotif_container{
	background-color:rgba(202, 35, 57,.2);
	padding:10px 0px 10px 160px;
	margin-bottom:5px;
}
.guestNotif_title{
	color:#ca2339;
	font-weight:bold;
	font-size:15px;
}
/* 81113 end */
<!-- Added by Jessan for US #89809 begin -->
	.hvac #favouriteModal {
   		background: none !important;
	}
	.favModalHdStyl{
     	    height: 34px;
     	    //background-color: #1375cf;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px;
        }
        .favModalFooterStyl{
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 15px;
        }
        .NoBtnStyl{
            background-color: #FFFFFF!important;
            border: 2px solid#1375cf !important;
            color: #1375cf !important;
            border-radius: 5px !important;
        }
        .NoBtnStyl,.ysBtn{
            width: 74px;
            border-radius: 5px !important;
            font-weight: bold !important;
        }
        .favTextStyle{
            color:#232323;
        }
        .favClsBtn{
            border-radius: 50% !important;
            border: 2px solid black !important;
            width: 33px;
            height: 20px;
            font-weight: 900 !important;
            font-size: 21px !important;
            line-height: 1px !important;
            cursor: pointer;
            padding: 2px !important;
            margin-left: 97% !important;
            outline: none;     
        }
        #favouriteModal .hn-modal-content{
            border-radius: 5px;
        }
<!-- Added by Jessan for US #89809 end -->