table#itinerary .info-description {
    text-align: justify;
}
tr.info td {
    padding-top: 20px;
    padding-bottom: 20px;
}
html.model-open {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.agent-model-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: rgba( 0,0,0,.7);
  z-index: 1000;
}
.agent-model-window {
    position: absolute;
    top: 50px;
    left: 50%;
    max-width: 98%;
    width: 600px;
    margin-left: -200px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid darkgray;
    max-height: 880px;
  box-sizing: border-box;
}
.agent-model-window #leftcolumn {
  width: 100%;
  float: none;
  flex: 100%;
}
.agent-model-window .account-heading,
.agent-model-window #account_history {
  display: none;
}
.agent-model-header {
  text-align: right;
}
.agent-model-window .profile-box:after {
  width: 100%;
}
.agent-model-body {
  overflow: auto;
  max-height: 738px;
}
.agent-model-body th {
  padding: .5em 0;
}
.tab-wrap {
  transition: 0.3s box-shadow ease;
/*   border-radius: 6px; */
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/* .tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
} */
.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}
.fl-row.fl-row-full-width {
    width: 99.5vw;
    margin-left: 50% !important;
    left: -50vw;
    position: relative;
}
.pum-content .fl-row.fl-row-full-width {
  width: auto;
  margin-left: auto;
  left: auto;
  position: static;
}
#offer_filter_modal_trigger {
  position: fixed;
  right: 0;
  top: 50%;
  background-color: #FFAC00;
  padding: 0.9rem 2rem;
  transform-origin: right bottom;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(270deg) translateX(50%);
  font-size: 30px;
  line-height: 37px;
  letter-spacing: .6px;
  z-index: 150;
}
@media screen and (max-width: 40em) {
  .pum-container.custom-position {
      left: auto;
      top: auto;
      margin-left: inherit;
      width: 90% !important;
      top: 5% !important;
      left: 5% !important;
  }
  #pricing_table tr.info td {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #pricing_table tr.info td p {
    margin: 0;
  }
}
@media screen and (max-width: 770px) {
  #offer_filter_modal_trigger {
    padding: .5rem 2rem;
    font-size: 20px;
    line-height: 27px;
  }
  .pum-content .fl-row.fl-row-full-width {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .pum-container.custom-position {
      left: auto;
      top: auto;
      margin-left: inherit;
      width: 80% !important;
      top: 10% !important;
      left: 10% !important;
  }
}
@media(max-width: 1024px) {
  .agent-model-window {
      top: 0;
      left: 1%;
      margin: 0 auto;
      max-height: 750px;
   /*   position: absolute;*/
    overflow: scroll;
  }
  .agent-model-body {
    max-height: 700px;
  }
  .agent-model-bg{
    position:fixed;
  }
}