* {
  padding: 0;
  margin: 0;
}

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

ul,
a {
  list-style-type: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

/* ****************************************  Home page start here  **************************************** */

/* ****** header html start here ********** */
.header {
  position: relative;
  z-index: 999;
}

.header .top-bar {
  background-color: #fff;
  padding: 40px 0 65px;
}

.header .top-bar .navbar .navbar-nav li:nth-of-type(1) {
  margin-right: 56px;
}

.header .top-bar .navbar .navbar-nav li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .top-bar .navbar .navbar-nav li img {
  margin-right: 15px;
}

.header .top-bar .navbar .navbar-nav li a {
  font-size: 21px;
  font-weight: 500;
  color: #00467a;
  text-transform: uppercase;
  transition: all 0.3s;
}

.header .top-bar .navbar .navbar-nav li a span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #00467a80;
  text-transform: uppercase;
}

.header .top-bar .navbar .navbar-nav li a:hover {
  color: #54c38c;
}

.header .top-bar .navbar .navbar-nav li:nth-of-type(2) a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #54c38c;
  padding: 12px 28px;
  border: 3px solid #54c38c;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.header .top-bar .navbar .navbar-nav li:nth-of-type(2) a i {
  font-size: 22px;
  color: #54c38c;
  margin-left: 12px;
  transition: all 0.3s;
}

.header .top-bar .navbar .navbar-nav li:nth-of-type(2) a:hover {
  color: #00467a;
}

.header .top-bar .navbar .navbar-nav li:nth-of-type(2) a:hover i {
  color: #00467a;
}

/* nav-custom */
.nav-custom-s {
  top: 0 !important;
  width: 100%;
  background-color: #00467a;
  z-index: 99;
  transition: all 0.5s;
}

.header .nav-custom-s .primary-nav li:not(:nth-last-of-type(1)) {
  margin-right: 25px !important;
}
.phone-lg{
  flex: 1 0 auto;
}
.phone-lg a {
  color: #fff;
  transition: color 0.4s;
  display: none;
  margin-left: 20px;
}
.nav-custom-s .phone-lg a{
  display: inline-block;
}
.phone-lg a:hover {
  transition: color 0.4s;
  color: #54c38c;
}
.header .nav-custom-cover {
  position: fixed;
  width: 100%;
  top: 137px;
  transition: all 0.3s;
}

.header .nav-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .nav-custom .stellarnav>ul {
  text-align: start;
}

.header .nav-custom .stellarnav>ul>li>a {
  padding: 0;
}

.header .nav-custom {
  padding: 25px 35px;
  background-color: #00467a;
}

.header .nav-custom .primary-nav li:not(:nth-last-of-type(1)) {
  margin-right: 60px;
}

.header .nav-custom .primary-nav li a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s;
}

.header .nav-custom .primary-nav li a:hover {
  color: #54c38c;
}

.header .nav-custom .secondary-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .nav-custom .secondary-nav li a svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  transition: all 0.3s;
}

.header .nav-custom .secondary-nav li:not(:nth-last-of-type(1)) {
  margin-right: 30px;
}

.header .nav-custom .secondary-nav li a:hover svg {
  fill: #54c38c;
}

.header .nav-custom .md-logo {
  display: none;
}

.header .nav-custom .md-logo a img {
  max-width: 72%;
}

/* ****** header html end here ********** */

/* ****** banner start here ********** */
/* 
.search-banner {
    position: relative;
    width: 100%;
    top: -37px;
} */

