span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit;
}

.selectors-container {
  display: flex;
  justify-content: center;
}

.selector-container {
  width: 400px;
  text-align: center;
  display: inline-block;
  margin: 0px;
}

/*Styling Selectbox*/
.dropdown {
  width: 300px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  position: relative;
  font-size: 16px;
  color: #474747;
  text-align: left;
}

.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #d22537;
}

.dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 30px;
}

.dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}

.dropdown:active {
  background-color: #f8f8f8;
}

.dropdown.active:hover,
.dropdown.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8;
}

.dropdown.active .select > i {
  transform: rotate(-90deg);
}

.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  margin-left: 0px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
}

.dropdown .dropdown-menu li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.dropdown .dropdown-menu li[disabled="true"] {
  background-color: #ccc;
  color: #999;
  cursor: unset;
}

.dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}

.dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2;
}

.dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}

/*
	Origin-Destination Selector styles
*/

.container-wrapper {
  margin-top: 5%;
  min-height: 185px;
  background: rgb(210, 37, 55);
  background: linear-gradient(
    275deg,
    rgba(210, 37, 55, 1) 0%,
    rgba(162, 0, 17, 0.75) 100%
  );
  padding-bottom: 30px;
}

.selectors-container {
  display: flex;
  align-items: center;
}

.container-text {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-size: 30px;
  text-align: center;
  padding: 30px 0px 10px 0px;
  line-height: 42px;
}

.container_type.info .vc_column-inner {
  padding-top: 25px;
  border-radius: 4px;
  background: linear-gradient(
    275deg,
    rgba(210, 37, 55, 1) 0%,
    rgba(162, 0, 17, 0.75) 100%
  );
  -webkit-box-shadow: 0px 6px 20px 0px rgba(162, 0, 17, 1);
  -moz-box-shadow: 0px 6px 20px 0px rgba(162, 0, 17, 1);
  box-shadow: 0px 6px 20px 0px rgba(162, 0, 17, 1);
}

.container-title-wrapper {
  width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  font-size: 30px;
  color: white;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

.container-arrow {
  margin-top: 1%;
  width: 40px;
  height: 35px !important;
}

.hidden {
  display: none !important;
}

.section-grayed {
  filter: grayscale(0.75);
  opacity: 0.9;
  cursor: auto !important;
}

.section-grayed h4,
.section-grayed p,
.section-grayed span {
  color: gray;
}

.section-grayed a.button {
  border-color: gray;
  box-shadow: none;
  cursor: auto !important;
}

.section-grayed a.button:hover {
  box-shadow: none !important;
}

.section-grayed div.vc_single_image-wrapper {
  filter: grayscale(1);
}

@media only screen and (max-width: 1280px) {
  .rows_gap {
    height: 60px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .container_type.toggle p.content.white {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 900px) {
  .rows_gap {
    height: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .selectors-container {
    display: block;
  }

  .selector-container {
    width: unset;
    display: flex;
    justify-content: center;
  }

  .dropdown,
  .wpb_text_column .dropdown:last-child {
    margin: 1.5% 0;
    font-size: 14px;
  }

  .dropdown .select > i {
    line-height: 24px;
  }

  .container-text {
    font-size: 26px;
    line-height: 32px;
  }

  .toggle,
  #baggage_toggle .vc_column-inner,
  #cargo_toggle .vc_column-inner {
    position: relative !important;
  }

  .container_type.hidden .vc_column-inner {
    margin-left: 0;
  }

  .slide-left,
  .slide-right,
  #baggage_toggle .vc_column-inner,
  #cargo_toggle .vc_column-inner {
    left: 0 !important;
    opacity: 1;
    margin: 5% 0 0;
  }

  #corr-crate,
  #cargo,
  #baggage,
  #cargo100,
  #cargo_toggle,
  #corr-crate_toggle,
  #cargo100_toggle,
  #baggage_toggle {
    margin-right: 0 !important;
    max-width: 75%;
    display: flex;
    justify-content: center;
  }

  .container-wrapper {
    margin-bottom: 5% !important;
  }

  .container-title-wrapper {
    width: 350px;
    font-size: 24px;
  }

  .container-arrow {
    margin-top: 4.5%;
    width: 22px;
    height: 20px !important;
  }

  .container_type.info::after,
  .hide-after-pseudo::after {
    width: 30px;
  }

  #cargo100 {
    margin-bottom: 5%;
  }

  .rows_gap {
    height: 5% !important;
  }
}

@media only screen and (max-width: 500px) {
  .container-text {
    font-size: 22px;
    line-height: 28px;
  }

  .container-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dropdown {
    width: 250px;
  }

  .container_type.info::after,
  .hide-after-pseudo::after {
    width: 25px !important;
  }

  #corr-crate,
  #cargo,
  #baggage,
  #cargo100,
  #cargo_toggle,
  #corr-crate_toggle,
  #cargo100_toggle,
  #baggage_toggle {
    max-width: 85%;
  }

  .rows_gap {
    height: 4% !important;
  }
}

@media only screen and (max-width: 400px) {
  .container-title-wrapper {
    width: 270px;
    font-size: 22px;
  }

  .container-arrow {
    margin-top: 6%;
    width: 20px;
    height: 18px !important;
  }
}

.vc_row.header[data-vc-full-width] {
  overflow: visible;
}
