@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&family=Source+Sans+3:wght@200;400;500;600;700;800&display=swap');

body{
 font-family: Plus Jakarta Sans;
}

#cookie-banner {
  position: fixed;
  bottom: 20px;      /* margin from bottom */
  right: 20px;       /* margin from right */
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 0px; /* rounded corners */
  z-index: 1000;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  display: flex;
  flex-direction: column;
}
#cookie-banner p {
  margin: 0 0 15px 0;
  color: #000;
  font-size: 16px;
}
#cookie-banner .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#cookie-banner button {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}

#cookie-banner button.accept {
  background-color: #4caf50;
  color: #fff;
}

#cookie-banner button.reject {
  background-color: #f44336;
  color: #fff;
}

#cookie-policy {
  text-align: center;
  margin-top: 10px;
}

#cookie-policy a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

#cookie-policy a:hover {
  text-decoration: underline;
}


.navbar{
  padding:20px;
}

.bg-light{
  background: #FFF!important;
}

.navbar .nav-link{
  font-size: 16px;
  margin-left: 20px;
  margin-right:20px;
  color:#000;
  font-weight: 500;
}

.navbar .contact{
  padding:12px;
  padding-left: 40px!important;
  padding-right: 40px!important;
  background: #fe000c;
}

.navbar #main-btn{
  padding:10px;
  padding-left: 30px;
  padding-right: 30px;
  background:#2c5926;
  color:#FFF;
  border-radius: 15px;
}

.navbar #main-btn #arrow-icon{
  margin-left: 20px;
  padding-top:2px;
}

.top-bar{
  padding:20px;
  background: #041319;
  width:100%;
}

.top-bar .text{
  float:right;
  color:#FFF;
  margin-right: 30px;
}

#main-header{
  padding:50px;
}

#main-header #text-container{
  margin-top: auto;
  margin-bottom: auto;
}

#main-header #text-container .header-text{
  font-size: 42px;
  font-weight: 1000;
  width:90%;
}

#main-header #text-container .sub-text{
  width:80%;
}

#main-header #image-container .main-image{
  width:100%;
  height: 500px;
  object-fit: cover;
}

#background-flat{
  background: #041319;
  color:#FFF;
  padding:50px;
}

#background-flat .main-link{
  font-size:15px;
  float:left;
  width:inherit;
  color:#2c5926;
  text-decoration: none;
  transition: 0.3s;
}

#background-flat .main-link:hover{
  text-decoration: underline;
  transition: 0.3s;
}

#background-flat .dis-link{
  font-size:15px;
  float:left;
  width:inherit;
  text-decoration: none;
  color:#FFF;
}

#background-flat .between{
  float:left;
  width: inherit;
  margin:0px;
}

#background-flat .wrapper .header-text{
  font-size:50px;
  font-weight: bolder;
  margin-top:30px;
  text-transform: uppercase;
}

#background-flat .wrapper .sub-text{
  font-size:17px;
  margin-top:10px;
  text-align: justify;
}


#background-field{
  background-image: url("../img/3_8eafe7c4-7ea5-4eb7-a0b2-4bd2a7b78996_3000x.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#background-field .wrapper{
  padding:100px;
  width:100%;
  height: 100%;
  background:rgba(0,0,0,0.6);
  color:#FFF;
}

#background-field .wrapper .header-text{
  font-size:40px;
  font-weight: bolder;
  text-transform: uppercase;
}

#background-field .wrapper .sub-text{
  font-size:17px;
  text-align: justify;
}

#background-field .main-link{
  font-size:15px;
  float:left;
  width:inherit;
  color:#2c5926;
  text-decoration: none;
}

#background-field .dis-link{
  font-size:15px;
  float:left;
  width:inherit;
  text-decoration: none;
  color:#FFF;
}

#background-field .between{
  float:left;
  width: inherit;
  margin:0px;
}

