* {
  padding: 0;
  margin: 0;
}

::selection {
  background-color: #001650;
  color: #00aeff;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

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

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

.header .top-bar {
  background-color: #192d4e;
}

.main-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 2px 0 #01012f;
}

.main-topbar ul {
  display: flex;
  justify-content: space-between;
}

.main-topbar ul li:nth-of-type(1){
  padding: 11px 31px 11px 0;
}

.main-topbar ul li {
  padding: 11px 31px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}


.main-topbar ul li a span:hover {
  color: #00aeff;
  transition: all 0.3s;
}

.main-topbar ul:nth-last-of-type(1) li:nth-last-of-type(1).active {
  background-color: #00aeff;
}

.main-topbar ul:nth-last-of-type(1) li:nth-last-of-type(1).active span:hover {
  color: #192d4e;
}

.main-topbar ul li a span {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 500;
}

.main-topbar ul li a img {
  margin-right: 13px;
}

.main-topbar ul li a i {
  color: #00aeff;
  transition: all 0.3s;
  font-size: 19px;
  margin-right: 13px;
}

/* nav links starts here  */

.logo {
  min-width: 95px;
}

.nav-custom {
  display: flex;
  padding: 17px 0 14px;
  justify-content: space-between;
}

.nav-custom .stellarnav ul li {
  transition: all 0.3s;
}

.nav-custom .stellarnav ul li:hover a,
.nav-custom .stellarnav ul li.active a {
  color: #00aeff;
  transition: all 0.3s;
}

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

.nav-custom .stellarnav ul li a {
  font-size: 16px;
  padding: 0;
  color: #192d4e;
  font-weight: 500;
  margin-right: 32px;
}

.nav-custom .header-socialmedia ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

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

.nav-custom .header-socialmedia ul li a svg.svg:hover {
  fill: #00aeff;
  transition: all 0.3s;
}

.nav-custom .header-socialmedia ul li a svg.svg {
  font-size: 19px;
  width: 19px;
  height: 19px;
  fill: #192d4e;
  transition: all 0.3s;
}

/* header ends here  */

/* banner starts here  */

.search-banner {
  color: #fff;
  background-color: #192d4e;
  margin-top: 111px;
}

.search-banner .search-engine {
  position: static;
  padding: 30px 0;
}

.banner {
  position: relative;
  background-color: #192d4e;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-size: cover;
  padding: 145px 0 236px;
}

.banner::after {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #102636;
  opacity: 0.4;
}

.banner-content {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0 0 164px;
  flex-direction: column;
  justify-content: center;
}

.banner-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}

.banner-content h4 {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}


/* search engine starts here  */
/* form validation css  */
input.error , select.error{
  border: 1px solid red !important;
}

label.error {
  display: none !important;
}

.banner+ .search-engine {
  z-index: 15;
  position: absolute;
  padding: 0;
  left: 0;
  top: 55%;
  right: 0;
  color: #fff;
}

.select2.select2-container.select2-container--default.select2-container--below {
  width: auto !important;
}

.search-engine .form-main {
  padding: 21px 20px 5px;
  background-color: #fffffff6;
  box-shadow: 0 0 2px 0 #0003;
}

.return-date {
  display: none;
}

.search-form .form-head .search-form-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 22px !important;
  align-items: center;
}

.search-form .form-head .search-form-btn .form-check:not(:nth-last-of-type(1)) {
  margin-right: 25px;
}

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

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

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

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-input .form-control::placeholder {
  color: #1b2a2f;
  opacity: 0.5;
  font-size: 14px;

}
.form-main .select2-container {
  width: 100% !important;
}
.form-main .select2-container--default .select2-selection--multiple,
.form-input .form-control,
.form-input select.form-control,
.input-group .form-control.select {
  font-size: 14px;
  box-shadow: 0px 0px 4px #00000025;
  height: 48px;
  padding: 10px 20px !important;
  border-radius: 0;
  margin: 0;
  background-color: #fff;
  color: #01012f;
  border: none;
}

.form-input.add-btn {
  text-align: end;
  margin-bottom: 20px;
}

.form-input.add-btn .btn.add-flights-btn {
  background-color: #192d4e;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  position: relative;
  font-weight: 500;
  padding: 13px 50px;
  transition: all 0.5s;
  z-index: 2;
}

.form-input.add-btn .btn.add-flights-btn:hover {
  background-color: #00aeff;
  transition: all 1s;
}


.form-input.add-btn .btn.add-flights-btn:hover::before {
  left: 0;
  right: 0;
  transition: all 0.4s;
}

.form-main .select2-container {
  display: block;
}

.btn.submit-btn>span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}

.search-engine .search-dates {
  margin-right: 2px;
}

.passenger-search .input-group,
.return-date .form-input,
.shown-field,
.search-dates {
  position: relative;
}

.passenger-search .input-group>img.arrow-up,
.return-date .form-input>img,
.shown-field img,
.search-dates>img {
  position: absolute;
  right: 19px;
  top: 18px;
  z-index: 9;
}

.form-group.passenger-contain {
  position: relative;
}

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

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

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

.form-submit .submit-btn {
  background-color: #00aeff;
  display: flex;
  width: 100%;
  height: 48px;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  border: none;
  padding: 0 20px;
  transition: all 0.3s;
}

.form-submit .submit-btn img {
  margin-left: 24px;
}

.form-submit .submit-btn:hover {
  background-color: #192d4e;
  transition: all 0.4s;
}

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

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

.search-submit .form-submit {
  flex: 0 0 20%;
}

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

.search-dates .origin-date .form-input {
  margin-right: 0 !important;
}

.passenger-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  box-shadow: 0 1px 5px 1px #0002;
  background-color: #fff;

}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.passenger-type .form-control {
  border: none;
  border-bottom: 1px solid #01012f;
  box-shadow: none;
  text-align: center;
  margin: 0 5px !important;
  padding: 0;
  opacity: 0.5;
  background-color: transparent;
}

.passenger-type .passenger {
  flex: 0 0 35%;
  display: flex;
  align-items: flex-end;
}

.btn.general-btn.btn-block {
  width: 100%;
  background-color: #00aeff;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.passenger-type .passengers-label label {
  color: #1b2a2f;
  font-size: 14px;
  opacity: 0.5;
  margin-left: 20px;
  line-height: 1;
  font-weight: 400;
}

.btn.minus,
.btn.plus {
  width: 15px;
  height: 15px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: #ededed;
}

.passenger-type .passengers-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* form  */
/* .close-btn {
  display: none;
} */


.ui-widget.ui-widget-content {
	z-index: 28 !important;
}

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

.multicity .multiCityRow:nth-of-type(1) .flight-no .close-icon {
  display: none;
}

.filends-append-here .multiCityRow:nth-of-type(1) .flight-no .close-icon {
  display: initial !important;
}

body {
  counter-reset: section;
}

.flight-no h2::after {
  counter-increment: section;
  content: " " counter(section);
}


.close-icon {
  cursor: pointer;
  margin-right: 5px;
}

.flight-type .close-icon {
  cursor: pointer;
  position: absolute;
  top: 5px;
  transform: translateY(-50%);
  right: 5px;
}

