.logo {
width:70px;
height:50px;
background-color:white;
}

.marquee {
width:100px;
height:100px;
background-color:white;
}

.class1 {
background-color:white;
max-width:1200px;
margin-left:auto;
margin-right:auto;
height:100px;
text-decoration:none;
}

.slide
-webkit-animation:animateleft 0.4s;animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}

* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}

.slideshow-container {
  max-width: 1200px;
  position: relative;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* for bullets colour on slide */
.active {
  background-color: #bf3eff;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.header-container {
max-width:80%;
margin-left:10%;
margin-right:10%;
margin-top:0px;
background-color:red;
color:white;
text-align:center;
font-size:15px;
}

/*containers for products */
.container1 {
border: 3px solid red ;
width:200px;
height:250px;
margin:30px;
background-color:white;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
border-radius: 15px;
}
.container1:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)
}

/* FOR IMAGES IN CONTAINER */
.img-size
{height:180px;
width:180px;
margin-left:10px;
margin-right:10px;
padding:5px;
}

.footer {
padding:10px;
background-color:red;
color:white;
text-align:center;
width:100%;
height:auto;
}
.button {
    background-color: red; 
    border: none;
width:150px;
height:50px;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
margin-left:25px;
margin-right:25px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
border-radius:8px;
}

.button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.website
{max-width:1200px;
height:auto;
margin:auto;
}

@media all and (max-width: 1525px) 
{
    .content .x500{display:none;}
}

.exidecarefixed
{position:fixed;
right:0px;
bottom:10px;
}

.exidecarecontainer
{width:100px;
height:100px;
}

/* FOR HIDING MENU BAR */
@media all and (max-width: 1215PX)
{
.menuhide .x1200{display:none}
}

.align {
  display:                 flex;
  display:                 -webkit-flex; 
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;        
  justify-content:         center;
  -webkit-justify-content: center;       
}

.exidecareimage
{width:150px;
height:auto;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.8s;
}

.exidecareimage:hover
{
width:250px;
height:auto;
}

.pimage {
margin-left:10px;
margin-right:10px;
margin-top:20px;
  display:                 flex;
  display:                 -webkit-flex; 
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         
  justify-content:         center;
  -webkit-justify-content: center;      
}

#content{
   position: absolute;
  visibility: hidden;
  opacity: 0;
          transition: 0.6s;
  -webkit-transition: 0.6s;
          transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#content.appear{
  visibility: visible;
  opacity: 1;
          transform: translateX(0);
  -webkit-transform: translateX(0);
position:fixed;
          transition: 0.6s;
  -webkit-transition: 0.6s;
}

.link {
  display:block;
text-decoration:none;
color:white;
padding:6px;
border:solid black 1px;
border-collapse:collapse;
background-color:#e01417;
border-radius:8px;
margin-top:4px;
}

.mc1 {
  width:200px;
  height:271px;
  text-align:center;

visibility:visible;
          transition: 0.6s;
  -webkit-transition: 0.6s;
  }

.right {
margin-top:0px;
float:right;
position:fixed;
right:5px;
top:5px;
}

.logocontainer
{margin-top:0px;
margin-left:0px;
position:absolute;
}

@media (min-width:1215px)
{
.hideformobile
{display:none;}
}

@media (max-width:850px)
{
.hideslide
{display:none;}
}

.footerbefore {
width:100%;
text-align:center;
background-color: #008000;
color:white;
font-size:22px;
padding:10px;
}

.footermenucontainer {
width:100%;
height:260px;
background-color:#2F2F2F;
}

.footermenu1
{color:white;
width:33.33%;
padding:10px;
float:left;
}

.footermenu2
{color:white;
width:33.33%;
padding:10px;
float:left;
}

.footermenu3
{color:white;
width:33.33%;
padding:10px;
float:left;
}

.footersubmenu3 {
margin-top:10px;
}

.footersubmenu3link {
color:white;
text-decoration:none;
margin-top:10px;
}

@media (max-width:921px) {
.hidefootermenu {
display : none;}
}

