.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-family:nimbus-sans;
  font-size:14px;
}
.mainHeading{
  color: #444d69;
  margin-top:20px;
  /*border-bottom: 1px solid #9C0101;*/
  padding-bottom:5px;
}
.subHeading{
  margin:20px 0 20px 0;
  text-align:center;
  background-color:#444d69;
  padding:10px;
  color:#fff;
}
/*.subHeading{
color:#000038;
margin-top:20px;
position: relative;
}
.subHeading hr{
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 2px;
margin: -2px 0 0 0;
border: 1px solid #9C0101;
}*/
/*.subHeading h3 span{
padding: 5px 20px;
background-color:#fff;
}
.subHeading h3{
position: relative;
z-index: 1;
/*overflow: hidden;*/
/*text-align: center;
bottom: 0px;
}*/
.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;
}
/*.listBlock{
margin-top:20px;
}*/
.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;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
  background-color: #ddd;
}
/* Style the accordion panel. Note: hidden by default */
div.panel {
  padding: 0 18px;
  background-color: white;
  /*display: none;*/
}
/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
  display: block;
}
.marginTop{
  margin-top:20px;
}
/*career stars*/
.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-color: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_txtBox span{
color:#F00;
}
.DiSP_form label{
display:block;
}
.DiSP_selectInDropDown{
width:400px;
}
.DiSP_selectInDropDown{
box-shadow:none!important;
}
.firstRow{
margin-bottom: 20px;
}
.firstRow span{
color: #f00;
}
.DiSP_red{
color: #f00;
}
.DiSP_txtBoxComment{
width:980px!important;
height:120px!important;
}*/
/*a*/
.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;
  /* font-weight: bold; */
  float:right;
}
.DiSp_invImg {
  margin-right: 15px;
  /* width: 287px; */
}
.sideHeading {
  text-align: center;
  background-color: #444d69;
  padding: 10px;
  color: #fff;
}
ul.listimg li {
  float: left;
  width: 30%;
  padding: 18px;
  margin-right: 2%;
  /* border-right: 1px solid red; */
}
.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;
  /* margin-top: 10px; */
  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{
  /*position: relative;*/
  overflow: hidden;
}
h1.cimm_bannertxt {
  color: rgb(164, 135, 67);
  position: absolute;
  /* bottom: 0; */
  left: 0px;
  width: 100%;
  padding: 20px 50px;
  text-shadow: 0 1px 0 black;
  font-size: 50px;
  top: 32px;
  /* right: 0; */
  /* float: right; */
  text-align: right;
}
.cimm_bannerpara {
  color: #fff;
  position: absolute;
  /* bottom: 0; */
  /* left: 0px; */
  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%;
  /* margin: 20px 0; */
  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;
  /* margin-right: 0px; */
}
.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;
  /* border: 1px solid red; */
}
.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;
}
/********* L *********/
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 {
  /* margin: 20px 0 20px 0; */
  /* text-align: center; */
  /* background-color: #444d69; */
  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;
}
/********* L *********/
/*HistoryPage2*/
.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;
}
.staticBg{
  background:url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/yellowTexture.png);
  padding:30px 20px;
}
.custom_padding > p img{
  display:unset;
}
.featuredCategoryWrap{
  background:#212b37;
  padding: 20px 0 40px;
}
.bannerWrap {
  position: relative;
}
h3.heading {
  position: absolute;
  top: 39%;
  left: 30px;
  font-size: 150px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
p.subHeadingWrap {
  position: absolute;
  top: 62%;
  right: 10%;
  font-size: 33px;
  color: #fff;
  text-shadow: 4px 3px 2px #000;
}
.shopBtn.btn {
  width: 257px;
  height: 70px;
  border-radius: 4px;
  background-color: #328bc4;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
}
.hirschBringFunWrap{
  position:relative;
}
.hirschBringFunWrap img{
  height:550px;
}
.headingTxt{
  position: absolute;
  top: 20%;
  font-size: 60px;
  color: #ffffff;
  font-weight: 900;
  width: 100%;
  padding: 0 5%;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.detailsTxt{
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 30px;
  width: 100%;
  padding: 0 5%;
}
.hirschBringFunWrapBTn{
  position: absolute;
  bottom: 15%;
  padding: 0 5%;
}
.customHirsch_heading{
  font-size:60px;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  padding: 0px 0px 10px;
  color:#fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.custom_padding{
  padding:30px 20px;
}
.blogHeading{
  text-align: center;
  padding: 30px 0px;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.blogViewAll{
  display: inline-block;
  margin: 10px auto 20px;
  width: 100%;
}
.blogViewAll a{
  width: 230px;
  height: 38px;
  background-color: #328bc4;
  background-size: cover;
  text-align: center;
  margin: 30px auto 0;
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
/**************Static Page Css*************/
h1.DiSp_heading {
  position: absolute;
  bottom: 25px;
  color: #fff;
  /*text-align: center !important;
  width: 100%;*/
  text-shadow: 2px 2px #000;
  font-size: 80px;
  margin-left: 60px;
}
.DiSp_banner img {
  position: relative;
  opacity: 1;
}
ul.DiSp_breadcrums li {
  display: inline-block;
  padding: 13px 0px;
}
li.DiSp_active {
  color: #328bc4;
}
li.DiSp_active:before {
  content: "|";
  padding: 0px 6px;
  color: #000;
}
.column.col-md-12.col-sm-12.col-xs-12.DiSp_staticontainer {
  width: 82%;
  margin: 0 auto !important;
  float: none;
}
.DiSp_headingbg {
  background: #f9f9f9;
  padding: 20px;
}
button.DiSp_button {
  background: #328bc4;
  padding: 10px;
  border: 0px;
  color: #fff;
}
/*.DiSp_cont {
border-bottom: 1px solid #000;
padding-bottom: 16px;
}*/
a.readmore {
  color: #328bc4;
}
.DiSp_block {
  padding: 0px 20px 20px 20px;
  border-bottom: 1px solid;
}
p.DiSp_links a {
  color: #328bc4;
}
.column.col-md-12.col-sm-12.col-xs-12.DiSp_staticblock {
  background: URL(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Static_Images/yellowTexture.png);
}
.DiSp_staticblock {
  padding: 1px 10px 20px 10px;
}
.DiSp_staticblock p{
  color: #fff;
}
.DiSp_staticblock h2 {
  color: #fff;
}
.DiSp_Top {
  margin-top: 7% !important;
  padding: 30px !important;
}
ul.job_Filter {
  background: #eee;
  margin: 20px 0;
  padding: 20px;
}
ul.job_Filter li {
  display: inline-block;
  margin-left: 16px;
}
.career_comp {
  float: left;
  width: 50%;
}
.career_comp span {
  color: red;
  font-size: 18px;
}
.comapny_loc {
  float: left;
  width: 20%;
}
.job_type {
  float: left;
  width: 30%;
}
.job_type h4 {
  color: lightgreen;
}
.comapny_loc p {
  font-size: 16px;
}
.job_type p {
  font-size: 16px;
}
.career >div {
  padding: 10px;
  border: 1px solid;
  margin-bottom: 10px;
}
ul.DiSp_jobdetail li {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
}
i.fa.fa-map-marker {
  margin-right: 10px;
  font-size: 20px;
}
i.fa.fa-calendar {
  margin-right: 10px;
  font-size: 20px;
}
ul.DiSp_list li {
  list-style-type: disc;
  line-height: 28px;
  margin-left: 20px;
}
.DiSp_borders {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
}
button.DiSp_button a {
  color: #fff;
}
ul.DiSp_emaillist li input[type="text"]{
  width: 410px;
  height: 40px;
  padding: 10px;
}
ul.DiSp_emaillist li {
  margin: 12px;
  float: left;
}
.column.col-md-12.col-sm-12.col-xs-12.DiSp_resourcebg {
  background: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Static_Images/texture.jpg);
  width: 97.5%;
  margin-left: 16px;
  padding: 10px 110px;
}
ul.DiSp_resourcelist {
  float: left;
  width: 33%;
}
ul.DiSp_resourcelist li {
  color: #328bc4;
}
ul.DiSp_resourcelist li h4 {
  color: #000;
}
.DiSp_calender {
  width: 73% !important;
}
input.DiSp_newsbutton {
  background: #6b7c8e;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  width: 200px;
}
.captchaWrap.form-group img {
  width: 150px;
  margin: 20px 20px 10px 0px;
}
h4.DiSp_salesheading {
  margin-bottom: 25px;
}
.homeBannerHeading {
  position: absolute;
  top: 39%;
  left: 8%;
  font-size: 60px;
  width: 1000px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.homeBannersubHeading{
  position: absolute;
  top: 70%;
  right: 10%;
  font-size: 33px;
  color: #fff;
  text-shadow: 4px 3px 2px #000;
}
.hirschSection a{
  color:#fff;
}
.hirschSection a:hover{
  text-decoration:underline;
}
ul.DiSp_sideSpacing {
    padding: 0px 20px;
}
@media(max-width:1200px)and (min-width:980px){
  h1.DiSp_heading{
    font-size: 56px;
  }
}
@media(max-width:981px)and (min-width:768px){
  h1.DiSp_heading{
    font-size: 50px;
  }
header .cimm_header .homeHeader {
  height: 80px !important;
  display:none;
}
.headingTxt {
  font-size: 54px;
}
}
@media(max-width:767px)and (min-width:480px){
  h1.DiSp_heading {
    font-size: 30px;
  }
.headingTxt {
  top: 2%;
  font-size: 40px;
}
.hirschBringFunWrap img {
  height: 400px;
}
.detailsTxt {
  top: 26%;
  font-size: 20px;
}
.hirschBringFunWrapBTn {
  bottom: 22%;
}
ul.DiSp_resourcelist {
  width: 100%;
}
.career_comp {
  float: left;
  width: 100%;
}
.comapny_loc {
  float: left;
  width: 100%;
}
.job_type {
  float: left;
  width: 100%;
}
ul.job_Filter li {
  width: 100%;
  margin-bottom: 10px;
}
header .cimm_header .homeHeader {
  height: 60px !important;
  display:none;
}
}
@media(max-width:480px)and (min-width:320px){
  h1.DiSp_heading {
    font-size: 20px;
    margin-left: 30px;
  }
.headingTxt {
  font-size: 24px;
  top: 5%;
}
.detailsTxt {
  top: 26%;
  font-size: 16px;
}
.hirschBringFunWrapBTn {
  position: absolute;
  bottom: 18%;
  padding: 0 5%;
}
.shopBtn.btn {
  width: 200px;
  height: 55px;
  font-size: 18px;
}
.hirschBringFunWrap img {
  height: 350px;
}
ul.DiSp_resourcelist {
  width: 100%;
}
.career_comp {
  float: left;
  width: 100%;
}
.comapny_loc {
  float: left;
  width: 100%;
}
.job_type {
  float: left;
  width: 100%;
}
ul.job_Filter li {
  width: 100%;
  margin-bottom: 10px;
}
header .cimm_header .homeHeader {
  height: 30px !important;
  display:none;
}
}
/*Manny Design*/
.BreadCrumb_List li{
  display: inline-block;
}
.BreadCrumb_List li:last-child{
  color: #328bc4;
}
.BreadCrumb_List li:before{
  content: '|';
  padding: 0 6px;
  color: #000
}
.BreadCrumb_List li:nth-child(1):before,.BreadCrumb_List li:nth-child(1):after{
  content: none
}
.hirsch_video_frame{
  min-width: 100%
}
.hirsch_content_section{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.listGridContainer .gridView ul li.sessionDesp ul li ul.selectBoxWrap li {
  display: inline-block;
  width: 100% !important;
  margin-top: 5px;
}
@media(max-width: 1024px){
  .hirsch_video_frame{
    margin: 2rem auto
  }
}
