@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

*{
	scroll-behavior:smooth !important;
}
div,a,p,h1,h2,h3,h4,h5,h6,span,{
  font-family:'Montserrat', sans-serif !important;
}

.montserrat-font{
  font-family: 'Montserrat', sans-serif !important;
  font-size:37px !important;
  margin-top:-22px !important;
  margin-bottom:-18px !important;
  font-weight:500 !important;
  padding:0px !important;
  /*border:2px solid white;*/
}

.montserrat-font-family{
  font-weight: normal !important;
    font-family: 'Montserrat', sans-serif !important;
}

.font-menu li a{
  font-weight: 480 !important;
  font-size:15px !important;
   font-family: 'Montserrat', sans-serif !important;
}


.h3-mb{
  font-size: 18px;
  /*border:2px solid white;*/
  margin-top:-10px !important;
}
.slide-container-text{
    top:35% !important;
    margin-left:5% !important; 
    width: 90%;
    color: white !important;
    text-align: left !important;
}

.header-azonixfont{
  font-size:40px !important;
  line-height:1.2 !important;
}

.logo-header img{
  width: 200px !important;
}
/* DEMO-SPECIFIC STYLES */
.typewriter {
  color: #fff;
  /*font-family: monospace;*/
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0% }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color:white }
}


/*//////////////////////slider///////////////////////////*/


/*////////////////////nav///////////////////////////////////////////////*/

.menu-disp{
   display: none;
}

/*////////////////////nav///////////////////////////////////////////////*/

.read-more{
	border:2px solid white ! important;
	padding: 10px ! important;
	border-radius: 30px ! important;
	
}
.read-more a{
color: white ! important;
}

.menuu li{
	padding-left:-50px;
	padding:5px;

	float: right;
}

.menuu{
	list-style-type: none;
}

.menu1 li{
	padding-top: 30px;
	font-family: azonix;
	color: #3d3d3d ! important;
}

.menu1 li a {
	color: #3d3d3d ! important;
}

.menu2{
	list-style-type: none ! important;
}
.menu2 li {
	float: left;
	padding: 10px;
	font-weight: 600;
	/*padding-left: 20px ! important;*/
	color: white;
	font-size:22px;
	font-family: azonix;

}

.menu2 li a {
    
   padding-left: 40px ! important;
   text-align: center;
   color: white;
	}

	.azonixfont{
    font-family: Azonix !important;
    font-weight: 200;
    }

.az{
	font-family: azonixfont !important;
}

.hexagon {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  width: 60px;
  height: 50px;  
  --btn-raise: 1rem;
  border: 1px soild #d3d3d3;
  clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%);
  background-color: white;
  text-transform: uppercase;
  padding-top: 15px;
}

.modal-names{
	cursor: pointer;
	z-index: 99999;
}

.modal-names:hover{
	font-size: 18px;
}

.card {
	border: 2px solid gainsboro;
}

.form-control-form{
  color: white !important;
  background: rgba(0,0,0,0.5) !important;
  border: 1px solid white;
  border-radius:0px;
  padding: 3px !important;
}


.form-control-dark-placeholder{
  color: white !important;
}

.btn-primary{
	background-color: #1e88d6 !important;
	border: none !important;
}

.styles{
	color: #1e88d6;
}


.about-slide{
   height: 400px !important;
}



.swiper {
        /*border: 1px solid black !important;*/
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
      }

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 400px;
        height: 350px;
        /*border: 1px solid black !important;*/
        padding: 0px;
        margin: 0px;
      }

      .swiper-slide img {
        display: block;
        margin: 0px !important; 
        width:440px;
        height: 350px;
      }


.bg-mk{
background: rgb(15,15,15);
background: linear-gradient(49deg, rgba(15,15,15,1) 0%, rgba(8,8,8,1) 0%, rgba(15,15,15,1) 46%, rgba(120,120,120,0.742734593837535) 56%, rgba(201,201,201,0.6979166666666667) 61%, rgba(255,255,255,0) 69%, rgba(255,255,255,0.1516981792717087) 80%);
}

.vertical-menu {
  list-style-type: none;
  padding-top: 80px;
  width:180px ! important;
  z-index: 999999999999999999999999;
  position: fixed;
  top: 0;
  left: 10;
  right:0;
  /*border: 2px solid #939393;*/
  padding-right:10px ! important;
  height: 90px;
}
.vertical-menu li{
  padding:3px ! important;

}
.vertical-menu a {
  border: 2px solid #3591fe;
  background-color:#ffffff;
  color: black;
  display: block;
  /*padding-left:10px ! important;*/
  padding:4px ! important;
  text-decoration: none;
}