.flight-no h2 {
  font-size: 15px;
  color: #00aeff;
  font-weight: 500;
}

.flight-no {
  display: flex;
  margin-bottom: 13px;
  flex-direction: row;
  justify-content: space-between;
}

.multicity {
  display: none;
}

.flight-type {
  margin-bottom: 18px !important;
}

.flight-type label,
.flight-type input {
  color: #192d4e;
  font-weight: 600;
  font-size: 15px;
}

.search-form-btn.flight-type .form-check-input,
.flight-type .radio .form-check-input {
  background-color: transparent;
  border: 3px solid #fff;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  outline: 2px solid #192d4e;
}


.flight-type .form-check-input:checked[type="radio"] {
  background-image: url("/assets/images/check-colored.png") !important;
  /* outline: 1px solid #192d4e; */

}

/* banner ends here */
/* index main starts here  */
.cheap-flights-cover {
  padding: 68px 0 42px;
}

.cheap-flights-main {
  padding-top: 60px;
}

.heading-seciton {
  color: #192d4e;
  text-align: center;
}

.heading-seciton h2 {
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: inline-block;
}

.heading-seciton h2::after {
  content: "";
  width: 150px;
  height: 3px;
  background: #00aeff;
  /* position: absolute; */
  /* bottom: -2px; */
  /* left: 0; */
  display: block;
  margin: 10px auto 0px auto;
}

.heading-seciton h5 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.detail-box .detail-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  z-index: 3;
  color: #fff;
  transition: all 0.3s;
}

.detail-box {
  transition: all 0.3s;
  overflow: hidden;
  min-height: 200px;
  background-color: #1b2a2f;
}

.detail-box .detail-img {
  transition: all 0.3s;
}

.detail-box:hover .detail-img {
  transition: all 0.3s;
  transform: scale(1.1);
}

.detail-box .detail-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.detail-box::after {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #fff0, #fff0, #102636);
}

.detail-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.detail-box .detail-content h3:nth-last-of-type(1) {
  display: inline-block;
}

.detail-box .detail-content h6 {
  font-size: 14px;
  margin: 9px 0;
  font-weight: 400;
}

.detail-box .detail-content span {
  font-size: 13px;
  margin-left: 10px;
  font-weight: 400;
}

/* cheap flights section end here  */
/* popular flights starts here  */
.popular-cities-cover {
  padding: 61px 0 70px;
  background-image: url(/assets/images/popular-cities-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
}

.popular-cities-cover .heading-seciton {
  color: #fff;
}

.popular-cities-main {
  padding-top: 60px;
}

.detail-lists {
  padding-top: 30px;
  border-top: 2px solid #102636;
}

.detail-lists a {
  display: flex;
  position: relative;
  color: #102636;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f8fb;
  font-size: 14px;
  z-index: 5;
  margin-bottom: 3px;
  font-weight: 400;
  padding: 14px 23px 12px 18px;
}

.detail-lists a::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #0078e1;
  top: 0;
  transition: all 0.3s;
  bottom: 0;
  right: 100%;
  z-index: -1;
}

.detail-lists a:hover {
  transition: all 0.5s;
  color: #fff;
}

.detail-lists a:hover::before {
  transition: all 0.5s;
  right: 0;
}

/* popular flights ends here  */
/* airlines section starts here  */
.best-airlines-cover {
  padding: 60px 0;
  background-image: url(/assets/images/airlines-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

.best-airline-main {
  padding-top: 52px;
}

.best-airline-main .airline-box {
  background-color: #f7f7f8;
  padding: 55px 25px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.3s;
  box-shadow: 0 0px 0 0px #0000;
}

.best-airline-main .airline-box:hover {
  box-shadow: 0 0px 2px 0px #0008;
  transition: all 0.4s;
}

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

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

/* airlines section end here  */
/* trends countries starts here  */
.trend-coutries-cover {
  padding: 60px 0;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(/assets/images/popular-cities-bg.jpg);
}

.trend-coutries-cover .heading-seciton {
  color: #fff;
}

.trend-countries-main {
  padding-top: 52px;
}

/* trends countries ends here  */
/* about us section starts here  */
.aboutus-cover .heading-seciton h2 {
  text-align: start;
}

.aboutus-cover .heading-seciton p {
  text-align: start;
  font-size: 16px;
  opacity: 0.6;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0 40px;
  color: #000;
}

.about-us-img {
  padding-top: 20px;
}

.aboutus-cover {
  padding: 62px 0 72px;
  background-color: #f6f8fb;
}

.about-us-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: #102636;
  margin: 16px 0 14px;
}

.about-us-box p {
  font-size: 15px;
  font-weight: 400;
  color: #6e7b8e;
  line-height: 25px;
  margin-bottom: 44px;
}

.about-us-quote {
  position: absolute;
  padding: 66px 29px;
  background-color: #203655;
  top: 50%;
  transform: translateY(-50%);
  left: -112px;
  max-width: 312px;
  right: auto;
}

.about-us-quote h3 {
  font-size: 37px;
  font-weight: 700;
  color: #fff;
  font-family: 'Dancing Script', cursive;

}

/* about us section ends here  */
/* footer starts here  */
/* mail us starts here section  */
.mail-us {
  padding: 35px 49px 39px 52px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  background-color: #00aeff;
}

.mail-us .mail-info {
  display: flex;
  align-items: center;
}

.mail-us .mail-info p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}

.mail-us .mail-info h3 {
  font-size: 27px;
  font-weight: 600;
}

.mail-us .form-input input[type=submit] {
  padding: 21px 42px !important;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background-color: #192d4e;
}

.mail-us .form-input .form-control::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.mail-us .form-input .form-control {
  height: initial;
  padding: 21px 20px !important;
  box-shadow: none;
  color: #fff;
  background-color: #0078e1;
}

.mail-us .mail-info .mail-info-img {
  margin-right: 30px;
}

.mail-us .form {
  flex: 0 0 50%;
}

.mail-us .form .mail-form .form-group:nth-of-type(1) {
  width: 100%;
}

.mail-us .mail-form {
  display: flex;
}

/* mail us starts ends section  */
/* main footer starts here  */

.footer-cover {
  padding-top: 70px;
  background: url(/assets/images/footer-bg.jpg) #203655 no-repeat center;
  background-position: center;
  background-size: cover;
}

.footer-info {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  justify-content: space-between;
}

.footer-about {
  flex: 0 0 24%;
}

.get-in-touch {
  flex: 0 0 19%;
}

.destination-visited-links,
.destination-links {
  flex: 0 0 18%;
}

.footer-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 23px;
}

.footer-info p,
.footer-info span {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
}

.footer-info ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 11px;
}

.footer-info ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  transition: all 0.3s;
}

.footer-info ul li a:hover {
  transition: all 0.3s;
  color: #00aeff;
}

.footer-info ul li>p {
  display: flex;
  align-items: baseline;
}

.footer-info ul li>p i {
  font-size: 18px;
  color: #00aeff;
  margin-right: 24px;
}

.footer-links {
  padding: 25px 0 30px;
  border-top: 1px solid #2c3e5b;
  border-bottom: 1px solid #2c3e5b;
}

