/* CSS Document */
html {
  scroll-behavior: smooth;
  font-family:lato;
}

.bg-color{
background-color:#FFFFFF !important;
}

/*product page*/
.product_background{
background-image: url('../images/product_banner.jpg');
background-position: top;
background-repeat:no-repeat;
height: auto;
}
.product_container{
padding-left:3em;
padding-right:3em;
}
.navbar-light .navbar-brand{
position: absolute;
margin-top:1em;
}
.navbar{
padding: 20px !important;
}
.nav-pills-custom .nav-link {
 color: #fff;
 background-image: linear-gradient(to right, rgba(35, 30, 128) 0%, rgb(35, 30, 128)50%);
    position: relative;
	 padding:5px;
	 text-align:right;
	font-size:14px;
	font-family: lato;
	border-bottom:2px solid #FFFFFF;
}
.nav-pills-custom .nav-link>span {
padding-right:10px;
}
.nav-pills-custom .nav-link::after {
background: none !important;

}
.nav-pills-custom .nav-link.active {
  color: #231e80;
    background: #fff;
	border:2px solid #231e80;
	border-left:none;
	
}
.nav-pills .nav-link{
border-radius: 0 !important;
}
.p-4{
padding: 1rem!important;
}
.mb-4{
margin-bottom:5px!important
}
.nav-pills-custom >a.nav-link{
padding-right:1px !important;
}



/*Anand*/
section.client_slider {
    display: none;
}
/*section.py-5.header {
    padding-top: 0px !important;
}*/
img.pro-img {
    width: 26px;
    margin-right: 10px;
}
.point1 {
    margin-top: 20px;
    font-family: lato;
    color: #242424;
    font-size: 17px;
}

















/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #231e80;
        border-bottom: 8px solid transparent;
		border-width: 15px;
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
        opacity: 0;
		
    }
	
	
}
@media (max-width: 768px) {
.nav-pills-custom .nav-link {
	left: 0;
}
/*.product_container{
padding-left:1px;
padding-right:1px;
}*/
}
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
	.com_detail{
	color:#231e80;
font-family:lato;
font-size:18px;
font-weight:bold;
}

.tab_header{
color:#231e80;
font-family: lato;
font-size:30px;
font-weight:bold;
}
.tab_ul{
list-style-type: none;
font-family:lato;
color:#242424;
font-size:16px;
}
.tab_ul li::before {
  content: "\25AA";
  color: #231e80;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-size:25px;
}
.border_top{
border-top:1px solid #cccccc;
width:100%;
}
.border_bottom{
border-bottom:1px solid #cccccc;
width:100%;
}
.tab_para_italy{
color:#242424;
font-family: lato;
font-size:16px;
font-style:italic;
padding-top:10px;
}

.30kvb_para{
font-family:lato;
font-size:16px;
color:#FF0000;
}
#30kvb_160kvblink{
border:1px solid #fff;
padding:10px;
}

/*featured product*/
.featured_product{
margin-top:2em;
}
.product_header{
font-weight:600; 
font-style:italic;
font-size:22px;
color: #231e80;
margin-bottom:10px;
}
.tab_custom .nav-link::after {
background: none !important;
}
.tab_custom .nav-link.active {
 border-color: #f0f0f0;
    background-color: #f8f8f8;
    color: #666;
}
.tab_custom .nav-link{
border-color: #e3e3e3;
    background-color: #EBEBEB;
	color: #666;
	border-bottom:1px solid #fff;
	border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
	font-family:lato;
	font-size:18px;
	}
	.tab_custom .nav-link:hover{
	border-color: #e3e3e3;
    background-color: #EBEBEB;
	color: #231e80;
	}
	.subtab_list{
	margin-left: 2em;
	padding:2em;
	}
	.subtab_list li{
	font-family:lato !important;
	font-size:16px !important;
	text-align:justify;
	}
	.col-lg-4{
	padding-left:0 !important;
	padding-right:0 !important;
	}
	
.bottom_right{
position: relative;
  color: #fff;
  text-align: center !important;
  top: 20%;
  letter-spacing: 1px;
   font-weight:600;
  text-transform:uppercase;
  font-size:25px;
  padding:4em;

}
.img_product{
width:500px;
 height:200px;
 }
@media (max-width: 768px) {
.img_product{
width:250px;
height:180px;
}	
.img_product1{
width:250px;
height:150px;
}
.img_product2{
width:250px;
height:150px;
}
.border_bottom{
border-bottom:1px solid #cccccc;
width:100%;
padding:10px;
}
.product30kva_header{
margin-top:10em;
}
}
.product30kva_header{
background-color:#e9e9e9;
padding:1em;
padding-top:3em;
}
.linebar{
color:#747474;
}
.product_link{
font-family: lato;
font-size:17px;
font-weight:800;
text-decoration:none;
color:#231e80;
}
.product_link:hover{
text-decoration:none;
}
.product_link.active{
color: #c90000;
}
.product_top{
position: absolute;
margin-top:-2em;
margin-bottom:1em;
}
.products_topheader{
background-color: #FFFFFF;
padding:3px;
border-radius:8px;
text-align:center;
color:#231e80;
}
.productactive{
color: #FFFFFF;
background-color:#231e80;
}