.special-heading-a{
	margin-top: 6rem !important;
	max-width: 100rem !important;
}
#productBannerTitle {
    background-image: url(../img/checklist_banner.jpg) !important;
    display: block !important;
    background-size: 100%;
}
.special-heading-f {    
    margin-top: 5rem;
}
.special-heading-f a {    
    display: none;
}
.the-fieldset-fp {
    margin-top: 0;
}
.productTitleGrid .p-names {
    height: 4rem !important;
    margin-top: -4rem !important;
}
.product-banner-title-content i{
    color:#3e84b6;
}
/*-----------------Mobile and tablet Styling---------------------*/

@media only screen and (max-width: 711px) and (min-width: 473px){
	#productBannerTitle .product-banner-title-content {
	    padding: 0 5rem !important;
	    margin-top: 5rem !important;
	}
}

@media only screen and (max-width: 472px) {
  #infoBanner {
    background-image: url('../img/embroidery_mobile_banner.jpg') !important;
  }
  
  #productBannerTitle {
        background-image: url(../img/checklist_mobile_banner.jpg) !important;
        display: block !important;
        min-height: 32rem !important;
   }
}


@media only screen and (max-width: 768px){
    #equipmentGrid{
        display:none;
    }
}
@media only screen and (max-width: 767px) {
    .productTitleGrid .p-names {
        height: 3rem !important;
        margin-top: -3rem !important;
    }
}