.footer-links ul {
  display: flex;
  justify-content: space-evenly;
}

.footer-links ul li a {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  transition: all 0.3s;
}

.footer-links ul li a:hover {
  transition: all 0.3s;
  color: #00aeff;
}

.footer-social-media {
  padding: 59px 112px 63px;
}

.footer-social-media ul {
  display: flex;
  justify-content: space-evenly;
}

.footer-social-media ul li a svg.svg {
  fill: #fff;
  font-size: 38px;
  width: 38px;
  height: 38px;
  transition: all 0.3s;
}

.footer-social-media ul li a svg.svg:hover {
  transition: all 0.3s;
  fill: #00aeff;
}

.copyright {
  padding: 15px 0 17px;
  background-color: #001650;
}

.copyright p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/* mobile menu starts here  */
.menu-icon,
.contact-us {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  left: 0;
  right: auto;
  background-color: #00aeff;
  box-shadow: 0 0 2px 0 #0005;
}

.menu-icon {
  left: auto;
  right: 0;
}

.menu-bar {
  right: 12%;
  left: 12%;
  z-index: 999;
  bottom: 53px;
}

.menu-icon .mobile-menu-bars span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #777;
  margin: 0 0 3px;
}

/* mobile menu ends here  */

/* main footer ends here  */

/* footer ends here  */

/* search engine responsive style starts here  */
/* footer menu starts here  */
.menu-small {
  background-color: #00aeff;
  min-height: 45px;
  margin-bottom: 12px;
  border-top: 3px solid #fff8ed;
}

.menu-small .phone-call {
  background-color: #192d4e;
  border-radius: 50%;
  top: -66%;
  left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 55px;
  width: 55px;
  border: 3px solid #fff8ed;
  transition: all 0.3s;
}


.mobile-menu-bars:hover,
.menu-small .phone-call:hover {
  background-color: #00aeff;
  transition: all 0.3s;
}


.menu-small .phone-call i {
  font-size: 23px;
  color: #fff;
}

.mobile-menu-bars {
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -66%;
  background-color: #192d4e;
  right: 11%;
  border: 3px solid #fff8ed;
  transition: all 0.3s;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu-bars .menu-toggles span.bars span:not(:nth-last-of-type(1)) {
  margin: 0 0 7px;
}

.menu-bars-fixed {
  position: fixed !important;
  display: none;
  bottom: 0;
  background-color: #fff8ed;
  left: 0;
  right: 0;
  z-index: 999;
}

.stellarnav .dd-toggle {
  position: absolute !important;
  top: -5px;
  right: 0;
  padding: 0;
  width: 48px;
  height: 28px;
  text-align: center;
  z-index: 9999;
  border: 0;
}

.stellarnav a.dd-toggle .icon-plus::after,
.stellarnav a.dd-toggle .icon-plus::before {
  border-bottom: solid 3px #00aeff;
  width: 12px;
}


.mobile-menu-bars .menu-toggles span.bars span {
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 6px;
  background: #fff;
}

.stellarnav.mobile .menu-toggle {
  display: none;
}

.mobile-menu-bars,
.menu-small .phone-call {
  cursor: pointer;
}

.footer-cover {
  padding: 70px 0 0px;
}


/* footer menu bar ends here  */

/* index main ends here  */
/* inner page section starts here  */
.inner-page .banner+ .search-engine {
  transform: translateY(53px);
}

.inner-page .banner+.search-engine {
  top: 37%;
}

.inner-page .nav-custom-cover {
  box-shadow: 0 1px 1px 0 #0001;
}

/* about us page starts here  */

.inner-page .aboutus-cover {
  padding: 62px 0 22px;
  background-color: transparent;
}

.review-section-cover {
  margin: 24px 0 75px;
}

.review-section-main {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
  background-color: #f6f8fb;
}

.review-box {
  padding: 0 25px;
}

.why-us-cover {
  background-image: url("/assets/images/popular-cities-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-us {
  background-image: url("/assets/images/aboutus-img2.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 48% 100%;
}

.why-us-content {
  color: #fff;
  padding: 58px 35px 52px 0;
}

.why-us-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.why-us-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.why-us-content p:not(:nth-last-of-type(1)) {
  margin-bottom: 37px;
}

/* statistics */

.statistic-cover {
  padding: 60px 0 38px;
}

.statistics-main {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.statistics-main .statics-box {
  max-width: 155px;
  display: flex;
  flex-direction: column;
  color: #102636;
}

.statistics-main .statics-box>img {
  max-width: 65px;
}

.statistics-main .statics-box>p {
  font-size: 16px;
  font-weight: 500;
  margin: 32px 0 8px 0;
  font-family: 'Poppins', sans-serif;
}

.statistics-main .statics-box>h3 {
  font-size: 50px;
  font-weight: 700;
}

/* about us page ends here  */


/* destinations  page starts here  */

.destination-cover {
  padding: 70px 0 55px;
}

.destination-cover .destination-main {
  margin-top: 55px;
}

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

.continents-box>img {
  width: 100%;
}

.continents-box {
  background-color: #192d4e;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  transition: all 0.5s;
}

.continents-box .continent-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  top: 79%;
  right: 0;
  overflow: hidden;
  bottom: auto;
  z-index: 1;
  padding: 26px 20px;
  transition: all 0.3s;
}

.continents-box:hover .continent-info {
  transition: all 0.6s;
  top: 55%;
}


.continents-box:hover .continent-info h3 {
  margin-bottom: 13px;
  transition: all 0.3s;
}

.continents-box .continent-info a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  margin-top: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  font-weight: 400;
}

.continents-box .continent-info a::after {
  height: 2px;
  position: absolute;
  content: "";
  background-color: #00aeff;
  bottom: -3px;
  transition: all 0.4s;
  left: 0;
  width: 0;
}

.continents-box .continent-info a:hover::after {
  transition: all 0.4s;
  width: 120px;
}

.continents-box .continent-info a img {
  margin-left: 13px;
}

.continents-box {
  position: relative;
}

.continents-box::after {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #fff0, #fff0, #102636);
}

.continents-box .continent-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.continents-box .continent-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 29px;
  transition: all 0.3s;
  text-transform: uppercase;
}


/* destinations  page ends here  */
/* airline starts here  */



/* countries page starts here  */

/* airline page starts here  */
.airline-cover {
  padding: 60px 0 75px;
}

.search-sec {
  max-width: 424px;
  margin: 42px auto 57px;
}

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

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

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

.search-sec .form-search .form-control {
  background-color: #edf6f8;
  color: #1b2a2f;
  padding: 12px 16px 13px;
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: 0 0px 2px 0px #0006;
}

.search-sec .form-search .form-control::placeholder {
  color: #bec3cc;
  font-size: 14px;
  background-color: #f7f7f8;
}

.search-sec .form-search .btn {
  background-color: #192d4e;
  color: #fff;
  font-size: 14px;
  padding: 15px 0 15px;
  width: 100%;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
}

.airline-info .airline-box {
  background-color: #f7f7f8;
  padding: 55px 35px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.4s;
  box-shadow: 0 0 2px 0 #0000;
}

.airline-info .airline-box:hover {
  box-shadow: 0 0px 2px 0px #0006;
  transition: all 0.4s;
}

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

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

/* airline page ends here  */

/* contact us page starts here  */
.contact-us-cover {
  background-color: #f2f2f2;
  position: relative;
  /* margin-bottom: 79px; */
}

.contact-us-cover::after {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 50%;
  background-color: #192d4e;
}

.contact-us-main {
  position: relative;
  z-index: 5;
}

.contact-us-form-main {
  padding: 70px 154px 60px 0;
  color: #fff;
}

.contact-us-form-main .field-img {
  position: relative;
}

.contact-us-form-main .field-img img {
  position: absolute;
  top: 10px;
  right: 17px;
}

.contact-us-form-main h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin-bottom: 44px;
}

