@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("jquery-ui.css");
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #00577b;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #cfcfcf;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

a,
span {
  transition: all 0.3s ease 0s;
}

.custum-input {
  background-color: #f5f5f5;
  border-radius: 1.5rem;
  border: 0;
  border-bottom: 4px solid #1A374D !important;
  color: #1A374D;
  min-height: 60px;
}

::-webkit-input-placeholder {
  color: #00577b !important;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
  color: #00577b;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #ffffff;
  background-color: #00577b;
  border-color: transparent;
  opacity: 0.5;
}

.dropdown-toggle:hover, .dropdown-toggle:first-child:active {
  background-color: #1A374D;
}
.dropdown-toggle.show {
  background-color: #1A374D;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #00577b;
}

.nav-link:focus-visible,
.nav-link:focus {
  box-shadow: none;
  outline: none;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Montserrat", sans-serif;
}

.font-small {
  font-size: 0.875rem;
}

.font-extra-small {
  font-size: 0.75rem;
}

.font-black {
  font-weight: 900;
}

.theme-bg-primary {
  background-color: #00577b;
}

.theme-bg-secondary {
  background-color: #1A374D;
}

.theme-bg-accent-one {
  background-color: #cfcfcf;
}

.theme-bg-accent-two {
  background-color: #969696;
}

.theme-bg-accent-three {
  background-color: #f5f5f5;
}

.yellow-color {
  color: #e8b723;
}

.theme-bg-gradient {
  background: linear-gradient(-180deg, #00577b 0%, #1A374D 100%);
}

.theme-bg-new {
  background: #00b2d2;
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #00577b;
}

.theme-text-secondary {
  color: #1A374D;
}

.theme-text-accent-one {
  color: #cfcfcf;
}

.theme-text-accent-two {
  color: #969696;
}

.theme-text-accent-three {
  color: #f5f5f5;
}

.body-text-dark {
  color: #000000;
}

.body-bg {
  background-color: #000000;
}

.gray-dark {
  color: #575757;
}

.theme-box-shadow {
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
}

.theme-text-shadow {
  text-shadow: 0 0 1.375rem rgba(26, 55, 77, 0.1);
}

.custom-btn-primary {
  background-color: #00577b;
  color: #ffffff;
  width: 140px;
  min-height: 44px;
  border: 0;
  border-radius: 1.5rem;
}
.custom-btn-primary:hover {
  background-color: #1A374D;
}

.custom-btn-secondary {
  background-color: #1A374D;
  color: #ffffff;
  width: 140px;
  min-height: 44px;
  border: 0;
  border-radius: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.custom-btn-secondary:hover {
  background-color: #00577b;
}

.custom-link {
  background-color: #969696;
  color: #00577b;
  min-width: 120px;
  min-height: 40px;
}
.custom-link:hover {
  background-color: transparent;
  color: #1A374D;
  border: 2px solid #00577b;
}

.theme-border-radius {
  border-radius: 1.5rem;
}

.theme-border {
  border: 1px solid #00577b;
}

.custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-effect {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s;
  display: flex;
  justify-content: center !important;
  align-items: center;
  padding: 12px 15px !important;
  transition: all 0.2s ease;
  color: #ffffff !important;
}
.button-effect .eft-cir {
  width: 16px;
  height: 34px;
  position: absolute;
  z-index: 0;
  transition: all 0.2s;
  background-color: #cfcfcf;
}
.button-effect .one {
  left: 0px;
  top: 8px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
.button-effect .two {
  right: 0px;
  top: 8px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}
.button-effect:hover .one {
  left: 90%;
}
.button-effect:hover .two {
  right: 90%;
}

.grow-box {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  width: 100%;
}
.grow-box:hover {
  transform: scale(1.1);
}

.max {
  max-width: 650px;
  margin: auto;
}

.lh-2 {
  line-height: 2;
}

.padd-5 {
  padding: 5rem 0 5rem 0;
}

.text-justify {
  text-align: justify;
}

.letter-space {
  letter-spacing: 5px;
}

.start-free-btn {
  border-radius: 1.5rem;
  background-color: #000000;
  border: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  padding: 12px 15px;
  min-width: 290px;
}
.start-free-btn:hover {
  background-color: #1A374D;
}


.start-free-btn2 {
  border-radius: 100px;
  border: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  padding: 12px 15px;
  min-width: 290px;
}
.start-free-btn2:hover {
  color: #1A374D;
}

.set-bg {
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
}

.accordion-item {
  border: 0px;
  background: transparent;
  margin-bottom: 1rem;
}
.accordion-item .accordion-button {
  border: 2px solid #f5f5f5;
  border-radius: 1.5rem;
  padding: 1.5rem;
  font-weight: bold;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #000000;
  box-shadow: none;
}
.accordion-item .accordion-button:focus {
  border-color: #1A374D;
  box-shadow: none;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 0px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 1.5rem;
}

#flight-prices-boxes {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f8fc;
  padding: 40px 20px;
  text-align: center;
}

#flight-prices-boxes h2 {
  color: #1a73e8;
  margin-bottom: 30px;
  font-size: 2rem;
}

.flight-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.flight-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 260px;
  padding: 20px;
  transition: transform 0.2s;
  text-align: left;
}

