@font-face {
  font-family: 'Grand Sultan Aviation Services Effra';
  src: url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra-Bold.woff2') format('woff2'),
  url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Grand Sultan Aviation Services Effra';
  src: url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra-Light.woff2') format('woff2'),
  url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Grand Sultan Aviation Services Effra';
  src: url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra-Regular.woff2') format('woff2'),
  url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Grand Sultan Aviation Services Effra';
  src: url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra.woff2') format('woff2'),
  url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Grand Sultan Aviation Services Effra';
  src: url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra-Lt.woff2') format('woff2'),
  url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra-Lt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Grand Sultan Aviation Services Effra';
  src: url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra-Rg.woff2') format('woff2'),
  url('https://www.grandsultanaviationservices.com/templates/gsas/assets/fonts/GsasEffra-Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Grand Sultan Aviation Services Effra";
  font-weight: 400;
  min-width: 360px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
html[dir="rtl"] body {
  font-family: "Grand Sultan Aviation Services Effra";
}
.hiderPickerFrom, .hiderPickerTo {
  position: absolute;
  width: 243px;
  height: 56px;
  top: 0px;
}

#suggestions div {
  padding: 8px;
  cursor: pointer;
}
#suggestions div:hover {
  background-color: #eee;
}
#suggestions {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 999;
}
#datepicker2[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

body>header {
  min-width: 360px;
}

body>header h1 {
  position: absolute;
  clip: rect(0 0 0 0);
}

body>header .logo-main {
  margin: 15px auto;
}

html[dir="ltr"] body>header .btns-container {
  text-align: right;
}

html[dir="rtl"] body>header .btns-container {
  text-align: left;
}

body>header .global-search {
  display: inline-block;
}

body>header .global-search input[type="text"] {
  height: 30px;
  border: 1px solid #e5e2da;
  border-radius: 0;
  padding-left: 10px;
  display: none;
}

body>header .global-search:hover input[type="text"] {
  display: inline-block;
}

body>header .global-search button {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  top: -2px;
}

body>header .btn {
  text-transform: uppercase;
  height: 100%;
  line-height: 3;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #8a8d8e;
}

body>header .btn-login {
  background-color: #00acca;
  color: #ffffff !important;
  padding: 0 25px;
  border-radius: 0;
  line-height: 4;
  font-weight: bold;
}

body>header .btn-menu {
  background-color: #00506b;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 20px 19px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body>header .btn-menu span {
  width: 22px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  pointer-events: none;
  margin-right: 14px;
}

html[dir="rtl"] body>header .btn-menu span {
  margin-right: 0;
}

body>header .btn-menu span:before,
body>header .btn-menu span:after {
  content: "";
  width: 22px;
  height: 3px;
  background: #ffffff;
  transition: all 0.2s ease;
  position: relative;
  display: block;
}

body>header .btn-menu span::before {
  transform: translateY(-7px);
}

body>header .btn-menu span::after {
  transform: translateY(4px);
}

body>#content {
  flex: 1;
}

#mNav:checked+.btn-menu span {
  visibility: hidden;
}

#mNav:checked+.btn-menu span::before {
  transform: translateY(1px) rotate(45deg);
  visibility: visible;
}

#mNav:checked+.btn-menu span::after {
  transform: translateY(-2px) rotate(-45deg);
  visibility: visible;
}

nav {
  background-color: #105c73;
  color: #ffffff;
}

nav .container>.row {
  margin-bottom: 0;
}

.nav-item {
  position: relative;
}

.nav-item .btn {
  width: 100%;
  border: none;
  color: #ffffff;
  height: 55px;
  line-height: 43px;
  font-size: 14px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}

.nav-item .sub-nav {
  display: none;
  z-index: 100002;
  background-color: #efece5;
  right: 0;
  padding: 0 15px;
  border-top: 5px solid rgba(135, 184, 73, 1);
}

.nav-item .sub-nav li {
  margin: 20px auto;
}

.nav-item .sub-nav li a {
  color: rgba(135, 184, 73, 1);
  font-weight: 700;
}

.hero {
  position: relative;
}

.search {
  position: relative;
  z-index: 10000;
}

.search .tabs .col {
  background-color: #e5e2da;
  padding: 1px;
}

.search .tabs .col a {
  background-color: #efece5;
  color: #143b61;
  width: 100%;
  height: 53px;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-align: center;
  padding-top: 18px;
}

.search .tabs .col.active {
  background-color: rgba(135, 184, 73, 1);
}

.search .tabs .col.active a {
  background-color: transparent;
  color: #ffffff;
}

.search .search-form {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search .search-form {
  background-color: rgba(135, 184, 73, 1);
}

.search .search-form #close-search-btn {
  position: absolute;
  top: -55px;
  font-weight: 600;
}

html[dir="ltr"] .search .search-form #close-search-btn {
  right: -50px;
}

html[dir="rtl"] .search .search-form #close-search-btn {
  left: -50px;
}

.search .search-form #close-search-btn a {
  color: #ffffff;
  text-decoration: none;
}

