@media only screen and (max-width: 1025px) {
	#helpBanner .bannerMobile {
		display: none;
	}
	#helpBanner .bannerTablet {
		display: block;
		width: 100%;
	}
	#helpBanner .bannerDesktop {
		display: none;
	}
	#contentWrapper {
		width: 90%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	#helpBanner .banner {
		width: 140%;
	}
}
@media only screen and (max-width: 660px) {
	#helpBanner .bannerMobile {
		display: block;
	}
	#helpBanner .bannerTablet {
		display: none;
		width: 100%;
	}
	#helpBanner .bannerDesktop {
		display: none;
	}
	#container #contactUsWrapperMobile {
		display: block;
	}
	#container #contactUsWrapper {
		display: none;
	}
	#helpBanner .banner {
		width: 100%;
	}
	
    #infoBanner {
        background-image: url('../images/help_mobile_banner.jpg') !important;
    }
    #productBannerTitle {
        background-image: url(../images/about_us_gp_mobile_banner.jpg) !important;
        display: block !important;
    }
    .table-fixed-wrapper {
	    overflow-y: hidden;
	}
}

/*------For cotact details--------*/

.LPMlabel, #_lpChatFooterLinkGPCOM{      
    white-space: nowrap !important;
    color: #484848 !important;
    font-weight: 600 !important;
    line-height: 2.8rem !important;
}
.LPMlabel, #live-chatText{
    color: #484848 !important;
    font-size: 1.8rem !important;
    width: 20%;
    margin-top: 3rem;
    margin-left: -1rem;
}
#live-chatText img{
    width: 5.1rem;
}
#contactInfoTablet {
    display: none;
}
#contactInfoMobile {
    display: none;
}
#greetingtxt{
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.8rem;
    margin-bottom: 4rem;
}
#_lpChatFooterLinkGPCOM:empty{
    display: none;
    background-color: #fff;
}
.border-top {
    border-top: 0px !important;
    margin-top: 0rem;
}
.livechatIconActive, .livechatIconOffline {
    margin-left: -2.5rem;
}
.liveChatSubtxt{
    font-size: 1.3rem;
    width: 28rem;
    line-height: 1.8rem;
    margin-top: -5rem;
    color: #000;
    font-weight: normal;
    margin-left: 6rem;
    padding-left: 1rem;
}
.benefits-a-Heading, .benefits-b-Heading, .benefits-c-Heading, .special-heading-d, .special-heading-e, .special-heading-f{
    min-width: 33rem;
}
.special-heading-a-text{
    margin-top: 0.5rem;
}
.addressBlock{
    display:none;
}
.gp-contact-form{
    background: #f5f5f5;
    max-height: 100%;
    margin-bottom: 6rem;
    overflow: hidden;
    margin: 8rem 0;
}

.newbadgeprobanner {
    display: none;
}
/*-----------For new elements------------*/
#contactInfo {
    float: left;
}
.need-help-benefits section {
    margin-top: 2rem;
}
.faxIcon img.benefits-img-mx-height {
    margin-top: 0rem;
}
#topParagraphsContainer {
    float: right;
    margin-top: 2rem;
}
#holidayList{
    font-size: 1.3rem;
    margin-left: 7rem;
    margin-top: 1rem;
}
.aboutInfoHeading{
    font-size: 1.6rem;   
    font-weight: bold;  
    line-height: 2.2rem;
    color: #484848;
}
.aboutInfo, .pickuphrs{
    text-align: left;
}  
.pickuphrsHeading{
    font-size: 1.3rem;     
    line-height: 1.8rem; 
    font-weight: bold;
    color: #484848;
}
.facilitiesHeading{
    font-size: 2.4rem;
    font-weight: bold;
    color: #484848;
    margin-bottom: 0.4rem;
    line-height: 2.6rem;
}
#livecharheading{
    font-size: 1.8rem;
    font-weight: bold;
    color: #484848;
}
.callCenterIcon img.benefits-img-mx-height {
    margin-top: -3rem;
}
#blockTwoText{
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: left;
}
#faxSectionNote{
    font-size: 1.3rem;
    margin-left: 7rem;
    padding-top: 1rem;
}
.table-fixed-wrapper {
    text-align: left;
    margin: 2rem;
}
.modal-footer {
    text-align: left;
    padding: 2rem;
}
.need-help-benefits section:nth-child(1) .benefits-a-Heading .benefits-link {
    font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 375px){
	.liveChatSubtxt {
	    width: 18rem;
	}	
	.benefits-a-Heading{
	    min-width: 27rem;
	}
	#dynamic3Block_LP_footerLinks {
	    width: auto;
	}
}