/* General CSS adjustments*/
span.nobr {
  white-space: nowrap;
}

.spacer-10px {
  height: 20px;
}

.spacer-5px {
  height: 5px;
}

.spacer-100px {
  height: 100px;
}

body {
  /* Don't remove */
}

form {
  /* Don't remove */
}

#more {
  display: none;
}

a:visited {
  color: inherit;
}

/* Header adjustments*/
.header img {
  max-width: 100%;
  height: auto;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px;
}

.header {
  text-align: center;
}

/* Container adjustments */
.container {
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.012em;
  color: #566969;
  margin: auto;
  max-width: 1146px;
  width: 100%;

  /* Disallow any copy and paste*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

h1 {
  font-family: "Roboto";
  color: #01438e;
  font-size: 44px;
  font-weight: 400;
  line-height: 125%;
}

h2 {
  font-family: "Roboto";
  color: #01438e;
  font-size: 30px;
  font-weight: 300;
  line-height: 125%;
}

h3 {
  font-family: "Roboto";
  color: #566969;
  font-size: 22px;
  font-weight: 300;
  line-height: 125%;
}

#txt_intro1 {
  line-height: 1.3;
}

#txt_consentcommschannels,
#txt_googlestart,
#txt_consentcommschannelsend,
#txt_googleend {
  line-height: 1.4;
}

/* Form Input/Select Adjustments */
.form-group input[type="text"],
.form-group input[type="email"] {
  background-color: #ffffff;
  border: 1px solid #aecae2;
  border-radius: 10px;
  box-sizing: border-box;
  color: #515b69;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
  width: 100%;
  transition: border-color 0.3s ease;
}

.dropbtn {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-color: #01438e;
  border-radius: 10px;
  box-sizing: border-box;
  color: #566969;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  appearance: none;
  background: url("https://assets.codepen.io/t-9930/pointer-down-bold.svg")
    no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px;
  padding-right: 1.5rem;
  cursor: pointer;
  text-align: left;
}

/* Sumbit Botton adjustments */
input[type="submit"] {
  background: linear-gradient(to bottom, #b2ca24 0%, #85b62f 100%);
  border: none;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  max-width: fit-content;
  padding: 18px 30px;
  transition: background 0.5s ease;
  margin-top: 0px;
}

.text-hide {
  display: none;
}

/* Form Adjustments */
.form-group {
  display: flex;
  flex-direction: row;
}

.half-width {
  width: 30%;
  margin-bottom: 20px;
}

.half-width .dropdown {
  width: 100%;
}

.split-two > div {
  width: 30%;
  margin-right: 3%;
}

.split-two {
  align-items: center;
  margin-bottom: 20px;
}

.split-three {
  flex-direction: row;
  margin-bottom: 20px;
}

.split-three > div {
  width: 30%;
  margin-right: 3%;
}

.form-group label {
  color: #666;
  margin-bottom: 5px;
}

/* Form Input Focus Adjustments */
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus {
  background-color: #e1e7f4;
}

textarea:focus,
input:focus {
  outline: none;
  border-color: #00458f;
}

:focus {
  outline: none;
  border-color: #00458f !important;
}

/* Form Group Specific Adjustments */
input {
  margin-top: 5px !important;
}

/* Phone number field adjustments  */
.phone-field {
  display: flex;
  border: 1px solid #aecae2;
  border-radius: 11px;
}

/* Height of the phone number inside the field */
#phoneNumberInput {
  padding-top: 5px;
  border: none;
}

#phoneNumberInput:focus {
  background-color: #ffffff;
}

.country-code-dropdown .dropbtn {
  background: #f5f5f5;
  background-color: #f5f5f5 !important;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 30px !important;
  border: none !important;
  height: 44.75px;
  border-radius: 10px 0px 0px 10px !important;
}

.phone-country-content a img {
  margin-right: 10px !important;
  height: 100%;
}

.phone-valid {
  border: 1px solid green;
}

.phone-invalid {
  border: 1px solid red;
}

.dropdown-content img {
  margin-right: 10px;
}

.country-code-dropdown {
  position: relative;
}

/* Dropdown Adjustments */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropbtn {
  background-color: #e1e7f4;
}

.dropdown-selected-item {
  background-color: #aecae2;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  max-height: 350px;
  overflow-y: auto;
  box-shadow: 0px 8px 16px 7px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  cursor: pointer;
  z-index: 2;
  width: 100%;
}

.wider-dropdown {
  width: 500px;
}

