/* fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

html{
  scroll-behavior: smooth;
}

@font-face {
font-family: 'Calibri';
src: url('../font/Calibri.ttf');
src: local('Calibri'), url('../font/Calibri.ttf') format('woff'), url('../font/Calibri.ttf') format('truetype');
}

@font-face {
font-family: 'calibrib';
src: url('../font/calibrib.ttf');
src: local('calibrib'), url('../font/calibrib.ttf') format('woff'), url('../font/calibrib.ttf') format('truetype');
}

@font-face {
font-family: 'calibril';
src: url('../font/calibril.ttf');
src: local('calibril'), url('../font/calibril.ttf') format('woff'), url('../font/calibril.ttf') format('truetype');
}


body{
  padding: 0px;
  margin: 0px;
  font-family:'Calibri';
}
a,a:hover{
  text-decoration: none;
}

.patato-button
{    background: none !important;
color: #202020 !important;
text-transform: uppercase;
border: solid 1px #ccc !important;
margin-top: 16px;
font-weight:bold;
}

.patato-button:hover
{    background: #0081bb !important;
color: #fff !important;
text-decoration:blink !important;
}



.my-pato
{
	text-align:center !important;}
.my-pato .thumbnail
{
border-radius:0px;
padding:5px;
border:solid 1px #ddd !important;
}
.my-pato .thumbnail h3
{
margin:0px;
margin-bottom:10px;
font-weight:bold;
font-size:16px;
}

/* whstapp float */
.whatsapp-button {
    position: fixed;
    right: 65px;
    top: 8px;
    z-index: 10;
}
/* quick enquiry */
.quick-enquiry-button{
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
}
/* color border */
.colored-border{
  height: 3px;
  float: left;
  width: 100%;
  margin: 0 auto;
  background: -webkit-linear-gradient(linear,left top,right top,color-stop(20%,#afcb21ed),color-stop(20%,#0088ce),color-stop(20%,#0088ce),color-stop(40%,#afcb21),color-stop(40%,#afcb21),color-stop(60%,#0088ce),color-stop(60%,#0088ce),color-stop(80%,#afcb21),color-stop(80%,#afcb21));
  background: linear-gradient(to right,#afcb21 20%,#0088ce 20%,#ceecfc 20%,#afcb21 40%,#afcb21 40%,#0088ce 60%,#0088ce 60%,#afcb21 80%,#afcb21 80%);
}
/* header top */
  .header-top {
  background: #001824;
  float: left;
  font-family:'Calibri';
  width: 100%;
  padding: 3px 0px;
  }
  .header-top .header-top-left a .text span {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 300;
  }
  
  
.mihide
{
 display:none !important;
 }
 .mihidee
{
 display:block !important;
 } 
 
  
  
  .header-top .header-top-left a {
  margin-right: 60px;
  }
  .header-top .header-top-left a .lnr {
  color: #ffffff;
  margin-right: 8px; }
  @media (max-width: 767px) {
  .header-top .header-top-left .text {
  display: none; } 
  }

  .header-top .header-top-right {
  text-align: right; 
  }
  .header-top .header-top-right a {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;

  border-right: 1px solid #000;
  margin-right: 10px;
  }
  .header-top .header-top-right a.button {
  padding: 0 15px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  font-size: 13px;

  font-family:'Calibri';
  background: #0087cf;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }


/* banner css for index */
.banner{
  float: left;
  width: 100%;
  position: relative;
}
/*reset*/
ul.bannerSlider{
  padding-left:0;
  margin: 0px;
}
.bannerSlider{
	height: 480px;
}
/* .bannerSlider .slide__image::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 450px;
	background: rgba(33,33,33,.7);
} */
.bannerSlider .slick-slide {
	position: relative;
}
.bannerSlider .slide__image img {
	width: 100%;
	height: 480px;
	object-fit:cover;
}
img.slide__image__top-position {
	object-position:center bottom;
}
.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 50%;
  	transform: translateY(-50%);
}
.bannerSlider .slide__text h2 {
	font-size: 48px;
	font-weight: 100;

	color: #fff;
}

.banner .prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  cursor: pointer;
}
.banner .next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;  
}

.prev i,
.next i{
  font-size: 20px;
  padding: 15px 10px;
  color: #fff;
  background: #0087cf;
}
.section{
  float: left;
  width: 100%;
  padding: 55px 0px;
}
.banner-bottom{
  float: left;
  width: 100%;
  background: #0087cf;
  padding: 20px 0px;
  text-align: center;
}
.banner-bottom p{
  margin: 0;
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.5px;
}
.heading{
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 0px;

}
.space{
  margin-bottom: 40px;
}
.sm-space{
  margin-bottom: 15px;
}
.md-space{
  margin-bottom: 20px;
}
.indx-abt-para{
  line-height: 25px;
  font-size: 15px;
}
.about-content-box{
  float: left;
  width: 100%;
  height: 400px;
  box-shadow: 0px 0pc 25px 3px #ddd;
  padding: 20px;
}
.about-content-box h4
{
	font-weight:bold;
}
.read-more-button{
  display: inline-block;
  padding: 6px 15px;
  color: #fff;
  font-weight: 500;
  background: #96c32c;
  transition: all 0.4s;
}
.read-more-button::after{
  content: "\f178";
  font-family: "Fontawesome";
  font-size: 16px;
  margin-left: 5px;
  transition: all 0.4s;
}
.read-more-button:hover{
  color: #fff;
  background: #82aa23;
}
.read-more-button:hover::after{
  margin-left: 15px;
}
.product-card{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #0087cf;
}
.card-image{
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 15px;
  text-align: center;
  height: 260px;
}
.card-image img{
  max-height: 100%;
  max-width: 100%;
}
.card-image-r{
  display: block;
  width: 100%;
  background: #ccce00;
  text-align: center;
  height: 260px;
  position: relative;
}
.card-image-r img{
  height: 100%;
  width: 100%;
}
.card-image-r-overlap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;

}
.card-detail{
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  background: #0087cf;
}
.card-detail p{
  margin: 0px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}


