﻿@charset "utf-8";
@font-face {
 font-family: 'Roboto-Light';
 src: url('../fonts/Roboto-Light.ttf');
}
* {
	font-family: Roboto-Light;
}
img {
	border:none;
}
a {
	text-decoration: none;
	outline: 0;
}
ul, li, p {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
.contentWrap{
	width: 100%;
	min-height: 768px;
	height: auto;
}

/*Common Styles for IIGM Electrical Page Starts*/
.businessEnq{
    /*border-radius: 5px;*/
    padding: 10px 50px 5px 24px;
    background: #ffffff url(../../Images/Electrical/new-hd-iigm-icons.png) no-repeat scroll 95px -445px;
}
}

.marginWrapper{
	margin-top: 8%;
}
.mainBlock{
	width: 100%;
	display: inline-block;
	height: auto;
	margin: 0 auto;
}
.innerBlock{
	width: 70%;
	margin: 0 auto;
}
.subBlockLeft{
	width: 50%;
	margin: 0 auto;
	float: left;
}
.subBlockRight{
	width: 50%;
	margin: 0 auto;
	float: left;
}
.subBlockLeftSpl{
	width: 59%;
	margin: 0 auto;
	float: left;
}
.subBlockRightSpl{
	width: 39%;
	margin: 0 auto;
	float: right;
}
.productInDetail{
	min-height: 296px;
	background-color: #f0f0f0;
}
img.imgBlock{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
h1.mainHead{
  font-size: 30px;
  color: #006699;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px;
  background-color: #fff;
  line-height: 1;
}
h2.subHead{
  color: #006699;
  font-size: 26px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0px;
  height: auto;
  line-height: 1;
}

.iigm-home-link{
  justify-content:center;
  display:flex;
  align-items:center;
}
ul.listStyle{
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
}
ul.listStyle li{
	display: inline-block;
	text-decoration: none;
}
ul.listStyle li a{
	color: #000;
}
ul.listStyleTabs li a{
	color: #fff;
}
ul.listStyleTabs li{
	background-color: #006699;
	font-size: 16px;
	padding: 5px 20px;
	margin: 2px;
	height: 70px;
	width: 200px;
	float: left;
}
ul.listStyleTabs li:hover,
ul.listStyleTabs li:focus,
ul.listStyleTabs li:active,
ul.listStyleTabs li:visited,
ul.listStyleTabs li.active
{
	background-color: #ff6600;
	cursor: pointer;
}
ul.listStyleSpl{
	list-style-type: none;
	margin: 0 auto;
	text-align: left;
}
ul.listStyleSpl li{
	text-decoration: none;
	background: url(../../Images/Electrical/arrow.png) no-repeat 25px 10px;
	padding: 5px 50px;
	margin: 1% auto;
	font-size: 14px;
}

.brandList{
	width: 70%;
	height: auto;
	margin: 2% auto;
}
.productDetailsRight{
	width: 100%;
	height: 80%;
	/*margin: 10% 0% 0% 3%;*/
}
label.labelContentRight{
	vertical-align: super;
	color: #006699;
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 600;
}
p.pContentRight{
	text-align: justify;
	width: 100%;
	height: auto;
	margin: 2% auto;
	font-size: 14px;
}
button.btnViewMoreRight{
	padding: 4px 25px;
	background-color: #fff;
	color: #ff6600;
	border-radius: 15px;
	border: 1px solid #bcbcbc;
	width: auto;
	height: auto;
	float: right;
	margin: 4% auto;
}
.productDetailsLeft{
	width: 100%;
	height: 80%;
	margin: 0% 0% 0% 0%;
}
label.labelContentLeft{
	vertical-align: super;
	color: #006699;
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 600;
}
p.pContentLeft{
	text-align: justify;
	width: 100%;
	height: auto;
	margin: 2% auto;
	float: right;
}
button.btnViewMoreLeft{
	padding: 4px 25px;
	background-color: #fff;
	color: #ff6600;
	border-radius: 15px;
	border: 1px solid #bcbcbc;
	width: auto;
	height: auto;
	float: left;
	margin: 4% auto;
}
.qPolicy{
	background-color: #fbfbfb;
	padding: 10px 0px;
}
.marginWrapperProduct{
	z-index:-100;
	margin-top: 8%;
}
.bgImage{
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 296px;
}
.selectionColor{
    color: #ff6600;
}
.wrapper span.microSiteName {
    vertical-align: middle;
	font-size: 26px;
	font-weight: 100;
	margin: 25px 0px 0px 80px;
	color: #847F7F;
	display:inline-block;
	display: none !important;
}
a{
	text-decoration: none;
	color: #fff;
}

/********Added by Adars 30-Aug-2016************/
/*.boxWrapper{
	background-color: #ffffff;	
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 2px;
	height: 70px;
	width: 200px;
	float: left;
	border: 1px solid #ededed;
}
.boxWrapper p{
	text-align: center;
	font-size: 16px;
	color: #000;
}
.boxWrapper:hover, 
.boxWrapper:focus,
.boxWrapper:active,
.boxWrapper:visited,
.boxWrapper.active {
    background-color: #ff6600;
    cursor: pointer;
}*/


.boxWrapper{
	background-color: #ffffff;	
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 2px;
	height: 70px;
	width: 200px;
	float: left;
	border: 1px solid #ededed;
}
.boxWrapper p{
	text-align: center;
	font-size: 16px;
	color: #000;
}
.boxWrapper:hover, 
.boxWrapper:focus,
.boxWrapper:active,
.boxWrapper:visited,
.boxWrapper.active {
    background-color: #ff6600;
    cursor: pointer;
}
.boxWrapper:hover p,.boxWrapper.active p{
	color:#fff;
}
/********Added by Adars 30-Aug-2016****END********/
.deskView{
  display: block;
}
.mobView{
  display: none;
}
.activeP{
	color: #fff !important;
}

/*Common Styles for IIGM Electrical Page Starts*/



/*Media Query Starts*/
@media(min-width: 320px) and (max-width: 1200px){
.productDetailsRight {
    margin: 0;
}
}
@media(min-width: 320px) and (max-width: 768px){
.fi-product-grid1,
.fi-product-grid2 {
    bottom: auto !important;
    padding: 10px 15px !important;
    width: 92% !important;
}
.deskView{
  display: none;
}
.mobView{
  display: block;
}
}
@media(min-width: 769px) and (max-width: 1920px){
#img1,#img2,#img3,#img4,#img5,#img6,#img7 {
	background-position: center center !important;
}
}
@media(min-width: 480px) and (max-width: 960px){
	.footer-menu-bottom-grid1,
.footer-menu-bottom-grid2,
.footer-menu-bottom-grid3,
.footer-menu-bottom-grid4{
	width: 50%;
}
.marginWrapper {
    margin-top: 15%;
}
}
@media(min-width: 320px) and (max-width: 479px){
	.footer-menu-bottom-grid1,
.footer-menu-bottom-grid2,
.footer-menu-bottom-grid3,
.footer-menu-bottom-grid4{
	width: 100%;
}
.marginWrapper {
    margin-top: 25%;
}
}
/*Media Query Ends*/







