.dropdown-content a {
  color: #566969;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a .country,
.dropdown-content a .IATA {
  color: grey;
  font-size: 14px;
}

.dropdown-content a .IATA {
  float: right;
}

.dropdown .dropdown-content a:hover {
  background-color: #e1e7f4;
}

.dropbtn-label {
  display: block;
  color: #666;
}

.dropdown .dropbtn {
  background-color: #ffffff;
  color: #566969;
  font-size: 18px;
  border: 1px solid #aecae2;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}
/* Style the search input field */
.dropdown-content input[type="text"] {
  border: 2px solid #aecae2;
  padding: 6px 10px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  width: calc(100% - 10px);
  cursor: auto;
}

/* Form Input/Select Focus Adjustments */
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.dropdown .language-content a:focus {
  outline: none;
  border-color: #00458f;
  background-color: #e1e7f4;
  font-weight: 300;
}

/* Placeholder Color */
.form-group input::placeholder,
.form-group select::placeholder {
  font-weight: 300;
  font-size: 18px;
}

/* Dropdown Hover Color */
.form-group select option:hover {
  background-color: #e0e0e6;
}

/* Checkboxes adjustments */
.container-newsletter {
  display: flex;
  font-weight: 300;
  font-size: 18px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-newsletter {
  display: flex;
  align-items: top;
  margin-bottom: 2px;
}

/* Styles for the city container */
.city-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  background-color: #ffffff;
}

/* Styles for individual city labels */
.city-container .city {
  flex: 0 1 24%;
  margin-bottom: 10px;
  max-width: 25%;
  margin-right: 1%;
}

.row-newsletter:nth-child(2)
  > div:nth-child(1)
  > label:nth-child(2)
  > a:nth-child(1) {
  font-weight: 300;
  text-decoration: underline;
  color: #566969;
}

.row-newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.row-newsletter:last-child {
  width: 80%;
}

.checkbox-newsletter input[type="checkbox"] {
  margin-right: 15px;
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #01438e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0 !important;
}

.checkbox-newsletter input[type="checkbox"]:checked {
  transform: scale(1.2);
  background-color: transparent !important;
}

.checkbox-newsletter input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  margin-left: 8px;
  margin-top: -3px;
  border: solid #f79f41;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-newsletter label {
  width: 100%;
  margin-top: 5px;
}

.checkbox-newsletter a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.checkbox-newsletter a:hover {
  text-decoration: underline;
}

.row-newsletter:first-child .checkbox-newsletter {
  flex-basis: calc(33.33% - 10px);
  margin-right: 10px;
}

.row-newsletter:first-child .checkbox-newsletter:last-child {
  margin-right: 0;
}

input[type="submit"]:hover {
  background: linear-gradient(to bottom, #b2ca24 0%, #57781d 100%);
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#destinations-list label {
  display: flex;
  align-items: center;
  flex: 1 0 calc(100% - 20px);
  margin: 4px 0;
  box-sizing: border-box;
  padding: 3px;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  color: #566969;
}

/* I love flying from */
#destinations-list label > input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
  cursor: pointer;
}

#destinations-list {
  border-right-width: 7px;
  border-right-style: solid;
  border-left-width: 7px;
  border-left-style: solid;
  border-color: #f9f9f9;
}

#destinations-list > label:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  background-color: #f9f9f9;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#destinations-list > label:nth-child(8),
#destinations-list > label:nth-child(14),
#destinations-list > label:nth-child(18),
#destinations-list > label:nth-child(20),
#destinations-list > label:nth-child(22),
#destinations-list > label:nth-child(24),
#destinations-list > label:nth-child(26),
#destinations-list > label:nth-child(28),
#destinations-list > label:nth-child(30),
#destinations-list > label:nth-child(32),
#destinations-list > label:nth-child(34),
#destinations-list > label:nth-child(36),
#destinations-list > label:nth-child(38),
#destinations-list > label:nth-child(40),
#destinations-list > label:nth-child(42),
#destinations-list > label:nth-child(44),
#destinations-list > label:nth-child(46),
#destinations-list > label:nth-child(48),
#destinations-list > label:nth-child(50),
#destinations-list > label:nth-child(52),
#destinations-list > label:nth-child(54),
#destinations-list > label:nth-child(56),
#destinations-list > label:nth-child(58),
#destinations-list > label:nth-child(60),
#destinations-list > label:nth-child(62),
#destinations-list > label:nth-child(64),
#destinations-list > label:nth-child(66),
#destinations-list > label:nth-child(68),
#destinations-list > label:nth-child(70),
#destinations-list > label:nth-child(72),
#destinations-list > label:nth-child(74),
#destinations-list > label:nth-child(76),
#destinations-list > label:nth-child(78) {
  font-size: 18px;
  font-weight: 400;
  background-color: #f9f9f9;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#destinations-list > label:nth-child(1) > input[type="checkbox"],