.search .search-form #trip-type-container .form-check a:hover {
  text-decoration: none;
}

.search .search-form .input-container input[type="text"] {
  padding-right: 60px;
  background-color: #ffffff;
  color: #00acca;
}

.upperc {
  text-transform: uppercase;
}

html[dir="rtl"] .search .search-form .input-container input[type="text"] {
  padding-right: 10px;
  padding-left: 50px;
}

.mobile-search-title h3 {
  color: white;
  font-size: 13pt;
  margin-bottom: 15px;
  display: none;
}

#txtOriginFull {
  padding-left: 57px;
}

#txtDestinationFull {
  padding-left: 38px;
}

#txtBookingOriginFull {
  padding-left: 73px;
}

html[dir="rtl"] #txtOriginFull, html[dir="rtl"] #txtDestinationFull, html[dir="rtl"] #txtBookingOriginFull{
  padding-right: 35px;
}

.input-container label {
  display: block;
}

.input-container .label {
  position: absolute;
  top: 16px;
  left: 18px;
  font-size: 1rem;
}

html[dir="rtl"] .input-container .label {
  right: 18px;
}

.input-container .icon {
  position: absolute;
}

.input-container .icon:before {
  content: "";
  border-left: 1px solid #e5e2da;
  height: 42px;
  position: absolute;
}

.input-container .icon.list,
.input-container .icon.calendar {
  top: 16px;
  right: 15px;
}

.input-container .icon.list:before,
.input-container .icon.calendar:before {
  top: -9px;
  left: -10px;
}

html[dir="rtl"] .input-container .icon.list,
html[dir="rtl"] .input-container .icon.calendar {
  left: 15px;
  right: auto;
}
html[dir="rtl"] .input-container .icon.list{
  transform: rotate(180deg);
}
html[dir="rtl"] .input-container .icon.calendar {
  transform: scaleX(-1)
}

.input-container .icon.arrow {
  top: 26px;
  right: 20px;
}

.arabic .input-container .icon.arrow {
  left: 20px;
  right: auto;
}

.input-container .icon.arrow:before {
  top: -19px;
  left: -19px;
}

.arabic .input-container .icon.arrow:before {
  right: -19px;
  left: auto;
}

.search .search-form .select-dropdown {
  /*width: calc(100% - 10px);*/
  width: calc(100% - -243px);
  max-height: 400px;
  background-color: #ffffff;
  border-right: 1px solid #e5e2da;
  border-left: 1px solid #e5e2da;
  position: absolute;
  z-index: 2;
  overflow-x: auto;
  display: none;
  top: calc(100% - 10px);
}

.search .search-form .select-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search .search-form .select-dropdown>ul>li {
  padding: 10px 15px;
}

.search .search-form .select-dropdown .select-group h5 {
  border-bottom: 1px solid rgba(135, 184, 73, 1);
  padding-bottom: 5px;
}

.search .search-form .select-dropdown .select-entry {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
}

.search .search-form .select-dropdown .select-entry:last-child {
  border: none;
}

.search .search-form .select-dropdown .select-entry:hover,
.search .search-form .select-dropdown .select-entry:focus,
.search .search-form .select-dropdown .select-entry.selected {
  background-color: #efefef;
  /*color: #ffffff;*/
}

.search .search-form .select-dropdown .select-entry b {
  color: #00acca;
}

/*.search .search-form .select-dropdown .select-entry:hover b,
.search .search-form .select-dropdown .select-entry:focus b,
.search .search-form .select-dropdown .select-entry.selected b {
  color: #ffffff;
}*/

.search .search-form .select-dropdown .airport-code {
  position: absolute;
  right: 3px;
  top: 50%;
  width: 16.666666%;
  background-color: #00acca;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  transform: translate(0, -50%);
}

.search .search-form .btn-search {
  line-height: 44px;
  width: 100%;
  text-transform: uppercase;
  background-color: #00acca;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-weight: bold;
}

/**
*  INTERNAL CSS
*/

.text-internal-banner {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 250px;
}
.text-internal-banner h3 {
  font-size: 50px;
  color: white;
  text-align: center;
}

.text-internal-banner h1 {
  font-size: 50px;
  color: white;
  text-align: center;
}

.main-container-internal {
  /*  margin-top: 40px;*/
}

.main-container-internal p {
  color: black;
}

.why-destination h2 {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 15px;
  color: #707271;
  text-align: center;
}
.why-destination p {
  font-size: 18px;
}
h2.principal_title_flights {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0px;
  color: #707271;
  text-align: center;
}
html[dir="ltr"] .why-description p {
  /*  padding-right: 60px;*/
}
html[dir="rtl"] .why-description p {
  /*  padding-left: 60px;*/
}
.card-detail p {
  font-size: 1.25em;
}
.flight-details {
  background: #f3f3f3;
  padding: 35px 50px;
  font-size: 20px;
  font-weight: bold;
}
.flight-details h2 {
  color: black;
  font-size: 18px;
}
.flight-details ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 240px;
}
.flight-details ul li {
  margin-bottom: 20px;
}
.flight-details h3 {
  font-size: 20px;
}
.flight-details span {
  font-size: 18px;
  color: black;
}
.icon-tickets {
  display: block;
  height: 50px;
  width: 50px;
}
.icon-flight-salam {
  background: url("../img/internal-flight.png") no-repeat;
}
.icon-clock-salam {
  background: url("../img/icon-clock.png") no-repeat;
}
.icon-calendar-salam {
  background: url("../img/icon-calendar.png") no-repeat;
}