.contact-us-form-main .form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
  color: #fff;
}

.contact-us-form-main .form-input .form-control {
  color: #1b2a2f;
  padding: initial;
  border-radius: 0;
  background-color: #13223c;
  margin-bottom: 12px !important;
  padding: 16px 14px !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-height: 44px;
  outline: none;
  box-shadow: none;
}

.contact-us-form-main .form-input .form-check-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.5;
}

.contact-us-form-main .form-check {
  margin: 27px 0 50px;
}

.contact-us-form .form-check-input {
  border-radius: 0 !important;
  border-color: #b6246e;
  width: 15px;
  height: 15px;
}

.contact-us-form-main .form-check-input:checked {
  background-color: #00aeff;
  border-radius: 0;
  border-color: #00aeff;
}

.contact-us-form-main .form-input textarea.form-control {
  min-height: 110px;
}

.contact-us-form-main .btn-submit .btn {
  padding: 14px 27px;
  background-color: #00aeff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 0;
}

.contact-map {
	width: 425px;
}

/* form info starts here  */

.contact-info-cover {
  display: flex;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
}

.contact-info {
  background-color: #00aeff;
  padding: 25px 80px 42px 30px;
  color: #fff;
  max-width: 360px;

}

.contact-info h3 {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.contact-info>ul:nth-of-type(1) {
  margin-bottom: 40px;
}

.contact-info>ul li {
  display: flex;
}

.contact-info>ul li:not(:nth-last-of-type(1)){
  margin-bottom: 18px;
}

.contact-info>ul li i {
  margin-right: 24px;
  font-size: 18px;
}

.contact-info a,
.contact-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.contact-info a {
  color: #fff;
  transition: all 0.3s;
}

.contact-info a:hover {
  color: #192d4e;
  transition: all 0.3s;
}

.contact-info h4 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 23px;
}

.opening-hrs p {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}

.opening-hrs {
  margin-bottom: 40px;
}

.opening-hrs p:not(:nth-last-of-type(1)) {
  margin-bottom: 5px;
}

.contact-info .media-icon ul {
  display: flex;
  flex-direction: row;
}

.contact-info .media-icon ul li a svg.svg {
  fill: #fff;
  width: 23px;
  height: 23px;
  transition: all 0.3s;
}

.contact-info .media-icon ul li a svg.svg:hover {
  fill: #192d4e;
  transition: all 0.3s;
}

.contact-info .media-icon ul li:not(:nth-last-of-type(1)) {
  padding-right: 22px;
}


/* contact us page ends here  */

/* content page starts here  */

.page-content {
  padding: 60px 0 75px;
  color: #192d4e;
}

.page-content>.container>.scroll-page-content p ,
.page-content>.container>p {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 35px;
  color: #102636;
}

.page-content>.container>.scroll-page-content h1 ,
.page-content>.container>h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 35px;
}

.page-content>.container>.scroll-page-content h5 ,
.page-content>.container>h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 32px;
}

.page-content>.container>.scroll-page-content h6 ,
.page-content>.container>h6 {
  font-size: 18px;
  font-weight: 700;
  text-transform: lowercase;
  margin-bottom: 35px;
}

.page-content>.container>.scroll-page-content h2 ,
.page-content>.container>h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.page-content>.container>.scroll-page-content h3 ,
.page-content>.container>h3 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.page-content>.container>.scroll-page-content strong ,
.page-content>.container>strong {
  font-size: 15px;
  font-weight: 700;
  color: #192d4e;
}

.page-content>.container>.scroll-page-content h4 ,
.page-content>.container>h4 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.page-content>.container a {
  color: #00aeff;
  transition: all 0.3s;
  font-style: italic;
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  transition: all 0.4s;
}

.page-content>.container a:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}

.page-content>.container>.scroll-page-content blockquote ,
.page-content>.container>blockquote {
  max-width: 85%;
  margin: 20px auto;
  padding: 25px;
  font-style: italic;
  border-left: 5px solid #00aeff;
  background-color: #F9FDFF;
}

.page-content>.container>.scroll-page-content blockquote p ,
.page-content>.container>blockquote p {
  font-size: 18px;
  font-weight: 600;
}

.page-content>.container>.scroll-page-content ol li ,
.page-content>.container>ol li {
  color: #00aeff;
  font-size: 20px;
}

.page-content>.container>.scroll-page-content ul>li ,
.page-content>.container>ul>li {
  flex: 0 0 48%;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 35px;
  list-style: disc;
  padding: 0 0 0 12px;
  margin-left: 16px;
}

.page-content>.container>.scroll-page-content ul ,
.page-content>.container>ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 14px;
}

.page-content>.container>.scroll-page-content ol li a ,
.page-content>.container>ol li a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.page-content>.container>.scroll-page-content a:hover ,
.page-content>.container>a:hover {
  color: #192d4e;
  transition: all 0.3s;
}

/* content page ends here  */
/* city fares starts here  */
.city-fares-cover {
  padding: 60px 0 55px;
}

.city-fares-main {
  margin-top: 50px;
}

.city-fare-box {
  background-color: #1e365f;
  border-left: 5px solid #00aeff;
  color: #fff;
  position: relative;
  margin-bottom: 24px;
  padding: 37px 23px;
  z-index: 5;
}

.city-fare-box > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.city-fare-box::before {
  background-color: #192d4e;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: 0;
  z-index: -1;
  content: "";
}

.city-fare-box span,
.city-fare-box p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}

.city-fare-box span {
  margin-bottom: 40px;
  display: inline-block;
}

.city-fare-box span {
  margin-bottom: 40px;
}

.city-fare-box h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.city-fare-box h3 {
  font-size: 46px;
  color: #00aeff;
  text-transform: uppercase;
  font-weight: 700;
}

.city-fare-box h3 sub {
  font-weight: 400;
  bottom: 0;
  left: -2px;
  font-size: 24px;
}

.city-fare-box img {
  margin: 21px 0 55px;
}

/* countries page  starts here  */
.countries-cover {
  padding: 60px 0 55px;
}

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

.continents-box {
  margin-bottom: 24px;
}

.price-countries {
  position: relative;
}

.price-countries>span {
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  bottom: -10px;
  right: 0;
  color: #00aeff;
}

.price-countries>span sub {
  font-weight: 400;
  font-size: 18px;
  bottom: 0;
  left: -2px;
}

/* beat my quote starts here  */

