
/*product page*/
.product_background{
background-image: url('../images/Products-1.jpg');
height:433px;
background-position: top;
background-repeat:no-repeat;
}
.sub_product{
padding-top:2em;
padding-bottom:2em;
}
.list_header{
	color:#231e80;
font-family:lato;
font-size:22px;
font-weight:bold;
padding-bottom:1em;
text-align:left;
margin-top:2em;
width: 100%;
}
.custab{
    border: 0px solid #ccc;
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
    border-right: 2px solid #b5b5b5;
    padding: 2px;
    }
.tblpd {
    padding: 2px;
}
.table td, .table th {
   /* padding: .19rem !important;*/
	font-size: 14.5px;
    font-family: lato;
	}
	
	.product_container{
padding-left:3em;
padding-right:3em;
}

.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*/
.carousel-inner.product12 img {
    width: 100%;
    height: auto;
}
section.client_slider {
    display: none;
}
table.tabhead {
    color: #231e80;
    font-size: 16px;
    font-family: lato;
    width: 40%;
}



















/* 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;
}


.list_header1{
	color:#231e80;
font-family:lato;
font-size:20px;
font-weight:bold;
padding-bottom:1em;
text-align:left;
margin-right:10px;
padding-left: 15px;
}
.condition{
font-family:lato;
font-size:15px;
}

.navbar-light .navbar-brand{
position: absolute;
margin-top:1em;
}

.bg-color{
background-color:#FFFFFF !important;
}









/*Anand*/



@media (max-width: 480px) {
   .custab{
    border: 0px solid #ccc;
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
    border-right: none;
    }
}