#destinations-list > label:nth-child(8) > input[type="checkbox"],
#destinations-list > label:nth-child(14) > input[type="checkbox"],
#destinations-list > label:nth-child(18) > input[type="checkbox"],
#destinations-list > label:nth-child(20) > input[type="checkbox"],
#destinations-list > label:nth-child(22) > input[type="checkbox"],
#destinations-list > label:nth-child(24) > input[type="checkbox"],
#destinations-list > label:nth-child(26) > input[type="checkbox"],
#destinations-list > label:nth-child(28) > input[type="checkbox"],
#destinations-list > label:nth-child(30) > input[type="checkbox"],
#destinations-list > label:nth-child(32) > input[type="checkbox"],
#destinations-list > label:nth-child(34) > input[type="checkbox"],
#destinations-list > label:nth-child(36) > input[type="checkbox"],
#destinations-list > label:nth-child(38) > input[type="checkbox"],
#destinations-list > label:nth-child(40) > input[type="checkbox"],
#destinations-list > label:nth-child(42) > input[type="checkbox"],
#destinations-list > label:nth-child(44) > input[type="checkbox"],
#destinations-list > label:nth-child(46) > input[type="checkbox"],
#destinations-list > label:nth-child(48) > input[type="checkbox"],
#destinations-list > label:nth-child(50) > input[type="checkbox"],
#destinations-list > label:nth-child(52) > input[type="checkbox"],
#destinations-list > label:nth-child(54) > input[type="checkbox"],
#destinations-list > label:nth-child(56) > input[type="checkbox"],
#destinations-list > label:nth-child(58) > input[type="checkbox"],
#destinations-list > label:nth-child(60) > input[type="checkbox"],
#destinations-list > label:nth-child(62) > input[type="checkbox"],
#destinations-list > label:nth-child(64) > input[type="checkbox"],
#destinations-list > label:nth-child(66) > input[type="checkbox"],
#destinations-list > label:nth-child(68) > input[type="checkbox"],
#destinations-list > label:nth-child(70) > input[type="checkbox"],
#destinations-list > label:nth-child(72) > input[type="checkbox"],
#destinations-list > label:nth-child(74) > input[type="checkbox"],
#destinations-list > label:nth-child(76) > input[type="checkbox"],
#destinations-list > label:nth-child(78) > input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
}

div.city-container:nth-child(77) > label:nth-child(1) {
  max-width: 26% !important;
}

/* For screens larger than 768px */
@media (min-width: 769px) {
  #destinations-list label {
    flex: 1 0 calc(25% - 20px);
  }
}

.wider-dropdown-countries {
  width: 800px;
  max-height: 450px;
  overflow-y: auto !important;
}

/* Turtle Brunhilda adjustments*/
.swimming-brunhilda {
  position: relative;
  z-index: -1 !important;
  background-color: #ffffff !important;
}

#swimming-brunhilda-animated {
  position: absolute;
  width: 488px;
  height: 552px;
  bottom: -175px;
  right: -180px;
}

/* Roboto Font*/

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-regular.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-regular.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-100.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-100.ttf")
      format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-300.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-300.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-500.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-500.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-700.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-700.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-900.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-900.ttf")
      format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Responsive Adjustments */
@media (max-width: 596px) {
  .checkbox-row-button {
    height: 150px;
    width: 274px;
  }
  .wider-dropdown,
  .wider-dropdown-countries {
    width: 80vw;
  }
}

@media (max-width: 596px) {
  .checkbox-row-button input[type="submit"] {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 33px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 21px !important;
  }
}