/* my quote page starts here  */

.myquote-cover {
  padding: 60px 0 105px;
}

.myquote-form-cover {
  background-color: #f7f7f8;
  /* border: 1px solid #e6e6e6; */
  margin-top: 50px;

}

.myquote-form-main {
  padding: 50px 34px 0 0;
}

.myquote-form-main .date {
  position: relative;
}

.myquote-form-main .date img {
  position: absolute;
  right: 16px;
  top: 18px;
}

.myquote-form-main .form-select,
.myquote-form-main .form-input .form-control {
  margin-bottom: 27px;
  color: #1b2a2f;
  border-radius: 0;
  font-size: 13px;
  color: #192d4e;
  outline: none;
  border: 1px solid transparent;
  box-shadow: 0px 0 3px 0px #0000000F;
  padding: 17px 15px;
}

.myquote-form-main .form-select {
  background-image: url("/assets/images/dropdown.png");
  font-size: 13px;
  background-size: 10px;
  font-weight: 300;
  color: #192d4e !important;
}

.myquote-form-cover .btn-submit .btn {
  padding: 12px;
  text-transform: capitalize;
  font-size: 14px;
  background-color: #192d4e;
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 100%;
  transition: all 0.3s;
  border-radius: 0;
}

.myquote-form-main .form-control::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: #192d4e;
  opacity: 0.7;
}

.myquote-form-cover .heading p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  opacity: 0.8;
  color: #192d4e;
}

.myquote-form-cover .btn-submit .btn:hover {
  background-color: #00aeff;
  transition: all 0.3s;
}

.myquote-form-main .submit-box {
  margin-top: 55px;
  justify-content: space-between;
  align-items: flex-end;
}

.trip-type {
  margin-bottom: 28px;
}

.trip-type label,
.trip-type input {
  color: #192d4e;
  font-weight: 600;
  font-size: 15px;
}

.trip-type .form-check-input:checked[type="radio"] {
  background-image: url("/assets/images/check-colored.png") !important;
}

.triptype .form-check-input,
.trip-type .form-check-input {
  background-color: transparent;
  border: 3px solid #fff;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  outline: 2px solid #192d4e;
}

.myquote-form-main .heading {
  margin-bottom: 45px;
}

/* my quote page starts here  */
/* flight detail page starts here  */
.flight-fares-cover {
  background-color: #f6f8fb;
  margin-bottom: 24px;
}

.fare-list {
  padding: 0 9px 18px 48px;
}

.flight-detail-cover {
  padding: 55px 0 80px;
}

.heading-flight h4 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
  color: #192d4e;
}

.airline-filter {
  padding: 5px;
  background-color: #192d4e;
  margin-bottom: 24px;
}

.airline-filter .form-control {
  border-radius: 0;
}

.airline-filter .form-control::placeholder {
  color: #01012f99;
  font-size: 14px;
  font-weight: 400;
}

.airline-filter .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.airline-filter .airlines-filter-body {
  color: #fff;
  padding: 28px 20px 32px 20px;
}

.airline-filter ul li .form-check-label {
  font-size: 15px;
  font-weight: 400;
}

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

.airline-filter .form-check-input:checked[type="checkbox"] {
  background-color: #00aeff;
  border-color: #00aeff;
}

.filter-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-transform: uppercase;
  margin-bottom: 37px;
}

.search-dest img {
  position: absolute;
  right: 16px;
  top: 17px;
}

.search-dest .form-control {
  padding: 15px;
  font-size: 14px;
  color: #01012f;
  font-weight: 500;
}

.filter-heading h5 {
  font-size: 17px;
  font-weight: 400;
}

.filter-heading .btn {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  font-weight: 400;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.filter-heading .btn.active,
.filter-heading .btn:hover {
  color: #fff;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
}

/* flight fare section starts here  */
.flight-fares-repeat {
  padding-right: 24px;
}

.oneway-flight {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px solid #dcdcdc;
  padding: 19px 0 21px 0;
}


.oneway-flight p {
  font-size: 12px;
  opacity: 0.7;
  font-weight: 400;
}

.airline-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 0 0 19%;
  padding-right: 25px;
}

.circle {
  width: 100px;
  /* margin-bottom: 12px; */
}

.stop-time {
  text-align: center;
  padding: 15px 45px 22px 2px;
  flex: 0 0 35%;
}

.flight-dropdown-section .stop-time {
	padding: 29px 45px 22px 2px;
}

.flight-city {
  flex: 0 0 23%;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #102636;
}

.stop-img-cover {
  display: flex;
  align-items: center;
}

.stop-img {
  background-color: #192d4e;
  width: 100%;
  height: 1px;
}

.flight-city h3 {
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 700;
  color: #102636;
}

.flight-city span {
  font-size: 14px;
  font-weight: 500;
  color: #102636;
}

.flight-city h5 {
  font-size: 14px;
  font-weight: 500;
  color: #00aeff;
}

.fare-per-flight {
  text-align: center;
  color: #102636;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #dcdcdc;
  ;
  height: 95%;
  margin-top: 20px;
  padding-left: 18px;
}

.fare-per-flight h4 {
  font-size: 32px;
  font-weight: 600;
}

.fare-per-flight p {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}

.fare-per-flight ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.fare-per-flight ul li {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}

.fare-per-flight ul li:nth-last-of-type(1) {
  opacity: 1;
}

.fares-btn {
  display: flex;
  margin-top: 15px;
  padding-right: 50px;
  justify-content: space-between;
}

.fares-btn a {
  font-size: 12px;
  font-weight: 500;
  padding: 12px 18px;
}

.fares-btn a.options {
  color: #fff;
  border-radius: 0;
  background-color: #00aeff;
  padding: 14px 27px;
}

.fares-btn a.book-now:hover,
.fares-btn a.flightdetail,
.fares-btn a.enquire-now {
  color: #192d4e;
  transition: all 0.3;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #192d4e;
}

.fares-btn a.flightdetail:hover,
.fares-btn a.enquire-now:hover,
.fares-btn a.book-now {
  color: #fff;
  border-radius: 0;
  transition: all 0.3s;
  background-color: #192d4e;
  border: 2px solid #192d4e;
}

.fare-detail-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  background-color: #192d4e;
  font-size: 13px;
  font-weight: 400;
}

.fare-detail-bar p {
  color: #fff !important;
}

.fare-detail-section {
  color: #102636;
  padding: 18px 33px 18px 48px;
}

.oneway-flight h6 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}

.oneway-flight h4 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}

.fare-detail-section p {
  font-size: 13px;
  opacity: 0.7;
  font-weight: 400;
  color: #102636;
}

.flight-city h2 {
  font-size: 14px;
  font-weight: 300;
  color: #00aeff;
  margin-top: 15px;
}

.fare-detail-section .flight-city h3 {
  color: #192d4e;
}

.fare-detail-section .fare-per-flight ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
  padding-left: 27px;
  border-left: 1px solid #dcdcdc;
}

.fare-detail-section .fare-per-flight ul li {
  display: flex;
  opacity: 1;
  width: 100%;
}

.fare-detail-section .fare-per-flight ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}