.home-banner {
  background-color: #03869f;
  background-image: linear-gradient(#54c38c, #03869f);
  padding-top: 102px;
}

.home-banner .banner-content {
  color: #fff;
  padding-top: 100px;
}

.home-banner .banner-content span {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-banner .banner-content h3 {
  font-size: 39px;
  font-weight: 200;
  text-transform: uppercase;
  /* margin-top: -35px; */
  margin-bottom: 40px;
  line-height: 1;
}

.banner-content h2 {
  font-size: 132px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.home-banner .banner-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

/* ****** banner end here ********** */

/* ****** search engine start here ********** */
.search-engine .search-main {
  position: relative;
}

.search-engine .search-main .search-form {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -220px;
  z-index: 99;
}

.search-engine .form-main {
  padding: 21px 20px;
  background-color: #ffffff90;
}

.search-form .form-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

.search-form .form-head .search-form-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.form-head .form-check label {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.search-form-btn .form-check-input,
.radio .form-check-input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}

.radio .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.search-form-btn .form-check-input:focus,
.radio .form-check-input:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: inherit;
  background-color: transparent;
}

.search-form-btn .form-check-input:checked,
.radio .form-check-input:checked {
  background-color: transparent;
  border-color: #fff;
}

.search-form .form-head .search-form-btn .form-check,
.search-form .form-head .search-form-btn .form-input {
  margin-right: 25px;
}

.form-input {
  margin-right: 2px !important;
  position: relative;
}

.search-form .close-btn {
  text-align: end;
}

.search-form .input-group img,
.form-input img {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 1;
}

.search-form .select2-container {
  width: 100% !important;
}

.multicity .search-submit .form-input:nth-of-type(2) {
  flex: 0 0 15%;
}

.multicity .search-submit .air-search {
  flex: 0 0 85%;
}

.search-form .search-form-btn .form-input .form-select,
.search-form .search-form-btn .form-input .form-control {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-image: none;
  cursor: pointer;
}

.search-form .search-form-btn .form-input .form-select option {
  color: #54c38c;
}

.search-form .search-form-btn .form-input .form-select:focus,
.search-form .search-form-btn .form-input .form-control:focus {
  box-shadow: none;
  border: none;
}

.ui-widget-header .ui-icon {
  background-image: url(/images/datepicker/ui-icons_444444_256x240.png);
}

.search-form .search-dates {
  position: relative;
}

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

.pass-economy .form-input:nth-of-type(1) {
  margin-right: 25px !important;
}

.search-form .search-form-btn .form-input .form-select {
  padding: 0 20px 0 0 !important;
}

.pass-economy .form-input:nth-of-type(1) img {
  right: 3px;
  top: 10px;
  z-index: -1;
}

.search-form .search-dates .form-control {
  border: none;
  padding: 18px 15px;
}

.search-form .search-dates img {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 1;
}

.search-form .search-dates .return-date .form-input img {
  display: none;
}

.form-group.passenger-contain {
  position: relative;
  /* max-width: 70%; */
}

.passenger-dropdown {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 10px 1px #0000004f;
  position: absolute;
  top: 50px;
  z-index: 3;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
}

.passenger-dropdown .form-group label {
  color: #4b6099;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.passenger-dropdown .form-group .passenger {
  display: flex;
  position: relative;
}

.passenger-dropdown .form-group .passenger .minus,
.passenger-dropdown .form-group .passenger .plus {
  position: absolute;
  z-index: 5;
}

.passenger-dropdown .form-group .passenger .passengerInput {
  height: 38px !important;
  text-align: center;
}

.passenger-dropdown .general-btn {
  background-color: #00467a;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.passenger-dropdown .form-group .passenger .btn {
  background-color: #fff;
  padding: 18px;
  border: 2px solid #00467a;
}

.passenger-dropdown .form-group .passenger .form-control {
  max-width: 80%;
  height: 40px !important;
  margin: 0 auto !important;
  border: 2px solid #00467a !important;
  color: #00467a;
  font-size: 15px;
}

.passenger-dropdown .form-group>label {
  color: #00467a;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: block !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.passenger-dropdown .form-group .passenger .minus {
  left: 0;
}

.passenger-dropdown .form-group .passenger .plus {
  right: 0;
}

.form-main .multicity {
  display: none;
}

.passenger .minus img,
.passenger .plus img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-btn .add-flights-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #00467a;
  padding: 12px 15px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #00467a;
  margin-top: 20px;
  border-radius: 5px;
  width: 100%;
  line-height: 1;
  height: 48px;
}

.one-round-trip {
  overflow: hidden;
  box-shadow: 0px 0px 4px #00000025;
}

.form-input .date img {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.form-input .form-control {
  font-size: 16px;
  height: 48px;
  padding: 18px 20px;
  border-radius: 0;
  box-shadow: 0 0px 5px #00000025;
  margin: 0;
  color: #03869f;
  border: none;
}

.form-input .form-control::placeholder {
  color: #03869f80 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: #03869f;
}

.form-input .passenger-contain .form-control {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.search-form .form-input .passenger-contain img {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 1;
}

.search-form .form-input .PassengersField+img {
  position: absolute;
  right: 0;
  top: 22px;
  z-index: -1;
}

.search-form .form-input img {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.enquiry-form-cover .select2-container--default .select2-selection--multiple,
.form-main .select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0;
  height: 48px;
  color: #03869f80;
  padding: 12px 15px;
  line-height: 1;
  margin: 0;
  box-shadow: 0 0 5px 0 #00000025;
}

.form-field-counter .close-btn {
  display: none;
}

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

.filends-append-here .close-btn {
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 14px;
  cursor: pointer;
}

.form-field-counter {
  text-align: end;
}

.inner-page .search-engine {
  top: 35%;
}

.form-input .submit-btn {
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
  display: flex;
  width: 100%;
  height: 48px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s;
}

.form-input .submit-btn:hover {
  background-image: linear-gradient(#03869f, #03869f);
  transition: all 0.3s;
}

.form-input .submit-btn i {
  color: #fff !important;
  font-size: 14px;
}

.form-input .submit-btn img {
  position: initial;
  margin: auto;
}

.search-submit {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.multicity .search-submit {
  margin-top: 20px;
}

.search-submit .form-input:nth-of-type(2) {
  flex: 0 0 20%;
}

.search-submit .air-search {
  flex: 0 0 80%;
}

/* ****** search engine end here ********** */

/* ****** about us start here ********** */
.about-us-cover {
  padding: 100px 0 100px;
}

.about-us-main .row {
  align-items: center !important;
}

.about-us-main .about-us-media {
  position: relative;
}

.about-us-main .banner-media-content {
  position: absolute;
  max-width: 320px;
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
  padding: 45px 30px;
  z-index: 9;
  right: -20px;
  bottom: -74px;
}

.about-us-main .banner-media-content h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about-us-main .banner-media-content h3 span {
  font-weight: 700;
}

.about-us-main .banner-media-content a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: 2px solid #fff;
  padding: 11px 30px;
  transition: all 0.3s;
}

.about-us-main .banner-media-content a:hover {
  background-color: #00467a;
  transition: all 0.3s;
}

.heading-sec h5 {
  background-color: #e5e5e5;
  width: 165px;
  height: 2px;
  position: relative;
  margin-bottom: 22px;
}

.heading-sec h5 span {
  position: absolute;
  left: 0;
  top: -4px;
  display: inline-block;
  background-color: #54c38c;
  width: 51px;
  height: 5px;
}

.heading-sec p {
  font-size: 18px;
  color: #02859f;
  font-weight: 400;
}

.heading-sec h2 {
  font-size: 40px;
  font-weight: 700;
  color: #102536;
  text-transform: uppercase;
}

.about-us-main .about-us-content>p {
  font-size: 16px;
  font-weight: 300;
  color: #6e7b8e;
  line-height: 28px;
  margin: 25px 0;
}

.about-us-main .about-us-content>h3 {
  font-size: 25px;
  font-weight: 300;
  color: #102536;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* about us boxex  */
.about-us-boxes-cover {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.about-us-boxes-cover .inner-box-info {
  flex: 1 0 50%;
}

.about-us-boxes-cover .inner-box-info {
  flex: 0 0 45%;
}

.about-us-boxes-cover .inner-box-info:nth-of-type(1),
.about-us-boxes-cover .inner-box-info:nth-of-type(2) {
  margin-bottom: 45px;
}

.about-us-boxes-cover .inner-box-info h4 {
  font-size: 15px;
  font-weight: 600;
  color: #102536;
  text-transform: uppercase;
  margin: 20px 0 10px;
}

.about-us-boxes-cover .inner-box-info p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #6e7b8e;
}

/* ****** about us end here ********** */
/* ****** continents swiper start here ********** */
.continents-swp-cover {
  background-image: url(../images/continent-background.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding: 70px 0 80px;
  overflow-x: hidden;
}

.heading-continent {
  text-align: center;
}

.heading-continent p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.heading-continent h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 60px;
  text-transform: uppercase;
}

.continents-swp-cover .continents-swp {
  position: relative;
}

.continents-box,
.destination-box {
  position: relative;
}

.continents-box>a,
.destination-box>a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.continents-box .continent-content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}

.continents-box:hover .continent-content {
  top: 85%;
}

.continents-box .continent-content h3 {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.continents-swp .swiper-button-prev,
.continents-swp .swiper-button-next {
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
  padding: 22px;
  right: -121px;
}

.continents-swp .swiper-button-prev {
  left: -121px;
}

.continents-swp .swiper-button-next::after,
.continents-swp .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}

.continents-swp .swiper-button-next.swiper-button-disabled,
.continents-swp .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #edf6f8 !important;
  background-image: initial;
}

.continents-swp .swiper-button-prev.swiper-button-disabled::after,
.continents-swp .swiper-button-next.swiper-button-disabled::after {
  color: #54c38c;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: 50;
  height: 3px;
  width: 100%;
  right: 0;
  background-color: #e5e5e5;
}

.swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background-color: #02859f;
  border-radius: 0;
  top: -2px;
}

/* ****** continents swiper end here ********** */
/* ****** exploration start here ********** */
.exploration-cover {
  padding-top: 25px;
}

.exploration-box-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.exploration-box.left-side {
  padding-right: 70px;
}

.exploration-box.right-side {
  padding-left: 70px;
}

.exploration-box.left-side .exploration-box-info .exploration-box-content {
  margin-right: 35px;
}

.exploration-box.right-side .exploration-box-info .exploration-box-content {
  margin-left: 35px;
}

.exploration-box-info .exploration-box-content h5 {
  font-size: 15px;
  font-weight: 600;
  color: #102536;
  text-transform: uppercase;
}

.exploration-box-info .exploration-box-content p {
  font-size: 15px;
  font-weight: 300;
  color: #6e7b8e;
  line-height: 18px;
  margin-top: 7px;
}

.exploration-box-info:not(:nth-last-of-type(1)) {
  margin-bottom: 65px;
}

/* ****** exploration end here ********** */
/* ****** destinations swiper start here ********** */
.destination-swp-cover {
  background-color: #edf6f8;
  padding: 80px 0 90px;
}

.destination-swp-cover .heading-destination>p {
  font-size: 16px;
  font-weight: 300;
  color: #6e7b8e;
  line-height: 28px;
  max-width: 560px;
  margin-top: 20px;
}

.destination-swp {
  margin-top: 55px;
  position: relative;
}

.destination-box {
  background-color: #fff;
  padding: 35px 30px 40px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #54c38c;
  transition: all 0.3s;
  box-shadow: 0 0 5px 0 #00000010;
}

.destination-swp .swiper {
  padding: 10px;
}

.destination-box::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 41px;
  left: 0;
  top: 22px;
  background-color: #54c38c;
}

.destination-box>Img {
  position: absolute;
  right: 30px;
  bottom: 38px;
}

.destination-box p {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.destination-box>span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.destination-box h4 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
}

.destination-box h3 {
  font-size: 51px;
  font-weight: 700;
  margin-top: 80px;
  background-image: linear-gradient(#54c38c, #03869f);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  display: inline-block;
  position: relative;
  margin-left: 17px;
}

.destination-box h3 span {
  font-size: 28px;
  font-weight: 500;
  margin-right: 0;
  position: absolute;
  left: -19px;
  bottom: 7px;
  color: #000;
  background-image: linear-gradient(#54c38c, #03869f);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.destination-box:hover {
  background-image: linear-gradient(#54c38c, #03869f);
  color: #fff;
  transition: all 0.3s;
}

.destination-box:hover h3,
.destination-box:hover h3 span {
  background-image: linear-gradient(#fff, #fff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.destination-box:hover::before {
  background-color: #fff;
}

.destination-swp .swiper-button-prev,
.destination-swp .swiper-button-next {
  top: -193px;
  right: 0;
  left: auto;
  background-image: linear-gradient(#54c38c, #03869f);
  padding: 22px;
  border-radius: 0;
}

.destination-swp .swiper-button-prev {
  right: 57px;
}

.destination-swp .swiper-button-next::after,
.destination-swp .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}

.destination-swp .swiper-button-next.swiper-button-disabled,
.destination-swp .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: linear-gradient(#fff, #fff);
}

.destination-swp .swiper-button-next.swiper-button-disabled::after,
.destination-swp .swiper-button-prev.swiper-button-disabled::after {
  color: #54c38c;
}

.flight-arvl.dest {
  display: block;
  width: 100%;
}

/* ****** destinations swiper end here ********** */

.home-scrollbar {
  height: 330px;
  overflow: hidden;
}

.home-scrollbar .scrollbar-thumb {
  background-color: #00467a;
}

/* ****** footer start here ********** */
.footer-cover {
  background-image: linear-gradient(#54c38c, #03869f);
  padding: 154px 0 29px;
  border-bottom: 4px solid #fff;
}

.enquiry-form-price-cover .enquiry-form .btn-submit .btn {
  background-image: none;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
  text-transform: uppercase;
}

.footer-nav-custom {
  padding: 0 0 30px;
  border-bottom: 1px solid #61c0a7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-cover .footer-nav-custom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-cover .footer-nav-custom ul:nth-of-type(1) li:not(:nth-last-of-type(1)) {
  margin-right: 40px;
}

.footer-cover .footer-nav-custom ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s;
}

.footer-cover .footer-nav-custom ul li a:hover {
  color: #00467a;
}

.footer-cover .footer-nav-custom ul li a svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  transition: all 0.3s;
}

.footer-cover .footer-nav-custom ul li:not(:nth-last-of-type(1)) {
  margin-right: 30px;
}

.footer-cover .footer-nav-custom ul li a:hover svg {
  fill: #00467a;
}

.footer-cover .footer-contact-boxes {
  max-width: 1096px;
  margin: 140px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-cover .footer-contact-boxes-info {
  background-color: #ffffff10;
  padding: 28px 28px 24px;
  color: #fff;
  flex: 0 0 29%;
  font-family: "Montserrat", sans-serif;
}

.footer-cover .footer-contact-boxes-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 22px 0 15px;
}

.footer-cover .footer-contact-boxes-info p {
  font-size: 16px;
  font-weight: 400;
}

.footer-cover .footer-contact-boxes-info p a {
  display: block;
  color: #fff;
  transition: all 0.3s;
}

.footer-cover .footer-contact-boxes-info p a:hover {
  color: #00467a;
}
.copy-right {
  padding: 0 25px;
}
.footer-cover .copy-right p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* footer-call starts */
.footer-call-cvr {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  display: none;
}

.footer-call-cvr .footer-call {
  transform: rotate(45deg);
}

.footer-call-cvr .footer-call a {
  background-color: #102536;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 9;
}

.footer-call-cvr .footer-call a::after {
  content: "";
  position: absolute;
  border: 1px solid #54c38c;
  width: 35px;
  height: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.footer-call-cvr .footer-call::before {
  content: "";
  position: absolute;
  background-color: #102536;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  animation: scale-up infinite 1s ease-in-out;
}

@keyframes scale-up {
  0% {
    transform: scale(1.1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.footer-call a i {
  color: #fff;
  transform: rotate(-45deg);
}

/* footer-call ends */

/* ****** footer end here ********** */

/* ****************************************  Home page end here  **************************************** */

/* ****************************************  About us page start here  **************************************** */
/* inner-banner start*/
.inner-banner {
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
  position: relative;
}

.inner-banner .banner-content {
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  left: 0;
  top: 33%;
  right: 0;
}

.inner-page.search .inner-banner .banner-content {
  top: 35%;
  transform: translateY(-35%);
}

.inner-banner .banner-content h3 {
  font-size: 35px;
  font-weight: 200;
  /* line-height: 1; */
  text-transform: uppercase;
  margin-bottom: 15px;
}

.inner-banner .banner-content h2 {
  font-size: 61px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

/* inner-banner end */
/* why-choose-us-cover start  */
.why-choose-us-cover {
  background-color: #edf6f8;
  padding: 100px 0;
  background-image: url(../images/why-choose-us-background.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -200px;
}

.why-choose-us-main .why-choose-us-content>p {
  font-size: 16px;
  font-weight: 300;
  color: #6e7b8e;
  line-height: 28px;
  margin: 40px 0;
}

.why-choose-us-boxes-cover {
  background-image: url(../images/why-choose-us-air-baloon.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: right center;
  padding-right: 130px;
}

.why-choose-us-boxes-cover .exploration-box-info {
  justify-content: flex-start;
}

.why-choose-us-boxes-cover .exploration-box-content {
  margin-left: 35px;
}

.why-choose-us-boxes-cover .exploration-box-content h5 {
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
}

.why-choose-us-boxes-cover .exploration-box-content p {
  line-height: 26px;
  margin-top: 10px;
}

/* why-choose-us-cover end  */
/* statistics-cover start  */
.statistics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #102636;
  padding: 100px 0;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 25px;
}

.statistics .statistics-item {
  flex: 0 0 13%;
}

.statistics .statistics-item p {
  font-weight: 500;
  line-height: 1;
  margin: 33px 0 26px;
}

.statistics .statistics-item h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

/* statistics-cover end  */

/* ****************************************  About us page end here  **************************************** */

/* ****************************************  Destination page start here  **************************************** */

/* .destination-cover {
    padding: 100px 0 75px;
} */

.page-content {
  padding: 50px 0;
}

.destination-cover .destination-main .continents-box {
  margin-bottom: 25px;
}

.destination-main {
  margin-top: 60px;
}

/* ****************************************  Destination page end here  **************************************** */

/* ****************************************  Airline page start here  **************************************** */
/* .airline-cover {
    padding: 100px 0 75px;
} */

.airline-search-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}

.airline-search-head .head-sec {
  flex: 0 0 70%;
}

.airline-search-head .search-sec {
  flex: 0 0 30%;
}

.airline-search-head .search-sec form {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.airline-search-head .search-sec form .search-input {
  flex: 0 0 75%;
}

.airline-search-head .search-sec form .serach-submit {
  flex: 0 0 25%;
}

.airline-search-head form .form-control {
  background-color: #edf6f8;
  color: #6e7b8e;
  padding: 16px 16px 16px 16px;
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
}

.airline-search-head form .btn {
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
  color: #fff;
  padding: 16px 0 16px;
  width: 100%;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
}

.airline-info .airline-box {
  background-color: #edf6f8;
  padding: 55px 35px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.airline-info .airline-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.airline-info .airline-box>img {
  max-width: 150px;
}

.airline-info .airline-box:hover {
  border-color: #00467a;
  box-shadow: 0 0 2px 0 #00467a99;
}

/* ****************************************  Airline page end here  **************************************** */

/* ****************************************  City fares page start here  **************************************** */
.city-fares-cover {
  background-color: #edf6f8;
  padding: 100px 0 75px;
}

.city-fares-info {
  margin-top: 60px;
}

.city-fares-page .city-fares-cover .destination-box {
  margin-bottom: 25px;
}

/* ****************************************  City fares page end here  **************************************** */

/* ****************************************  Contact us page start here  **************************************** */

.contact-us-cover {
  padding: 100px 0 115px;
  background-color: #edf6f8;
}

.contact-us-main iframe {
  margin-top: 65px;
}

.contact-us-form .form-control {
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 18px 20px;
  line-height: 1;
  background-color: #fff;
  color: #9e9e9e;
  background-clip: padding-box;
  border: none;
  appearance: none;
  border-radius: 0;
  box-shadow: 0 0 5px 0 #00000010;
  outline: none;
}

.contact-us-form .form-control::placeholder {
  color: #9e9e9e !important;
}

.contact-us-form textarea {
  min-height: 140px;
}

.contact-us-form input[type="checkbox"] {
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

.contact-us-form .form-check-input:checked {
  background-color: #54c38c;
}

.contact-us-form .form-check-label {
  font-size: 14px;
  font-weight: 300;
  color: #6e7b8e;
  line-height: 25px;
  padding-left: 15px;
}

.contact-us-form .btn-submit .btn {
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
  color: #fff;
  border-radius: 0;
  padding: 18px 26px;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  border: none;
  transition: all 0.3s;
}

.contact-us-form .btn-submit .btn:hover {
  background-image: linear-gradient(#03869f, #03869f);
  transition: all 0.3s;
}

/* ****************************************  Contact us page end here  **************************************** */

/* ****************************************  Flight-booking-enquiry page start here  **************************************** */

.flight-booking-enquiry-cover {
  padding: 80px 0 80px;
}

.flight-booking-enquiry-cover .enquiry-form-price-cover {
  margin-top: 40px;
}

.enquiry-form-price-cover {
  font-family: "Montserrat", sans-serif;
}

.enquiry-form-price-cover>p {
  font-size: 15px;
  color: #102636;
  padding: 15px 0;
}

.enquiry-form-cover {
  background-image: linear-gradient(#54c38c, #03869f);
  padding: 50px 120px 50px 35px;
  color: #fff;
}

.enquiry-form-cover.no-fare-form {
  padding: 50px 120px 50px 120px !important;
}

.enquiry-form-cover h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.enquiry-form-price-cover .enquiry-form .form-input.direction {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.enquiry-form-price-cover .enquiry-form .form-input.direction .form-check {
  padding-left: 0;
}

.enquiry-form-price-cover .enquiry-form .form-input.direction .one-way {
  margin-right: 40px;
}

.enquiry-form-price-cover .enquiry-form .form-input.direction input[type="radio"] {
  background-color: transparent;
  border: 0;
  outline: 1px solid #fff;
  margin-left: 0;
  box-shadow: none;
}

.enquiry-form-price-cover .enquiry-form .form-input.direction input[type="radio"]:checked {
  background-color: #fff;
  border: 4px solid #54c38c;
  background-image: none;
  outline: 1px solid #fff;
}

.enquiry-form-price-cover .enquiry-form .form-input.direction input[type="radio"]:focus {
  background-image: none;
}

.enquiry-form-price-cover .enquiry-form .form-input.direction .form-check-input:active {
  filter: initial;
}

.enquiry-form-price-cover .enquiry-form .form-input.direction .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.enquiry-form-cover .select2-container--default .select2-selection--multiple,
.enquiry-form-price-cover .enquiry-form .form-control {
  background-color: #ffffff30;
  color: #fff;
  box-shadow: 0 0 5px 0 #00000010;
}

.enquiry-form-price-cover .select2-container--default .select2-search--inline .select2-search__field,
.enquiry-form-price-cover .enquiry-form .form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}

.enquiry-form-price-cover .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #000;
}

.enquiry-form-price-cover .select2-container .select2-selection--multiple .select2-selection__rendered {
  position: absolute;
}

.enquiry-form-price-cover .enquiry-form .form-check-input:checked[type="checkbox"] {
  background-image: url(../images/enquiry-form-btn.png);
  background-repeat: no-repeat;
  background-size: 8px;
}

.enquiry-form-price-cover .enquiry-form .form-check-input:checked {
  background-color: #fff;
}

.enquiry-form-price-cover .enquiry-form .form-check-label {
  color: #fff;
}

.enquiry-form-price-cover .enquiry-form .btn-submit .btn {
  background-image: none;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}

.enquiry-form-price-cover .enquiry-form .btn-submit .btn:hover {
  background-color: #00467a;
}

/* enquiry-price-detail */

.enquiry-price-cover {
  background-color: #edf6f8;
  padding: 35px 45px;
  background-image: url(../images/enquiry-form-price-aeroplane.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 50% right 55px;
}

.enquiry-price-cover h4 {
  font-size: 20px;
  font-weight: 400;
  color: #102636;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.enquiry-price-cover h5 {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
}

.enquiry-price-cover ul li {
  font-size: 16px;
  font-weight: 500;
  color: #54c38c;
  line-height: 1;
}

.flight-booking-enquiry-cover .enquiry-price-cover ul li {
  margin-bottom: 35px;
}

.enquiry-price-cover ul li {
  margin-bottom: 30px;
}

.enquiry-price-cover ul:nth-of-type(2) li:nth-last-of-type(1) {
  margin-bottom: 0;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

.enquiry-price-cover ul li p {
  font-size: 15px;
  font-weight: 400;
  color: #102636;
  line-height: 1;
  margin-top: 10px;
}

.enquiry-form-cover .form-group.passenger-contain {
  max-width: 100%;
}

.enquiry-form-cover .passenger-dropdown .form-group .passenger .form-control {
  max-width: 83%;
}

.enquiry-form-cover .form-group.passenger-contain .inputValue {
  padding: 18px 20px;
}

.enquiry-price-cover ul li p span {
  font-size: 28px;
  font-weight: 700;
}

.enquiry-price-cover ul li:last-child p {
  line-height: 22px;
}

.enquiry-price-cover .price-img {
  text-align: end;
  margin-top: 8px;
}

/* ****************************************  Flight-booking-enquiry page end here  **************************************** */

/* ****************************************  Flight-detail-page start here  **************************************** */

.flight-detail-main-cover {
  background-color: #edf6f8;
  padding: 100px 0;
}

/************ Filter Css Start **************/
.filter-cover {
  background-color: #fff;
  padding: 20px 35px 55px;
}

.fiter-header h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #102636;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: 1px solid #cdd6e4;
}

.fiter-body {
  padding-top: 30px;
}

.fiter-body h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #54c38c;
  text-transform: uppercase;
}

.stop-over {
  padding: 40px 0 25px;
  border-bottom: 1px solid #cdd6e4;
}

.stop-over .form-check-input {
  width: 15px;
  height: 15px;
  margin-right: 12px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
}

.stop-over .form-check-input:checked {
  background-image: url(../images/filter-stopover-chkd.png);
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 12px;
  background-color: #fff;
}

.stop-over .form-check-input:active {
  filter: none;
}

.stop-over .form-check-label {
  font-size: 16px;
  font-weight: 500;
  color: #102636;
}

.price-range {
  display: flex;
  flex-direction: column;
}

.price-range-cover {
  border-bottom: 1px solid #d0d7e3;
  padding-bottom: 44px;
}

.min-max-range .range-item {
  width: 48%;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  color: #102636;
  background-color: transparent;
}

.min-max-range .range-item:last-child {
  text-align: right;
}

.min-max-range {
  margin-bottom: 14px;
}

.price-range-cover h6 {
  margin-bottom: 35px;
  padding: 42px 0 0;
  text-transform: uppercase;
}

.price-range .ui-slider-handle {
  width: 20px;
  height: 20px;
  background-color: #54c38c;
  border-radius: 50%;
  border: none;
  outline: none;
  background-image: url(../images/ui-slider-handle.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.price-range .ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -0.6em;
}

.price-range .ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 4px;
}

.price-range .ui-slider-horizontal {
  height: 4px !important;
}

.price-range .ui-widget-header {
  background-image: linear-gradient(#54c38c, #03869f);
}

.price-range .ui-widget-content {
  background: #d8d8d8;
  border-color: #d8d8d8 !important;
}

.airline-filter {
  padding: 50px 0 0 0;
}

.airline-filter h6 {
  margin-bottom: 23px;
}

.airline-filter ul li {
  margin-bottom: 17px;
}

.airline-filter ul li .form-check-input {
  margin-right: 11px;
  border-color: #102636;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

/* .airline-filter input{
      border-radius: 3px !important;
  } */
.airline-filter ul li .form-check-input:checked {
  background-color: transparent;
  background-image: url(../images/filter-stopover-chkd.png);
  background-repeat: no-repeat;
  background-size: auto;
}

.airline-filter ul li .form-check-label {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #102636;
}

/* Filter Ends */

/* flight-detail-main-cover */

.flight-detail-heading {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 65px;
}

.flight-detail-heading h5 {
  background-color: #e5e5e5;
  width: 165px;
  height: 2px;
  position: relative;
  margin-bottom: 25px;
}

.flight-detail-heading h5 span {
  position: absolute;
  left: 0;
  top: -4px;
  display: inline-block;
  background-color: #54c38c;
  width: 51px;
  height: 5px;
}

.flight-detail-heading h3 {
  font-size: 20px;
  color: #102636;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.flight-detail-heading p {
  font-size: 16px;
  color: #54c38c;
  font-weight: 400;
  line-height: 1;
}

.flight-detail-heading p span {
  color: #102636;
}

.flight-detail-heading p:nth-of-type(2) {
  margin: 10px 0;
}

/* flight-detail-cover */
.flight-detail-cover {
  background-color: #fff;
  padding: 30px 30px;
  font-family: "Montserrat", sans-serif;
}

.flight-result .flight-detail-drop-cover:not(:nth-of-type(1)) {
  margin-top: 25px;
}

.flight-summary {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flight-box {
  flex: 0 0 74%;
  border-right: 1px solid #e5e5e5;
  padding-right: 40px;
}

.flight-detail-info {
  flex: 0 0 25%;
  align-self: center;
}

.flight-bk-detail {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flight-box-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flight-box-detail:not(:nth-of-type(1)) {
  padding-top: 45px;
}

.logo-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-sec .logo-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.logo-sec .logo-circle img {
  max-width: 40px;
}

.logo-sec p {
  font-size: 12px;
  font-weight: 400;
  color: #10263690;
  line-height: 1;
}

.flight-box-detail .air-info {
  flex: 0 0 16%;
}

.flight-box-detail .air-info>h3 {
  font-size: 37px;
  font-weight: 700;
  color: #102636;
  line-height: 1;
  text-transform: uppercase;
}

.flight-box-detail .air-info>p {
  font-size: 14px;
  font-weight: 500;
  color: #102636;
  line-height: 1;
  margin-top: 10px;
}

.flight-box-detail .air-info>p i {
  margin-right: 8px;
}

.flight-box-detail .air-info>span {
  font-size: 13px;
  color: #102636;
  line-height: 1;
}

/* flight-dest */

.flight-box-detail .flight-dest {
  margin-top: 15px;
}

.flight-detail-page .flight-drop-detail .flight-box-detail .flight-dir {
  position: relative;
  left: 25px;
  flex: 0 0 25%;
}

.flight-box-detail .flight-dest h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #54c38c;
}

.flight-box-detail .flight-dest p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #102636;
  margin: 10px 0 2px;
}

.flight-box-detail .flight-dest span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #10263690;
}

.flight-box-detail .flight-dest .terminal p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #54c38c;
  margin-top: 15px;
}

.flight-box-detail .flight-stop {
  text-align: center;
  flex: 0 0 35%;
  align-self: center;
}

.flight-drop-detail .flight-box-detail .flight-stop {
  text-align: center;
  flex: 0 0 35%;
  align-self: flex-start;
  padding-top: 25px;
}

.flight-box-detail .flight-stop .stop-dir p {
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
  width: 100%;
  height: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flight-box-detail .flight-stop .stop-dir p span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
}

.flight-box-detail .flight-stop .stop-dir p span.flight-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  box-shadow: 0 0 5px 0 #00000020;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flight-box-detail .flight-stop p {
  font-size: 13px;
  color: #102636;
  line-height: 1;
  margin-top: 10px;
}

.flight-detail-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.flight-detail-btns .detail-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flight-detail-btns .detail-btns .enquiry-btn a,
.flight-detail-btns .detail-btns .option-btn a {
  display: inline-block;
  background-image: linear-gradient(#54c38c, #03869f);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 14px 20px;
  transition: all 0.3s;
}

.flight-detail-btns .detail-btns .enquiry-btn a:hover,
.flight-detail-btns .detail-btns .option-btn a:hover {
  color: #00467a;
}

.flight-detail-btns .detail-btns .option-btn a {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #54c38c;
  color: #54c38c;
  padding: 13px 30px;
}

.flight-detail-btns .detail-btns .enquiry-btn {
  margin-right: 13px;
}

.flight-detail-btns .flight-drop-btn p {
  color: #54c38c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.flight-detail-btns .flight-drop-btn p i {
  margin-left: 7px;
  color: #54c38c;
  transition: all 0.4s;
}

.rotate_i {
  rotate: 180deg;
  transition: all 0.5s;
}

/* price-cover */

.price-cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-box {
  text-align: center;
  margin-bottom: 70px;
}

.price-box h3 {
  font-size: 30px;
  font-weight: 600;
  color: #102636;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.price-box h3 sup {
  position: absolute;
  font-size: 12px !important;
  font-weight: 500;
  color: #102636;
  line-height: 1;
  left: 9px;
  top: 0;
}

.flight-detail-page .price-box h3 sup {
  left: -10px;
}

.price-box p {
  font-size: 13px;
  color: #10263680;
  line-height: 1;
  margin: 7px 0 10px;
}

.price-box>a {
  display: inline-block;
  background-image: linear-gradient(#54c38c, #03869f);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 14px 28px;
  transition: all 0.3s;
}

.price-box>a:hover {
  color: #00467a;
}

/* flight-bk-detail */
.flight-bk-detail ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.flight-bk-detail ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}

.flight-bk-detail ul li img {
  margin-right: 25px;
}

.flight-bk-detail ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #10263690;
  line-height: 1;
}

/* flight-drop-cover */

.flight-detail-page .flight-drop-cover-main {
  display: none;
}

.flight-drop-cover-main {
  margin-top: 3px;
  /* display: none; */
}

.flight-drop-cover {
  background-color: #fff;
  padding: 25px 30px 10px;
}

.flight-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flight-Price-promice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #fff;
  background-color: #edf6f8;
  padding: 16px 30px;
}

.flight-Price-promice p {
  font-size: 13px;
  font-weight: 400;
  color: #10263680;
  line-height: 1;
}

.flight-drop-main {
  font-family: "Montserrat", sans-serif;
}

.flight-drop-main:not(:nth-of-type(1)) {
  margin-top: 30px;
}

.flight-drop-main>p {
  font-size: 13px;
  font-weight: 400;
  color: #102636;
  line-height: 1;
}

.flight-drop-detail {
  margin-top: 50px;
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
}

.flight-drop-detail .flight-box-detail .air-info {
  flex: 0 0 18%;
}

/* stop-time  */
.stop-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}

.stop-time p {
  font-size: 15px;
  font-weight: 400;
  color: #102636;
}

/* ****************************************  Flight-detail-page end here  **************************************** */

/* ****************************************  Flight-page start here  **************************************** */
.flight-page-cover {
  padding: 100px 0 0;
}

.flight-page-main {
  margin-top: 65px;
}

.flight-page-box {
  border: 1px solid #d7dbde;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
}

.flight-page-box .logo-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin: 0 20px;
  border-bottom: 1px solid #d7dbde;
}

.flight-page-box .logo-head .logo-img img {
  max-width: 150px;
}

.flight-page-box .logo-head .enquiry-btn a,
.flight-page-box .logo-head .enquiry-btn p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-image: linear-gradient(#54c38c, #03869f);
  padding: 7px 12px;
  transition: all 0.3s;
}

.flight-page-box .logo-head .enquiry-btn a:hover {
  background-image: linear-gradient(#edf6f8, #edf6f8);
  color: #02859f;
}

.flight-page-box .flight-dir-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 35px;
}

.flight-page-box .flight-dir,
.flight-page-box .flight-price-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flight-page-box .flight-dir {
  position: relative;
}

.flight-page-box .flight-dir .flight-dir-line {
  position: absolute;
  left: -16px;
  top: 0;
}

.flight-page-box .flight-dir .flight-dir-line p {
  display: inline-block;
  width: 1px;
  height: 90px;
  background-color: #54c38c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flight-page-box .flight-dir .flight-dir-line p span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
}

.flight-page-box .flight-dir .dest h3 {
  font-size: 16px;
  font-weight: 600;
  color: #02859f;
  line-height: 1;
  margin-bottom: 5px;
}

.flight-page-box .flight-dir .flight-dept {
  margin-bottom: 50px;
}

.flight-page-box .flight-dir .dest p {
  font-size: 13px;
  font-weight: 400;
  color: #10263670;
  line-height: 1;
}

.flight-page-box .flight-price h3 {
  font-size: 31px;
  font-weight: 600;
  margin-top: 10px;
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}

.flight-page-box .flight-price h3 span {
  position: absolute;
  background-image: linear-gradient(#54c38c, #03869f);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 500;
  left: -9px;
  top: -2px;
  margin-right: -13px;
}

.flight-page-box .flight-enquire-footer {
  background-image: linear-gradient(#edf6f8, #edf6f8);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}

.flight-page-box .flight-enquire-footer .btn-pkg a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 12px 18px;
  background-image: linear-gradient(#54c38c, #03869f);
  text-transform: uppercase;
  transition: all 0.4s;
  transition: all 0.3s;
}

.flight-page-box .flight-enquire-footer .flight-enquire-btn {
  width: 22px;
  height: 22px;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.4s;
  align-items: center;
  margin-left: 14px;
  transition: all 0.3s;
}

.flight-page-box .flight-enquire-footer .flight-enquire-btn i {
  font-size: 14px;
  transition: all 0.4s;
  color: #54c38c;
}

.gredient_secondary {
  background-image: linear-gradient(#03869f, #00467a) !important;
}


/* ****************************************  Flight-page start here  **************************************** */

/* ****************************************  Online-booking-enquiry page start here  **************************************** */

.online-booking-enquiry-page .flight-detail-main-cover {
  padding: 100px 0 50px;
}

.online-booking-enquiry-page .flight-result {
  max-width: 75%;
}

.online-booking-enquiry-page .flight-box-detail .air-info {
  flex: 0 0 14%;
}

.online-booking-enquiry-page .flight-detail-cover {
  margin-top: 50px;
}

.online-booking-enquiry-page .flight-detail-cover .flight-box {
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
  border: none;
}

.online-booking-enquiry-page .flight-detail-cover .flight-summary {
  padding-top: 0;
}

.online-booking-enquiry-page .flight-detail-cover .flight-box-detail:not(:nth-of-type(1)) {
  padding-top: 30px;
  margin-top: 30px;
}

.online-bookin-enquiry-form-cover {
  margin-bottom: 100px;
}

/* ****************************************  Online-booking-enquiry page end here  **************************************** */

/* ****************************************  Review-itinerary-page start here  **************************************** */
.review-itinerary-cover {
  padding: 100px 0 100px;
  background-color: #edf6f8;
}

.maping-cover {
  margin-bottom: 105px;
  max-width: 66%;
}

.maping-cover ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cfd4d7;
}

.maping-cover ul li {
  padding-bottom: 32px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s;
}

.maping-cover ul li p {
  font-family: "Montserrat", sans-serif;
  color: #102536;
  font-size: 20px;
  transition: all 0.3s;
}

.maping-cover ul li p span {
  margin-right: 15px;
}

.maping-cover ul li:active p {
  color: #54c38c;
  transition: all 0.3s;
}

.maping-cover ul li.active {
  border-bottom: 4px solid #54c38c;
  transition: all 0.3s;
}

.flight-itinerary-detail {
  margin-top: 70px;
}

.flight-itinerary-detail .flight-detail-cover .flight-box {
  flex: 0 0 100%;
  width: 100%;
  border: none;
}

.flight-itinerary-detail .flight-detail-cover .flight-box-detail .air-info {
  flex: 0 0 14%;
}

.flight-itinerary-detail .flight-detail-cover .flight-summary {
  padding-top: 0;
}

.flight-itinerary-detail .flight-detail-cover .flight-box-detail:not(:nth-of-type(1)) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d8dfe3;
}

.flight-itinerary-detail .flight-drop-detail .flight-box {
  flex: 0 0 75%;
  border-right: 1px solid #e5e5e5;
  padding-right: 80px;
}

.flight-itinerary-detail .details-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.flight-itinerary-detail .details-btn a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 19px 33px;
  transition: all 0.3s;
}

.flight-itinerary-detail .details-btn a:nth-of-type(1) {
  margin-right: 23px;
  background-color: #102636;
}

.flight-itinerary-detail .details-btn a:nth-of-type(2) {
  background-image: linear-gradient(#54c38c, #03869f);
}

.flight-itinerary-detail .details-btn a:nth-of-type(1):hover {
  background-color: #54c38c;
  transition: all 0.3s;
}

.flight-itinerary-detail .details-btn a:nth-of-type(2):hover {
  background-image: linear-gradient(#102636, #102636);
  transition: all 0.3s;
}

/* flight-itinerary-price */
.flight-itinerary-detail .flight-itinerary-price {
  padding: 30px 20px 110px;
}

.flight-itinerary-price {
  background-image: linear-gradient(#54c38c, #03869f);
  padding: 30px 30px 110px;
  color: #fff;
}

.flight-itinerary-price h3 {
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 20px;
}

.flight-itinerary-price .travelers-category {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}

.flight-itinerary-price .travelers-category p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flight-itinerary-price .travelers-category p:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}

.flight-itinerary-price .travelers-category p span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.flight-itinerary-price .total-price h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 50px 0 20px;
  text-transform: uppercase;
}

.flight-itinerary-price .total-price p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.flight-itinerary-price .total-price h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: end;
  margin: 65px 0 40px;
}

.flight-itinerary-price .total-price .btn-download {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 32px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s;
}

.flight-itinerary-price .total-price .btn-download img {
  padding-left: 13px;
}

.flight-itinerary-price .total-price .btn-download:hover {
  background-color: #00467a;
  transition: all 0.3s;
}

/* ****************************************  Review-itinerary-page end here  **************************************** */

/* ****************************************  Booking-confirmation-page start here  **************************************** */
.confirmation-page {
  padding: 100px 0 100px;
  background-color: #edf6f8;
}

.booking-confirmation-box {
  margin-top: 70px;
}

.booking-confirmation-thnx {
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #00000020;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.booking-confirmation-thnx>img {
  position: absolute;
  right: 80px;
  top: 90px;
}

.booking-confirmation-thnx .head-thnx h3 {
  display: inline-block;
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
  background-image: linear-gradient(#54c38c, #03869f);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-right: 65px;
}

.booking-confirmation-thnx .head-thnx h3 img {
  margin-right: 10px;
}

.booking-confirmation-thnx .flight-info {
  padding: 33px 0;
  border-bottom: 1px solid #d8d8d8;
}

.booking-confirmation-thnx .flight-info ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.booking-confirmation-thnx .flight-price-info ul li {
  justify-content: space-between;
}

.booking-confirmation-thnx .flight-info ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 15px;
}

.booking-confirmation-thnx .flight-info.half-line ul li span:nth-of-type(2) {
  margin-left: 5px;
}

.booking-confirmation-thnx .flight-info ul li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #102636;
  text-transform: capitalize;
}

.booking-confirmation-thnx .flight-info.half-line {
  max-width: 53%;
}

.booking-confirmation-thnx .flight-price-info ul li span:nth-of-type(2) {
  font-size: 20px;
}

.booking-confirmation-thnx .total-price {
  margin: 30px 0 35px;
}

.booking-confirmation-thnx .total-price p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.booking-confirmation-thnx .total-price p span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #54c38c;
  text-transform: uppercase;
}

.booking-confirmation-thnx .total-price p span:nth-of-type(2) {
  color: #102636;
}

.booking-confirmation-thnx .booking-confirm-media {
  text-align: center;
}

/* booking-confirm-help */
.booking-confirm-help {
  background-image: linear-gradient(#54c38c, #03869f);
  color: #fff;
  padding: 55px 30px;
  text-align: center;
}

.booking-confirm-help h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.booking-confirm-help>p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 28px 0;
  border-bottom: 1px solid #fff;
}

.booking-confirm-help .booking-help-contact {
  margin: 60px 0;
}

.booking-confirm-help .booking-help-contact p a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  transition: all 0.3s;
}

.booking-confirm-help .booking-help-contact p a i {
  margin-right: 15px;
  font-size: 18px;
}

.booking-confirm-help .booking-help-contact p a:hover {
  color: #00467a;
}

.booking-confirm-help .booking-help-contact p:nth-of-type(1) {
  font-weight: 500;
  margin-bottom: 25px;
}

.booking-confirm-help .barcode>img {
  display: block;
  margin: 0 auto;
}

.booking-confirm-help .barcode>img:not(:nth-of-type(1)) {
  margin-top: 18px;
}

/* ****************************************  Booking-confirmation-page end here  **************************************** */

/* ****************************************  Booking-information-page start here  **************************************** */
.booking-information-cover {
  padding: 100px 0 100px;
  background-color: #edf6f8;
}

.booking-information-page .heading-enquiry p {
  margin: 6px 0 85px;
}

.booking-information-box {
  margin-top: 70px;
}

.passenger-info-cover {
  font-family: "Montserrat", sans-serif;
}

.passenger-info-box {
  border-top: 3px solid #fff;
  box-shadow: 0 0 2px 0 #00000020;
  margin-bottom: 35px;
}

.passenger-info-box .passenger-header {
  background-color: #edf6f8;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #102636;
  text-transform: uppercase;
}

.passenger-info-box .passenger-header .passenger-selection-info,
.passenger-info-box .passenger-header .genders-selection-info {
  flex: 0 0 50%;
}

.passenger-info-box .passenger-header .passenger-selection-info ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.passenger-info-box .passenger-header .passenger-selection-info ul li:not(:nth-of-type(1)) {
  margin-left: 45px;
}

.passenger-info-box .passenger-header .genders-selection-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.passenger-info-box .passenger-header .mr-selection .form-select {
  background-image: url(../images/search-engine-select.png);
  padding: 8px 35px 8px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  background-size: 10px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  outline: none;
}

.passenger-info-box .passenger-header .mr-selection .form-select option {
  color: #54c38c;
  border-radius: 0;
  background-color: #fff;
}

.passenger-info-box .passenger-header .mr-selection {
  background-image: linear-gradient(#54c38c, #03869f);
}

.passenger-info-box .passenger-header .genders-selection-info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.passenger-info-box .passenger-header .genders-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.passenger-info-box .passenger-header .genders-selection .form-check:nth-of-type(1) {
  margin-right: 30px;
}

.passenger-info-box .passenger-header .genders-selection .form-check-input {
  background-color: #fff;
  border-color: #cccece;
  box-shadow: none;
  outline: none;
  border-radius: 3px;
  background-image: url(../images/filter-stopover-chkd.png);
  background-repeat: no-repeat;
  background-size: 8px;
  margin-right: 12px;
}

.passenger-info-box .passenger-header .genders-selection .form-check-input:focus {
  background-color: transparent;
}

.passenger-info-box .passenger-header .genders-selection .form-check-input:checked {
  background-color: #54c38c;
  border-color: #54c38c;
  background-image: url(../images/filter-stopover-chkd-wht.png);
}

.passenger-info-box .passenger-body {
  margin: 0;
  padding: 40px 40px 25px;
  background-color: #fff;
}

.passenger-info-box .passenger-body .form-control,
.passenger-contact-info-cover .passenger-body .form-control {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  background-color: #edf6f8;
  color: #a8a8a8;
  padding: 18px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.passenger-info-box .passenger-body .form-control::placeholder,
.passenger-contact-info-cover .passenger-body .form-control::placeholder {
  color: #a8a8a8 !important;
}

/* passenger-contact-info-cover */
.passenger-contact-info-cover {
  font-family: "Montserrat", sans-serif;
  margin-top: 40px;
  border-top: 3px solid #fff;
}

.passenger-contact-info-cover .passenger-header {
  background-image: linear-gradient(#54c38c, #03869f);
  padding: 17px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.passenger-contact-info-cover .passenger-header>p {
  text-transform: uppercase;
}

.passenger-contact-info-cover .passenger-body {
  padding: 30px 40px 50px;
  background-color: #fff;
}

.passenger-contact-info-cover .passenger-body>p {
  font-size: 14px;
  font-weight: 400;
  color: #102636;
  line-height: 1;
  margin-bottom: 35px;
}

.passenger-contact-info-cover .passenger-body .form-select {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #edf6f8;
  color: #a8a8a8;
  padding: 18px 20px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  background-image: none;
}

.passenger-contact-info-cover .passenger-body .form-control {
  font-weight: 500;
}

.passenger-contact-info-cover .passenger-body .form-check .form-check-input {
  background-color: #d8d8d8;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  margin-right: 15px;
}

.passenger-contact-info-cover .passenger-body .form-check .form-check-input:checked {
  background-color: #54c38c;
}

.passenger-contact-info-cover .passenger-body .form-check {
  font-size: 14px;
  font-weight: 400;
  color: #102636;
  line-height: 18px;
}

.passenger-contact-info-cover .passenger-body .submit-btn .btn {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  background-image: linear-gradient(#54c38c, #03869f);
  color: #fff;
  padding: 18px 35px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  outline: none;
}

/* ****************************************  Booking-information-page end here  **************************************** */

/* ****************************************  Country-page start here  **************************************** */
.country-cover {
  padding: 100px 0 0;
  background-color: #edf6f8;
}

.country-main {
  margin-top: 50px;
}

.country-box {
  margin-bottom: 40px;
}

.country-box .country-box-content>a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* z-index: 1; */
}

.country-box .country-box-content {
  background-color: #fff;
  position: relative;
  max-width: 85%;
  margin: 0 auto;
  top: -63px;
  padding: 30px;
  transition: all 0.3s;
  box-shadow: 0 0 5px 0 #00000010;
}

.country-box .country-box-content::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 41px;
  left: 0;
  top: 22px;
  background-color: #54c38c;
}

.country-box .country-box-content>img {
  position: absolute;
  right: 24px;
  bottom: 40px;
}

.country-box .country-box-content h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #54c38c;
  line-height: 1;
  transition: all 0.3s;

  text-transform: uppercase;
}

.country-box .country-box-content p {
  font-size: 14px;
  font-weight: 300;
  color: #10253680;
  line-height: 22px;
  margin: 30px 0 34px;
  transition: all 0.3s;
}

.country-box .country-box-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  background-image: linear-gradient(#54c38c, #03869f);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 35px;
  transition: all 0.3s;
}

.country-box .country-box-content h3 span {
  font-size: 22px;
  font-weight: 500;
}

.country-box .country-box-content .view-all-f a {
  font-size: 12px;
  font-weight: 400;
  color: #54c38c;
  border-bottom: 1px solid #54c38c;
}

.country-box:hover .country-box-content {
  background-color: #54c38c;
  background-image: linear-gradient(#54c38c, #03869f);
  color: #fff !important;
}

.country-box:hover h3 {
  transition: all 0.3s;
  background-image: linear-gradient(#fff, #fff);
}

.country-box:hover h4,
.country-box:hover p,
.country-box:hover .view-all-f a {
  color: #fff;
  border-color: #fff;
  transition: all 0.3s;
}

.country-box:hover .country-box-content::before {
  background-color: #fff;
}

/* ****************************************  Country-page end here  **************************************** */

/* ****************************************  Page-cotent start here  **************************************** */
/* .page-content-cover {
    padding: 100px 0 70px;
} */
.inner-page .main {
  padding: 40px 0;
}

.page-content .container>h1,
.page-content .container>.home-scrollbar h1,
.page-content .container>h2,
.page-content .container>.home-scrollbar h2,
.page-content .container>h3,
.page-content .container>.home-scrollbar h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #102636;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.page-content .container>h1,
.page-content .container>.home-scrollbar h1 {
  font-size: 45px;
}

.page-content .container>h3,
.page-content .container>.home-scrollbar h3 {
  font-size: 25px;
  font-weight: 500;
}

.page-content .container>h4,
.page-content .container>.home-scrollbar h4,
.page-content .container>h5,
.page-content .container>.home-scrollbar h5,
.page-content .container>h6,
.page-content .container>.home-scrollbar h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #102636;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.page-content .container>h5,
.page-content .container>.home-scrollbar h5 {
  font-size: 20px;
  font-weight: 400;
}

.page-content .container>h6,
.page-content .container>.home-scrollbar h6 {
  font-size: 18px;
  font-weight: 400;
}

.page-content .container>p,
.page-content .container>.home-scrollbar p {
  font-size: 16px;
  font-weight: 300;
  color: #10263690;
  line-height: 30px;
  margin-bottom: 35px;
}

.page-content .container>p a,
.page-content .container>.home-scrollbar p a,
.page-content .container>ol li a,
.page-content .container>.home-scrollbar ol li a,
.page-content .container>ul li a,
.page-content .container>.home-scrollbar ul li a,
.page-content .container>a,
.page-content .container>.home-scrollbar a {
  color: #54c38c;
  transition: all 0.3s;
}

.page-content .container>p a:hover,
.page-content .container>.home-scrollbar p a:hover,
.page-content .container>ol li a:hover,
.page-content .container>.home-scrollbar ol li a:hover,
.page-content .container>ul li a:hover,
.page-content .container>.home-scrollbar ul li a:hover,
.page-content .container>a:hover,
.page-content .container>.home-scrollbar a:hover {
  color: #102636;
  transition: all 0.3s;
}

.page-content .container>strong,
.page-content .container>.home-scrollbar strong {
  font-weight: 600;
}

.page-content .container>ul,
.page-content .container>.home-scrollbar ul,
.page-content .container>ol,
.page-content .container>.home-scrollbar ol,
.page-content .container>ul ul,
.page-content .container>.home-scrollbar ul ul,
.page-content .container>ol ol,
.page-content .container>.home-scrollbar ol ol {
  list-style-type: disc;
  padding: 10px 15px;
  margin: 15px 0;
}

.page-content .container>ol,
.page-content .container>.home-scrollbar ol,
.page-content .container>ol ol,
.page-content .container>.home-scrollbar ol ol {
  list-style-type: decimal;
}

.page-content .container>ul li,
.page-content .container>.home-scrollbar ul li,
.page-content .container>ol li,
.page-content .container>.home-scrollbar ol li {
  color: #102636;
  margin-left: 15px;
}

.page-content .container>blockquote>p,
.page-content .container>.home-scrollbar blockquote>p {
  background-color: #54c38c;
  color: #fff;
  text-align: center;
  max-width: 80%;
  margin: 10px auto;
  padding: 20px 30px;
  border-left: 5px solid #00467a;
  border-right: 5px solid #00467a;
}

.page-content .container>blockquote>p a,
.page-content .container>.home-scrollbar blockquote>p a {
  color: #00467a;
  transition: all 0.3s;
}

.page-content .container>blockquote>p a:hover,
.page-content .container>.home-scrollbar blockquote>p a:hover {
  color: #fff;
  transition: all 0.3s;
}

/* ****************************************  Page-cotent end here  **************************************** */

/* ****************************************  404 Error page start here  **************************************** */

.error-page-cover {
  background-image: linear-gradient(#54c38c, #03869f);
}

.error-page-cover .error-page-main {
  background-image: url(../images/error-page-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.error-page-cover .error-page-content {
  padding: 175px 0 135px;
  color: #fff;
}

.error-page-cover .error-page-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 436px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.error-page-cover .error-page-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
  margin: 60px 0 15px;
}

.error-page-cover .error-page-content p {
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.error-page-cover .error-page-content>a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  padding: 18px 46px;
  margin-top: 70px;
  transition: all 0.3s;
}

.error-page-cover .error-page-content>a:hover {
  color: #00467a;
}

.error-page-cover.thankyou .error-page-content h2 {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  text-transform: uppercase;
}

.error-page-cover.thankyou .error-page-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin: 60px 0 15px;
}

.error-page-cover.thankyou .error-page-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

/* ****************************************  404 Error page end here  **************************************** */

/* ****************************************  form-validation page start here  **************************************** */

.form-control.error-item,
.form-check-input.error-item {
  border: 1px solid red !important;
  color: red;
  box-shadow: 1px 1px 3px rgb(253, 105, 105), -1px -1px 3px rgb(253, 105, 105) !important;
}

.error {
  display: none !important;
}

.errorMessage .warning {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 5px;
}

.errorMessage .warning h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.errorMessage .warning img {
  margin-right: 15px;
  width: 40px;
}

/* ****************************************  form-validation page end here  **************************************** */

/* preloader starts here*/

.trip-group.load::before {
  content: "";
  position: absolute;
  right: 30px;
  width: 25px;
  height: 25px;
  font-size: 3px;
  bottom: 12px;
  border-top: 1em solid #54c38c;
  border-right: 1em solid transparent;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
}

.enquiry-form-cover .trip-group.load::before {
  border-color: #fff;
}

@-ms-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

/* preloader ends here*/

.n-banner {
  background-color: #54c38c;
}

.n-banner .search-engine .search-main .search-form {
  top: 200px;
}

.n-banner .search-main {
  height: 420px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #54c38c;
  background: #54c38c;
  font-weight: normal;
  color: #ffffff;
}

/* custom datepicker starts */

.ui-datepicker {
  width: 333px;
  border: none;
  box-shadow: 0 3px 6px 0 #00000016;
  background-color: #fff;
  padding: 15px;
  border-radius: 2px;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-datepicker td {
  padding: 0px;
}

.beat_my_qout .ui-datepicker {
  top: 270px;
}

.ui-datepicker .ui-datepicker-header {
  background-color: #fff;
  border: none;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 22px;
  font-weight: 700;
  color: #00467a;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  background-color: #ffff;
  color: #11615d;
  font-weight: 700;
  border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  font-size: 18px;
  font-weight: 500;
  border: none;
  background: #ffff;
  color: #00467a;
  text-align: center;
  padding: 5px 9px;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #00467a;
  border-radius: 0;
  color: #fff;
}

.ui-datepicker th {
  font-size: 18px;
  font-weight: 700;
  color: #54c38c;
  text-transform: capitalize;
  padding: 5px 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 100%;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #fff;
  border: none;
}

.ui-datepicker-next.ui-corner-all .ui-icon {
  background-image: url(/images/calender-arrow.png);
  background-position: center !important;
}

.ui-datepicker-prev.ui-corner-all .ui-icon {
  background-image: url(/images/calendar-l-arrow.png);
  background-position: center !important;
}

.ui-state-default:hover,
.ui-state-default.ui-state-active {
  background-color: #00467a;
  color: #fff;
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #54c38c;
  color: white;
}

/* custom datepicker ends */

/* Whatsapp button animation start */
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulsewhatssapp;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  bottom: 35px;
  right: auto;
  left: 20px;
  z-index: 999;
}

.btn-whatsapp-pulse:hover {
  color: #fff;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes pulsewhatssapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}