html { 
  background: url(http://www.vishwakarmabatteries.com/images/exide-battery-background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width:30px)
{
.keywords
{display:none;
}
}

.ptextcontainer {
width:250px;
height:230px;
border: 3px solid red;
background-color:black;
opacity: 0.5;
margin-top:30px;
padding:2px;
margin-left:5px;
margin-right:5px;
   cursor: pointer;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
border-radius: 15px;
}

.ptextcontainer:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
opacity:1;
}


.ptext
{font-size:13px;
color:white;
}

.ptextmorelink
{
text-decoration:none;
color:red;
font-size:18px;
   cursor: pointer;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.6s;
}

.ptextmorelink:hover {
font-size:24px;
}

@media (max-width:1075px)
{
.hideptext
{display:none;
}
}

.productsfullcontainer
{width:100%;
height:auto;
border:2px solid red;
margin:auto;
  display:                 flex;
  display:                 -webkit-flex; 
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         
  justify-content:         center;
  -webkit-justify-content: center;       
border-radius:5px;

}
.productscontainer
{
width:260px;
height:310px;
float:left;
margin:10px 10px 10px 10px;
    -webkit-transition-duration: 1s; 
    transition-duration: 1s;
border-radius:10px;
}
.productsimagecontainer
{
width:200px;
height:200px;
border:4px solid red;
margin-top:35px;
margin-left:auto;
margin-right:auto;
background-color:white;
    -webkit-transition-duration: 1s; 
    transition-duration: 1s;
border-radius:10px;
}
.productstext
{
width:225px;
height:30px;
border:3px solid red;
margin:auto;
text-align:center;
border-radius:8px;
color:white;
background-color: #008000;
    -webkit-transition-duration: 1s; 
    transition-duration: 1s;
}
.productsimage
{
width:100%;
height:auto;
}

.productscontainer:hover {
border:0.5px solid black;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.productsimagecontainer:hover {
border:3px solid black;
}

.productstext:hover {
border:3px solid black;
}

.aboutexide
{width:100%;
height:auto;
border:2px solid red;
margin:auto;
  display:                 flex;
  display:                 -webkit-flex; 
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         
  justify-content:         center;
  -webkit-justify-content: center;       
border-radius:5px;
}

.aboutexidecontainer {
width:250px;
height:auto;
border:0.5px solid black;
padding:10px;
margin:10px 10px 10px 10px;
}

.exidecarefirstline
{width:100%;
height:auto;
background-color:red;
text-color:white;
padding:5px;
border:0.5px solid black;
}

.exidecarephotos {
width:400px;
height:auto;
border:0.5px solid black;
padding:10px;
margin:10px 10px 10px 10px;
}

.dealerfirstline {
width:100%;
height:auto;
padding:5px;
color:white;
background-color:red;
border:0.5px solid black;
border-radius:5px;
}

.dealersecondline {
width:100%;
height:auto;
padding:5px;
color:white;
background-color:red;
border:0.5px solid black;
border-radius:5px;
}

.dealerthirdline {
width:100%;
height:auto;
color:white;
background-color:red;
border:0.5px solid black;
border-radius:5px;
}

.dealerthirdline h4 {
margin-left:10px;
}

.dealerfourthline {
width:100%;
height:auto;
padding:5px;
color:white;
background-color:red;
border:0.5px solid black;
border-radius:5px;
}

.dealerfifthline {
width:100%;
height:auto;
padding:5px;
color:white;
background-color:red;
border:0.5px solid black;
border-radius:5px;
}

.productsfirstline {
background-color:red;	
color:white;
padding:10px;	
}

.productssecondline {
background-color:red;
color:white;
padding:10px;
}

.productsthirdline
{padding:10px;
}

.productspicture
{max-width:300px;
height:auto;
}

.productspicturecontainer
{width:100%;
height:auto;
background-color:white;
}

.productspicture2
{max-width:300px;
height:auto;
}

.productsfourthline
{float:right;
width:100%;
height:auto;
}

.productstable {
width:100%;
height:auto;
text-align:center;
}

.productstable th , td ,tr
{border: 2px solid black;
border-collapse: collapse;
}

.productstable th
{background-color:red;
color:white;
}

.tablehover:hover
{background-color:red;
color:white;
}

.tablehover
{background-color:grey;
color:white;
}

.productstablefull {
background-color:grey;
}

div .sitemaplink {
color:white;
text-decoration:none;
margin-left:10px;
margin-top:30px;
}

div .sitemaplink2 {
color:white;
text-decoration:none;
margin-left:20px;
margin-top:30px;
}

div .sitemaplink3 {
color:white;
text-decoration:none;
margin-left:50px;
margin:50px 50px 50px 50px;
}

div .sitemaplink4 {
color:white;
text-decoration:none;
margin-left:70px;
margin:70px 70px 70px 70px;
}

.sitemaplink:hover {
color:blue;
}

.sitemaplink2:hover {
color:blue;
}

.sitemaplink3:hover {
color:blue;
}

.sitemaplink4:hover {
color:blue;
}

.mrpimage
{width:100%;
height:auto;
}

.prevbutton {
    background-color: red; /* Green */
    border: none;
width:130px;
height:30px;
    color: white;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
margin:10px 10px 10px 10px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
border-radius:8px;
}

.prevbutton:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


.nextbutton {
    background-color: red; /* Green */
    border: none;
width:130px;
height:30px;
    color: white;
    padding: 2px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
margin:10px 10px 10px 10px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
border-radius:8px;
}

.nextbutton:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.modelsfirstline
{width:100%;
background-color:red;
color:white;
}

.modelsimagecontainer {
width:100%;
height:auto;
}

.modelsimage {
width:400px;
height:auto;
}

#back-to-top {
    position: fixed;
    bottom: 500px;
    right: 30px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

nav {    
    display: block;
    text-align: center;
  }
  nav ul {
    margin: 0;
    padding:0;
    list-style: none;
  }
  .nav a {
    display:block; 
    background: #111; 
    color:#fff; 
    text-decoration: none;
    padding: .8em 1.8em;
    text-transform: uppercase;
    font-size: 70%;letter-spacing: 0.5px;
    text-shadow: 0 -1px 0 #000;
    position: relative;
  }
  .nav{  
    vertical-align: top; 
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius:6px;
  }
  .nav li{position: relative;}
  .nav > li { 
    float:left; 
    border-bottom: 4px #aaa solid; 
    margin-right: 1px; 
  } 
  .nav > li > a { 
    margin-bottom:1px;
    box-shadow:inset 0 2em .33em -.5em #555; 
  }
  .nav > li:hover , .nav > li:hover >a{  border-bottom-color:orange;}
  .nav li:hover > a { color:orange; }
  .nav > li:first-child  { border-radius: 4px 0 0 4px;} 
  .nav > li:first-child>a{border-radius: 4px 0 0 0;}
  .nav > li:last-child  { 
    border-radius: 0 0 4px 0; 
    margin-right: 0;
  } 
  .nav > li:last-child >a{border-radius: 0 4px 0 0; }
  .nav li li a { margin-top:1px}
  
 
    .nav li a:first-child:nth-last-child(2):before { 
     content:""; 
     position: absolute; 
     height:0; 
     width: 0; 
     border: 5px solid transparent; 
     top: 50% ;
     right:5px;  
   }
     
   /* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 5px solid  orange;
  z-index: 1;
  left: -99999em;
}
.nav > li:hover > ul {
  left: auto;
  padding-top: 5px  ;
  min-width: 100%;
}
.nav > li li ul {  border-left:1px solid #fff;}

.nav > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: orange; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: orange;
  right: 10px; 
}

.productsimageline{
background-color:red;
color:white;
padding:2px;
}

.productsimagefullbox {
  display:                 flex;
  display:                 -webkit-flex; 
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         
  justify-content:         center;
  -webkit-justify-content: center;      
}

.productsimageanglesbox {
width:auto;
height:auto;
margin:auto;
}

.productsimagestypes {
width:250px;
height:auto;
margin:auto;
border:2px solid red;
}

.paperlesswarranty h2
{color:white;
background-color:red;
}

.paperlesswarranty a {
text-decoration:none;
color:white;
background-color:red;
}