#background-about{
  background-image: url("https://globalpolymer.com/wp-content/uploads/2023/08/About-Overview-Asset-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#background-about .wrapper{
  padding:100px;
  width:100%;
  height: 100%;
  background:rgba(0,0,0,0.6);
  color:#FFF;
}

#background-about .wrapper .header-text{
  font-size:40px;
  font-weight: bolder;
  text-transform: uppercase;
}

#background-about .wrapper .sub-text{
  font-size:17px;
  text-align: justify;
}

#background-about .main-link{
  font-size:15px;
  float:left;
  width:inherit;
  color:#2c5926;
  text-transform: uppercase;
  text-decoration: none;
  margin-top:20px;
}

#background-about .dis-link{
  font-size:15px;
  float:left;
  width:inherit;
  text-decoration: none;
  text-transform: uppercase;
  color:#FFF;
  margin-top:20px;
}

#background-about .between{
  float:left;
  width: inherit;
  margin:0px;
  margin-top:20px;
}

#text-header{
  padding:20px;
  background: #f3f7f3;
}

#text-header .main-text{
  font-size:40px;
  font-weight: bolder;
}

#text-header .par-text{
  font-size:17px;
  width:80%;
  color:#576368;
  text-align: justify;
  margin-bottom: 20px;
}

#text-header .large-text{
  font-weight: bolder;
  font-size:40px;
  margin-bottom: 20px;
  text-transform:uppercase;
}

#text-header .header-text{
  font-weight: bolder;
  font-size:20px;
}

#text-header #main-icon{
  font-size: 20px;
  color:#070f06;
}

#text-header .sub-text{
  font-size:15px;
  color:#576368;
}

#text-header .main-btn{
  padding:15px;
  padding-left: 40px;
  padding-right: 40px;
  border:0px;
  background:#2c5926;
  text-decoration: none;
  color:#000;
}

#text-header #main-container{
  background: #FFF;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding:20px;
}

#quote-container{
  padding:100px;
}

#quote-container #main-container{
  background: #eef3f2;
}

#quote-container #main-container .main-image{
  width:100%;
  border-bottom:10px solid #2c5926;
}

#quote-container #main-container #text-container{
  padding:50px;
}

#quote-container #main-container .icon-image{
  width:50px;
}

#quote-container #main-container .header-text{
  margin-top:20px;
}

#quote-container #main-container .sub-text{
  margin-top:50px;
}

#key-figure{
  padding:50px;
  background:#f2f7f6;
}

#key-figure #main-container .header-text{
  font-size:40px;
  font-weight: bolder;
  text-align: left;
  width:70%;
  border-bottom: 10px solid #2c5926;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top:0px;
}

#key-figure #main-container .sub-text{
  font-size:20px;
  color:#576368;
}

#key-figure .main-text{
  font-size:40px;
  font-weight: bolder;
  text-transform: uppercase;
}

#key-list{
  padding:20px;
  background: #FFF;
}

#key-list #main-container{
}

#key-list #main-container .icon-image{
  width:50px;
  height:50px;
  margin-bottom: 10px;
  margin-top:50px;
}

#key-list #main-container .header-text{
  margin-top:15px;
  margin-bottom: 15px;
  font-size:20px;
  font-weight:bold;
  text-transform: uppercase;
}

#key-list #main-container .sub-text{
  color:#576368;
  font-size:15px;
  text-align: justify;
}

#key-list .main-text{
  font-size:40px;
  text-transform: uppercase;
  font-weight:bold;
}

#background-text{
  background-image:  url("https://www.arburg.com/media/_processed_/f/0/csm_146830-MULTILIFT-robotic-system_12aa9dbe39.jpg");
  background-position: center;
  background-repeat: none;
  background-size:cover;
}

#background-text .wrapper{
  background: rgba(0,0,0,0.6);
  padding:100px;
}

#background-text .wrapper #main-container{
  background: #041319;
  border-bottom: 15px solid #2c5926;
  padding:35px;
}

#background-text .wrapper #main-container .header-text{
  font-size:25px;
  color:#FFF;
}

