
#globe {
    position: relative;
    margin-top: 70px;
    z-index: -888;
}


/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
   #globe {
    position: relative;
    display: block;
    margin-top: -300px;
    margin-left: 440px;
   }
  }

  @media screen and (max-width: 800px) {
    #globe {
        margin-left: 350px;
    }
  }
  
  /* On screens that are 600px or less, set the background color to olive */
  @media screen and (max-width: 600px) {
    #globe {
        position: relative;
        display: block;
        margin-top: -370px;
        margin-left: 300px;
    }
  }

  @media screen and (max-width: 500px) {
    #globe {
        position: relative;
        display: block;
        margin-top: -370px;
        margin-left: 250px;
    }
  }

  @media screen and (max-width: 400px) {
    #globe {
        margin-left: 150px;
    }
  }

.umes-head {
    background: linear-gradient(to right, #c12dd1, #6d8cf8);
}


.overflowX {
  overflow-x:auto;
}


.priceBox, .country {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  min-width: 200px;
}

.priceBox > .value {
  font-weight: bold;
  color: #404046;
  font-size: 24px;
}

.priceBox > .currency {
}


.priceBox > .vat {
  margin-left: 5px;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.country > .value {
  font-weight: bold;
  font-size: 24px;
}

.country > .code {
  position: relative;
  top: 0px;
  font-size: 18px;

  margin-left: 5px;
}

.choisesPlaceholderBg {
    background-color: #F5F7FE !important;
}

.textStart {
  text-align: start;
}

td {
  background-color: white;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}


table tr:last-child  {
  border: none;
}

table th {
  color: #01213A;
}

.choices__list--multiple > .choices__item {
  background-color: #01213A !important;
  border: 1px solid #404046 !important;
  font-size: 14px !important;
}

.choices__button {
  border-left: 1px solid #01213A !important;
}

.bgWhite {
  background-color: white;
}

.p200 {
  padding-top: 200px !important;
}