/******Do not remove******/
.pushImgLeft{
  float: left;
  margin: 10px;
}
.pushImgRight{
  float: right;
  margin: 10px;
}
/******Do not remove******/
#slidercontainer, [data-u="slides"], [data-u="slides"] img {
  width: 100% !important;
  background: rgba(0, 0, 0, 0.3);
}
.slick-slider [aria-hidden=true] a[href]{
  transition: 0.25s all ease-out;
}
.captionOrange {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px 0 85px;
}
.captionOrange .caption-heading {
  font-style: italic;
  font-weight: 800;
  letter-spacing: -1.28px;
  /*font-size: 64px;
  line-height: 64px;*/
  font-size: 48px;
  line-height: 52px;
  width: 720px;
}
.captionOrange .fs-18 {
  line-height: normal;
  font-size: 28px;
  width: 750px;
}
.captionOrange .btn {
  letter-spacing: normal;
  scale: 2;
  transform: translate(50px, 10px);
}
[data-widget="1141"] {
  height: 100%;
}
.promo-banner img, .home_category-img img {
  mix-blend-mode: multiply;
}
.marketing-data-row, .home_category-row, .our-services-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.marketing-data-col, .home_category-col, .our-services-col, .recent-row > *  {
  padding: 0 8px;
  margin-bottom: 16px;
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.recent-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home_category-col {
  -ms-flex-preferred-size: 310px;
  flex-basis: 310px;
}
.home_category-img {
  border-radius: 2px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_category-name {
  min-height: 48px;
  color: var(--bs-gray-900);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      padding: 14px 16px 0 ;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical
    }
.home-static{
  border-radius: 6px;
  overflow: hidden;
}
.home-static a {
  padding: 18px 16px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  border-top: 1px solid var(--bs-gray-300);
      background: var(--bs-primary);
      }
.homecaro-gap{
  padding: 34px 0;
}
.promo-banner a img {
  max-width: 40%;
  height: auto;
}
.under-construction {
  background: #0e3047;
}
.home-bottom-banner {
  background: linear-gradient(270deg, #027DF3 0.92%, #003B74 50%);
  color: #FFF;
}
.home-bottom-banner .home-bottom-banner-heading {
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 50px;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .captionOrange .fs-18 {
    font-size: 18px;
    width: 680px;
  }
.captionOrange .caption-heading {
  font-size: 64px;
  line-height: 64px;
  width: 665px;
}
.captionOrange .btn {
  scale: 1;
  transform: translate(0, 0);
}
}
@media (min-width: 992px) {
  .homecaro-gap {
    padding: 64px 0;
  }
}
@media (min-width: 1200px) {
}
@media (min-width: 1500px) {
}
@media (min-width: 1800px) {
}
@media (min-width: 1920px) {
}
.rebate-row .cimm_category-itemimage img{
  width: 100%;
  max-width:220px;
}
.bg-rebate{
  background: #F3F4F6;
  border-color: #D1D5DB !important;
}
.txt-color{
  color: #005EB8;
}
.bg-rebate .border-start{
  border-color: #005EB8 !important;
}
.billBtn{
  max-width: 332px;
  width:100%;
  background: #E5E7EB;
  padding: 15px 24px;
  color: #000000;
  border-radius: 6px;
}
.billBtn:hover{
  color:#000000;
  background: #F3F4F6;
}
.redebateWidth{
  max-width: 928px !important;
}
.rebateImg{
  max-height:220px;
  height:100%;
}
@media (min-width: 768px){
  .text2{
    border-left: 1px solid #005EB8;
  }
.text3{
  border-left: 1px solid #005EB8;
}
}
.contactImg{
  transform: rotateY(-180deg);
  object-fit: cover;
  height:220px;
}
.imgWrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.textWrap{
  z-index:1;
}
.ContactTxt1{
  font-size:14px;
  font-weight: 800;
}
.ContactTxt2{
  font-size:12px;
}
.ContactBtn{
  color: #005EB8;
  padding: 4px 8px;
  font-size:12px;
}
.contctdiv{
  background: #005EB8;
  gap: 64px;
}
@media (min-width:768px){
  .contactImg{
    height:100%;
  }
}
@media (min-width: 576px){
  .ContactTxt1{
    font-size:16px;
  }
.ContactTxt2{
  font-size:14px;
}
.ContactBtn{
  padding:8px 10px;
  font-size:14px;
}
}
@media (min-width: 768px){
  .ContactTxt1{
    font-size:18px;
  }
.ContactBtn{
  font-size:16px;
}
}
@media (min-width: 992px){
  .ContactTxt1{
    font-size:28px;
  }
.ContactTxt2{
  font-size:18px;
}
}
@media (min-width: 1200px){
  .ContactTxt1{
    font-size:48px;
  }
.ContactBtn{
  padding:12px 16px;
  font-size:16px;
}
}
.ContacTxt4{
  font-size:30px;
}
.rheemBlocks{
  border-color:#D1D5DB;
  max-width:258px;
  max-height:258px;
  width:100%;
  height:100%;
}
/*.caption-heading{
width: 720px;
font-size: 48px;
line-height: 58px;
}*/
/*.caption-text{
width:750px;
}*/
@media (min-width: 768px){
  .captionOrange .caption-heading {
    font-size: 64px;
    line-height: 64px;
    width: 665px;
  }
.captionOrange .fs-18 {
  width: 680px;
}
}
.refbg{
  background-color: #f2efef;
}
.referenceHelp:hover{
  text-decoration:underline;
}
.rebate-row .cimm_category-col-small{
  flex-basis: 180px;
}
.cimm_category-col .cimm_category-itemimage > a:not(.cimm_category-title) {
  height: 100%;
}