.icon-tickets-salam {
  background: url("../img/icon-tickets.png") no-repeat;
}

.main-title-centered {
  margin-top: 40px;
  /*text-align: center;*/
  margin-bottom: 24px;
}

.card-detail {
  background: #f3f3f3;
  margin-bottom: 10px;
}
.card-detail img {
  width: 100%;
}
.card-detail h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: .7em;
}
.card-detail .read-more-floating {
  background: #00acca;
  color: white;
  padding: 5px 10px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.card-detail a.read-more {
  color: #00abc8 !important;
  text-decoration: underline;
}
html[dir="ltr"] .popular-flights ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}

html[dir="rtl"] .popular-flights ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  text-align: right;
}

.popular-flights ul li {
  /*  flex: 0 50%;*/
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.popular-flights ul li a {
  text-decoration: underline;
  color: #707271;
}

html[dir="ltr"] .popular-flights h2{
  text-align: left;
  margin-bottom: 36px;
}

html[dir="rtl"] .popular-flights h2{
  text-align: right;
  margin-bottom: 36px;
}

.deals>.container>.row {
  padding: 0 15px;
}

.deals .offer-list {
  display: flex;
  flex-direction: column;
}

.deals .offer-list h2 {
  margin: 0 -15px 30px;
  flex-grow: 1;
}

.deals .offer-list table {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.deals .offer-list table .info-row td {
  padding-top: 0.75rem;
}

.deals .offer-list table .price-row {
  border-bottom: 1px solid #d8d8d8;
}

.deals .offer-list table .price-row td {
  padding-bottom: 0.75rem;
}

.deals .offer-list table tr td {
  padding: 0;
  font-size: 18px;
  color: rgba(135, 184, 73, 1);
  border: none;
}

.deals .offer-list table tr .price-column {
  width: 100%;
  color: #002a54;
}

.deals .offer-list table tr .price-column .currency {
  font-size: 12px;
}

.deals .plane-green {
  margin: 0 10px;
}

.deals .btn-container {
  text-align: right;
}

html[dir="rtl"] .deals .btn-container {
  text-align: left;
}

.deals .offer-list .btn {
  height: 35px;
  width: 160px;
  border: 2px solid #00acca;
  border-radius: 0;
  color: #00acca;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}

.deals .offer-list .btn:hover,
.deals .offer-list .btn:active {
  background-color: #00acca;
  color: #ffffff;
}

.deals .promo-container {
  display: flex;
}

html[dir="ltr"] .promo-container {
  padding-right: 0;
  padding-left: 15px;
}

html[dir="rtl"] .promo-container {
  padding-left: 0;
  padding-right: 15px;
}

.deals .promo-container article {
  align-self: flex-end;
  width: 100%;
}

.promo img {
  width: 100%;
}

.promo .row {
  position: absolute;
  width: calc(100% - 15px);
  background-color: rgba(135, 184, 73, 1);
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
}

html[dir="rtl"] .promo .row {
  right: unset;
  left: 15px;
}

.promo .row .col {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.promo #article-promo-desc {
  white-space: nowrap;
}

.promo .plane-white {
  margin: -2px 5px 0 5px;
}

.promo .minimum-price {
  white-space: nowrap;
}

html[dir="ltr"] .promo #article-promo-price {
  margin-left: 15px;
}

html[dir="rtl"] .promo #article-promo-price {
  margin-right: 15px;
}

.promo #article-promo-price.order-last {
  margin: 0 !important;
}

.promo .minimum-price .currency {
  font-size: 9pt;
}

.promo button {
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding: 4px 10px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: relative;
  top: -3px;
  cursor: pointer;
}

.promo button:hover {
  background-color: #ffffff;
  color: rgba(135, 184, 73, 1);
}

.news {
  background-color: #efece5;
  font-size: 20px;
}

.news ul {
  list-style-type: none;
  padding-left: 25px;
}

html[dir="rtl"] .news ul {
  padding-left: unset;
  padding-right: 25px;
}

.news ul li {
  position: relative;
  margin-bottom: 10px;
}

html[dir="ltr"] .news ul li:before {
  content: "";
  background: url("../img/sprite-sheet.png");
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 25px;
  background-position: -330px 0;
  position: absolute;
  left: -25px;
  top: 4px;
}

html[dir="rtl"] .news ul li:after {
  content: "";
  background: url("../img/sprite-sheet.png");
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 25px;
  background-position: -330px 0;
  position: absolute;
  right: -25px;
  top: 4px;
}

