/* Copyright 2018 Zooz Digital Private Limited
 *
 *  You may obtain a copy of the License from
 *
 * Zooz Digital Private Limited */
.ms-header-snippet {
  float: left;
  display: block!important;
}

.snip {
  margin: 4% 0 0 0;
}

.microsite-language-selector-dropdown ul li:first-child {
  display: none;
}

.microsite-language-selector-dropdown ul {
  background-color: rgba(16, 72, 89, 1)!important;
  padding: 0!important;
}

.microsite-language-selector-dropdown ul li a {
  color: #ffffff!important;
}

@media screen and (max-width:1024px) {
  .ms-header-snippet {
    float: left!important;
    padding-left: 10px!important;
  }

  header .ms-container .microsite-language-selector {
    padding: 0 30px 0 10px!important;
  }
}

@media screen and (min-width:600px) and (max-width:1024px) {
  .ms-header-snippet {
    margin-left: -24%!important;
  }
}

@media screen and (min-width:1200px) {
  .ms-header-snippet {
    margin-left: -89%;
  }
}

header {
  height: 108px!important;
}