.fare-detail-section .fare-per-flight ul li span {
  margin-right: 20px;
}

.fare-detial-btm-bar {
  padding: 14px 0 11px;
  display: flex;
  justify-content: space-between;
}

.fare-detail-section .oneway-flight {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: none;
  padding: 19px 0 21px 0;
}

.fare-detail-section .fare-top-bar {
  border-bottom: 1px solid #dcdcdc;
}

.fare-detial-btm-bar {
  border-bottom: 1px solid #dcdcdc;
}

.fare-detail-section .fare-detial-btm-bar p {
  opacity: 1;
}

.fare-detail-section .fare-per-flight {
  padding-left: 0;
  border-left: none;
  margin-top: 0;
}

.fare-per-flight .form-check-input[type="checkbox"] {
  border-radius: 0;
  background-color: #1b2a2f;
}

.fare-per-flight .form-check-input:checked[type="checkbox"] {
  background-color: #00aeff;
  border-color: #00aeff;
}

/* flight detail page ends here  */
/* online booking enquiry page starts here  */
.online-enquiry-cover {
  margin: 60px 0 80px;
}

.online-enquiry-main .fare-list .airline-link {
  flex: 0 0 30%;
}

.online-enquiry-cover .flight-fares-cover {
  margin-bottom: 60px !important;
}

.online-enquiry-main .flight-city {
  flex: 0 0 21%;
}

.online-enquiry-main .fare-list .stop-time {
  flex: 0 0 37%;
  padding: 15px 148px 22px 2px;
}

.online-enquiry-main .flight-fares-cover {
  max-width: 80%;
  margin: auto;
  margin-top: 20px;
}

.online-enquiry-main .heading-seciton h5:nth-last-of-type(1) {
  margin-top: 60px;
}

.online-enquiry-main .stop-time {
  padding: 30px 38px 22px 2px;
}

.online-enquiry-main .form-control::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: #01012f;
  opacity: 0.7;
}

.enquiry-form-box {
	background-color: #f6f8fb;
}

.enquiry-form {
  background-color: #f6f8fb;
  padding: 35px 30px;
}

.online-enquiry-main .form-control.select,
.online-enquiry-main .form-input .form-control {
  margin-bottom: 27px !important;
  color: #1b2a2f;
  border-radius: 0;
  font-size: 13px;
  color: #01012f;
  outline: none;
  border: 1px solid transparent;
  box-shadow: 0px 0 3px 0px #0000000F;
  padding: 17px 15px;
}


.enquiry-form .form-check-input[type="checkbox"] {
  border-radius: 0;
  border: 1px solid #000;
}

.enquiry-form .form-check-input:checked[type="checkbox"] {
  background-color: #00aeff;
  border-color: #00aeff;
}

.enquiry-form-heading {
  padding: 16px 29px;
  background-color: #e4e8ee;
}

.enquiry-form-heading p {
  font-family: 'Poppins', sans-serif;
  color: #192d4e;
  font-size: 16px;
  font-weight: 600;
}

.enquiry-form textarea.form-control {
  min-height: 98px;
}

.side-text-box {
  padding: 20px 29px 31px;
  background-color: #192d4e;
  color: #fff;
}

.side-text-cover .enquiry-form-heading p {
  color: #fff;
}

.side-text-cover .enquiry-form-heading {
  background-color: #213960;
}

.trips-data h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 17px;
  border-bottom: 1px solid #fff9;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

.trips-data {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff9;
}

.side-text-box ul li {
  font-size: 15px;
  font-weight: 500;
}

.side-text-box ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 18px;
}

.enquiry-form .btn-submit {
  margin-top: 53px;
}

.enquiry-form .btn-submit .btn {
  padding: 13px 27px;
  background-color: #192d4e;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  line-height: 1;
  color: #fff;
  border-radius: 0;
}

.enquiry-form .btn-submit .btn:hover {
  transition: all 0.3s;
  background-color: #00aeff;
}

/* .enquiry-form-box {
  background-color: #f6f8fb;
} */

.enquiry-form p,
.enquiry-form .form-input .form-check-label {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #192d4e;
}

.enquiry-form p {
  margin-bottom: 23px;
}

.enquiry-form .date img {
  position: absolute;
  top: 18px;
  right: 16px;

}

.side-text-box ul li p {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.7;
}

.online-enquiry-main .oneway-flight:nth-last-of-type(1) {
  border-bottom: none;
}

/* online booking enquiry page starts here  */
/* review inquiry page starts here  */

.review-itinerary-cover {
  margin: 65px 0 80px;
}

.review-itinerary-cover .heading-seciton h5:nth-last-of-type(1) {
  margin-top: 22px;
}

.review-itinerary-main {
  margin-top: 65px;
}

.review-itinerary-cover .fare-list .oneway-flight:nth-last-of-type(1) {
  border-bottom: none;
}

.page-headings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  border-bottom: 1px solid #dde0e5;
  margin: auto;
  margin-top: 38px;
  color: #192d4e;
}


.page-headings .page-btn h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.page-headings .page-btn.active {
  color: #00aeff;
}

.page-headings .page-btn.active .dot {
  background-color: #00aeff;
}

.page-btn {
  position: relative;
  padding: 19px;
}

.page-btn .dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px
}

.passenger-fares {
  padding-bottom: 39px;
  border-bottom: 1px solid #fff5;
  margin-bottom: 36px;
}

.review-itinerary-cover .passenger-fares ul li {
  display: flex;
  justify-content: space-between;
}

.total-price ul li h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.total-price ul li {
  max-width: 85%;
}

.total-price h6 {
  text-align: end;
  font-size: 29px;
  font-weight: 500;
}

.total-price h6 sub {
  bottom: 0;
  left: -5px;
}

.total-price .btn {
  background-color: #00aeff;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 22px;
}

.review-itinerary-cover .total-price .btn i {
  margin-left: 27px;
}

.review-itinerary-cover .airline-link {
  flex: 0 0 17%;
  padding-right: 0;
}

.side-text-btm {
  text-align: center;
  padding: 36px 30px 38px;
  background-color: #213960;
  color: #fff;
}

.side-text-btm p {
  font-size: 20px;
  font-weight: 500;
}

.side-text-btm a {
  color: #fff;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 500;
}

.flight-city {
  flex: 0 0 27%;
}

.side-text-btm a:hover {
  transition: all 0.3s;
  color: #00aeff;
}

.enquiry-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.enquiry-btns a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
  padding: 14px 35px;
  background-color: #192d4e;
}

.enquiry-btns a:hover {
  background-color: #00aeff;
  transition: all 0.3s;
}

.enquiry-btns .continue-booking a:hover {
  background-color: #192d4e;
  transition: all 0.3s;
}

.enquiry-btns .continue-booking a {
  background-color: #00aeff;
  padding: 14px 46px;
}

/*  Booking-information-page start here  */
.passenger-info-box .passenger-body .form-control::placeholder,
.passenger-contact-info-cover .passenger-body .form-control::placeholder {
  font-size: 15px;
  opacity: 0.7;
  color: #102536;
  font-weight: 400;
}

.booking-information-cover {
  padding: 100px 0 75px;
}

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