.read-more {
  color: #00acca !important;
  font-size: 14px;
}
html[dir="rtl"] .read-more {
  font-weight: 300;
}

.advantages h3 {
  font-size: 1.5rem;
}

.advantages h2 {
  margin-bottom: 30px;
}

.advantages h2 span {
  color: #8a8d8e;
}

html[dir="ltr"] .advantages .col {
  border-right: 1px solid #d8d8d8;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 45px;
}

html[dir="rtl"] .advantages .col {
  border-left: 1px solid #d8d8d8;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 45px;
}

html[dir="ltr"] .advantages .col:last-child,
html[dir="rtl"] .advantages .col:last-child {
  border: none;
}

.advantages {
  font-size: 1rem;
}

.advantages h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.advantages a {
  color: #00acca;
}
html[dir="rtl"] .advantages a {
  font-weight: 300;
}

footer {
  background-color: #00506b;
  color: #ffffff;
}

footer div {
  /*margin: 0 15px;*/
}

footer h4 {
  font-size: 14px;
  margin-bottom: 1rem;
  color: rgba(135, 184, 73, 1);
  font-weight: bold;
}

footer ul {
  list-style: none;
  padding: 0;
  line-height: 25px;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
}

.copyright {
  background-color: rgba(135, 184, 73, 1);
  color: #ffffff;
}

.copyright .col {
  display: flex;
}

.copyright .icon {
  margin: 12px 50px 12px 0;
}

html[dir="rtl"] .copyright .icon {
  margin: 12px 0 12px 50px;
}

.copyright p {
  margin-bottom: 0;
}
html[dir="rtl"] .copyright p {
  font-weight: 300;
}

/**
 * Swiper
 */

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  display: none;
}

.swiper-button-next {
  right: 40px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%20width%3D'13'%20height%3D'22'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
  background-color: rgba(0, 0, 0, .3);
  background-size: 12px 12px;
  left: 10px;
  right: auto;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  transition: .33s;
}

.swiper-button-prev {
  left: 40px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
  background-color: rgba(0, 0, 0, .3);
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  transition: .33s;
}

.swiper-container img {
  width: 100%;
  height: calc((100vw / 1200) * 400);
}

.internal-banner .banner-container img {
  width: 100%;
  height: calc((80vw / 1200) * 400);
}

.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-pagination {
  text-align: left;
  left: 10px !important;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: rgba(135, 184, 73, 1);
  opacity: 0.8;
}

/**
 * Common
 */
body {
  color: #707271;
  font-size: 12px;
  position: relative;
  text-align: start;
}

h2,
h4 {
  text-transform: uppercase;
}

h2,
h3,
h4 {
  color: rgba(135, 184, 73, 1);
}

.form-row {
  margin-bottom: 30px;
}

.form-control {
  height: 56px;
  border: 1px solid #e5e2da;
  border-radius: 0;
  margin-bottom: 10px;
  background-image: none;
}

input[type="submit"] {
  height: 56px;
  width: 100%;
  text-transform: uppercase;
  background-color: #00acca;
  color: #ffffff;
  border: none;
  font-size: 1rem;
}
.detinationBox, .passengerBox {
  display:none;
}
.separator-green {
  border-top: 3px solid #rgba(135, 184, 73, 1);
}

.p-right-0 {
  padding-right: 0;
}

.p-top-60 {
  padding-top: 60px;
}

.p-top-23 {
  padding-top: 23px;
}

.p-btm-60 {
  padding-bottom: 60px;
}

.m-top-66 {
  margin-top: 66px;
}

.m-btm-60 {
  margin-bottom: 60px;
}
.p-20-30 {
  padding: 20px 30px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-btm-30 {
  padding-bottom: 30px;
}

.d-zIndex-99 {
  z-index: 99;
}
.dark-green-strong-color {
  color: rgba(135, 184, 73, 1);
  font-weight: bold;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 2;
  display: none;
}

.overlayDatePickers {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 2;
  display: none;
}

/**
 * Datepicker
 */
.lightpick {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e5e2da;
  position: absolute;
  top: calc(100% - 126px);
  padding: 15px 15px;
  color: #707271;
}

.lightpick__footer {
  display: block !important;
}

.lightpick--1-columns {
  width: calc(50% - 60px);
  left: calc(50% + 5px);
}

.lightpick--2-columns {
  width: calc(100% - 110px);
}

.lightpick__months {
  background-color: transparent;
}

.lightpick__month {
  width: 100%;
}

.lightpick__month-title {
  color: rgba(135, 184, 73, 1);
  margin-left: 15px;
}

.lightpick__month .lightpick__month-title:hover {
  background-color: transparent;
}

.lightpick__day-of-the-week {
  font-size: 14px;
}

.lightpick__days-of-the-week {
  padding: 10px 0;
}

.lightpick__days {
  border: 0px solid #e5e2da;
  grid-gap: 0px;
}

.lightpick__day {
  background-color: #ffffff;
  padding-top: 100%;
  position: relative;
  font-size: 15px;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date),
.lightpick__day.is-in-range {
  background-color: #dedede;
  color: #707271;
}

.lightpick__day.is-today {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(135, 184, 73, 0.1)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: 61.8% auto;
  color: rgba(135, 184, 73, 1);
}

.lightpick__day.is-today.is-start-date {
  background-size: 100% auto;
  color: #ffffff;
}

.lightpick__day.is-in-range:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(135, 184, 73, 0.8)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day:not(.is-disabled):hover {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(135, 184, 73, 0.8)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  color: #fff;*/
  background-image: none;
  /*color: #000;*/
}

.lightpick__day.is-end-date,
.lightpick__day.is-end-date:hover,
.lightpick__day.is-start-date,
.lightpick__day.is-start-date:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(135, 184, 73, 1)' cx='16' cy='16' r='16'/%3E%3C/svg%3E") !important;
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped,
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
  background-color: #dedede;
  color: white;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(135, 184, 73, 1)' cx='16' cy='16' r='16'/%3E%3C/svg%3E") !important;
}