.vertical-menu a:hover {
  color:#ffffff !important;
  background-color: #3591fe;
}

.vertical-menu a.active {
  border: 1px solid white;
  background-color: black ! important;
  color: white;
}

.list-img  a img{
  margin-left: 30px !important;
  margin-right: 30px !important;
  /*padding-right: 30px !important*/
  z-index: 99999999999999999999999999999999 !important;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  width:140px !important;
  border: 2px solid gray;
  border-radius: 50px;
}

.bg-col{
  background-image: linear-gradient(to right top, #00376d, #002d55, #00233e, #051827, #010a12); ;
}

.changan{
  letter-spacing: 110px;font-size:85px;color:#f2f2f2 !important;opacity:0.3;
}

/*////////////////////////////////////////////////////*/

.fonty{
  float: left;
  padding-top:5px;
  font-size: 12px !important;
  margin: 0px !important;
  color: #363636 !important;
}

.cardy{
  padding-top: 10px;
  padding-left:20px !important;
}

.foncol{
  color: #03101B !important;
}

.foncol i{
  /*float: left;*/
  padding-top:5px;
  text-align: center;
  color: #03101B !important;
}

.foncol i{
  color: #0B4680 !important;
  font-size: 16px !important;
}

.col a{
  color: #0B4680 !important;
  font-size: 8px !important;
}


.toggle-height{
   height: 550px !important;
}
.image{
  margin-top:17px;
   padding-right: 10px;
   padding-bottom: 10px !important;
  width: 40px !important;
}

.image1{
  margin-top:17px;
  font-size: 18px;
  padding-right: 0px;
  padding-bottom: 10px;
  width: 28px !important;
}
.image2{
  margin-top:0px;
  width: 60px !important;
}

.p{
   margin-top: -15px !important; 
   color:white !important;
   text-align: center !important;
   margin-bottom: -35px;
}

.paddy li{
  text-align: center !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.list-typd{
   list-style-type: none !important;
}

.list-typd li{
  padding-top:0px;
  margin-top:0px;
  padding:10px;
}

.product-list{
    overflow-x:scroll !important;
  list-style-type: none;


}
.product-list li{
  padding-left: 15px;
  overflow-x:scroll !important;
  float: left !important;
}
.product-list li img{
  padding-right: 5px;
    overflow-x:scroll !important;
  width: 100px !important; 
}
.ac-title{
  padding: 15px !important;
  color: white !important; 
  border-radius:8px;
}

.text-drive-slide{
  height:300px !important;
  padding: 0px;
}
.product-imgg:hover{
    transform: scale(1.8);
    z-index: 999999999 !important;
    transition:1s;
    border: none;
    /*border-bottom: 2px solid white;*/
    padding-bottom:0px;
    border-radius: 0px;
}

.pad-sec{
  padding-top:80px !important;
  padding: 20px !important;
}

.section-padding{
  padding-top: 30px;
  padding-bottom: 30px;
}
.list-typd{
  padding-top: 8px !important;
  list-style-type: none !important;
}

.list-typd li a img{
  padding-bottom: 7px;
  text-align: center;
}
.list-typd li{
  text-align: justify;
  width:33.3%;
  padding-top:0px;
  margin-top:10px;
  padding:10px;
  float: left !important;
}
.list-typd li p{
   padding-top: 5px;
  text-align: center !important;
  }

.list-typ{
  padding-top: 8px !important;
  list-style-type: none !important;
}

.list-typ li a img{
  padding-bottom: 7px;
  text-align: center;
  /*padding-left: 18px !important;*/
}
.list-typ li{
  text-align: justify;
  width:33.3%;
  padding-top:0px;
  margin-top:10px;
  padding:10px;
  float: left !important;
}
.list-typ li p{
   padding-top: 5px;
  text-align: center !important;
  }

  iframe{
    border:0 !important;
    height: 650px !important;
    width: 100% !important;
  }

  .product-span{
    font-size:20px !important;
    color: white !important;
  }

  .product-span2{
    font-size:12px !important;
    color: white !important;
  }


.glass{
background: rgba( 0, 0, 0, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 1.5px );
-webkit-backdrop-filter: blur( 1.5px );
border-radius: 5px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.slid{
  font-size:18px;
  margin-top:20px;
}
.glass-img{
  width: 40px;
  height: 40px;
}

.slider-glass{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9999999 !important;
  width:100%;
  height:80px;
  background: rgba(0,0,0,0.4);
}

/*////////////////scrollbar//////////////////////*/

.example {
  /*background-color: #eee;*/
  /*width: 200px;*/
  height: 100px;
 /* border: 1px dotted black;*/
  overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
    /*display: block;*/
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.example4 {
  /*background-color: #eee;*/
  /*width: 200px;*/
  height: 145px;
  /*ma-bottom: 40px;*/
 /* border: 1px dotted black;*/
  overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example4::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example4 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.example1 {
  /*background-color: #eee;*/
  /*width: 200px;*/
  height: 300px;
  /*ma-bottom: 40px;*/
 /* border: 1px dotted black;*/
  overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example1::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example1 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.example2 {
  /*background-color: #eee;*/
  /*width: 200px;*/
  height: 220px;
  /*ma-bottom: 40px;*/
 /* border: 1px dotted black;*/
  overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example2::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example2 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/*////////////////about////////////////*/

.about-scroll {
  /*background-color: #eee;*/
  /*width: 200px;*/
  height: 420px;
  /*ma-bottom: 40px;*/
 /* border: 1px dotted black;*/
  overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.about-scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.about-scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}



.about1-scroll {
  /*background-color: #eee;*/
  /*width: 200px;*/
  height: 450px;
  /*ma-bottom: 40px;*/
 /* border: 1px dotted black;*/
  overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.about1-scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.about1-scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/*////////////////scrollbar//////////////////////*/


/*//////////////////toggle////////////////////*/
.toggle-imge{
  /*padding-top:px;*/
  width: 100%;
  height:460px !important;
  margin-top:25px;
}

.testimonial-section{
  height: 370px !important;
}

/*//////////////////toggle////////////////////*/

/*//////////////footer///////////////////*/

.footer-ul{
  list-style-type: none;
  margin:0;
  padding:0;
  height:100px !important;
  margin-left: 20px;
}

.footer-ul li{
  display:inline-block;
  padding-top:25px;
  width:16%;
}

.footer-li{
  display:inline-block;
  padding-top:25px;
  width: 170px;
display:inline-block;
padding-top:25px;
width: 170px;
padding-left:10px;
} 

.footer-li1{
/*padding-left:0px;*/
} 

.img-pad{
   padding-left: 0px;
}
.img-pad-why{
  padding-left: 60px !important;
}


.footer-img{
  width: 220px;
  padding-top:0px;
  margin-top: -30px;
}

.background-changan{
  letter-spacing: 120px !important;
  font-size:85px !important;
  color:#f2f2f2 !important;
  opacity:0.3 !important;
  padding-left:85px !important;
}

.product-img-list{
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}                  
.footer-logo{
  width: 80% !important;
  margin-left:-20px !important;
}
/*//////////////footer///////////////////*/


/*#scrollify-section{
  background: black !important;
  height: 50vh !important;
}*/



.zoom {
  width: 100% !important;
  height: 100% !important;
  padding: 5px;
  z-index: 999 !important;
  transition: transform .10s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.10);
  -webkit-transform: scale(1.10);
  z-index: 9999!important;
  transform: scale(1.10); 
}

.headies p{
  color: black !important;
  padding: 5px !important;
  margin-left:  !important;
  background-color: #edeffa;
}

.paries p{
  color: black !important;
  padding: 5px !important;
  margin-left: 5px !important
}

.card1{
    background-color: white !important;
    box-shadow:0px 0px 16px rgba(0,0,0,0.5);
    transition:0.9s;
}

.border1{
  border: 1px solid white !important;
  border-radius: 3px !important;
}

.input-form input{
  border: 1px solid white !important;
  border-radius:3px;
}

.input-form select{
  border: 1px solid white !important;
  border-radius: 3px;
}

.book-form{
  padding-top:90px !important;
}


.toggle-bottom-section{
  height: 94vh !important;
  padding-top: 30px !important;
  /*padding-bottom: 30px !important;*/

}

.section-height-1{
    height: 91vh !important;
}

.section-height-2{
  height: 100vh !important;
}

.product-img-menu{
  margin-top:5px !important;
  background:transparent !important;
  color: white !important;
  border: none !important;
  /*border:1px solid white !important;*/
  box-shadow: none !important;
  width:100% !important;
}

.dealers-search{
  width:300px !important;
  background:#002A4E !important;
  border: 1px solid #002A4E !important;
}


.career-mg{
  margin: 30px !important;
}




.cover-img-css{background-attachment:fixed;
  background-position: center;background-repeat:no-repeat;background-size:cover;height:470px;}
/*//////////////footer///////////////////*/

@media only screen and (min-width:1px) and (max-width:520px){
    
.montserrat-font{
  font-family: 'Montserrat', sans-serif !important;
  font-size:18px !important;
  margin-top:-8px !important;
  margin-bottom:-10px !important;
  padding:0px !important;
  /*border:2px solid white;*/
}
.mega-menu-item a i{
  display: none !important; 
}
.mobile-product{
  float: left !important;
}

.product-img-menu{
  margin-top:5px !important;
  background:white !important;
  border:1px solid white !important;
  box-shadow: none !important;
  /*width:150px !important;*/
}


.toggle-bottom-section{
  height: auto !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;

}

.book-form{
  /*border-top: 1px solid white;*/
  padding-top:40px !important;
}


.slider-glass{
  position: absolute;
  left: 0;
  top:39.5vh;
  z-index: 9999999 !important;
  width:100%;
  height:49px;
  background: rgba(0,0,0,0.4);
}

.logo-header img{
  margin-top:-20px !important;
  width:120px !important;
}

/*//////////////////toggle////////////////////*/
.toggle-imge{
  /*padding-top:px;*/
  height:260px !important;
}
.toggle{
  height: 230px;
}

.toggle-bottom-section{
   margin-bottom: 20px;
}

.testimonial-section{
  height: 320px !important;
}
/*//////////////////toggle////////////////////*/


 /*/////////////////////// next previous//////////////////////////*/

.inspiro-slider.arrows-visibile .flickity-button.next,
.carousel.arrows-visibile .flickity-button.next {
  background: #002544 !important;
  border-radius: 0px;
  width: 70px;
  height: 60px;
  right: 0;
  /*top:20px !important;*/
  bottom: 10px !important;
  opacity: 1; 
  z-index: 20
}

.inspiro-slider.arrows-visibile1 .flickity-button.next,
.carousel.arrows-visibile1 .flickity-button.next {
  background: #002544 !important;
  border-radius: 0px;
  width: 70px;
  height: 60px;
  left: 70px !important;
  /*top:20px !important;*/
  bottom:0px !important;
  opacity: 1; 
  z-index: 20
}

.inspiro-slider.arrows-visibile .flickity-button.previous,
.carousel.arrows-visibile .flickity-button.previous {
  background: #002544 !important;
  border-radius: 0px;
  width: 70px;
  height: 60px;
  right: 100px;
  bottom:10px !important;
  opacity: 1; 
}
.inspiro-slider.arrows-visibile1 .flickity-button.previous,
.carousel.arrows-visibile1 .flickity-button.previous {
  background: #002544 !important;
  border-radius: 0px;
  width: 70px;
  height: 60px;
  left: 0px;
  bottom:0px !important;
  opacity: 1; 
}
.inspiro-slider .portfolio-item,
.carousel .portfolio-item {
  padding-bottom: 0; }

.polo-carousel-item.is-selected {
  z-index: 2; }

.flickity-button-icon {
  fill: currentColor; }

 /*/////////////////////// next previous//////////////////////////*/

/*.slide-captions {
  padding-top: 20px !important;
}*/
.slid1{
padding-left:-10px;
}
.slid{
  font-size:11px;
  margin-top:15px !important;
}

.glass-img{
  display: none !important;
  /*width: 15px;*/
  /*height: 15px;*/
}


.section-height-1{
  height:500px !important;
}
/*////////////////////nav///////////////////////////////////////////////*/

.menu-disp{
   display: block;
}

/*////////////////////nav///////////////////////////////////////////////*/
  
.inspiro-slider{
    height: 340px !important;
}

.h3-mb{
    font-size:12px !important;
}

.header-azonixfont{
  font-size:25px !important;
  line-height:1.2 !important;
}

.changan{
  letter-spacing: 25px;font-size:37px;color:#f2f2f2 !important;opacity:0.3;
}

.hexagon {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  width: 30px;
  height: 25px;  
  --btn-raise: 1rem;
  border: 1px soild #d3d3d3;
  clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%);
  background-color: white;
  text-transform: uppercase;
  padding-top: 15px;
}
.pad-sec{
  padding-top:40px !important;
  padding: 20px !important;
}
.section-padding{
  padding-top: 10px;
  padding-bottom:10px !important;
}



.input-form{
  padding:6px !important;
}

iframe{
    border:0 !important;
    height:350px !important;
  width: 100% !important;
  }

.toggle-height{
   height: 750px !important;
}

  .product-span{
    font-size:18px !important;
    color: white !important;
  }

  .product-span2{
    font-size:8px !important;
    color: white !important;
  }

  .inspiro-slider.dots-inside-top .flickity-page-dots,
  .carousel.dots-inside-top .flickity-page-dots {
    top:90px;
    /*float: left !important;*/
    margin-left:30px !important; 
    text-align: left !important;
     }

  .inspiro-slider.dots-creative .flickity-page-dots .dot,
  .carousel.dots-creative .flickity-page-dots .dot {
    opacity: 0.5;
    box-shadow: none;
    border-radius: 0;
    background-color: #ffffff;
    height: 4px;
    margin:2px !important;
    width:17px; }

    .slide-container-text{
    top:35% !important;
    margin-left:0px !important; 
    width: 90%;
    color: white !important;
    text-align: left !important;
}

.lines{
  margin-top: -20px !important;
}

  .gallery-section{
  height:auto !important;
  }

   .gallery-section img{
  height:auto !important;
  }


  .product-color-img{
    /*padding-top:10%;*/
    height:auto !important; 
  }

  .select-car-slide img{
    width:250px !important;
    /*border:1px solid white*/

  }
    .select-car-slide h4{
      width: 200px !important;
    }
.car-select{
  margin-top:100px;
  font-size:18px;
  text-align: center;
}

.career-mg{
  margin: 0px !important;
}
.cover-img-css{background-attachment:fixed;
  background-position: center;background-repeat:no-repeat;background-size:cover;height:570px;}

 .content {
  padding-top: 40px;
  /*padding-bottom: 0px !important;*/
 }
  .nav-link{
    margin: 0px !important;
    padding: 10px !important;
    /*border: 1px solid black !important;*/
  font-size:13px !important;
 }

}


/*////////////////////////mobile rtd//////////////////////////*/


@media only screen  and  (min-width:650px) and (max-width:1000px){
.inspiro-slider{
    height:470px !important;
}

  .inspiro-slider.dots-inside-top .flickity-page-dots,
  .carousel.dots-inside-top .flickity-page-dots {
    top:90px;
    /*float: left !important;*/
    margin-left:15vh !important; 
    text-align: left !important;
     }

  .inspiro-slider.dots-creative .flickity-page-dots .dot,
  .carousel.dots-creative .flickity-page-dots .dot {
    opacity: 0.5;
    box-shadow: none;
    border-radius: 0;
    background-color: #ffffff;
    height: 4px;
    margin:2px !important;
    width:23px; }


    .slide-container-text{
    top:25% !important;
    margin-left:7vh !important; 
    width: 60%;
    color: white !important;
    text-align: left !important;
    }
     



  .slider-glass{
  position: absolute !important;
  left: 0 !important;
  top:100vh !important;
  z-index: 9999999 !important;
  width:100% !important;
  height:80px !important;
  background: rgba(0,0,0,0.4) !important;
}

.toggle-bottom-section{
  height:600px !important;
  padding-top: 30px !important;
  /*padding-bottom: 30px !important;*/

}

.section-height-2{
  height:630px !important;
}

.section-height-1{
    height: 600px !important;
}

.footer-logo{
  width:100px !important;
  padding-left: 30px !important;
}


.footer-ul{
  list-style-type: none;
  margin:0;
  padding:0;
  height:100px !important;
  margin-left:0px;
   margin-bottom:5px;
   padding-top: 25px !important;
}

.footer-ul li{
  /*margin: 0px !important;*/
  padding: 0px !important;
  /*padding-top: 10px !important;*/
  display:inline-block;
  /*padding-top:15px;*/
  width:16%;
}
 
.dealers-search{
  width:200px !important;
  background:#002A4E !important;
  border: 1px solid #002A4E !important;
}
 /*///////////////product page///////////////*/
 
.career-mg{
  margin: 0px !important;
}

.cover-img-css{background-attachment:fixed;
  background-position: center;background-repeat:no-repeat;background-size:cover;height:620px;}

   .content {
  padding-top: 40px;
 }



}