.passenger-info-cover {
  margin-bottom: 24px;
}

.passenger-info-box {
  border-top: 3px solid #f6f8fb;
  background-color: #f6f8fb;
  margin-bottom: 25px;
}

.passenger-info-box .passenger-header {
  background-color: #eaedf1;
  padding: 17px 30px;
}

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

.passenger-info-box .passenger-header ul li:not(:nth-last-of-type(1)) {
  margin-right: 40px;
}

.passenger-info-box .passenger-header ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #102636;
  line-height: 1;
  text-transform: uppercase;
}

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

.passenger-info-box .mr-selection .form-select {
  background-image: url("/assets/images/search-engine-select.png");
  padding: 16px 65px 16px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #192c4d;
  background-size: 10px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  outline: none;
}

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

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

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

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

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

.passenger-info-box .genders-selection .form-check-input:checked {
  background-color: #ef0d33;
  border-color: #ef0d33;
  background-image: url("/assets/images/checked.png")
}

.passenger-info-box .passenger-body {
  margin: 0;
  padding: 5px 30px 75px;
}

.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: 400;
  line-height: 1;
  background-color: #fff;
  color: #102636;
  padding: 4px 20px !important;
  border: 1px solid #efefef;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  height: 48px;
}

.passenger-info-box .passenger-body .form-input {
  margin-bottom: 25px;
}

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

/* passenger-contact-info-cover */
.passenger-contact-info-cover {
  border-top: 3px solid #fff;
  background-color: #f6f8fb;
}

.passenger-contact-info-cover .passenger-header {
  background-color: #00aeff;
  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;
}

.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: #fff;
  color: #102636;
  padding: 12px 20px;
  border: 1px solid #efefef;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  height: 48px;
  background-image: none;
}

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

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

.passenger-contact-info-cover .passenger-body .form-check .form-check-label {
  margin-left: 8px;
}

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

.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-size: 15px;
  font-weight: 500;
  background-color: #192c4d;
  color: #fff;
  padding: 14px 35px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s;
}

.passenger-contact-info-cover .passenger-body .submit-btn .btn:hover {
  background-color: #00aeff;
  transition: all 0.3s;
}

/*  Booking-information-page end here  */
/* confirmation page starts here  */
.confirmation-cover {
  margin: 70px 0 80px;
}

.confirmation-main {
  max-width: 70%;
  margin: auto;
}

.confirmation-head {
  padding: 29px 30px 21px;
  margin-top: 55px;
  background-color: #192d4e;
  color: #fff;
}

.confirmation-head h2 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.confirmation-head p {
  font-size: 15px;
  font-weight: 400;
}

.thank-you {
  display: flex;
  align-items: center;
}

.thank-you h2 {
  font-size: 40px;
  font-weight: 500;
  color: #192d4e;
}

.thank-you img {
  margin-right: 22px;
}

.confirmation-content {
  padding: 55px 38px 52px 40px;
}

.passengers-inform {
  margin-top: 42px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #192d4e24;
  margin-bottom: 22px;
  justify-content: space-between;
}

.passengers-price,
.passengers-detail {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
}

.passengers-inform ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #102636;
}

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

.passengers-price ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 15px;
}

.passengers-price ul li {
  display: flex;
  justify-content: space-between;
}

.passengers-price ul li:nth-last-of-type(1) {
  margin-top: 25px;
}

.passengers-price ul li:nth-last-of-type(1) p {
  color: #00aeff;
  font-weight: 600;
}

.confirmation-content>h4 {
  font-size: 20px;
  font-weight: 500;
  color: #00aeff;
}

.confirmation-content>p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 10px;
  color: #192d4e;
}

.contact-cover {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-confirmation {
  flex: 0 0 60%;
}

.contact-confirmation ul li {
  flex-direction: column;
  display: flex;
}

.contact-confirmation ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 18px;
}

.contact-confirmation ul li a {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #192d4e;
  transition: all 0.3s;
  transition: all 0.3s;
}

.contact-confirmation ul li a:hover {
  color: #00aeff;
  transition: all 0.3s;
}

.contact-confirmation ul li i {
  font-size: 18px;
  margin-right: 18px;
  color: #00aeff;
}


.contact-confirmation ul li:nth-last-of-type(1) a {
  font-weight: 400;
}

.confirmation-links {
  flex: 0 0 40%;
}

.confirmation-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.confirmation-links ul li a svg.svg {
  /* font-size: 22px; */
  width: 22px;
  height: 22px;
  transition: all 0.3s;
  fill: #192d4e;
}

.confirmation-links ul li a svg.svg:hover {
  fill: #00aeff;
  transition: all 0.3s;
}

.confirmation-links ul li:not(:nth-last-of-type(1)) a {
  display: inline-block;
  margin-right: 32px;
}

/* confirmation ends starts here  */
/* business flights starts here  */
.business-class-main .stop-time {
  padding: 31px 35px 22px 2px;
  flex: 0 0 39%;
}

.business-class-main .flight-city {
  flex: 0 0 20%;
}

.business-class-main .fares-btn {
  align-items: center;
}

.airlines-number a {
  font-size: 15px;
  font-weight: 600;
  color: #00aeff;
  transition: all 0.3s;
}

.airlines-number a:hover {
  color: #192d4e;
  transition: all 0.3s;
}

.airlines-category p {
  font-size: 12px;
  font-weight: 500;
  color: #192d4e;
  text-transform: uppercase;
}

.offer-tag {
  background: linear-gradient(to top right, #f9636b, #b6246e);
  padding: 5px 38px 5px 38px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 9px;
  color: #fff;
  transform: rotate(45deg);
  right: -52px;
}

.business-class-main .fares-btn a {
  font-size: 12px;
  font-weight: 500;
  padding: 10px 18px;
}

.business-class-main .fare-list {
  margin-bottom: 24px;
  background-color: #f6f8fb;
}

/* online enquiry onway flights page starts here  */
.oneway-enquiry .side-text-box>ul li:nth-last-of-type(1) {
  margin-top: 200px;
}

.oneway-enquiry .side-text-box .trips-data {
  border-bottom: none;
}

.oneway-enquiry .side-text-box {
  padding: 30px 29px 53px;
}

/* online enquiry onway flights page ends here  */
/* special offers starts here  */
.special-offers-main .offer-tag {
  top: -10px;
}

.special-offers-main .fare-per-flight {
  margin-top: 39px;
}

/* special offers ends here  */
/* special offers starts here  */
.single-airline .offer-tag {
  top: -10px;
}

.single-airline .fare-per-flight {
  margin-top: 39px;
}

/* special offers ends here  */
/* flight enquiry page starts heres  */
.online-enquiry-main.flight-enquiry .heading-seciton h5:nth-last-of-type(1) {
  margin: 22px 0 55px;
}



/* filter button starts here  */
.btn.btn-filter {
  background-color: #00aeff;
  position: fixed;
  top: 50%;
  display: none;
  right: -131px;
  transition: all 0.6s;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  border-radius: 21px;
}

.btn.btn-filter:hover {
  right: 0;
  background-color: #192d4e;
  transition: all 0.6s;
}

.btn.btn-filter i {
  padding-right: 8px;
}

/* filters btns ends here  */

.filters-item-fixed  .heading-flight {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
}


.filters-item-fixed .close-btn {
  position: absolute;
  top: 3px;
  display: none;
  right: 24px;
}

.close-btn>.btn {
  position: relative;
  padding: 0;
}

.close-btn>.btn:after,
.close-btn>.btn::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  transform: rotate(45deg);
}