.lightpick__day span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html[dir="rtl"] .lightpick__day.is-end-date.is-in-range, html[dir="rtl"] .lightpick__day.is-start-date.is-in-range.is-flipped {
  border-radius: 50% 0 0 50%;
}
html[dir="rtl"] .lightpick__day.is-end-date.is-in-range.is-flipped, html[dir="rtl"] .lightpick__day.is-start-date.is-in-range {
  border-radius: 0 50% 50% 0;
}

html[dir="rtl"] .lightpick__toolbar {
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.dateFiledBox{
  display:none;
}
/*
 * Radio Button
 */
.form-check-inline {
  margin: 0;
}

.form-check label {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-right: 7px;
  cursor: pointer;
  font-size: 14pt;
  line-height: 14pt;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
}

.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ffffff;
  border-radius: 100%;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-check input:checked~.checkmark:after {
  display: block;
}

.form-check label .checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #ffffff;
}

/**
 * Stepper
 */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  padding: 0 0 0.7rem 0 !important;
  margin: 30px 10px 0px;
  border-bottom: 1px solid #ddd;
}

.number-input:last-child {
  border: none;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input .col {
  padding: 0;
}

.number-input label {
  font-size: 14px;
  line-height: 1;
}

.number-input label span {
  font-size: 0.7rem;
}

#booking-search-form .number-input button {
  width: 20px;
  height: 20px;
  top: 5px;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: rgba(135, 184, 73, 1);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}

.number-input button.disabled {
  cursor: default;
}

.number-input button.disabled,
.number-input button.disabled {
  opacity: 0.5;
}

.number-input button.increment {
  right: 0;
}
html[dir="rtl"] .number-input button.increment {
  left: 0;
  right: auto;
}

.number-input button.increment:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
html[dir="rtl"] .number-input button:before,
html[dir="rtl"] .number-input button:after {
  transform: translate(50%, -50%);
}
html[dir="rtl"] .number-input button.increment:after {
  transform: translate(50%, -50%) rotate(90deg);
}

.number-input input[type="number"] {
  color: #707271;
  width: 100%;
  border: none;
  font-size: 18px;
  text-align: center;
}

/**
 * Icon
 */
.icon {
  background: url("../img/sprite-sheet.png");
  display: inline-block;
  vertical-align: middle;
}

.icon.logo-main {
  width: 201px;
  height: 45px;
}

.icon.logo-secondary {
  width: 106px;
  height: 21px;
  background-position: -210px 0;
}

.icon.logo-bullet {
  width: 17px;
  height: 25px;
  background-position: -330px 0;
}

.icon.amp-glass {
  width: 18px;
  height: 20px;
  background-position: -360px 0;
  opacity: 0.3;
}

.icon.globe {
  width: 23px;
  height: 23px;
  background-position: -390px 0;
  opacity: 0.3;
}

html[dir="rtl"] .icon.plane-green {
  width: 23px;
  height: 24px;
  background-position: -420px 0;
  -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg);             /* W3C compliant browsers */
}

html[dir="rtl"] .icon.plane-white {
  width: 23px;
  height: 24px;
  background-position: -450px 0;
  -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg);             /* W3C compliant browsers */
}

.mobile-search-title .icon.plane {
  width: 30px;
  height: 26px;
  background-position: -450px 0px;
}

html[dir="rtl"]  b.aicode {
  float: left;
}

b.aicode {
  float: right;
}

span.aicity {
  color: #3e3e3e;
}

html[dir="rtl"]  span.ainame {
  float: left;
}

span.ainame {
  float: right;
}

html[dir="rtl"] .mobile-search-title .icon.plane {
  width: 30px;
  height: 26px;
  background-position: -450px 0px;
  transform: scaleX(-1);
}

.active .icon.plane {
  width: 30px;
  height: 26px;
  background-position: -450px 0px;
}

html[dir="rtl"] .active .icon.plane {
  width: 30px;
  height: 26px;
  background-position: -450px 0px;
  transform: scaleX(-1);
}