/*Media Query Starts*/
@media (min-width: 320px) and (max-width: 1100px){
.subBlockLeft{
		width: 100%;
		background-color: #f0f0f0;
}
.subBlockRight{
		width: 100%;
		background-color: #f0f0f0;
}
/*.productDetailsRight {
    width: 90%;
    height: auto;
    margin: 10% 0% 0% 2%;
}
.productDetailsLeft {
    width: 90%;
    height: auto;
    margin: 10% 0% 0% 0%;
}*/
.brandList {
    width: 90%;
}
.innerBlock {
    width: 90%;
}
.subBlockLeftSpl {
    width: 100%;
}
.subBlockRightSpl {
	width: 100%;
}
}

/*Mobile View*/
@media (min-width: 1280px) and (max-width: 1439px){
.boxWrapper {
    width: 210px;
}
}

@media (min-width: 980px) and (max-width: 1279px){
.marginWrapper {
    margin-top: 10%;
}
.boxWrapper {
    padding: 5px 0px;
    width: 155px;
}
.boxWrapper p {
    font-size: 15px;
}
}
@media (min-width: 768px) and (max-width: 979px){
.marginWrapper {
    margin-top: 10%;
}
.boxWrapper {
    padding: 5px 0px;
    width: 150px;
}
.boxWrapper p {
    font-size: 15px;
    padding: 5px 0px;
}
}
@media (min-width: 360px) and (max-width: 640px){
.marginWrapper {
    margin-top: 30%;
}
.boxWrapper {
    padding: 5px 0px;
    width: 150px;
}
.boxWrapper p {
    font-size: 15px;
    padding: 5px 0px;
}
.outerWrapper {
    /*width: 155px !important;*/
    justify-content:center;
    display:flex;
    align-items:center;
}
}
@media (min-width: 320px) and (max-width: 359px){
.slick-slide img {
    width: 60%;
}
.marginWrapper {
    margin-top: 30%;
}
.boxWrapper {
    padding: 5px 0px;
    width: 136px;
}
.boxWrapper p {
    font-size: 15px;
    padding: 5px 0px;
}
.outerWrapper {
    /*width: 136px !important;*/
    justify-content:center;
    display:flex;
    align-items:center;
}
}
@media (min-width: 320px) and (max-width: 540px){
.marginWrapperProduct{
	z-index:-100;
	margin-top: 20%;
}
}


@media (min-width: 320px) and (max-width: 360px){
ul.listStyleSpl li{
	text-decoration: none;
	background: url(../../Images/Electrical/arrow.png) no-repeat 10px 10px;
	padding: 5px 30px;
	margin: 1% auto;
	font-size: 14px;
}
.qPolicy {
    background-color: #fbfbfb;
    padding: 10px 0px;
}
}
/*Media Query Ends*/

/*For brand story ul styling - START saveesh*/

.brandstoryul ul{
    list-style-type:none;
    padding:0;
    margin:0;
}
 .brandstoryul ul li{
    background:url("../../Images/GUI/bulet-product-details.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    padding:0 0 10px 20px;
}
 .brandstoryul ul li:first-child{
    margin-top:10px;
}

div.pContentRight{
	text-align: left;
	width: 100%;
	height: auto;
	margin: 2% auto;
	font-size: 14px;
}

/*For brand story ul styling -END saveesh*/