.close-btn>.btn::before {
  transform: rotate(-45deg);
}

.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;
}

.flight-dropdown-section{
  display: none;
}
.confirmation-main h5 {
	font-size: 20px;
	font-weight: 700;
	color: #192d4e;
}


.error-page h2 {
  font-size: 40px;
  margin: 30px 0;
  text-align: center;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #192d4e;
}

.error-page p{
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #192d4e;
}

.error-page p a{
 background-color:#00aeff ;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.3s;
}

.error-page p a:hover{
  background-color:#192d4e;
  transition: all 0.3s;
 }
 .error-page .error-box{
  position: relative;
 }

.error-page-content{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.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 #cc183c ;
  background: #00aeff;
  font-weight: normal;
  color: #fff
}


.contact-info-cover iframe {
  width: 100% !important;
  height: 100% !important;
}

/* filter button ends here  */

/* pagination  */

.pagination.fares-pagination {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 15px;
	font-weight: 700;
}

.pagination.fares-pagination li a{
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
}

.pagination.fares-pagination li{
  background-color: #01012f;
	font-size: 15px;
  margin: 0 1px;
}

.pagination.fares-pagination li.inactive {
  background-color: #00aeff;
  padding: 3px 10px;
  color: #fff;
}

.pagination.fares-pagination li:nth-of-type(1) a,
.pagination.fares-pagination li:nth-last-of-type(1) a{
  font-size: 10px;
}

/* .pagination.fares-pagination a,
.pagination.fares-pagination span{
  padding: 0 10px;
} */

.pagination.fares-pagination li.normal_bold{
  background-color: #00aeff;
}

.pagination.fares-pagination a,
.pagination.fares-pagination span{
  color: #fff;
}


.side-text-box >ul li p span{
  color: #00aeff;
  font-size: 25px;
  font-weight: 500;
  margin-left: 10px;
}

.form-head .form-check-label {
  font-size: 15px;
  font-weight: 600;
}

.destination-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.airlines-filter-body > ul {
 height: 208px;
}


.scrollbar-thumb {
  background: #00aeff !important;
  border-radius: 0 !important;
}



/* call us modal css starts here  */
/* modal section starts here  */

.call-us-body {
  background-color: #fff;
  text-align: center;
  position: relative;
  font-family: 'Poppins', sans-serif;
  padding: 36px 0 33px;
  color: #000;
  border-top: 4px solid #192d4e;
}

.call-us-body .logo-modal {
  max-width: 194px;
  margin: auto;
}

.call-us-body .btn-close {
	background: transparent url("/assets/images/modal-close.png") center/1em auto no-repeat;
  position: absolute;
  top: 12px;
  right: 20px;
  background-size: cover;
}

.call-us-body .btn-close:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.callme-modal .modal-dialog {
  max-width: 362px;
  margin-left: auto;
  margin-right: auto;
}

.callme-modal .modal-body {
  padding: 0;
}

.content-modal {
  padding: 0 32px;
}

.content-modal h4 {
  font-size: 22px;
  margin: 36px 0 32px;
  font-weight: 400;
  text-transform: capitalize;
}

.content-modal>p {
  align-items: center;
  display: flex;
  padding: 0 25px;
}


.content-modal > p > img {
	margin-right: 8px;
	align-self: baseline;
  display: inline-block;
	margin-top: 5px;
}
.content-modal p>span {
  text-align: start;
  font-size: 13px;
  font-weight: 400;
}

.content-modal p>span>strong {
  font-weight: 600 !important;
}

.content-modal .contact-no span {
  font-size: 16px;
  font-weight: 400;
}

.content-modal .contact-no a span {
  font-size: 24px;
  font-weight: 500;
  display: block;
  color: #000;
  transition: all 0.3s;
}

.modal-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 27px auto 12px;
  height: 74px;
  width: 74px;
  border-radius: 50%;
  border: 4px solid #192d4e;
}

.content-modal .mobile {
  /* overflow: hidden; */
  transition: all 0.3s;
  margin: 28px auto 45px;
  border-radius: 50%;
  background-color: #00aeff;
  position: relative;
  width: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 69px;
  border: 2px solid #fff;
  outline: 4px solid #192d4e;
  z-index: 1;
}

.content-modal .mobile a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  border-radius: 50%;
  background-color: #00aeff;
  border: 2px solid #064a9f;
}

.content-modal .mobile::before {
  content: "";
  position: absolute;
  background-color: rgba(254, 82, 29, 0);
  animation: width-height2 infinite 1s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
}

.content-modal .mobile:hover{
  transform: scale(1.05);
  transition: all 0.3s;
}

@keyframes width-height2 {
  0% {
    transform: scale(1.2);
    background-color: #00aeff99;
  }

  100% {
    transform: scale(1.6);
    background-color: #00aeff00;

  }
}


.callmenow-sec p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}

.callmenow-sec button.btn {
  width: 100%;
  height: 34px;
  padding: 0;
  border-radius: 0;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #00aeff;
}

.save-tag {
  margin-top: 45px;
  padding: 14px 0;
  background-color: #192d4e;
}

.save-tag h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;

}

.callme-modal #telephone {
  background-color: #192d4e40;
  padding: 0 25px 0 45px;
  width: 100% !important;
  border: none;
  height: 34px;
}

.callme-modal #telephone::placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  color: #000;
}

.callme-modal #telephone:focus{
  border: none;
  outline: none;
}

.callme-modal .iti__country {
	padding: 5px 5px;
}

.callme-modal .iti__country-list {
  max-width: 300px;
}

.callme-modal .iti__country-name, .iti__flag-box {
  font-size: 11px;
}

.callme-modal .iti--separate-dial-code .iti__selected-dial-code {
  font-weight: 700;
  font-size: 20px;
  color: #192d4e;
}

.iti__selected-flag {
	padding: 0 6px 0 26px;
  background-color: transparent !important;
}

.content-modal .contact-no a span:hover {
  color: #00aeff;
  transition: all 0.3s;
}

/* modal section ends here  */
/* preloader for autocomplete fields  */
.trip-group.load{
  position: relative;
}
.trip-group.load::before {
  content: "";
  position: absolute;
  right: 30px;
  width: 25px;
  height: 25px;
  font-size: 3px;
  bottom: 12px;
  border-top: 1em solid #00aeff;
  border-right: 1em solid transparent;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
}
@-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);
  }
}

/* content scroll home page  */
.scroll-page-content {
	max-height: 400px;
  padding: 0 8px;
	overflow-y: scroll;
}

/* footer images iata starts here  */

.companies-verified ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.companies-verified ul li:not(:nth-last-of-type(1)){
  margin-right: 20px;
}
.flight-no,
.multiple-search,
.add-btn,
.short-form,
.flight-type {
  display: none;
}