.flight-card:hover {
  transform: translateY(-5px);
}

.flight-card h3 {
  margin-top: 0;
  color: #333;
}

.flight-card p {
  margin: 8px 0;
  color: #555;
}


.accordion-body {
  background-color: #000000;
  border-radius: 1.5rem;
  font-weight: bold;
  padding: 2.5rem 1.5rem;
}

.arrow-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-circle::after {
  content: "\f4e2";
  font-family: "bootstrap-icons";
  color: #ffffff;
}

.cardeffect {
  transition: all 500ms ease-in-out;
}
.cardeffect:hover {
  transform: translateY(-10px);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.divider {
  display: inline-block;
  width: 120px;
  height: 2px;
  border-radius: 1.5rem;
  background-color: #00577b;
  margin-top: 1rem;
}

blockquote {
  padding-left: 80px;
  position: relative;
  margin: 5rem 0;
  color: #000000;
  font-size: 2rem;
  line-height: 3rem;
  font-style: italic;
  font-weight: 600;
}
blockquote::before {
  content: "\f6b0";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "bootstrap-icons";
  color: #00577b;
  font-size: 4rem;
  line-height: 1;
  font-style: normal;
}

@media (min-width: 992px) {
  .menunav {
    padding: 0;
  }
  .menunav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: end;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .menunav ul {
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .menunav ul li {
    position: relative;
  }
  .menunav ul li:last-child a {
    padding-right: 0;
  }
  .menunav ul li:hover {
    color: #ffffff;
  }
  .menunav ul li:hover a, .menunav ul li:hover:active, .menunav ul li:hover:focus {
    color: #ffffff;
  }
  .menunav a, .menunav:focus {
    color: #ffffff;
    padding: 18px 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .menunav a i, .menunav:focus i {
    font-size: 0.75rem;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .menunav .active {
    color: #00577b;
  }
  .menunav .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 1.5rem;
    z-index: 99;
  }
  .menunav .dropdown ul li {
    min-width: 200px;
  }
  .menunav .dropdown ul li a {
    padding: 10px 20px;
    font-size: 0.875rem;
    text-transform: none;
    color: #000000;
  }
  .menunav .dropdown ul li a:hover {
    color: #00577b;
  }
  .menunav .dropdown ul li a i {
    font-size: 0.75rem;
  }
  .menunav .dropdown ul li:hover > a {
    color: #00577b;
  }
  .menunav .dropdown ul.active:hover {
    color: #00577b;
  }
  .menunav .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .menunav .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .menunav .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  .mobile-menu-toggle {
    color: #ffffff;
    font-size: 3rem;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .menunav {
    padding: 0;
    z-index: 9997;
  }
  .menunav ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  }
  .menunav a, .menunav:focus {
    color: #000000;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .menunav a:hover, .menunav a.active, .menunav:focus:hover, .menunav:focus.active {
    color: #00577b;
  }
  .menunav a:hover:focus, .menunav a.active:focus, .menunav:focus:hover:focus, .menunav:focus.active:focus {
    color: #00577b;
  }
  .menunav a i, .menunav:focus i {
    font-size: 0.75rem;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(0, 87, 123, 0.5);
  }
  .menunav a i:hover, .menunav:focus i:hover {
    background-color: #00577b;
    color: #000000;
  }
  .menunav .active i {
    background-color: #00577b;
    color: #000000;
  }
  .menunav .active i:focus i {
    background-color: #00577b;
    color: #000000;
    transform: rotate(180deg);
  }
  .menunav .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #cfcfcf;
    transition: all 0.5s ease-in-out;
  }
  .menunav .dropdown ul ul {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menunav .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .smooth {
    height: 100%;
  }
  .mobile-nav-active .mobile-menu-toggle {
    color: #ffffff;
    position: absolute;
    font-size: 2rem;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .menunav {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .menunav > ul {
    display: block;
  }
}
/*-- Search engine css*/
.flight-search {
  position: relative;
  z-index: 0;
  background: white;
  padding: 1.5rem;
  border-radius: 1.5rem;
  /*checkbox css*/
}
.flight-search .icon-20 {
  width: 20px;
  height: 20px;
}
.flight-search .search-pan {
  background: #ffffff;
  padding: 0.8rem;
  min-height: auto;
  /*Date calender*/
}
.flight-search .search-pan .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
}
.flight-search .search-pan .dropdown .dropdown-menu {
  width: 100%;
  padding: 0px 0.5rem;
  border-radius: 0.5rem;
  /*-- Droup down Traveller --*/
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li {
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  padding: 5px 0 5px 0;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li span {
  font-size: 14px;
  font-weight: 500;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .br {
  display: block;
  padding-top: 0px;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn {
  background-color: #1A374D;
  color: #ffffff;
  border: 0;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn:hover {
  background-color: red;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 992px) {
  .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
    width: 50%;
  }
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button {
  background-color: #1A374D;
  border: none;
  color: #ffffff;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button:hover {
  background-color: red;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field {
  text-align: center;
  width: 50%;
  background: #f5f5f5;
  border: 0;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-inner-spin-button, .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.flight-search .search-pan .form-group {
  position: relative;
}
.flight-search .search-pan .icon-pos {
  top: 0.6rem;
  left: 0.5rem;
  color: #969696;
}
@media screen and (max-width: 992px) {
  .flight-search .search-pan .icon-pos {
    top: 1rem;
  }
}
.flight-search .search-pan .input-group {
  color: inherit;
}
.flight-search .search-pan .form-control {
  font-size: 14px;
  background-color: #f5f5f5;
  min-height: 56px;
  border: 0px;
  text-decoration: none;
  border-radius: 0.5rem;
  text-align: left;
}
.flight-search .search-pan .cal-input {
  background: none;
  border: 0px;
  width: 6rem;
  padding: 0.4rem 0 0 0.5rem;
}
.flight-search .search-pan .dep-date-input {
  position: relative;
  width: auto;
  height: 2rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: #ffffff;
  border-style: none;
  padding: 0 0;
  margin: 0.3rem 0 0 2rem;
}
.flight-search .search-pan .dep-date-input:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 0.8rem solid #ffffff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.flight-search .search-pan .arv-date-input {
  position: relative;
  width: 45%;
  height: 2rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: #ffffff;
  border-style: none;
  padding: 0 0;
  margin: 0.3rem 0 0 2rem;
}
.flight-search .search-pan .arv-date-input:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid #f5f5f5;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.flight-search .search-pan .dropdown-toggle {
  padding: 0 1rem 0 3rem;
}
.flight-search .search-pan .dropdown-toggle::before {
  color: #969696;
  right: 0.8rem;
}
.flight-search .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  color: #1A374D;
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem 1.5rem 0rem;
}
.flight-search .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  color: #00577b;
}
.flight-search .nav-tabs .nav-item .active span {
  background: #ffffff !important;
  border: 1px solid #00577b;
  position: relative;
}
.flight-search .nav-tabs .nav-item .active span:after {
  content: "";
  display: block;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #00577b;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
}
.flight-search .btn-search {
  background-color: #1A374D;
  min-height: 56px;
  color: #ffffff;
  min-width: 75px;
  width: 100%;
  border-radius: 0.5rem;
  border: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.flight-search .btn-search:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  background: #00577b;
  transition: all 0.2s;
  z-index: -1;
}
.flight-search .btn-search:hover {
  color: #cfcfcf;
}
.flight-search .btn-search:hover:before {
  top: 0;
  left: 0;
}
.flight-search .pos-swap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1A374D;
  position: absolute;
  top: 0.9rem;
  right: -1.2rem;
  z-index: 1;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.flight-search .pos-swap:hover {
  background-color: #00577b;
  color: #cfcfcf;
}
@media screen and (max-width: 992px) {
  .flight-search .pos-swap {
    right: 0;
    top: 2.5rem;
  }
}
.flight-search .check-wrap {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #cfcfcf;
}
.flight-search .check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.flight-search .check-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 0.2rem;
  border: 1px solid #cfcfcf;
}
.flight-search .check-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.flight-search .check-wrap .checkmark:after {
  left: 0.2rem;
  top: 0rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid #cfcfcf;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.flight-search .check-wrap:hover input ~ .checkmark {
  background-color: #f5f5f5;
  background: #00577b;
}
.flight-search .check-wrap input:checked ~ .checkmark {
  border: 1px solid #cfcfcf;
}
.flight-search .check-wrap input:checked ~ .checkmark:after {
  display: block;
}

/*-- Search engine css*/
.flight-search {
  position: relative;
  z-index: 0;
  background: white;
  padding: 1.5rem;
  border-radius: 1.5rem;
  /*checkbox css*/
}
.flight-search .icon-20 {
  width: 20px;
  height: 20px;
}
.flight-search .search-pan {
  background: #ffffff;
  padding: 0.8rem;
  min-height: auto;
  /*Date calender*/
}
.flight-search .search-pan .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
}
.flight-search .search-pan .dropdown .dropdown-menu {
  width: 100%;
  padding: 0px 0.5rem;
  border-radius: 0.5rem;
  /*-- Droup down Traveller --*/
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li {
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  padding: 5px 0 5px 0;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li span {
  font-size: 14px;
  font-weight: 500;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .br {
  display: block;
  padding-top: 0px;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn {
  background-color: #1A374D;
  color: #ffffff;
  border: 0;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn:hover {
  background-color: red;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 992px) {
  .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
    width: 50%;
  }
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button {
  background-color: #1A374D;
  border: none;
  color: #ffffff;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button:hover {
  background-color: red;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field {
  text-align: center;
  width: 50%;
  background: #f5f5f5;
  border: 0;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-inner-spin-button, .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.flight-search .search-pan .form-group {
  position: relative;
}
.flight-search .search-pan .icon-pos {
  top: 0.6rem;
  left: 0.5rem;
  color: #969696;
}
@media screen and (max-width: 992px) {
  .flight-search .search-pan .icon-pos {
    top: 1rem;
  }
}
.flight-search .search-pan .input-group {
  color: inherit;
}
.flight-search .search-pan .form-control {
  font-size: 14px;
  background-color: #f5f5f5;
  min-height: 56px;
  border: 0px;
  text-decoration: none;
  border-radius: 0.5rem;
  text-align: left;
}
.flight-search .search-pan .cal-input {
  background: none;
  border: 0px;
  width: 6rem;
  padding: 0.4rem 0 0 0.5rem;
}
.flight-search .search-pan .dep-date-input {
  position: relative;
  width: auto;
  height: 2rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: #ffffff;
  border-style: none;
  padding: 0 0;
  margin: 0.3rem 0 0 2rem;
}
.flight-search .search-pan .dep-date-input:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 0.8rem solid #ffffff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.flight-search .search-pan .arv-date-input {
  position: relative;
  width: 45%;
  height: 2rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: #ffffff;
  border-style: none;
  padding: 0 0;
  margin: 0.3rem 0 0 2rem;
}
.flight-search .search-pan .arv-date-input:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid #f5f5f5;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.flight-search .search-pan .dropdown-toggle {
  padding: 0 1rem 0 3rem;
}
.flight-search .search-pan .dropdown-toggle::before {
  color: #969696;
  right: 0.8rem;
}
.flight-search .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  color: #1A374D;
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem 1.5rem 0rem;
}
.flight-search .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  color: #00577b;
}
.flight-search .nav-tabs .nav-item .active span {
  background: #ffffff !important;
  border: 1px solid #00577b;
  position: relative;
}
.flight-search .nav-tabs .nav-item .active span:after {
  content: "";
  display: block;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #00577b;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
}
.flight-search .btn-search {
  background-color: #1A374D;
  min-height: 56px;
  color: #ffffff;
  min-width: 75px;
  width: 100%;
  border-radius: 0.5rem;
  border: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.flight-search .btn-search:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  background: #00577b;
  transition: all 0.2s;
  z-index: -1;
}
.flight-search .btn-search:hover {
  color: #cfcfcf;
}
.flight-search .btn-search:hover:before {
  top: 0;
  left: 0;
}
.flight-search .pos-swap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1A374D;
  position: absolute;
  top: 0.9rem;
  right: -1.2rem;
  z-index: 1;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.flight-search .pos-swap:hover {
  background-color: #00577b;
  color: #cfcfcf;
}
@media screen and (max-width: 992px) {
  .flight-search .pos-swap {
    right: 0;
    top: 2.5rem;
  }
}
.flight-search .check-wrap {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #cfcfcf;
}
.flight-search .check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.flight-search .check-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 0.2rem;
  border: 1px solid #cfcfcf;
}
.flight-search .check-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.flight-search .check-wrap .checkmark:after {
  left: 0.2rem;
  top: 0rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid #cfcfcf;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.flight-search .check-wrap:hover input ~ .checkmark {
  background-color: #f5f5f5;
  background: #00577b;
}
.flight-search .check-wrap input:checked ~ .checkmark {
  border: 1px solid #cfcfcf;
}
.flight-search .check-wrap input:checked ~ .checkmark:after {
  display: block;
}

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000;
  z-index: 9999;
  overflow: visible;
  justify-content: center;
  align-items: center;
  display: flex;
}
.page-loader .loader {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 35rem;
  height: 30rem;
  margin: 0 auto;
}
.page-loader .plane {
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
.page-loader .plane-img {
  animation: spin 2.5s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.header-type2 {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .header-type2 {
    background-color: #000b7b;
  }
}
.header-type2 .menunav a.active {
  color: #ffffff;
}
@media (max-width: 992px) {
  .header-type2 .menunav a.active {
    color: #00577b;
  }
}
.header-type2 .menunav a,
.header-type2 .menunav:focus {
  color: #969696;
}
@media (max-width: 992px) {
  .header-type2 .menunav a,
  .header-type2 .menunav:focus {
    color: #000000;
  }
}
@media (max-width: 992px) {
  .header-type2 .mobile-menu-toggle {
    color: #ffffff;
  }
}

.hero2 {
  position: relative;
  background-color: #6610f2;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 10rem 0 3rem 0;
  text-align: center;
}
.hero2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
}

.banner-pic {
  border-radius: 1.5rem;
}
@media (max-width: 992px) {
  .banner-pic img {
    height: 250px;
    width: 100%;
  }
}

.why-box {
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 1.5rem;
  min-height: 200px;
  background-color: #f5f5f5;
  display: flex;
}
.why-box .title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.content {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.content li {
  font-size: 0.875rem;
  line-height: 2rem;
  padding-left: 2rem;
  position: relative;
}
.content li::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #00577b;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 10px;
}

.destination .slick-items {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.destination .wrap {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1.5rem;
}
.destination .wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(26, 55, 77, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.destination .wrap img {
  transform: scale(1.03);
  transition: 0.3s transform ease;
}
.destination .wrap .wrap-con {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease;
  margin-top: 20px;
}
.destination .wrap .wrap-con .head {
  font-size: 1rem;
  font-weight: 700;
  color: #00577b;
  margin: 0;
  padding: 0;
  transition: 0.3s all ease;
}
.destination .wrap:hover:after {
  opacity: 1;
  visibility: visible;
}
.destination .wrap:hover img {
  transform: scale(1);
}
.destination .wrap:hover .wrap-con .head {
  color: #ffffff;
}
.destination .slick-arrow {
  width: 4.5rem;
  height: 2.5rem;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  transition: all 0.2s ease-out;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.destination .slick-arrow.slick-next {
  right: -20px;
}
@media (max-width: 575px) {
  .destination .slick-arrow.slick-next {
    right: 0px;
  }
}
.destination .slick-arrow.slick-next:before {
  content: "\f138";
  font-family: "bootstrap-icons";
  color: #ffffff;
}
.destination .slick-arrow.slick-prev {
  left: -20px;
}
@media (max-width: 575px) {
  .destination .slick-arrow.slick-prev {
    left: 0px;
  }
}
.destination .slick-arrow.slick-prev:before {
  content: "\f12f";
  font-family: "bootstrap-icons";
  color: #ffffff;
}
.destination .slick-arrow:hover {
  background-color: #00577b;
}
.destination .slick-arrow:hover i {
  color: #ffffff;
}
.destination .carouselTestimonials:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.destination .slick-dots {
  bottom: 0px;
}
.destination .slick-dots li {
  margin: 0 1rem;
}
.destination .slick-dots li:hover, .destination .slick-dots li:active, .destination .slick-dots li:focus {
  box-shadow: none;
}
.destination .slick-dots li button {
  box-shadow: none;
}
.destination .slick-dots li button:hover, .destination .slick-dots li button:active, .destination .slick-dots li button:focus {
  box-shadow: none;
}
.destination .slick-dots li button::before {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.5);
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  border-radius: 1.5rem;
  font-family: initial;
}
.destination .slick-dots li.slick-active button {
  box-shadow: none;
}
.destination .slick-dots li.slick-active button:hover, .destination .slick-dots li.slick-active button:active {
  box-shadow: none;
}
.destination .slick-dots li.slick-active button::before {
  background-color: black;
}

.footer-type3 {
  position: relative;
  background: #6610f2;
  padding: 2rem 0;
  z-index: 1;
}
.footer-type3 p {
  text-align: justify;
  color: #ffffff;
}
.footer-type3 .footer-link li {
  line-height: 2.5rem;
}
.footer-type3 .footer-link li i {
  color: #00577b;
  font-size: 1rem;
  line-height: normal;
  vertical-align: middle;
}
.footer-type3 .footer-link li a {
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
}
.footer-type3 .footer-link li a:hover {
  letter-spacing: 0.5px;
  padding-left: 0.5rem;
}
.footer-type3 a {
  color: #ffffff;
  margin-top: 0.5rem;
}
.footer-type3 a:hover {
  color: #969696;
}

.hero-inner ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.hero-inner ul li {
  color: #969696;
  display: inline-block;
  position: relative;
  margin-left: 0px;
  margin-right: 30px;
}
.hero-inner ul li::before {
  content: "\f138";
  font-family: "bootstrap-icons";
  position: absolute;
  right: -25px;
  top: 2px;
}
.hero-inner ul li:last-child::before {
  display: none;
}
.hero-inner ul li a {
  display: inline-block;
  color: #969696;
  transition: 0.4s;
}
.hero-inner ul li a:hover {
  color: #ffffff;
}

.mob-sec {
  background-color: #ffffff;
  min-height: 300px;
  padding-top: 2rem;
}
.mob-sec .box {
  background-color: #e8b723;
  border-radius: 1.5rem;
  padding: 1rem;
  display: block;
  color: #000000;
  margin-bottom: 1rem;
}
.mob-sec .feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3px;
  margin-top: 2px;
}
.mob-sec .feature-list li {
  color: #ffffff;
  width: 49%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  background: #000b7b;
  margin-bottom: 18px;
  padding: 5px 0px;
  border-radius: 4px;
}
.mob-sec .border-high {
  border-top: 2px solid red;
  padding-top: 1rem;
}
.mob-sec .blink {
  color: red;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  display: block;
  animation: blinker 1.3s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.mob-sec .btn-fix-top {
  width: 100%;
  display: block;
  background: none;
  padding: 1rem 2rem;
  color: #cfcfcf;
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .mob-sec .btn-fix-top {
    font-size: 1.4rem;
    padding: 1rem 1rem;
  }
}
.mob-sec .btn-fix-top:hover {
  background-color: #1A374D;
  color: #ffffff;
}
.mob-sec .btn-top-call {
  background-color: #000b7b;
  border: 2px solid #000b7b;
  border-radius: 50rem;
  padding: 1rem 2rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  display: block;
}
.mob-sec .btn-top-call .fs-small {
  font-size: 12px;
}
@media screen and (max-width: 575px) {
  .mob-sec .btn-top-call {
    font-size: 1.3rem;
  }
}
.mob-sec .btn-top-call:hover {
  background-color: #1A374D;
  color: #ffffff;
}

.fixed-bottom-btn {
  position: fixed;
  height: auto;
  line-height: 3rem;
  z-index: 50;
  bottom: 0rem;
  padding: 0px;
  margin: 0px;
  padding: 0rem;
  width: 100%;
}

.strip-bottom {
  background-color: #020956;
}
.strip-bottom .call-pic {
  position: absolute;
  top: 20px;
  left: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.box-circle {
  width: 80px;
  height: 80px;
  border-radius: 1.5rem;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact a {
  color: #000000;
}
.contact a:hover h2,
.contact a:hover span {
  color: #00577b;
}

.gallery-sec {
  padding: 6rem 0;
}
.gallery-sec .gallery-card {
  position: relative;
  width: 100%;
}
.gallery-sec .gallery-card figure {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 1.5rem;
}
.gallery-sec .gallery-card figure img {
  position: relative;
  display: block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.8;
  width: -webkit-fill-available;
}
.gallery-sec .gallery-card figure .gallery-text {
  transition: transform 0.5s, opacity 0.3s;
  position: absolute;
  z-index: 99;
  bottom: 37px;
  opacity: 0;
  transform: translateX(0);
  max-width: 100%;
}
.gallery-sec .gallery-card figure .gallery-text .heading {
  color: #ffffff;
  font-size: 1.5rem;
}
.gallery-sec .gallery-card figure .gallery-text .title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
}
.gallery-sec .gallery-card figure:hover .gallery-text {
  opacity: 1;
  transform: translateX(39px);
}
.gallery-sec .gallery-card figure .bg-overlay {
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  transform: translatey(100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.5%, rgba(0, 0, 0, 0.4) 82.25%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-sec .gallery-card figure .bg-overlay i {
  color: #000000;
  font-size: 2.5rem;
}
.gallery-sec .gallery-card figure:hover .bg-overlay {
  transform: translatey(0);
}
.gallery-sec .colum5 .gallery-card figure {
  max-height: 250px;
}
.gallery-sec .colum5 .gallery-card figure .gallery-text .heading,
.gallery-sec .colum5 .gallery-card figure .gallery-text .title {
  display: none;
}

.filter-controls {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.filter-controls li {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #000000;
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 1.5rem;
  transition: 0.3s all;
}
.filter-controls li:hover {
  background: #00577b;
  color: #ffffff;
}
.filter-controls li.active {
  color: #1A374D;
  background: #00577b;
}
.filter-controls li:last-child {
  margin-right: 0;
}

.carouselGallerySlider .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}

.carouselGallerySliderFluid .slick-slide {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}/*# sourceMappingURL=main.css.map */