/* youtube pulse button */
.pulse-button {
  position: relative;
  display: inline-block;
  font-size: 35px;
  border: 5px solid #ffffff9c;
  color: #ffffff9c;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 0 #ffffff4a;
  border-radius: 50%;
  padding: 0px 10px;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover{
  color: #ffffff9c;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px #00000005;}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px #00000005;}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px #00000005;}}
@keyframes pulse {to {box-shadow: 0 0 0 45px #00000005;}}

#youtubeModal .modal-body .close{
  padding: 6px 10px;
  background: #82aa23;
  opacity: 1;
  border-radius: 50%;
  margin-bottom: 5px;
  color: #fff;
}
#youtubeModal .modal-dialog {
  width: 80%;
  margin: 30px auto;
}
.crop-card{
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.4s;
}
.crop-card img{
  height: 100%;
  width: 100%;
}
.crop-card-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.459);
  height: 60px;
  padding: 10px;
  transition: all 0.4s;

}
.crop-card-overlay-content{
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 5px 0px #ddd;
  padding: 10px;
  color: #fff;
  overflow: hidden;
}

.crop-card-overlay-content h4{
  margin-top: 0px;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  font-size: 20px;
}
.crop-card:hover .crop-card-overlay{
  height: 100%;
}
.crop-card:hover .crop-card-overlay-content *{
  top: 20%;
  position: relative;
}
.gallery-box{
  display: block;
  width: 100%;
  position: relative;
  height: 220px;
  overflow: hidden;
}
.gallery-box img{
  height: 100%;
  width: 100%;
}
.gallery-box-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #0087cf91;
  padding: 10px;
  transition: all 0.4s;
  overflow: hidden;

}
.gallery-box-overlay *{
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.gallery-box-overlay h4{
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.gallery-box-overlay p>a{
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  transition: 0.4s;
}
.gallery-box-overlay p>a:hover{
  color: #fff;
  letter-spacing: 1px;
}
.gallery-box:hover .gallery-box-overlay{
  height: 100%;
}

/* return to top button css */
#return-to-top {
 display: inline-block;
 position: fixed;
 bottom: 20px;
 right: 20px;
 background: rgb(0, 0, 0);
 background: rgb(0, 0, 0);
 width: 40px;
 height: 40px;
 display: block;
 text-decoration: none;
 -webkit-border-radius: 35px;
 -moz-border-radius: 35px;
 border-radius: 10px;
 display: none;
 z-index: 999;
 -webkit-transition: all 0.3s linear;
 -moz-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
#return-to-top i {
 color: #fff;
 margin: 0;
 position: relative;
 left: 14px;
 top: 9px;
 font-size: 22px;
 font-weight: 500;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
#return-to-top:hover {
 background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
 color: #fff;
 top: 5px;
}
/* return to top button css ends */

/* footer */
.footer-line{
 width: 100%;
 float: left;
 padding: 50px 0px;
 color: #fff;
 background: #000;
}
.footer-heading-space{
 margin-bottom: 10px;
}
.footer-heading-space h4{
 font-size: 17px;
 font-weight: 500;
 text-transform: uppercase;
}
.footer-line i, .footer-line a{
 text-decoration: none;
 color: #aaaaaa;
 font-size: 15px;
 font-weight: 400;
}
.footer-line a:hover,
.footer-line a:active{
 color: #96c32c;
 text-decoration: none;
 text-decoration: none;
}
.footer-line p{
 text-decoration: none;
 color: #aaaaaa;
 font-size: 15px;
 font-weight: 400;
}

.footer-span-left{
 float: left;
 width: 5%;
}
.footer-span-left i{
 color: #fff;
}
.footer-span-right{
 float: left;
 width: 95%;
 padding-left: 10px;
}
.copyright-line{
 background: #1e1e1e;
 float: left;
 width: 100%;
 padding: 20px 0px;
 text-align: center;
}
.copyright-line p{
 margin-bottom: 0px;
 color: #b7b5b5;
 font-size: 13px;
 font-family: 100;
}

/* model popup css */
.modal-body .form-control{
 margin-bottom: 20px;
 border-radius: 0px;
 height: 40px;

}
.modal-body .btn.btn-default{
 border: none;
 border-radius: 0px;
 padding: 10px 35px;
 background: #007bb5;
 color: #fff;
 margin: 10px 0px;
}
.modal-header .close{
 padding:7px 10px;
 background: #82aa23;
 border-radius: 50%;
 color: #FFF;
 opacity: 1;
}
.shadow {
 -webkit-box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
 -moz-box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
 box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
}

.social-links i{
  color: #fff;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
  border-radius: 50%;
}
.social-links i.fa-facebook{
  background: #2a5297;
  padding: 10px 13px;
}
.social-links i.fa-twitter{
  background: #2aaae0;
  padding: 10px 11px;
}
.social-links i.fa-youtube{
  background: #e52d27;
  padding: 10px 11px;
}
.social-links i.fa-linkedin{
  background: #007bb5;
  padding: 10px 12px;
}
.copyright-link span>a{
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

/* owl curousel */
/* owl corousel customisation */

.owl-theme .owl-controls .owl-buttons div.owl-prev{
  position: absolute;
  top: 0;
  right: 80px;
  margin-top: -40px;
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #0087cf;
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
  position: absolute;
  top: 0;
  right: 10px;
  margin-top: -40px;
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #0087cf;
  opacity: 1;
}
.owl-pagination{
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #0087cf !important;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 1 !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff !important;
}

.page-banner{
  float: left;
  width: 100%;
  position: relative;
  padding: 100px 0px;
  background-size: cover !important;
}
.page-banner h4{
  color: #fff;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.page-banner p{
  color: #fff;
  text-align: center;
}
.page-banner p>a{
  color: #fff;
}
.bold-heading{
  font-size: 30px;
  font-weight: 700;
  color: #131313;
}
.muted-text{
  font-size: 20px;
  color: #666;
}
.abt-para{
  font-size: 15px;
  color: #232323;
  line-height: 22px;
}
.cl{
  float: left;
  width: 100%;
  height: 10px;
}
.about-container{
  padding: 0px 50px;
}
.bg-g{
  background: #82aa23;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg-b{
  background: #007bb5;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.business-division-box{
  float: left;
  width: 100%;
  padding: 25px;
  background: linear-gradient(#007cb5,#007cb59f), url("../images/crop3.jpg");
  background-size: cover;
  color: #fff;
  margin-bottom: 25px;
  height: 220px;
}
.pharma{
  background: linear-gradient(#007cb5,#007cb59f), url("../images/pharma.jpg");
  background-size: cover;
}
.garments{
  background: linear-gradient(#007cb5,#007cb59f), url("../images/bulletproof.jpg");
  background-size: cover;
}
.chemical{
  background: linear-gradient(#007cb5,#007cb59f), url("../images/chemical.jpg");
  background-size: cover;
}
.it{
  background: linear-gradient(#007cb5,#007cb59f), url("../images/it.jpg");
  background-size: cover;
}
.zip{
  background: linear-gradient(#007cb5,#007cb59f), url("../images/zip.jpg");
  background-size: cover;
}
.fabric{
  background: linear-gradient(#007cb5,#007cb59f), url("../images/fabric.jpg");
  background-size: cover;
}
.business-division-box h4{
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.business-division-box p{
  line-height: 20px;
  font-size: 14px;
}
.business-division-box p strong>a{
  color: #fff;
}
.v-text{
  background: #007bb5;
  color: #fff;
  padding: 8px 0px;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.v-para{
  color: #666;
  font-size: 16px;
}
.vision:after{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(#fff, #007bb5,#82aa23,#fff);
  content: "";
}
.g-text{
  color: #82aa23;
  font-size: 20px;
}
.g-text span{
  background: #007bb5;
  color: #fff;
  padding: 2px;
  border-radius: 4px;
  margin-right: 10px; 
}

/* careers accordation */

.accordion-container{
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #82aa23;
  margin-bottom: 15px;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
  color: #000;
}
.set > a.active{
  background-color:#82aa23;
  color: #fff;
}
.set > a.active .set{
  border: 1px solid #82aa23;
}
.set > a.active i {
  color: #fff;
}

.set .content{
  background-color: #f5f5f5;
  display:none;
}
.set .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.career-enquiry-box{
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 55px 15px;
}
.career-enquiry-box .form-control{
  border-radius: 0px;
  margin-bottom: 20px;
  height: 44px;
}
.career-enquiry-box textarea.form-control{
  border-radius: 0px;
  margin-bottom: 20px;
  height: auto;
}
.button-submit{
  display: inline-block;
  padding: 8px 25px;
  background: #82aa23;
  color: #fff;
  border: none;
}
.career-sec{
  float: left;
  width: 100%;
}
.career-left{
  padding: 55px 0px;
}
.contact-box{
  float: left;
  width: 100%;
  box-shadow: 0px 0px 20px 2px #ddd;
  padding: 20px;
  margin-bottom: 40px;
  height: 230px;
}
.contact-box h4{
  font-size: 22px;
  color: #131414;
}
.contact-box p{
  line-height: 20px;
  color: #444;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.contact-box p>span>i{
  color: #fff;
  padding: 5px;
  background: #007bb5;
}
.contact-box p>span>i.fa-map-marker{
  padding: 5px 7px;
}
.ju-media-box{
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 40px;
  background: #f5f5f5;
}

.products-box {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  transition: all 0.4s ease;
  border-radius: 5px;
  margin-bottom: 40px;
}
.product-box-images{
  float: left;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.product-box-images img{
  height: 100%;
  width: 100%;
}
.product-box-images-overlap{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  text-align: center;
  background: linear-gradient(#007bb5,#007cb594);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-box-contet{
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 10px;
  height:220px;
  overflow:auto;
}
.product-box-contet p{
  font-size: 16px;
  color: #222;
  font-weight: 600;
  border-bottom: 1px dashed #ddd;
}
.product-box-contet a{
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  padding: 2px 5px;
  background: #007bb5;
  margin: 5px 3px;
  display: inline-block;
}
.product-box-contet a:nth-child(odd){
  background: #007bb5;

}
.product-box-contet a:nth-child(even){
  background: #82aa23;
}
.catalog-btn{
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background: #007bb5;
  margin: 5px 10px;
}
.catalog-btn:hover{
  color: #fff;
}
.other-categ{
  float: left;
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
  margin-top: -55px;
  padding-top: 40px;
  min-height: 500px;
}

/* product categ */
.other-categ h4{
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
.other-categ .set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: none;
  margin-bottom: 5px;
}
.other-categ .set > a{
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.other-categ .set > a i{
  float: right;
  margin-top: 2px;
  color: #000;
}
.other-categ .set > a.active{
  background-color:#fff;
  color: #000;
}

.other-categ .set > a.active i {
  color: #000;
}

.other-categ .set .content{
  background-color: #f5f5f5;
  display:none;
  padding: 5px;
}
.other-categ .set .content p{
  padding: 0 15px;
  margin-bottom: 5px;
  color: #555;
  transition: 0.4;
}
.other-categ .set .content p:hover{
  padding-left: 20px;
  transition: 0.4s;
  color: #007bb5;
}
.other-categ .set .content p>a{
    color: #555;
}
.other-categ .set .content p>a:hover{
  color: #007bb5;
}
.product-detail-box{
  float: left;
  width: 100%;
  background: url("../images/pbg.jpg") bottom;
  background-size: cover;
}
.product-gallery-box{
  float: left;
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
  box-shadow: 0px 0px 20px 5px #ddd;
  margin-bottom: 25px;
  height: 165px;
}
.product-gallery-box h4{
  color: #82aa23;
}
.pro-gal-btn{
  padding: 7px 16px;
  color: #fff;
  background: #007bb5;
  margin-top: 25px;
  display: inline-block;
  top: 60%;
  position: relative;
}
.pro-gal-btn:hover{
  color: #fff;
}
.example-image-link{
  margin-bottom: 25px;
  display: inline-block;
}




  @media (max-width:1280px) {
  .whatsapp-button {

    position: fixed;
    right: 35px !important;
    top: 8px;
    z-index: 10;

} 
  }