#background-text .wrapper #main-container .sub-text{
  font-size:17px;
  color:#9fafb5;
}

#background-text .wrapper #main-container .main-link{
  color:#2c5926;
}

#main-list{
  padding:90px;
  background: #fcf5f5;
}

#main-list .main-text{
  font-weight: 1000;
  margin-bottom: 70px;
}

#main-list #main-container{
  border-left: 20px;
  border-right:10px solid #fcf5f5;
  border-left:10px solid #fcf5f5;
  background: #FFF;
  height: 275px;
  border-radius: 0px;
  padding:20px;
}

#main-list #main-container .header-text{
  font-weight: bold;
  margin-top:40px;
}

#main-list #main-container .sub-text{
  font-size:15px;
  margin-top:20px;
}

#header-container{
  height: 50vh;
  background-image:  url("https://corporate.exxonmobil.com/dfsmedia/203ddbf073b24e7dac6f6243dabf7669/124284-50059/options/keepaspectratio/xom-baytown-6394-6720-x-3079-report-2411-2880-x-1320");
  background-position: center;
  background-repeat: none;
  object-fit: contain;
  padding:130px;
}

#header-container .sup-text{
  color:#FFF;
  font-size:15px;
  text-transform: uppercase;
}

#header-container .header-text{
  color:#FFF;
  font-size:50px;
  font-weight: lighter;
  margin-top:20px;
  margin-bottom: 20px;
}

#header-container .sub-text{
  color:#FFF;
}

#text-utilizer{
  padding:50px;
  background: #F5F5F5;
}

#text-utilizer .sup-text{
  color:#C0392B;
  text-transform: uppercase;
  font-size:15px;
}

#text-utilizer .header-text{
  font-weight: lighter;
  font-size: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#key-products {
  padding:50px;
}

#key-products .main-text{
  font-size:40px;
  font-weight: lighter;
  margin-bottom: 50px;
}

#key-products .main-image{
  width:100%;
  object-fit: cover;
  height: 250px;
  margin-bottom: 20px;
}

#key-products .header-text{
  font-size:15px;
  text-transform: uppercase;
}

#key-products .link-btn{
  font-size:15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color:#C0392B;
}

#key-products #main-icon{
  margin-left: 20px;
}

#main-data{
  padding:100px;
}

#main-data .main-text{
  font-size:50px;
  font-weight: lighter;
  margin-bottom: 10px;
}

#main-data .header-text{
  font-size:70px;
  border-bottom: 5px solid #C0392B;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top:60px;
  color:#000;
  width:auto;
  font-weight: lighter;
}

#background-container{
  background-image:  url('https://www.arburg.com/media/_processed_/2/c/csm_174128-hybrid-ALLROUNDER-1120H_94db5f6291.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#background-container .wrapper{
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  padding:30px;
}

#career{
  background: #eef3f2;
}

#news-container{
  background: #eef3f2;

}

#background-container #text-box .header-text{
  color:#FFF;
  font-size:60px;
  font-weight: normal;
  margin-top:0px;
  font-weight: bold;
}

#background-container .sub-text{
  color:rgba(255,255,255,1);
  width:70%;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 20px;
}

#background-container #text-box{
  padding:50px;
}

#background-container  #text-box .sup-text{
  font-size:20px;
  color:#FFF;
  margin:0px;
  text-transform: uppercase;
}

#background-container #text-box .main-btn{
  padding:15px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  color:#FFF;
  background: #2c5926;
  text-align: left;
  border-radius: 15px;
}

#background-container #text-box #main-icon{
  margin-left: 30px;
}

#text-section{
}

#text-section .bg-blue{
  background: #0c479d;
  height: 80vh;
  padding:100px;
}

#text-section .bg-grey{
  background: #f5f5f5;
  color:#000!important;
  height: 80vh;
  padding:100px;
}

#text-section .bg-grey .par-text{
  color:#000!important;
}

#text-section .bg-grey .header-text{
  color:#000!important;
}

#text-section .bg-grey .sub-text{
  color:#000!important;
}