.icon.plane {
  width: 30px;
  height: 26px;
  background-position: -419px -27px;
}

html[dir="rtl"] .icon.plane {
  width: 30px;
  height: 26px;
  background-position: -419px -27px;
  transform: scaleX(-1);
}

.icon.plane-green {
  width: 23px;
  height: 24px;
  background-position: -420px 0;
}

.icon.plane-white {
  width: 23px;
  height: 24px;
  background-position: -450px 0;
}

.icon.calendar {
  width: 26px;
  height: 26px;
  background-position: -480px 0;
}

.icon.list {
  width: 26px;
  height: 24px;
  background-position: -510px 0;
}

.icon.arrow {
  width: 12px;
  height: 8px;
  background-position: -540px 0;
}

.icon.facebook {
  width: 45px;
  height: 45px;
  background-position: 0 -60px;
}

.icon.twitter {
  width: 45px;
  height: 45px;
  background-position: -60px -60px;
}

.icon.youtube {
  width: 45px;
  height: 45px;
  background-position: -120px -60px;
}

.icon.linkedin {
  width: 45px;
  height: 45px;
  background-position: -180px -60px;
}

.icon.instagram {
  width: 45px;
  height: 45px;
  background-position: -240px -60px;
}

.icon.whatsapp {
  width: 45px;
  height: 45px;
  background-position: -300px -60px;
}

.chevron-arrow {
  position: relative;
  height: 8px;
}

.chevron-arrow:before,
.chevron-arrow:after {
  position: absolute;
  content: "";
  border: 8px solid transparent;
  left: 5px;
}

html[dir="rtl"] .chevron-arrow:after {
  position: absolute;
  content: "";
  right: 5px;
  left: auto;
}

html[dir="rtl"] .chevron-arrow:before {
  position: absolute;
  content: "";
  right: 5px;
  left: auto;
}

.chevron-arrow:before {
  top: 4px;
  border-top-color: #ffffff;
}

.chevron-arrow:after {
  top: 1px;
  border-top-color: #105c73;
}

/**
 * Shapes
 */
.callout {
  display: none;
  width: 100%;
  min-width: 207px;
  max-width: 30%;
}

.callout svg {
  width: 100%;
  height: auto;
}

.circle-callout,
.square-callout,
.rounded-square-callout {
  position: absolute;
}

#laomani {
  display: none;
}

label#laomani {
  color: white;
  margin-top: 17px;
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 992px) {

  .circle-callout,
  .square-callout,
  .rounded-square-callout {
    display: none;
  }
}

.circle-callout,
.square-callout,
.rounded-square-callout {
  top: 10px;
  left: 10px;
}

.circle-callout .content,
.square-callout .content,
.rounded-square-callout .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: start;
}

.circle-callout .content {
  max-height: 70%;
  max-width: 70%;
}

.square-callout .content,
.rounded-square-callout .content {
  max-height: 90%;
  max-width: 90%;
}

