/*******************************/
/********* Headbar CSS **********/
/*******************************/
.headbar {
border: none;
background-color: #800008;
}

/*******************************/
/********* change colour CSS **********/
/*******************************/

.btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-style:solid;
  border-color: white;
}

/********/
/*** google translate Dropdown ***/
/********/

 
#google_translate_element select{
  background:#f6edfd;
  color:#fff;
  border: none;
  border-radius:3px;
  padding:8px 12x;
  width:80px;
  font-weight: bold;
  }
  
  /*google translate link | logo */
    .goog-logo-link{
    display:none!important;
    }
  .goog-te-gadget{
  color:transparent!important;
  }
  
  /* google translate banner-frame */
  
  .goog-te-banner-frame{
  display:none !important;
  }
  
  #goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
 .goog-text-highlight { background: none !important; box-shadow: none !important;}
  
  body{top:0!important;}

  