#text-section .bg-grey .brand-text{
  color:#c0392b!important;
}

#text-section .par-text{
  font-size:17px;
  font-weight: bold;
  text-transform: uppercase;
  color:#FFF;
}

#text-section .header-text{
  margin-top:30px;
  font-weight: lighter;
  color:#FFF;
}

#text-section .sub-text{
  margin-top:30px;
  color:#FFF;
}

#text-section .bg-black{
  background: #333333;
  height: 80vh;
  padding:100px;
}

#text-section #image-container .main-image{
  width:100%;
  height: 100%;
  object-fit: cover;
}

#shift-container{
  padding:50px;
  background: #2c5926;
}

#shift-container .header-text{
  font-size:40px;
  color:#FFF;
  font-weight: bolder;
  text-transform: uppercase;
}

#shift-container .sub-text{
  color:#FFF;
  font-size:20px;
}

#shift-container .main-btn{
  padding:15px;
  text-decoration: none;
  color:#000;
  background: #FFF;
  text-align: left;
  float:right;
  margin-top:20px;
  border-radius: 15px;
}

#shift-container #main-icon{
  margin-left: 30px;
}

#half-container{
  padding:0px;
  padding-left:0px;
  padding-right: 0px;
  background: #070f06;
}

#half-container #text{
  color:#FFF;
  padding: 30px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

#half-container .main-list{
  list-style: none;
  font-size: 17px;
  margin-bottom: 5px;
}

#half-container #main-icon{
  font-size: 17px;
  color:#FFF;
}

#half-container .main-text{
  font-size:13px;
  color:#2c5926;
  font-weight: bold;
  margin-top:0px;
  margin:0px;
  text-align: justify;
  text-transform: uppercase;
}

#half-container #text .header-text{
  font-size:40px;
  font-weight: bold;
  text-transform: uppercase;
}

#half-container #text .sub-text{
  color:#aeb6ba;
  text-align: justify;
  font-size: 17px;
}

#half-container .main-icon{
  margin-left: 30px;
}

#half-container .main-image{
  width:100%;
  height: 80vh;
  object-fit: cover;
  padding:0px;
}

#half-container .main-btn{
  padding:15px;
  text-decoration: none;
  color:#041319;
  background: #2c5926;
  text-align: left;
  text-transform: uppercase;
  float:left;
  margin-top:20px;
}

#image-gallery{
  padding:30px;
  background: #f3f7f3;
}

#image-gallery .main-image-x{
  width:100%;
  height: 300px;
  margin-bottom: 20px;
}

#image-gallery .main-image-y{
  width:100%;
  height: 620px;
  margin-bottom: 20px;
}

#image-gallery .header-text{
  font-size: 45px;
  font-weight: bold;
  color:#000;
}

#image-gallery .sub-text{
  width:70%;
  color:#000;
  font-size: 20px;
  margin-bottom: 50px;
}

#maintext-container{
  padding:20px;
}

#maintext-container .main-text{
  font-weight: bolder;
  font-size:40px;
  text-transform: uppercase;
}

#maintext-container .par-text{
  margin-top:10px;
  font-size:17px;
  text-align: justify;
}

#maintext-container .header-text{
  font-size:20px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-top:15px;
}

#maintext-container .sub-text{
  font-size:15px;
  text-align: justify;
}

#maintext-container .main-image{
  width:100%;
  margin-bottom: 30px;
  margin-top:30px;
}

#maintext-container #main-icon{
  font-size: 25px;
  margin-bottom: 10px;
}

#link-tab{
  padding:100px;
}

#link-tab .main-text{
  font-size:50px;
  font-weight: 1000;
}

#link-tab .main-btn{
  padding:10px;
  padding-left: 0px;
  width:80%;
  display: block;
  text-decoration:none;
  color:#000;
  border-bottom: 10px solid #eef3f2;
  transition:0.4s;
  font-size:25px;
  margin-top:50px;
}

#link-tab #icon-link{
  float:right;
}