.circle-callout .content h3,
.square-callout .content h3,
.rounded-square-callout .content h3 {
  color: #00506b;
  font-size: calc(13px + (30 - 13) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.circle-callout .content h3 b,
.square-callout .content h3 b,
.rounded-square-callout .content h3 b {
  font-weight: 600;
}

.circle-callout .content p,
.square-callout .content p,
.rounded-square-callout .content p {
  color: #ffffff;
  line-height: 1;
  font-size: calc(8px + (14 - 8) * ((100vw - 300px) / (1600 - 300)));
}

.circle-callout .content p .currency,
.square-callout .content p .currency,
.rounded-square-callout .content p .currency {
  font-size: 0.8rem;
}

.circle-callout .content p .price,
.square-callout .content p .price,
.rounded-square-callout .content p .price {
  font-size: 1.5rem;
  font-weight: 600;
}

.circle-callout .content a,
.square-callout .content a,
.rounded-square-callout .content a {
  text-transform: uppercase;
  background-color: #00acca;
  padding: 10px 25px;
  border-radius: 1px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: calc(8px + (14 - 8) * ((100vw - 300px) / (1600 - 300)));
}

@media (max-width: 767px) {
  li.select-entry {
    font-size: 14px;
  }

  body>header {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
  }

  body>header .logo-main {
    margin: 10px auto;
  }

  body>header .btn-lang {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 4;
  }

  body>header .btns-container {
    padding: 0;
  }

  h2 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .menu-toggle {
    float: right;
    z-index: 100001;
  }

  html[dir="rtl"] .menu-toggle {
    float: left;
    z-index: 100001;
  }

  .menu-toggle input {
    display: none;
  }

  nav {
    position: fixed;
    bottom: 0;
    top: 60px;
    z-index: 100001;
    width: 100%;
  }

  nav .list-inline {
    padding: 0;
  }

  nav .nav-item {
    flex-basis: unset;
    margin: 0 !important;
    padding: 0;
  }

  .nav-item .btn {
    border-bottom: 1px solid #d8d8d8;
  }

  html[dir="rtl"] .nav-item .btn {
    text-align: right;
  }

  html[dir="rtl"] .nav-item .btn {
    text-align: right;
  }

  html[dir="rtl"] .nav-item .btn .chevron-arrow {
    position: absolute;
    height: 8px;
    left: 18px;
    top: 35px;
    transform: rotate(90deg);
  }

  html[dir="ltr"] .nav-item .btn {
    text-align: left;
  }

  html[dir="ltr"] .nav-item .btn .chevron-arrow {
    position: absolute;
    height: 8px;
    right: 18px;
    top: 34px;
    transform: rotate(-90deg);
  }

  .mobile-search-title h3 {
    display: block;
    margin-top: -10px;
  }

  .nav-item .sub-nav {
    float: left;
    width: 100%;
  }

  .sub-nav.visible {
    display: block;
  }

  .promo-container {
    margin-top: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .promo .row {
    width: 100%;
  }

  footer .row div {
    width: calc(50% - 30px);
  }

  footer .row div.social-container {
    width: 100%;
  }

  .lightpick--1-columns {
    overflow: scroll;
    width: 100%;
    left: 0;
    top: 0!important;
    position: fixed;
    height: 100%;
    padding-top:125px;
  }
  .lightpick__toolbar{
    display: none;
  }
  .lightpick__month-title{
    width: 100%;
    text-align: center;
    color: rgba(135, 184, 73, 1);
  }
  .dateFiledBox,.detinationBox, .passengerBox {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: white;
    display:none;
    /* height: 82px; */
    border-bottom: 1px solid #9e9e9e;
  }
  .fromDateField,.toDateField,.fromField,.toField{
    width: 47%;
    line-height: 50px;
    display: inline-block;
    font-size: 14px;
    height: 78px;
  }
  .fromDateField.on,.toDateField.on,.fromField.on,.toField.on{
    border-bottom: 4px solid rgba(135, 184, 73, 1);
  }

  .search .search-form .select-dropdown.datepicker, .search .search-form .select-dropdown.destinationpicker{
    width: 100%;
    max-height: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #e5e2da;
    position: fixed;
    z-index: 10000;
    overflow-x: auto;
    display: none;
    left: 0;
    top: 0;
    padding-top: 178px;
  }
  #txtOriginFull.on,#txtDestinationFull.on{
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 118px;
    box-shadow: 0px 0px #ffffff;
    border: 1px solid #e5e2da;
  }
  .fromField label,.toField label,.fromDateField label,.toDateField label{
    font-size: 15px;
    line-height: 0px;
    color:#00acca;
    display: inline-block;
    float: left;
    width: 100%;
  }

  .container {
    max-width: unset;
  }

  .form-check label{
    font-size: 10pt;
  }

  .news {
    font-size: 15px;
    padding-top: 0px;
  }
  .popular-flights h2, .popular-flights ul {
    text-align: center;
  }

  .search .search-form .select-dropdown .select-entry:hover,
  .search .search-form .select-dropdown .select-entry:focus,
  .search .search-form .select-dropdown .select-entry.selected {
    background-color: #efefef;
    /*color: #707271;*/
  }

  /*.search .search-form .select-dropdown .select-entry:hover b,
  .search .search-form .select-dropdown .select-entry:focus b,
  .search .search-form .select-dropdown .select-entry.selected b {
    color: #00acca;
  }*/

  .lupa {
    background-image: url(../img/lupa.png), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=) !important;
    background-position: 15px 17px, left top;
    background-repeat: no-repeat, repeat;
    background-size: 20px 20px !important;
    padding-left: 57px !important;
  }

  html[dir="rtl"] .lupa {
    background-image: url(../img/lupa.png), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=) !important;
    background-position: right 15px bottom 17px, left top;
    background-repeat: no-repeat, repeat;
    background-size: 20px 20px !important;
    padding-right: 57px !important;
  }

  .lupa::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaaaaa;
  }
  .lupa:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #AAAAAAFF;
    opacity:  1;
  }
  .lupa::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #AAAAAAFF;
    opacity:  1;
  }
  .lupa:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #AAAAAAFF;
  }
  .lupa::-ms-input-placeholder { /* Microsoft Edge */
    color:    #AAAAAAFF;
  }

  .lupa::placeholder { /* Most modern browsers support this now. */
    color:    #AAAAAAFF;
  }
}