@media only screen and (max-width: 600px) {
  .row-newsletter:first-child .checkbox-newsletter {
    /* flex-basis: calc(33.33% - 10px); */
    flex-basis: calc(100%);
  }

  .row-newsletter:last-child {
    /* width: 80%; */
    width: 100%;
  }

  div.checkbox-newsletter:nth-child(3) {
    display: none;
  }

  div.row-newsletter:nth-child(1),
  div.row-newsletter:nth-child(1) > div:nth-child(1) {
    margin-bottom: 0px;
  }

  .spacer-100px {
    /* height: 100px; */
    height: 233px;
  }

  .row {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .checkbox-newsletter {
    width: 100%;
  }
  p {
    font-size: 17px !important;
  }

  div.row-newsletter:nth-child(2) > div:nth-child(1) > label:nth-child(2),
  div.row-newsletter:nth-child(1) > div:nth-child(1) > label:nth-child(2),
  div.checkbox-newsletter:nth-child(2) > label:nth-child(2) {
    font-size: 17px;
  }

  #email,
  #salutation,
  #firstName,
  #lastName,
  #airport,
  #language,
  #airportSearc {
    font-size: 17px;
  }

  .row {
    display: block;
    text-align: center;
  }

  #checkbox-newsletter2,
  #checkbox-newsletter3 {
    margin-right: 15px;
    margin-left: 5px;
  }

  #checkbox-newsletter4 {
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .form-group,
  .split-three,
  .split-three > div,
  .split-two,
  .split-two > div {
    flex-direction: column;
    align-items: stretch;
  }
  .split-three > div,
  .split-two > div,
  .form-group label,
  .form-group input[type="text"],
  .form-group input[type="email"],
  .dropbtn {
    width: 100%;
  }
  .spacer-10px {
    height: 10px;
  }
  .half-width {
    /* width: 50%; */
    width: 100% !important;
  }
  div.form-group:nth-child(2) > div:nth-child(1),
  div.form-group:nth-child(2) > div:nth-child(2),
  div.form-group:nth-child(3) > div:nth-child(1),
  div.form-group:nth-child(4) > div:nth-child(1) {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 746px) and (max-width: 1147px) {
  div.row-newsletter:nth-child(1) {
    margin-left: 5px;
  }
}

@media screen and (min-width: 888px) and (max-width: 1147px) {
  #txt_checkbox101 {
    margin-left: 0px;
  }
  #txt_checkbox102 {
    margin-left: 0px;
  }
  #txt_checkbox103 {
    margin-left: 0px;
  }
}

@media (max-width: 888px) {
  .checkbox-row-button {
    display: block;
    height: 100px;
    width: 289px;
    text-align: center;
  }
  .checkbox-row-button input[type="submit"] {
    margin-top: 20px;
  }

  #submit-button {
    margin-top: 15px;
  }

  .row {
    margin-top: 15px;
  }

  .spacer-10px {
    /* height: 20px; */
    height: 5px;
  }

  div.row-newsletter:nth-child(1) > div:nth-child(1) {
    margin-right: 10px;
  }

  div.row-newsletter:nth-child(1) > div:nth-child(1) > label:nth-child(2) {
    margin-left: 10px;
  }

  div.row-newsletter:nth-child(1) {
    margin-left: 5px;
  }

  #checkbox-newsletter101 {
    margin-right: 0px;
    padding-right: 1px;
    margin-left: 0px;
  }

  #checkbox-newsletter102 {
    margin-left: 0px;
    margin-right: 0px;
  }

  #checkbox-newsletter103 {
    margin-left: 0px;
    margin-right: 0px;
  }

  div.checkbox-newsletter:nth-child(2) > label:nth-child(2) {
    margin-left: 12px;
  }

  #txt_checkbox101,
  #txt_checkbox102,
  #txt_checkbox103 {
    margin-left: 10px;
  }

  .spacer-100px {
    /* height: 100px; */
    height: 50px;
  }

  .half-width {
    /* width: 32%; */
    width: 50%;
  }
}

@media (max-width: 1147px) {
  .swimming-brunhilda {
    display: none !important;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  div.row-newsletter:nth-child(1) > div:nth-child(1) > label:nth-child(2),
  div.checkbox-newsletter:nth-child(2) > label:nth-child(2),
  div.row-newsletter:nth-child(2) > div:nth-child(1) > label:nth-child(2) {
    margin-top: 4px;
  }

  div.row-newsletter:nth-child(2),
  div.row-newsletter:nth-child(3) {
    margin-left: 5px;
  }

  #txt_checkbox103 {
    margin-top: 4px;
  }

  #airportSearch {
    width: 96%;
  }
}

@media (min-width: 1147px) {
  .submit-row {
    width: 70%;
  }

  #txt_submitsuccess {
    margin-top: 5px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1147px) {
  .checkbox-row-button {
    display: block;
    height: 100px;
    width: 274px;
    text-align: center;
  }
  .checkbox-row-button input[type="submit"] {
    margin-top: 20px;
  }
  .header {
    display: none;
  }
  .header-tmp {
    display: none;
  }

  .country-code-dropdown .dropbtn {
    height: 48px;
  }
}