#link-tab .main-btn:hover{
  border-bottom: 10px solid #2c5926;
  transition:0.4s;
}

#link-tab .sub-text{
  font-size:15px;
  margin-top:20px;
  width:80%;
  color:#576368;
}

#contact-section{
  padding:20px;
  background:#eef3f2;
}

#contact-section #form-container .form-group{
  margin-bottom: 20px;
}

#contact-section #form-container .form-group .sub-texted{
  margin-bottom: 10px;
}

#contact-section #form-container .form-group .form-control{
  padding:10px;
}

#contact-section #form-container .main-btn-2{
  padding:10px;
  padding-left: 30px;
  padding-right: 30px;
  border:0px;
  background:#2c5926;
  border-radius: 15px;
  color:#FFF;
}

#contact-section .header-text{
  font-size:35px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 1000;
}

#contact-section #list-container{

}

#contact-section #list-container #list{
  background: #2c5926;
  padding:20px;
  color:#FFF;
  margin-bottom: 30px;
  border-radius: 20px;
}

#contact-section #list-container #list #main-icon{
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color:#FFF;
}

#contact-section #list-container #list .main-text{
  font-size: 18px;
}

#news-container{
  padding:50px;
}

#news-container .main-text{
  font-size:50px;
  font-weight: bolder;
  text-transform: uppercase;
}

#news-container .par-text{
  font-size:20px;
}

#news-container #main-container{
  margin-top:50px;
}

#news-container #main-container .main-image{
  width:100%;
}

#news-container #main-container .header-text{
  font-size:30px;
  margin-top:20px;
}

#news-container #main-container .no-decor{
  text-decoration: none;
  color: inherit;
}

#news-detail{
  padding:50px;
}

#news-detail .back-btn{
  text-decoration: none;
  color:#041319;
  font-size:25px;
  margin-bottom: 50px;
}

#news-detail .main-image{
  width:100%;
  height: 300px;
  object-fit: cover;
}

#career{
  padding:100px;
}

#career #job-container{
  background: #ebeff0;
  border-radius: 0px;
  padding:50px;
}

#career #job-container #main-box{
  border-bottom: 2px solid #FFF;
  margin-bottom: 20px;
  padding:10px;
  border-left: 20px solid #ebeff0;
  border-right: 20px solid #ebeff0;
}

#career #job-container .header-text{
  font-size:30px;
}


#footer{
  padding:30px;
  background: #070f06;
}

#footer .m-text{
  font-size:25px;
  color:#FFF;
  text-transform: uppercase;
  font-weight: bold;
}

#footer .mik-text{
  color:#FFF;
  text-transform: uppercase;
  font-size:13px;
}

#footer .main-text{
  font-size:18px;
  margin-bottom: 20px;
  color:#FFF;
  font-weight: bold;
  text-transform:uppercase;
}

#footer .main-link{
  color:#FFF;
  margin-top:5px;
  display: block;
  transition: 0.3s;
  font-size: 15px;
  width:auto;
  text-transform: uppercase;
}

#footer .main-link:hover{
  color:#FFF;
  transition: 0.3s;
  text-decoration: underline;
  width:auto;
}

#footer .main-icon{
  text-decoration: none;
  color:#FFF;
  font-size: 25px;
  margin-right:20px;
  transition: 0.3s;
}

#footer .left-link{
  text-decoration: none;
  color:#FFF;
  margin-top:5px;
  display: block;
  transition: 0.3s;
  float:left;
  margin-right: 20px;
}


#footer .main-icon:hover{
  color:#FFF;
  transition: 0.3s;
}

#footer .main-image{
  width:80px;
  display: block;
}

#footer .company-text{
  width:100%;
  color:#aeb6ba;
  font-size:15px;
  margin-top:20px;
}


#fixedpanel {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #2c5926;
  width:100%;
  height:100px;
  color:#000;
}

#fixedpanel .main-text{
  margin-top:35px;
  font-weight: bold;
}

