/******Do not remove******/
.best_product-gradient{
  position: relative;
  bottom: 10px;
}
.feat_prod_sd {
  font-size: 12px;
  font-weight: 400;
  color: #464646;
  position: relative;
  bottom: 22px;
}
.banner_text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  text-align: justify;
}
.best_products {
  font-size: 36pt;
}
.banner_textp {
  font-size: 20px;
  color: #fff;
}
.captionOrange h1 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.captionOrange h3 {
  color: #fff;
}
.banner_button {
  background: #e1261c;
  background: -moz-linear-gradient(left,#e1261c 0,#ab0900 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e1261c),color-stop(100%,#ab0900));
  background: -webkit-linear-gradient(left,#e1261c 0,#ab0900 100%);
  background: -o-linear-gradient(left,#e1261c 0,#ab0900 100%);
  background: -ms-linear-gradient(left,#e1261c 0,#ab0900 100%);
  background: linear-gradient(to right,#e1261c 0,#ab0900 100%);
  color: #fff;
  font-size: 18px;
  /* letter-spacing: 4px; */
  padding: 13px 41px;
  position: absolute;
  margin-top: 34px;
}
.best_products {
  background: #e1261c;
  background: -moz-linear-gradient(left,#e1261c 0,#ab0900 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e1261c),color-stop(100%,#ab0900));
  background: -webkit-linear-gradient(left,#e1261c 0,#ab0900 100%);
  background: -o-linear-gradient(left,#e1261c 0,#ab0900 100%);
  background: -ms-linear-gradient(left,#e1261c 0,#ab0900 100%);
  background: linear-gradient(to right,#e1261c 0,#ab0900 100%);
  color: #fff;
  margin-top: 3%;
  padding: 10px;
  height: 100%;
}
.brand_imag {
  /*padding-top: 5%;*/
  position: relative;
  /*top: 10px;*/
}
.featur_product {
  background-color:#eee;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #fff;
}
.pushImgLeft{
  float: left;
  margin: 10px;
}
.pushImgRight{
  float: right;
  margin: 10px;
}
/******Do not remove******/
.cimm_productHead h2{
  color:#444d69;
}
.cimm_placeHolder_Top{
  background:#bfae7f;
  padding:20px 0px;
  text-align:center;
}
.cimm_placeHolder_Top h3, .cimm_placeHolder_Top p{
  color:#fff;
}
.cimm_placeHolder_Top p{
  padding:0 10px;
}
.cimm_placeHolder_Top h3{
  margin-bottom:10px;
}
.cimm_welcomeNote{
  color:#878787;
  text-align:center;
}
.cimm_placeHolder_Bottom img{
  width:100%;
}
.cimm_HomepageSliderWrap{
  height:382px;
  margin-bottom:30px;
}
.cimm_HomepageSliderWrap img{
  top:0px !important;
}
.cimm_HomepageSliderWrap{
  color:#ffffff !important;
  font-weight:bold;
}
.cimm_HomepageSliderWrap .jssorb01{
  top:170px !important;
  bottom:0 !important;
}
.cimm_placeHolder{
  margin:0 10px;
}
.cimm_staticPageWrap{
  font-size:14px;
}
.mainHeading{
  color:#444d69;
  margin-top:20px;
  padding-bottom:5px;
}
.subHeading{
  margin:20px 0 20px 0;
  text-align:center;
  background-color:#444d69;
  padding:10px;
  color:#fff;
}
.paraBold{
  font-weight:bold;
  margin:0 0 20px 0;
  background-color:#f2efe5;
  color:#444d69;
  padding:10px;
}
.paragrapghtext{
  margin:10px 0;
}
.paraWrap p a img{
  float:left;
  margin-right:20px;
}
.paraWrap p a{
  display:block;
}
.leadershipWrap{
  margin-top:20px;
}
.imgWrap{
  margin-right:20px;
  border:1px solid #ccc;
  padding:10px;
}
.imgDiv{
  padding-left:20px!important;
}
.imgWrap a img{
  -webkit-transition:all 0s linear;
  -moz-transition:all 0s linear;
  -o-transition:all 0s linear;
  transition:all 0.3s linear;
}
.imgWrap a{
  display:block;
  overflow:hidden;
}
.imgWrap a img:hover{
  transform:scale(1.1, 1.1);
  -o-transform:scale(1.1, 1.1);
  -moz-transform:scale(1.1, 1.1);
  -webkit-transform:scale(1.1, 1.1);
  opacity:0.5;
}
.listBlock h3{
  margin:20px 0 10px 0;
}
.listBlock ul{
  padding-left:15px;
}
.listBlock ul li{
  list-style:disc;
  padding-bottom:5px;
}
.subheading2{
  color:#000038;
  font-size:14px;
  margin-bottom:10px;
}
button.accordion{
  background-color:#eee;
  color:#444;
  cursor:pointer;
  padding:18px;
  width:100%;
  text-align:left;
  border:none;
  outline:none;
  transition:0.4s;
}
button.accordion.active, button.accordion:hover{
  background-color:#ddd;
}
div.panel{
  padding:0 18px;
  background-color:white;
  display:none;
}
div.panel.show{
  display:block;
}
.marginTop{
  margin-top:20px;
}
.accordion{
  margin-bottom:1px;
  background-color:#444d69!important;
  padding:10px 5px!important;
  color:#fff!important;
}
.panel{
  padding:20px!important;
  margin-bottom:1px!important;
  border:1px solid #ccc!important;
}
.panel ul{
  padding-left:20px;
}
.panel ul li{
  padding:3px;
  list-style-type:disc;
}
.DiSp_bttns{
  width:100%;
  box-shadow:none !important;
  margin-bottom:40px!important;
}
.DiSp_bttns > .DiSp_applyOnlineBtn{
  float:right!important;
  background:#bfae7f!important;
  color:#FFF!important;
  font-size:14px!important;
  padding:6px 10px!important;
  box-shadow:none!important;
  font-weight:bold;
  text-decoration:none!important;
  border:none;
}
.DiSp_bttns > .DiSp_downloadBtn{
  float:right!important;
  background:#bfae7f!important;
  color:#FFF!important;
  font-size:14px!important;
  padding:6px 10px!important;
  margin-right:10px!important;
  box-shadow:none!important;
  font-weight:bold;
  text-decoration:none!important;
  border:none;
}
.DiSp_bttns > .DiSp_downloadBtn:hover, .DiSp_bttns > .DiSp_applyOnlineBtn:hover{
  background:#565f65!important;
}
.staticFormWrap{
  margin-top:20px;
}
.fullStaticBG{
  width:600px;
  background-color:#f2efe5;
  padding:20px;
}
.forms .Validate-String, .forms .Validate-email{
  width:100%;
}
.forms > ul > li > label > span{
  color:#F00;
}
.DiSP_txtBox{
  width:400px!important;
  height:40px!important;
  padding:5px!important;
  border:1px solid #878787!important;
  border-radius:5px!important;
}
.DiSP_form{
  margin-top:20px!important;
  background-color:#f2efe5;
  padding:20px;
  width:1000px;
  margin:0 auto!important;
}
.DiSP_form input[type="text"]{
  padding:0 10px;
  width:94%;
  margin-right:3%;
}
.selectInDropDown1{
  width:94%;
  margin-right:3%;
}
.Disp_button{
  padding:5px;
  background:#444d69;
  color:#fff;
  text-align:center;
  font-size:19px;
  text-transform:uppercase;
  border:2px solid #fff;
  height:40px;
  width:180px;
  margin-top:35px;
  margin-bottom:60px;
  float:right;
}
.DiSp_invImg{
  margin-right:15px;
}
.sideHeading{
  text-align:center;
  background-color:#444d69;
  padding:10px;
  color:#fff;
}
ul.listimg li{
  float:left;
  width:30%;
  padding:18px;
  margin-right:2%;
}
.listimg a{
  display:block;
  overflow:hidden;
}
.listimg li a img{
  -webkit-transition:all 0s linear;
  -moz-transition:all 0s linear;
  -o-transition:all 0s linear;
  transition:all 0.3s linear;
}
.listimg li a img:hover{
  transform:scale(1.1, 1.1);
  -o-transform:scale(1.1, 1.1);
  -moz-transform:scale(1.1, 1.1);
  -webkit-transform:scale(1.1, 1.1);
  opacity:0.5;
}
ul.DiSp_invent li i{
  color:#444d69;
  margin-right:10px;
}
ul.DiSp_invent li{
  line-height:30px;
}
#cimm_headingbg h3{
  color:#444d69;
  font-size:30px;
}
.cimm_top{
  margin-top:20px;
}
#cimm_headingbg{
  background:rgba(191, 174, 127, 0.42);
  ;
  text-align:center;
  padding:30px;
  width:100%;
  height:100px;
  float:left;
}
.cimm_para{
  margin:0 auto!important;
  float:none!important;
  width:70%!important;
}
.cimm_SubTitles h5{
  color:#444d69;
  font-size:17px;
  text-align:center;
}
ul.cimm_listitems li{
  line-height:25px;
  font-size:16px;
  list-style-type:disc;
  margin-left:17px;
}
.cimm_TabBlock:hover, .cimm_TabBlock_img:hover{
  background:rgba(228, 221, 201, 0.12);
}
.cimm_TabBlock, .cimm_TabBlock_img{
  padding:15px;
  background:#fff;
  text-align:center;
  cursor:pointer;
}
.cimm_banner{
  overflow:hidden;
}
h1.cimm_bannertxt{
  color:rgb(164, 135, 67);
  position:absolute;
  left:0px;
  width:100%;
  padding:20px 50px;
  text-shadow:0 1px 0 black;
  font-size:50px;
  top:32px;
  text-align:right;
}
.cimm_bannerpara{
  color:#fff;
  position:absolute;
  width:45%;
  padding:20px 50px;
  text-shadow:0 1px 0 black;
  font-size:16px;
  top:111px;
  right:0;
  float:right;
  text-align:right;
}
.cimm_middlecontent{
  height:auto;
  line-height:25px;
  width:80%!important;
  float:none!important;
  background:rgba(200, 204, 217, 0.109804);
  margin:0px auto !important;
}
.cimm_middlecontent h3{
  margin:0 auto;
  width:85%;
  line-height:75px;
  font-size:26px;
  color:#444d69;
}
.cimm_midpart{
  margin:0 auto;
  width:85%;
}
.cimm_midpart i{
  font-size:25px;
  color:#444d69;
}
.cimm_midpart span{
  font-size:16px;
  line-height:26px;
}
#cimm_head{
  font-weight:bold;
  font-size:17px;
  margin-right:10px;
}
.cimm_imgbgcenter{
  margin:0 auto!important;
  width:80%!important;
  float:none!important;
  background:#f9fafb;
  padding:0 2px!important;
}
.cimm_imgbgcenter img{
  background:#444d69;
  border-radius:60%;
  display:block;
  padding:12px;
  margin:0 10px;
}
.cimm_imghead{
  color:#444d69;
}
.cimm_left{
  margin-top:20px;
}
.cimm_img:hover{
  -moz-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
.Static_columnImage{
  width:45%;
  margin:0 auto;
}
.cimm_frstleft{
  padding:15px!important;
}
.cimm_frstright{
  width:30%!important;
  padding:15px!important;
}
.cimm_frstleft h4{
  font-size:26px;
  color:#444d69;
  font-weight:bold;
  text-transform:lowercase;
}
.cimm_frstleft p{
  font-size:16px;
  line-height:26px;
}
ul.cimm_lists li{
  line-height:26px;
  margin-left:10px;
}
.cimm_frstright h4{
  font-size:18px;
  margin-bottom:7px;
}
.cimm_lists i{
  font-size:14px;
  padding-right:10px;
  color:#444d69;
}
.cimm_middlecontent p{
  line-height:25px;
}
.cimm_clipart{
  padding:15px!important;
}
.cimm_clipart img{
  float:left;
  display:block;
  margin-right:10px;
}
.cimm_clipart p{
  font-size:16px;
  line-height:26px;
}
.cimm_leftcontent{
  padding:20px!important;
  width:30%!important;
}
.cimm_gov{
  background:rgba(191, 174, 127, 0.15);
  padding:20px;
  margin:5px;
}
.cimm_gov{
  background:rgba(191, 174, 127, 0.15);
  padding:20px!important;
  margin:12px;
  float:right!important;
  width:25%!important;
  font-style:italic;
  font-weight:bold;
}
.cimm_imgleft{
  margin-right:20px;
  width:40%!important;
}
p.DiSp_paragrapghText{
  margin-top:15px;
}
ul.DiSp_liststyle{
  margin-left:21px;
  width:250px;
  float:left;
}
ul.DiSp_liststyle li{
  padding:10px;
  border-bottom:1px solid #f2efe5 !important;
}
.DiSp_border{
  padding:22px !important;
  border:1px solid #f2efe5;
}
i.fa.fa-arrow-right{
  color:#444d69;
}
.DiSp_Heading_bg{
  background:#444d69;
  width:6px;
  position:relative;
  height:60px;
  margin-bottom:10px;
  margin-top:20px;
}
.DiSp_Main_heading{
  padding:3px 10px;
  color:#444d69;
  position:absolute;
  width:232px;
  margin-left:10px;
  height:50px;
}
.DiSp_Heading_bg p{
  width:250px;
  position:absolute;
  padding:34px 20px;
}
.DiSp_Static_Image{
  float:left;
  width:45%;
  margin-right:5%;
}
.DiSp_static_content{
  float:left;
  width:45%;
  margin:20px 0px;
}
a.DiSp_Static_more{
  color:#444d69;
}
.DiSp_static_content hr{
  margin:30px 0px;
  border:none;
  height:1px;
  background:#f2efe5;
}
.clear{
  clear:both;
}
a.DiSp_Static_more:hover{
  border-bottom:1px dotted #bfae7f;
}
.colelem{
  display:inline;
  float:left;
  clear:both;
}
.DiSp_Static_columnImage{
  width:45%;
  margin:0 auto;
}
.DiSp_columnText{
  margin-top:15px;
  text-align:center;
  padding:10px;
}
.DiSp_Static_columnHeading{
  text-align:center;
  margin-top:20px;
}
.DiSp_threeBlocks{
  margin:0 1%;
  border-top:5px solid #444d69;
  width:31.33% !important;
}
.column1, .column2, .column3{
  width:22%!important;
  margin-right:2%;
  float:left;
  padding:0 10px;
}
.column1{
  margin-left:3%;
}
.column4{
  width:22%!important;
  margin-right:3%;
  float:left;
  padding:0 10px;
}
.outerWrap{
  padding:40px 20px 20px 20px;
  background-color:#444d69;
}
.outerWrap ul li{
  float:left;
  width:23.5%;
  margin-right:2%;
  list-style-type:none;
}
.outerWrap ul li:last-child{
  margin-right:0;
}
.titleWrap{
  position:relative;
  top:0;
  left:10px;
  background-color:#bfae7f;
  padding:10px 20px;
}
.outerWrap{
  position:absolute;
  margin-top:20px;
}
.flip{
  color:#000!important;
}
.flip i{
  display:inline;
  float:right;
  font-size:23px;
  color:#fff;
  font-weight:bold;
}
.flip a{
  padding:5px;
  background-color:#444d69!important;
  border:1px solid;
  border-color:#fff;
  border-bottom-color:#aaa;
  font-weight:bold;
  display:block;
  font-size:16px;
  line-height:32px;
  padding:5px 10px;
  text-decoration:none;
  color:#fff;
}
.DiSp_panel{
  padding:0px 25px;
  background-color:rgb(255, 255, 255);
  border:1px solid rgb(204, 204, 204);
  display:block;
  color:#000;
}
.redStar{
  color:#f00;
}
.inputWrap{
  margin-top:20px;
}
.DiSP_form label{
  display:block;
}
.DiSP_form textarea{
  width:930px;
  height:100px;
  border:1px solid #bfae7f;
}
.formWrap{
  margin-top:20px;
}
.bttnWrap{
  width:1000px;
  margin:0 auto!important;
}
.bttnWrap input[type="submit"]{
  background:#bfae7f!important;
  color:#FFF!important;
  font-size:14px!important;
  padding:11px 30px!important;
  float:right;
  margin-top:20px;
  box-shadow:none!important;
  font-weight:bold;
  text-decoration:none!important;
  border:none;
}
.pressWrap h3{
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
}
.pressWrap p{
  text-align:justify;
}
.NewsWrap{
  padding:20px 30px!important;
}
.NewsWrap h4 a{
  color:#444d69;
  text-decoration:underline;
}
.NewsWrap h4 a:hover{
  text-decoration:none;
}
.NewsWrap span a{
  color:#bfae7f;
}
.NewsWrap span a:hover{
  text-decoration:underline;
}
.DiSP_aboutUsDescp img{
  float:left;
  padding:0 20px 20px 0;
}
.DiSP_aboutUsDescp{
  margin-top:20px;
}
.aboutUsList ul li{
  list-style-type:disc;
  padding:3px 0;
}
.aboutUsList ul{
  padding-left:20px;
}
.aboutUsList h5{
  margin:20px 0;
}
.aboutDescp1 h4{
  color:#444d69;
  margin:20px 0 0 0;
}
/**************** Test starts***********/
.Disp_heading h2{
  text-align:center;
  line-height:0.1em;
  position:relative;
  margin:10px 0 20px;
  background:#FFF;
}
.Disp_heading h2 span{
  background:#FFF;
  z-index:2;
  position: relative;
}
.Disp_heading h2:before{
  content:'';
  position:absolute;
  display:block;
  top:50%;
  height:1px;
  width: 100%;
  background:#000;
  left:50%;
  z-index:1;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
/**************** Test ends***********/ 
@media only screen and (max-width: 768px) {
  .best_products {
    font-size: 26px;
    padding: 0;
  }
.best_product-gradient{
  position: relative;
  bottom: 0;
}
}
/******Static page starts*******/
.Disp_iconWrap {
  text-align:center!important;
  font-size: 14px;
}
.Disp_iconWrap img {
  margin: 0 auto;
  padding-top: 10px;
}
.Disp_icon {
  background: #e1261c;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto;
}
.Disp_icon:hover {
  background: #000;
}
.Disp_leftMenu li a:hover {
  /*border-left: 2px solid #e1261c;
  background-image: url("/ASSETS/IMAGES/CMS/STATIC_IMAGES/Static_Images/leftIcon.png");
  background-repeat: no-repeat!important;
  padding-left: 20px;*/
  color: #e1261c;
}
.Disp_static {
  margin-top:30px
}
.Disp_pageTitle {
  color:#000;
  font-size:28px;
}
.Disp_subHeading,.Disp_Elp_subHeading {
  font-size: 18px;
  color: #e1261c;
}
.Disp_subHeading{
  margin: 30px 0 10px 0 !important;
}
.Disp_promoHeading{
  font-size: 18px;
  color: #e1261c;
  margin: 0px 0 20px 0 !important;
}
.Disp_Elp_subHeading{
  margin: 0 0 20px 0 ! important;
}
.Disp_staticBody h2 {
  margin:0;
}
.Disp_staticBody h2 {
  margin-bottom:10px;
}
.Disp_readmore a {
  color:#e1261c;
}
.Disp_readmore a:hover {
  border-bottom: 2px solid #000000;
  padding-bottom: 4px;
}
.Disp_sst, .Disp_earning, .Disp_guidlines {
  padding-left:20px !important;
}
.Disp_sst li {
  line-height:28px !important;
  list-style-type:disc!important;
}
.Disp_earning li {
  line-height:24px !important;
  list-style-type:circle!important;
}
.Disp_guidlines li {
  line-height:24px !important;
  list-style-type:lower-alpha!important;
}
.Disp_readmore {
  margin-top:10px;
}
.Disp_leftMenuWrap{
  background: #ebebeb;
  padding: 0 20px;
}
.Disp_leftMenu li{
  border-bottom: 1px solid#fff;
  padding: 20px 0 !important;
}
.Disp_leftMenu li:last-child{
  border-bottom: none;
}
.Disp_LMactiveClass {
  padding-left: 20px;
  color: #e1261c;
}
.Disp_topMenu li {
  /*width: 25%;*/
  float: left;
  text-align:center;
  margin-right:90px;
}
.Disp_topMenu li p {
  margin-top:10px;
}
.Disp_topMenu li a {
  display:block;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  padding: 10px !important;
  background: #e1261c;
  margin:0 auto
}
.Disp_topMenu li a:hover {
  background: #000;
}
.Disp_topMenu li:last-child {
  margin-right:0!important;
}
.Disp_staticBodyWrap {
  margin-top:30px;
}
.Disp_marginBottom {
  margin-bottom:10px;
}
.Disp_marginBottom span {
  color: #e1261c;
  margin-right:4px;
}
.Disp_marginBottom a {
  text-decoration: underline;
}
.Disp_marginBottom a:hover {
  text-decoration:none;
}
.Disp_support span {
  color: #e1261c;
  margin-right:4px;
}
.Disp_support li {
  display:inline-block;
  border-right:1px solid #000;
  padding-right:10px!important;
  padding-left:10px!important;
}
.Disp_support li:first-child {
  padding-left:0!important;
}
.Disp_mail a {
  text-decoration: underline;
}
.Disp_mail a:hover {
  text-decoration:none;
}
.DiSP_insco {
  margin:20px 0;
  color:#000;
  font-size:16px;
}
.Disp_promotions {
  margin-bottom:12px;
}
.Disp_promotions a {
  color: #e1261c;
  font-size:16px;
}
.Disp_promotions a:hover {
  text-decoration:underline;
}
.Disp_staticSocial li{
  display:inline-block;
  margin-right:10px;
}
.Disp_staticSocial li a {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  display: block;
  text-align: center;
  padding: 8px;
  color:#fff;
  text-align:center;
}
.Disp_staticSocial li a i {
  font-size:14px;
  color:#fff;
}
.Disp_facebook {
  background-color:#4267B2;
}
.Disp_twitter {
  background-color:#55acee;
}
.Disp_linkedin {
  background-color:#0077b5;
}
.Disp_envelope {
  background-color:#7d7d7d;
}
.Disp_share {
  background-color:#95D03A;
}
.Disp_staticSocial li a:hover {
  background-color: #e1261c!important;
}
.Disp_socialWrap {
  margin-top: 30px;
  text-align: center;
}
.Disp_staticBody {
  margin-top:40px;
}
.Disp_support {
  margin-top:20px;
}
.Disp_support li:last-child {
  border-right:none;
}
.Disp_bulletPoints ul li {
  list-style-type: disc!important;
  list-style-position: inside!important;
  line-height:24px!important;
}
.Disp_meassage li {
  display: inline-block;
  margin-right: 10px;
}
.Disp_meassage li a {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  display: block;
  text-align: center;
  padding: 8px;
  color: #fff;
  text-align: center;
}
.Disp_meassage li a i {
  font-size: 14px;
  color: #fff;
}
.Disp_meassage li span {
  color: #e1261c;
  margin-right: 4px;
}
.Disp_meassage li a {
  text-decoration: underline;
}
.Disp_meassage li a:hover {
  text-decoration: none;
}
.Disp_faqShareWrap {
  /*text-align:center!important;*/
}
.Disp_faqShareWrap li span {
  float:left!important;
  color: #e1261c;
  margin-right: 4px;
  padding: 10px 0;
}
.Disp_faqShareWrap li a {
  float:left!important;
}
.Disp_faqWrap {
  margin-top:20px;
}
.Disp_appImages {
  margin-top:20px;
}
.Disp_appImages li {
  display:inline-block!important;
  margin-right:20px;
}
.DiSP_borderbottom {
  border-bottom:1px solid #a1a1a1;
  padding-bottom: 10px;
}
.Disp_rewardsEnroll {
  background: #e1261c;
  padding: 10px 0;
  border: none;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
  width: 150px;
}
.Disp_marginTop{
  margin-top:30px;
}
.Disp_rewardsEnroll:hover {
  background: #ab0900;
  color: #fff;
}
.Disp_supportFlyer {
  background: #000;
  padding: 10px 0;
  border: none;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
  width: 170px;
}
.Disp_supportFlyer:hover, .Disp_redemptionForm:hover {
  background: #2d2a2b;
  color: #fff;
}
.Disp_rewardsList li {
  display: inline-block;
  margin-right:20px;
}
.Disp_viewPoints {
  background: #44c767;
  padding: 10px 0;
  border: none;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
  width: 160px;
}
.Disp_viewPoints:hover {
  background: #8adf73;
  color:#fff
}
.Disp_redeemPoints {
  background: #44c767;
  padding: 10px 0;
  border: none;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
  width: 220px;
}
.Disp_redeemPoints:hover {
  background: #8adf73;
  color:#fff
}
.Disp_redemptionForm {
  background: #000;
  padding: 10px 0;
  border: none;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
  width: 250px;
}
.Disp_italics {
  font-style:italic;
  color:#e1261c;
  margin-bottom:10px;
}
.Disp_terms {
  margin-bottom:10px;
}
.Disp_headingThree {
  font-size:16px;
}
.Disp_reedemPointsWrap {
  margin-top:20px;
}
.Disp_redeemSend {
  text-decoration: none;
  color:#e1261c;
}
.Disp_redeemSend:hover {
  text-decoration: underline;
}
.Disp_borderBottom {
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 30px;
}
/*Spacer row for bottom of page content in lieu of a bottom border*/
.Disp_spacerBottom {
  padding-bottom: 40px;
}
.Disp_active {
  color:#e1261c;
}
.Disp_historyImg img, .Disp_advntageImg img {
  margin:0 auto;
}
.Disp_advntageImg {
  margin-top:40px;
}
.Disp_advntageImg img {
  width:200px;
}
.Disp_contactSst button {
  margin: 10px 0;
  width: 140px;
}
.Disp_empLink {
  font-size: 16px;
  background: #ebebeb;
  display: block;
  padding: 10px 20px;
  text-align: center;
  width: 320px;
  margin-top: 20px;
}
.Disp_empLink a {
  color: #e1261c;
  margin-left:10px;
}
.Disp_empLink a:hover {
  color: #000;
  text-decoration:underline;
}
.Disp_marginBottom {
  margin-bottom:10px;
}
.Disp_promotionsMargin {
  margin-bottom:10px;
}
.Disp_promoTop {
  margin-top:0px!important;
}
.Disp_red {
  color: #e1261c;
}
.Disp_locImg {
  margin-top:30px;
}
.Disp_storeImg img{
  width:945px!important;
}
.Disp_loc_style p img{
  height:350px ! important;
  object-fit:cover;
}
.Disp_label span {
  color:#e1261c;
  margin-right:4px;
}
.Disp_label a {
  text-decoration:underline;
}
.Disp_label a:hover {
  text-decoration:none;
}
.Disp_row_mt{
  margin-top:20px;
}
.Disp_para {
  margin-top:20px;
}
.Disp_termsLabel {
  color:#e1261c;
  font-weight:bold;
}
.Disp_steps img {
  margin: 0 auto!important;
  margin-top:20px!important;
  width:450px;
}
/* The Modal (background) */
.Disp_loc_modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.Disp_loc_modal_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
  background:none ! important;
  height: 545px ! important;
  overflow: hidden;
}
/* The Close Button */
.Disp_loc_close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity:0.5;
}
.Disp_loc_close:hover,
.Disp_loc_close:focus {
  color: #fff ! important;
  text-decoration: none;
  cursor: pointer;
  opacity:1;
}
/* Hide the slides by default */
.Disp_loc_mySlides {
  display: none;
}
/* Disp_loc_next & Disp_loc_previous buttons */
.Disp_loc_prev,
.Disp_loc_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration:none ! important;
}
/* Position the "Disp_loc_next button" to the right */
.Disp_loc_next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.Disp_loc_prev:hover,
.Disp_loc_next:hover {
  color:#fff;
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.Disp_loc_numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Disp_loc_caption text */
.Disp_loc_caption-container {
  text-align: center;
  background-color: black;
  color: white;
}
.Disp_loc_active,
.Disp_loc_demo:hover {
  opacity: 1;
}
.Disp_loc_caption-container{
  position:absolute;
  width:100%;
  background:#fff;
  color:#000;
  bottom:0px;
}
.Disp_loc_caption-container p{
  margin:10px;
  font-size:20px;
}
/* .Disp_loc_prev::before,.Disp_loc_next::before { */
/* position: absolute; */
/* top: 50%; */
/* left: 50%; */
/* transform: translate(-50%,-50%); */
/* font-size: 25px; */
/* } */
.Disp_loc_next::before:hover,.Disp_loc_prev::before:hover,.Disp_loc_next::before:focus,.Disp_loc_prev::before:focus{
  color:#fff ! important;
}
.Disp_loc_prev::before{
  content:"\003c";
}
.Disp_loc_next::before {
  content:"\003e";
}
.Disp_loc_img_hvr img{
  cursor:pointer;
}
.DiSP-careerWrap {
  border:1px solid #cacaca;
  box-shadow:2px 2px 4px #bdbdbd;
  padding:0 10px;
  height:400px;
  overflow:scroll;
}
.DiSP_goBack {
  margin-top:20px;
}
.DiSP_goBack a {
  color:#ee2e24;
  text-decoration:underline;
  font-size:16px;
}
.DiSP_goBack a:hover {
  text-decoration:underline;
}
.Disp_menuTitles {
  margin-top:10px;
}
.Disp_formMargin {
  margin-top:40px;
}
.Disp_formMargin .btnBlock{
  margin-top:20px!important;
}
.Disp_promoBody {
  margin-top:20px;
}
.Disp_imgText {
  margin-top:30px;
}
.Disp_openPayable {
  margin-top:30px;
}
.Disp_pleaseWait {
  margin-top:6px;
}
.Disp_loading img {
  margin-top:40px;
}
/*******Static pages Ends*******/
/*******RWD starts*******/
@media (max-width: 479px) and (min-width:320px){
  .Disp_page_mb{
    margin-bottom:15px;
  }
.Disp_topMenu li{
  float:left!important;
  width:50%!important;
  text-align:center!important;
  margin-bottom:20px;
  margin-right:0px;
}
.Disp_loc_modal_content{
  width:90%;
}
.Disp_Elp_subHeading{
  margin:20px 0 20px 0 ! important;
}
.Disp_loc_modal_content{
  height:auto ! important;
}
.Disp_topMenu,.Disp_loc_img_mt {
  margin-top:20px ! important;
}
.Disp_rewardsList li {
  width:100%;
  margin-top:10px;
  display:block;
}
.Disp_rewardsList li a {
  display:block;
}
.Disp_promoImg {
  width:auto!important;
  margin:0 auto;
  margin-bottom:20px;
  /*margin-top:20px;*/
}
.Disp_map p img{
  margin-top:20px!important;
  width:auto!important;
}
}
@media (max-width: 767px) and (min-width:480px){
  .Disp_topMenu li{
    Float:left!important;
    width:30%!important;
    text-align:center;
    margin-bottom:20px;
  }
.Disp_page_mb{
  margin-bottom:15px;
}
.Disp_loc_modal_content{
  width:90%;
}
.Disp_Elp_subHeading{
  margin:20px 0 20px 0 ! important;
}
.Disp_loc_modal_content{
  height:auto ! important;
}
.Disp_topMenu,.Disp_loc_img_mt{
  margin-top:20px ! important;
}
.Disp_rewardsList li {
  width:100%;
  margin-top:10px;
  display:block;
}
.Disp_rewardsList li a {
  display:block;
}
.Disp_promoImg {
  width:auto!important;
  margin:0 auto;
  margin-bottom:20px;
  /*margin-top:20px;*/
}
.Disp_map p  img{
  margin-top:20px!important;
  width:auto!important;
}
}
@media (max-width: 980px) and (min-width:768px){
  .Disp_topMenu {
    margin-top:20px!important;
  }
.Disp_page_mb{
  margin-bottom:30px;
}
.Disp_loc_modal_content{
  width:90%;
}
.Disp_map p img{
  margin-top:20px!important;
  width:auto!important;
}
.Disp_loc_modal_content{
  height:auto ! important;
}
.Disp_Elp_subHeading{
  margin:20px 0 20px 0 ! important;
}
}
/*******RWD Ends*******/
/****Static page styles 2****/
.Disp_leftContactMenu {
  background: #ebebeb;
}
.Disp_leftContactMenu li {
  border-bottom: 1px solid #fff;
  padding: 20px 20px !important;
}
.Disp_leftContactMenu li:last-child{
  border-bottom:0;
}
.Disp_leftContactMenu li a:hover {
  color:#e1261c;
}
.Disp_breadcrumb {
  background: 0 0;
  padding: 0;
  margin: 15px 0;
}
.Disp_breadcrumb li {
  display: inline-block;
  font-size:12px;
}
.Disp_breadcrumbWrap ul.Disp_breadcrumb>li:nth-child(1) a {
  font-weight: 700;
}
.Disp_breadcrumbWrap .Disp_breadcrumb li+li:before {
  content: ">";
  color: #000;
}
.Disp_breadcrumb>li+li:before {
  padding: 0 5px;
}
.Disp_breadcrumbWrap .Disp_breadcrumb>.Disp_activeBreadcrumb {
  color: #e1261c;
}
.Disp_breadcrumbWrap .Disp_breadcrumb a {
  font-family: robotoitalic;
}
/**Back to location page button style**/
a.Disp_backLoc_btn{
  text-transform: uppercase;
  background: #e1261c;
  padding: 12px 18px;
  color: #FFF;
  border-radius: 2px;
}
a.Disp_backLoc_btn:hover{
  background:#b41e16;
}
.Disp_webAssistance {
  height:350px;
  background-color:#ebebeb;
}
.Disp_jobTitle {
  color:#e1261c;
  font-size:16px;
}
.Disp_jobDescp {
  margin-top:10px;
}
.jobBoardWrap {
  padding: 20px 20px;
  background: #ebebeb;
}
.Disp_subHeading a{
  color:#e1261c;
}
.Disp_priamryMenu a:hover{
  text-decoration:underline;
}
.Disp_secondaryMenu a:hover{
  text-decoration:underline;
}
.Disp_secondaryMenu li {
  line-height:28px;
  list-style-type:disc!important;
}
.Disp_secondaryMenu {
  padding-left:30px!important;
}
.Disp_priamryMenu {
  margin-top:20px!important;
}
/*.Disp_websiteVideo {
width:100%;
height:150px;
background-color:#ebebeb;
}*/
/*****Matt Test, Please don't delete*****/
/*Video iframes responsive*/
.Disp_websiteVideo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.Disp_websiteVideo iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Advantage image bigger and left aligned*/
.Disp_advntageImg img {
  width: auto;
}
.Disp_historyImg img, .Disp_advntageImg img {
  margin: 0;
}
/*Add underline and color change to body links*/
.row.Disp_staticBody p a {
  color: #e1261c;
  text-decoration: underline;
}
/*Best, Best, Best Bigger and centered vertically */
.best_products {
  margin-top: 0%;
  margin-bottom:0%;
}
.row.best_products {
  padding: 24px 0;
}
.best_product-gradient {
  position: relative;
  bottom: 6px;
}
.best_product-gradient {
  letter-spacing: .025em;
}
/*Adjusts Home Page Banner Text*/
.banner_text {
  font-family: "Roboto";
  font-weight: 900;
  text-align: left;
  letter-spacing: .05em;
}
.banner_textp {
  margin-top: 18px;
}
.captionOrange {
  width: 400px !important;
  display: none !important;
}
.captionStackBanner {
  display: block !important;
}
/*Adjusts Arrows on Brands Section*/
.slick-prev {
  left: 8px !important;
}
.slick-next {
  right: 0 !important;
}
/*Adjusts Colophon Margin*/
footer .cimm_footer_down {
  padding: 25px 10px 15px 10px !important;
}
.cimm_footer_down {
  padding: 25px 10px 15px 10px !important;
}
/*Removes extraneous padding below Best, Best, Best*/
footer .cimm_footer_top {
  border-bottom: none !important;
}
/*Modifies typography on the careers page only*/
.Career_Headline {
  font-size:28px;
  color: #000;
  margin: 30px 0 10px 0 !important;
  line-height: 1.25em;
}
.Career_Headline .span {
  color: #e1261c;
}
.Career_Paragraph {
  margin: 30px 0 10px 0 !important;
}
/*Modifies image margin on Careers Page*/
.Careers_Img {
  margin-top: 20px;
}
/*Overides Careers iframe*/
.DiSP-careerWrap {
  border:none;
  box-shadow:none;
  padding:0;
  margin:0;
  height:100%;
  overflow:hidden;
}
/*Adds Alternative Button Color for Home Page Banner*/
.banner_button_alt {
  background: #fff;
  background: -moz-linear-gradient(left,#fff 0,#ccc 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(100%,#ccc));
  background: -webkit-linear-gradient(left,#fff 0,#ccc 100%);
  background: -o-linear-gradient(left,#fff 0,#ccc 100%);
  background: -ms-linear-gradient(left,#fff 0,#ccc 100%);
  background: linear-gradient(to right,#fff 0,#ccc 100%);
  color: #000;
  font-size: 18px;
  /* letter-spacing: 4px; */
  padding: 13px 41px;
  position: absolute;
  margin-top: 34px;
}
/*Makes ContactUs iframe responsive*/
.iframecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cimm_bodyContentWrap {
  margin-bottom: 0 !important;
}
li.event_desc {
  margin-top: 16px !important;
}
/* Fixes scale of Best, Best, Best... Banner */
.best_product-gradient {
  letter-spacing: .025em;
  font-size: 4.5rem;
  font-family: 'RobotoBlack';
}
.best_products {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 16px !important;
  padding-bottom: 10px !important;
}
@media (max-width: 768px) {
  .best_product-gradient {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .best_product-gradient {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
.signup_fotter h2 {
  font-size: 24px !important;
  text-align: center;
}
}
.featur_product {
  padding: 40px 0 !important;
}
.container.gm-editing.ui-sortable {
  padding: 40px 0;
}
header .cimm_header .cimm_header_mid {
  padding: 20px 0;
}
/* Nithin redesign new css */
.accountCard{
  display: flex;
  gap: 24px;
  padding-bottom:24px;
  align-items: center;
  justify-content: center;
}
.accountDetail{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 0 1 252px;
  border-radius: 6px;
  border: 1px solid #E1251B;
  background: #FFF;
  padding: 16px 0px;
  height: 68px;
  font-size: 24px;
  transition: color 0.3s, background 0.3s;
}
.accountDetail:hover{
  color: #FFF;
  background: #E1251B;
}
.accountDetail:hover a {
  color: #FFF;
}
.accountDetail svg {
  fill:#E1251B;
}
.accountDetail:hover svg {
  fill:#FFF;
  opacity: 0.6;
}
.rawPadding{
  padding: 64px;
}
.helpHeading{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 64px;
  font-size: 36px;
}
.helpHeadingV2{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 0px;
  font-size: 36px;
}
.shopRowPadding{
  padding:0px 64px !important;
}
.shopCardDiv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
}
.shopCardDiv a{
  width: 100%;
}
.shopCardDiv p{
  display: flex;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid #D0D5DD;
  background: #FFF;
  font-size: 24px;
  font-weight: 500;
  border-radius: 0px 0px 6px 6px;
}
.shopAllProd{
  display: flex;
  margin: 48px 0px 64px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color:#344054;
}
.shopAll{
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  font-size: 16px;
  color:#344054;
}
.d-flex{
  display: flex !important;
}
.solutionsCard{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  height: 660px;
  background: #FFF;
}
.solutionsImgBlk{
  width: 100%;
}
.solutionMainBlk{
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.solutionMainSecBlk{
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.solutionsDescBlk{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  text-align: center;
}
.solutionsDescBlk h3{
  color: #E1251B;
  font-size:24px;
  margin-top: 0;
}
.solutionsDescBlk p{
  color: #344054;
  font-size:16px;
}
.solutionsLinkBlk{
  display: flex;
  font-size: 12px;
  font-weight: 700;
  color: #344054;
}
.solutionsLinkSecBlk{
  display: flex;
  gap: 24px;
  padding: 20px 0 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #344054;
}
.underline-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.underline-text {
  color: #333;
  text-decoration: none;
  position: relative;
}
.underline-text:hover {
  color: #344054 !important;
  text-decoration: none;
  position: relative;
}
.underline-text::after {
  content: "";
  height: 2px;
  background-color: #E1251B;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s;
}
.underline-text:hover::after {
  width: 100%;
}
.endPadding{
  padding: 32px 32px 64px 32px;
}
.endBanTitle{
  font-size: 36px;
  font-weight: 900;
  color: #101828;
}
.endBanText{
  font-size: 19px;
  font-weight: 900;
  color: #101828;
  font-weight: 400;
  line-height: 150%;
}
.endBelowBanner{
  padding: 64px 0px !important;
}
.endBannerSub{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 12px 0px;
  text-align:center;
}
.endBannerSub h4{
  text-transform: uppercase;
  font-size: 16px;
}
.warnBannerPad{
  padding: 56px 0px;
}
.warmblk{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.warmblk h2{
  font-size: 38px;
  text-transform: uppercase;
  color: #E1251B;
}
.warmblk p{
  font-size: 20px;
  color: #101828;
}
.endsubBlk{
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.endsubMenu{
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}
.endBroBlk{
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #E1251B;
}
.endBroBlk p{
  font-weight:700;
}
.broWrap{
  display: flex;
  flex-wrap: wrap;
  gap:4px;
  margin-top:24px;
}
.broWrap li{
  display: flex;
  padding: 12px 24px !important;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 2px;
  background: #F2F4F7;
}
.broWrap li a{
  font-size: 16px;
  color: #101828;
  font-weight: bold;
  text-decoration: none;
}
.broWrap li a:hover{
  text-decoration: underline;
}
.dykBanner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #FFF;
  gap: 16px;
  font-size: 24px;
}
.dykTitle{
  font-size: 48px;
  font-weight: 700;
  color: #FFF;
}
.dykbtn{
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #FFF;
  background: #E1251B;
  border-radius: 2px;
}
.dykbtn:hover{
  color: #FFF;
  background: #344054;
}
@media all and (max-width: 1024px) {
  .accountCard{
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 980px) {
  .accountCard{
    flex-wrap: wrap;
    justify-content: center;
  }
.shopCardDiv{
  margin-bottom:30px;
}
.solutionsCard{
  min-height:660px;
  height:100%;
  margin-bottom: 30px;
}
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 480px) {
}
/* Nithin redesign new css */
.homebannerbutton{
  background-color: #fff;
  color: #e1251b;
  border: 0;
  outline: 0;
  border-radius: 10px;
  text-transform: none;
  padding: 13px;
  font-weight: bold;
  font-size: 16pt;
  margin-top: 10px;
}
.homebannerbutton:hover{
  background-color: #E3E5E8;
}
.t3-brand-logo {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.t3-brand-logo:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.event-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.custom-justify-between {
    justify-content: center;
}