@media screen and (max-width: 1230px) {
  /* I love flying from" */

  #destinations-list {
    border-right-width: 7px;
    border-right-style: solid;
    border-left-width: 7px;
    border-left-style: solid;
    border-color: #f9f9f9;
    background-color: #ffffff;
    font-size: 18px;
  }

  #destinations-list > label:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
    background-color: #f9f9f9;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #destinations-list > label:nth-child(8),
  #destinations-list > label:nth-child(14),
  #destinations-list > label:nth-child(18),
  #destinations-list > label:nth-child(20),
  #destinations-list > label:nth-child(22),
  #destinations-list > label:nth-child(24),
  #destinations-list > label:nth-child(26),
  #destinations-list > label:nth-child(28),
  #destinations-list > label:nth-child(30),
  #destinations-list > label:nth-child(32),
  #destinations-list > label:nth-child(34),
  #destinations-list > label:nth-child(36),
  #destinations-list > label:nth-child(38),
  #destinations-list > label:nth-child(40),
  #destinations-list > label:nth-child(42),
  #destinations-list > label:nth-child(44),
  #destinations-list > label:nth-child(46),
  #destinations-list > label:nth-child(48),
  #destinations-list > label:nth-child(50),
  #destinations-list > label:nth-child(52),
  #destinations-list > label:nth-child(54),
  #destinations-list > label:nth-child(56),
  #destinations-list > label:nth-child(58),
  #destinations-list > label:nth-child(60),
  #destinations-list > label:nth-child(62),
  #destinations-list > label:nth-child(64),
  #destinations-list > label:nth-child(66),
  #destinations-list > label:nth-child(68),
  #destinations-list > label:nth-child(70),
  #destinations-list > label:nth-child(72),
  #destinations-list > label:nth-child(74),
  #destinations-list > label:nth-child(76),
  #destinations-list > label:nth-child(78) {
    font-size: 18px;
    font-weight: 400;
    background-color: #f9f9f9;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #destinations-list > label:nth-child(1) > input[type="checkbox"],
  #destinations-list > label:nth-child(8) > input[type="checkbox"],
  #destinations-list > label:nth-child(14) > input[type="checkbox"],
  #destinations-list > label:nth-child(18) > input[type="checkbox"],
  #destinations-list > label:nth-child(20) > input[type="checkbox"],
  #destinations-list > label:nth-child(22) > input[type="checkbox"],
  #destinations-list > label:nth-child(24) > input[type="checkbox"],
  #destinations-list > label:nth-child(26) > input[type="checkbox"],
  #destinations-list > label:nth-child(28) > input[type="checkbox"],
  #destinations-list > label:nth-child(30) > input[type="checkbox"],
  #destinations-list > label:nth-child(32) > input[type="checkbox"],
  #destinations-list > label:nth-child(34) > input[type="checkbox"],
  #destinations-list > label:nth-child(36) > input[type="checkbox"],
  #destinations-list > label:nth-child(38) > input[type="checkbox"],
  #destinations-list > label:nth-child(40) > input[type="checkbox"],
  #destinations-list > label:nth-child(42) > input[type="checkbox"],
  #destinations-list > label:nth-child(44) > input[type="checkbox"],
  #destinations-list > label:nth-child(46) > input[type="checkbox"],
  #destinations-list > label:nth-child(48) > input[type="checkbox"],
  #destinations-list > label:nth-child(50) > input[type="checkbox"],
  #destinations-list > label:nth-child(52) > input[type="checkbox"],
  #destinations-list > label:nth-child(54) > input[type="checkbox"],
  #destinations-list > label:nth-child(56) > input[type="checkbox"],
  #destinations-list > label:nth-child(58) > input[type="checkbox"],
  #destinations-list > label:nth-child(60) > input[type="checkbox"],
  #destinations-list > label:nth-child(62) > input[type="checkbox"],
  #destinations-list > label:nth-child(64) > input[type="checkbox"],
  #destinations-list > label:nth-child(66) > input[type="checkbox"],
  #destinations-list > label:nth-child(68) > input[type="checkbox"],
  #destinations-list > label:nth-child(70) > input[type="checkbox"],
  #destinations-list > label:nth-child(72) > input[type="checkbox"],
  #destinations-list > label:nth-child(74) > input[type="checkbox"],
  #destinations-list > label:nth-child(76) > input[type="checkbox"],
  #destinations-list > label:nth-child(78) > input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-bottom: 5px;
    margin-right: 8px;
  }

  #destinations-list label > input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-bottom: 5px;
    margin-right: 8px;
  }

  .checkbox-newsletter input[type="checkbox"]:checked {
    transform: scale(1.05);
  }

  .city-container {
    margin: 0px;
    background-color: #ffffff;
    display: block !important;
  }

  div.city-container:nth-child(77) > label:nth-child(1) {
    min-width: 100%;
  }

  .city-container .city {
    font-size: 16px !important;
    max-width: 100%;
  }

  #destinations {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1230px) {
  .wider-dropdown-countries {
    width: 100%;
  }
}