#fixedpanel #fixedbutton{
  text-decoration: none;
  color:#000;
  background: #FFF;
  padding:10px;
  padding-left:35px;
  padding-right:35px;
  margin-top:27px;
  border-radius: 0px;
  float:right;
  font-weight: bold;
  font-size:15px;
  margin-right: 50px;
}


#career .card-body{
  background: #eef3f2;
  border:0px;
  padding:50px;
}

#career .job-title{
  display: block;
  font-size:15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

#career .main-btn{
  padding:10px;
  padding-left: 30px;
  padding-right: 30px;
  border:0px;
  background: #008080;
  color:#FFF;
}

@media screen and (max-width: 480px) {

  #background-container .wrapper{
    padding:10px;
  }

  #background-container #text-box .header-text {
    font-size:30px;
    line-height: inherit;
  }

  #background-container #text-box .sub-text {
    font-size:20px;
    line-height: inherit;
  }

  #background-field .wrapper{
    padding:25px;
    padding-top:100px;
    padding-bottom: 100px;
  }

  #text-header{
    padding:20px;
  }



  #text-header .main-text{
    font-size:40px;
  }

  #text-header .par-text{
    width:90%;
    margin-bottom: 5px;
  }

  #text-header .large-text{
    margin-top:5px;
  }

  #text-header .main-btn{
    float:left;
    margin-bottom: 50px;
  }

  #key-list{
    padding:20px;
  }


  #image-gallery{
    padding:20px;
  }

  #image-gallery .header-text{
    font-size:40px;
  }

  #image-gallery .sub-text{
    width:90%;
  }

  #image-gallery .main-image-y{
    height: 200px!important;
    object-fit: cover;
  }

  #image-gallery .main-image-x{
    height: 200px!important;
    object-fit: cover;
  }

  #link-tab{
    padding:20px;
  }

  #shift-container .main-btn{
    float:left;
  }

  #half-container{
    margin-bottom: 50px;
    padding:10px;
  }

  #half-container #text{
    padding:10px;
  }

  #half-container .main-image{
    height: 200px;
  }

  #half-container .header-text{
    font-size:20px!important;
  }

  #maintext-container{
    padding:20px;
  }

  #maintext-container .main-text{
    font-size:40px;
  }

  #maintext-container .sub-text{
    margin:0px;
  }

  #maintext-container .header-text{
    margin-top: 25px;
    margin-bottom: 10px;

  }

  #background-about .wrapper{
    padding:20px;
  }

  #background-flat{
    padding:20px;
    padding-top:100px;
    padding-bottom: 100px;
  }

  #news-container{
    padding:20px;
  }

  #news-detail{
    padding:20px;
  }

  #contact-section{
    padding:20px;
  }

  #contact-section #list-container #list #main-icon{
    color:000;
    font-size: 30px;
    margin-top:10px;
    margin-left: none;
    margin-right: none;
    display: none;
  }

  #contact-section .header-text{
    margin-top:30px;
    margin-bottom: 30px;
  }

  #footer{
    margin-bottom: 0px;
  }

  #footer{
    padding:20px;
  }

  #footer .main-icon{
    margin-bottom: 50px;
  }

  #footer .small{
    position: relative;
    bottom: auto; /* Pushes the text to the bottom */
    left: auto; /* Optional: Aligns to the left */
    right: auto;
    float:left;
    margin-left:0px;
    color:#FFF;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #footer .main-text{
    margin-top:20px;
  }

  #fixedpanel {
    position: relative;
    bottom: none;
    right:none;
    background: #008080;
    width:0%;
    height:0px;
    color:#FFF;
    margin-top: -50px;
  }

  #fixedpanel .main-text{
    margin-top:0px;
    font-size:0px;
    font-weight: bold;
  }

  #fixedpanel #fixedbutton{
    text-decoration: none;
    color:#000;
    background: #FFF;
    padding:0px!important;
    margin-top:0px;
    border-radius: 0px;
    float:right;
    font-weight: bold;
    font-size:0px;
    margin-right: 0px;
  }
}