@media (min-width: 768px) {
  .search .search-form .select-dropdown {
    width: calc(100% - -100px);
  }
  body>header .btn-lang {
    margin-right: 20px;
  }

  h2 {
    font-size: 1.6rem;
  }

  .text-internal-banner h3 {
    font-size: 40px;
  }

  .text-internal-banner h1 {
    font-size: 40px;
  }

  .nav-item .sub-nav {
    position: absolute;
    width: calc(100% - 30px);
    top: calc(100% - 5px);
    /*margin-right: 15px;*/
  }

  .nav-item:hover .sub-nav {
    display: block;
  }

  .nav-item:hover .btn {
    color: rgba(135, 184, 73, 1);
  }

  .nav-item:hover .btn .chevron-arrow:before {
    border-top-color: rgba(135, 184, 73, 1);
  }

  /***
  MODAL
  ***/

  .modal-open .modal {
    z-index: 99999;
  }

  .modal-header {
    background: #00ACCA;
    color:white;
  }

  .btn-secondary {
    color: #fff;
    background-color: #00ACCA;
    border-color: #00ACCA;
  }

  .modal-body {
    font-size: 18px;
  }

  html[dir="rtl"] .modal-header .close {
    margin: -1rem -1rem -1rem -1rem;
  }

  .search {
    margin-top: -80px;
  }

  .internal-search .search{
    position: absolute;
    left: 0;
    right: 0;
    top: 415px;
  }

  .search .row {
    padding: 0 15px;
    font-size: 15px;
  }

  .search .search-form {
    height: 180px;
    /*overflow: hidden;*/
  }

  #booking-search section.lightpick.lightpick--2-columns.lightpick--inlined {
    top: calc(100% - 32px);
  }

  .search .search-form.visible {
    height: 384px;
    overflow: visible;
  }

  .search .search-form form {
    margin: 0 40px;
  }

  .search .search-form #trip-type-container {
    height: 0;
    margin: 0;
  }

  .lightpick__months section:first-child {
    padding-right: 20px;
  }

  .lightpick__months section:nth-child(2) {
    padding-left: 20px;
  }
}

@media(min-width: 992px) {
  .search .search-form .select-dropdown {
    /*width: calc(100% - -198px);*/
  }

  .search .search-form {
    height: 118px;
    /*overflow: hidden;*/
  }

  h2 {
    font-size: 1.6rem;
  }

  .search .search-form.visible {
    height: 250px;
    overflow: visible;
  }

  html[dir="ltr"] .promo-container {
    padding-right: 0;
    padding-left: 50px;
  }

  html[dir="rtl"] .promo-container {
    padding-left: 0;
    padding-right: 50px;
  }

  .deals .offer-list table .info-row {
    border-bottom: 1px solid #d8d8d8;
  }

  .deals .offer-list table .info-row td {
    padding: 0.75rem 0;
  }

  .deals .offer-list table tr .price-column {
    padding: 0.75rem 20px;
  }

  .promo .row {
    position: absolute;
    width: calc(100% - 50px);
    right: 15px;
    padding: 15px;
  }

  .d-lg-cell {
    display: table-cell !important;
  }

  .text-internal-banner h3 {
    font-size: 50px;
  }

  .text-internal-banner h1 {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .promo .row .col {
    padding: 2px;
  }
  .text-internal-banner h3 {
    font-size: 20px;
  }

  .text-internal-banner h1 {
    font-size: 20px;
  }

  span.ainame {
    /*font-size: 10px;
    margin-top: 4px;*/
  }
}

@media(min-width: 481px) {
  .search .search-form .select-dropdown {
    width: calc(100% - -300px);
  }
}

@media(min-width: 1200px) {
  .search .search-form .select-dropdown {
    width: calc(100% - -300px);
  }
}

.fixed-body {
  position: fixed;
}

.equiscloseroutes {
  float: left;
  font-size: 15px;
  line-height: 40px;
  padding-left: 15px;
}

.barraarribaroutes {
  margin-bottom: 0px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  background-color: #00506b;
  width: 40px;
  height: 40px;
  padding: 10px 11px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  float:right;
}

.equisclosecalendar {
  float: left;
  font-size: 15px;
  line-height: 40px;
  padding-left: 15px;
}

.barraarribacalendar {
  margin-bottom: 0px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  background-color: #00506b;
  width: 40px;
  height: 40px;
  padding: 10px 11px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  float:right;
}

html[dir="rtl"]  .equiscloseroutes {
  float: right;
  font-size: 15px;
  line-height: 40px;
  padding-right: 15px;
}

html[dir="rtl"]  .barraarribaroutes {
  margin-bottom: 0px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  background-color: #00506b;
  width: 40px;
  height: 40px;
  padding: 10px 11px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: auto;
  float:left;
}

html[dir="rtl"]  .equisclosecalendar {
  float: right;
  font-size: 15px;
  line-height: 40px;
  padding-right: 15px;
}

html[dir="rtl"]  .barraarribacalendar {
  margin-bottom: 0px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  background-color: #00506b;
  width: 40px;
  height: 40px;
  padding: 10px 11px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: auto;
  float:left;
}

.passengerBoxHeader, .passengerBoxFooter {
  display: none;
}

.passengerBoxHeaderDisplay {
  display: block !important;
  height:40px;
  background-color: rgba(135, 184, 73, 1);
  color: white;
  font-weight: bold;
}

.passengerBoxFooterDisplay {
  display: block !important;
}

.passengerBoxBodyFull {
  width: calc(100% - 10px);
  max-height: 400px;
  background-color: #ffffff;
  border: 1px solid #e5e2da;
  position: absolute;
  z-index: 2;
  overflow-x: auto;
  top: calc(100% - 10px);
}

.passengerBoxFooterExtender {
  height: 1000px;
}
