* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  
}
body::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: solid 65px #c6c4dc;
  top: -165px;
  left: -126px;
}
body::after {
  content: "";
  background-image: url(/assets/images/shapes/shape1.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 55px;
  display: block;
  position: absolute;
  left: 57px;
  top: 45px;
  -webkit-animation: rotate-center 15s infinite linear;
  animation: rotate-center 15s infinite linear;
}
p,h1,h2,h3,h4,h5,h6{
  margin-bottom: 0;
}
@-webkit-keyframes rotate-center {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

*::-moz-selection {
  background: #433a8b;
  color: #fff;
}

::-moz-selection {
  background: #433a8b;
  color: #fff;
}

::selection {
  background: #433a8b;
  color: #fff;
}
.bg-primary {
  background-color: #433a8b !important;
}
.bg-secondary {
  background-color: #ff6191 !important;
}
.color-primary {
  color: #433a8b !important;
}
.color-secondary {
  color: #ff6191 !important;
}
/* Header with Navbar Css */
.header-contact {
  z-index: 999;
  flex: 0 0 17%;
}
nav.navbar {
  padding: 28px 0;
}
nav.navbar .stellarnav {
	margin-left: 45px;
}
.logo{
  flex: 0 0 auto;
}
.navbar .stellarnav ul {
  text-align: left;
}
.navbar .stellarnav ul li {
  padding: 0 0;
  margin-right: 44px;
}
.navbar .stellarnav ul li.active a {
  /* padding: 0; */
  color: #ff6191;
}
.navbar .stellarnav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #433a8b;
  padding: 0;
  transition: color 0.5s ease;
}
.navbar .stellarnav ul li a:hover {
  color: #ff6191;
}
.header-contact {
  z-index: 999;
}
.header-contact a {
  transition: background-color 0.5s ease;
}
.inner-page.special-head .header {
	box-shadow: 0 0 5px 0 #aaaaaa58;
	background-color: #fff;
}
body.inner-page.special-head::after,
body.inner-page.special-head::before{
  display: none;
}

.swiper-slide {
	background: transparent !important;
}
.header{
  z-index: 999;
}
.header.head-bg{
  background-color: #fff;
  z-index: 999;
}
.header-contact a:hover {
  background-color: #433a8b !important;
}
.header-contact a i {
  margin-right: 15px;
}

/* Banner with searchbar */
.banner {
	background-repeat: no-repeat;
	background-position: top right;
	padding: 325px 0 383px 0;
	box-shadow: 0 5px 5px #aaaaaa57;
}
.inner-page .banner-info h2 {
	font-size: 70px;
}
.banner-info::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/shapes/shape2.png);
  width: 89px;
  height: 31px;
  display: block;
  right: 65px;
  top: -112px;
  -webkit-animation: rotate-right-left 15s infinite linear;
  animation: rotate-right-left 15s infinite linear;
}
@-webkit-keyframes rotate-right-left {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotate-right-left {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.banner-info::after {
  content: "";
  position: absolute;
  background-image: url(/assets/images/shapes/shape3.png);
  width: 68px;
  height: 70px;
  display: block;
  left: -160px;
  bottom: -150px;
  -webkit-animation: slide-top 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
  animation: slide-top 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

.banner-info span {
  font-size: 18px;
  color: #a0a0a0;
}
.banner-info h3 {
  font-size: 63px;
  font-weight: 200;
  line-height: 60px;
}
.banner-info h2 {
  font-size: 87px;
  font-weight: bold;
}
/* Footer css start */
footer.footer {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 70px;
}
.footer .footer-bg {
	padding: 88px 0 95px;
	background-image: url(/assets/images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: initial;
	background-color: #110d3f;
}
.footer .copyright{
  text-align: center;
  padding: 14px 0 11px;

}
.footer .copyright p{
  font-size: 14px;
  color: #433a8b;
  opacity: 0.8px;
  font-weight: 400;
  line-height: 1;
}

.footer-contact-info{
    padding: 20px;
    border: 1px solid #fff;
    margin-bottom: 70px;
}
.footer-contact-info .contact-item:nth-last-of-type(1) .contact-detail{
  border: none;
  padding-right: 0;
}
.contact-icon {
	min-width: 78px;
	height: 78px;
	border: 1px solid #fff;
	margin-right: 28px;
	display: block;
	line-height: 78px;
	text-align: center;
}
.footer-contact-info .contact-item:not(.contact-item:first-of-type){
  margin-left: 91px;
}
.footer-contact-info .contact-item:not(:nth-last-of-type(1)){
  border-right:1px solid #fff ;
}
.contact-detail{
    padding-right: 82px;
}
.contact-detail p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.contact-detail a, .contact-detail span{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.contact-detail a:hover{
  color: #fd6969;
  transition: all 0.3s;
}
.contact-detail span{
    font-size: 15px;
}
.footer-column a img{
  margin-bottom: 47px;
}
.footer-column img{
  margin-right: 24px;
}
.footer-column h3{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 47px;
    text-transform: uppercase;
}
.footer-column ul{
    list-style-type: none;
    padding: 0;
}
.footer-column ul li{
    margin-bottom: 30px;
}
.footer-column ul li a,
.footer-column p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    transition: all 0.3s;
    
}
.footer-column ul li a:hover{
  color: #ff6191;
  transition: all 0.3s;
}
.main-banner{
  position: relative;
}
.footer-column .social-media{
  margin-top: 20px;
}

.footer-column .social-media a{
  display: inline-block;
  min-height: 50px;
  min-width: 50px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
.footer-column .social-media a:hover {
  transition: all 0.3s;
	background-color: #ff6191;
}
.footer-column .social-media a svg.svg{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  fill: #fff;
  transform: translate(-50%,-50%);
}
.footer-column .social-media a:not(:nth-last-of-type(1)){
  margin-right: 25px;
}
/* Search Engine Css Start */

.search-main {
	position: relative;
	z-index: 3;
}
.search-form {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: -210px;
    padding: 20px 40px 44px;
    box-shadow: 0 0 5px 0 #00000058;
}
.search-engine .search-form-btn {
display: flex;
flex-direction: row;
justify-content: flex-start;
border-bottom: 1px solid #e1e1e1;
margin-bottom: 48px;
}

.search-engine .search-form-btn p {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #433a8b;
	background-color: #fff;
	transition: all 0.3s;
	text-align: center;
	padding: 20px 16px 16px;
	cursor: pointer;
	position: relative;
}
.search-engine .search-form-btn p:not(:nth-last-of-type(1)){
  margin-right: 50px;
}
.filends-append-here .form-field-counter .close-btn{
  display: block;
}
.search-engine .close-btn{
  position: relative;
}
.search-engine .close-btn .close{
  position: absolute;
  right: 0;
}
.search-engine .search-form-btn p.active {
	color: #ff6191;
	transition: all 0.3s;
}
.search-engine .search-form-btn p.active::after {
content: "";
height: 3px;
position: absolute;
background-color: #ff6191;
left: 0;
right: 0;
bottom: 0;
}
.search-engine .form-input {
  margin-bottom: 20px;
}

.search-engine .form-input input,
.search-engine .form-input select{
  height: 48px;
  width: 100%;
  box-shadow: none;
  border: 1px solid transparent;
  box-shadow: 1px 1px 3px #fd696900, -1px -1px 3px #79080800;
  box-sizing: border-box;
  padding: 12px 16px;
}

.form-control.error, .form-check-input.error {
  border: 1px solid red !important;
  color: red;
  box-shadow: 1px 1px 3px rgb(253, 105, 105), -1px -1px 3px rgb(253, 105, 105);
}
.search-engine  .input-group{
  border: 1px solid transparent;
}
.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.search-engine .form-check {
    margin-top: 0;
    padding: 12px 0px;
    height: 48px;
    margin-top: 7px;
    position: relative;
    padding: 0 0 0 25px;
    display: flex;
    align-items: center;
}
.search-engine .form-check-input:checked {
  background-color: #ff6191;
  border-color: #ff6191;
  box-shadow: none;
}

.search-engine .form-check-input:focus {
  box-shadow: none;
  border-color: #ff6191;
}

.search-engine .form-input .date {
  position: relative;
}

.search-engine .form-input .date img {
  position: absolute;
  right: 10px;
  top: 32%;
  z-index: 5;
}

.search-engine .form-input .date input {
  width: 100%;
  border:none;
  text-align: left;
}

.search-engine .form-check-input {
  position: absolute;
}

.search-engine .form-input input, .search-engine .form-input select, .search-engine .select2, .search-engine .input-group .form-control{
  border-bottom: 1px solid #c4c4c4 !important;
  border-radius: 0 !important;
  width: 100% !important;
}
.search-engine .form-input .form-control::placeholder,
.search-engine .form-input input, .search-engine .form-input select, .search-engine .form-check{
    font-size: 15px;
    color: #6e7b8e;
    font-weight: 300;
    text-transform: capitalize;
}
.search-engine .form-check {
  font-size: 16px;
  color: #ff6191;
  font-weight: 500;
  text-transform: capitalize;
}
.search-engine .form-check-input {
border: 1px solid #ff6191;
  margin-top: 0;
}
.search-engine .form-input label,
.search-engine .input-group label
{
  display: none !important;
}
.search-form.visible {
  padding-bottom: 10px;
  transition: all 0.3s;
}
.visible .hide {
  display: none !important;
  opacity: 0 !important;
}
.visible .form-input,
.visible .form-buttons{
  margin-bottom: 0;
}
.visible .submit{
    text-align: right;
  width: 100%;
  margin-top: -75px;
}
.visible .submit .submit-btn{
  max-width: 195px;
}
.visible .shown-field{
  width: 40% !important;
}
.passenger-dropdown {
	text-align: center;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 10px 1px #0000004f;
	position: absolute;
	top: 50px;
	z-index: 1;
	width: 100%;
	border-radius: 5px;
	max-width: 75%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.form-input.error-item>input,
.form-input.error-item select,
.form-input.error-item .input-group{
  border: none;
  border-bottom: 1px solid red !important;
  box-shadow: 1px 1px 3px #fd6969, -1px -1px 3px #fd6969;
}
.form-input .form-control.error{
  border: none !important;
  border-bottom: 1px solid red !important;
  box-shadow: 1px 1px 3px #fd6969, -1px -1px 3px #fd6969;
}
.passenger-dropdown .form-group label {
  color: #4b6099;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.search-engine .form-input .select2-container--default .select2-selection--multiple {
  height: 47px;
  padding: 5px;
}

.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: #433a8b;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.passenger-dropdown .form-group .passenger .btn {
    background-color: #fff;
    padding: 18px;
    border: 2px solid #433a8b;
}
.passenger-dropdown .form-group .passenger .form-control {
	max-width: 80%;
	height: 40px !important;
	margin: 0 auto !important;
	border: 2px solid #433a8b !important;
	color: #ff6191;
	font-size: 16px;
	font-weight: 600;
}
.passenger-dropdown .form-group > label {
	color: #ff6191;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	display: block !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #433a8b;
	color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #433a8b;
	border: 1px solid #433a8b;
	border-radius: 0px;
	padding-left: 30px;
	color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
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;
}

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

.form-select,
.form-select[multiple] {
  background-image: url("../images/dropdown.png");
  background-size: auto;
}

.search-engine .form-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../images/dropdown.png");
  background-size: auto;
  background-repeat: no-repeat;
  border: none;
  height: 20px;
  width: 20px;
}

.search-engine .form-input {
  position: relative;
}

.search-engine .form-input .airline-drop {
    position: absolute;
    right: 15px;
    top: 32%;
    z-index: 6;
}
.passenger-contain {
  position: relative;
}

.passenger-contain .input-group-main .arrow-up,
.passenger-contain .input-group-main .arrow-down {
  position: absolute;
  right: 10px;
  top: 51%;
  z-index: 3;
}

.passenger-contain .input-group-main .arrow-down {
  top: 15px;
}
.search-engine .form-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-buttons .add-btn {
  display: none;
  text-align: right;
}

.one-round-trip .date .toDate {
  display: none;
}

.search-engine .form-buttons {
  margin-top: 28px;
}

.search-engine .form-buttons .btn {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.search-engine .form-input.add-btn button{
  max-width: 15%;
}
.search-engine .form-input.add-btn {
    position: relative;
    display: flex;
  align-items: center;
    justify-content: end;
}
.search-engine .form-input .btn.add-flights-btn {
	background-color: #fff;
	padding: 12px 33px;
	color: #433a8b;
	border: 1px solid #433a8b;
	font-weight: 500;
	border-radius: 0;
}

.search-engine .form-buttons .btn.submit-btn {
	background-color: #433a8b;
	padding: 22px 32px;
	border-radius: 0;
	overflow: hidden;
}
.form-field-counter {
  position: relative;
  padding: 27px 0;
}
.select2-container--default .select2-selection--multiple{
  border: none !important;
}
.form-field-counter .close-btn {
  cursor: pointer;
}

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

.form-field-counter .close-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 15px;
}

.search-engine .multicity {
  counter-reset: includes-counter;
  display: none;
}

.form-field-counter::before {
  counter-increment: includes-counter;
  content: "FLIGHT " counter(includes-counter);
  position: absolute;
  left: 16px;
  top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #ff6191;
}
.return-date{
  display: none;
}
.ui-widget-header .ui-icon {
	background-image: url("../images/datepicker/ui-icons_444444_256x240.png");
}
/* Search Engine Css Ends */
/* Exploration Css Start */
.exploration{
  padding: 119px 0 100px;
}
.sec-side-head,
.sec-center-head{
  position: relative;
}
.sec-side-head h2, .sec-side-head span.main-title{
  font-size: 177px;
  font-weight: 700;
  color: #f6f8fb;
  text-transform: capitalize;
  line-height: 120px;
}
.sec-side-head .head-inner,
.sec-center-head .head-inner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: left;
  right: 0;
}
.sec-center-head .head-inner{
  left: 50%;
  transform: translateX(-50%);
}
.sec-center-head{
  text-align: center;
}
.sec-center-head h2, .sec-center-head span.main-title {
	font-size: 288px;
	font-weight: 700;
	color: #433a8b;
	text-transform: capitalize;
	line-height: 250px;
	opacity: 0.05;
}
.sec-center-head .head-inner h3{
  font-size: 61px;
  color: #433a8b;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.sec-center-head .head-inner p{
  font-size: 25px;
  color: #433a8b;
  font-weight: 400;
  text-align: center;
}
.sec-side-head .head-inner h3{
  font-size: 50px;
  color: #433a8b;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.sec-side-head .head-inner p{
 font-size: 18px;
 color: #433a8b;
 font-weight: 400;
 text-align: left;
}

.exploration-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.exploration-box .expo-content {
	flex: 0 0 48%;
	margin-right: 24px;
	padding-right: 55px;
	max-width: 48%;
}
.exploration-box .expo-content > p,
.about-index .about-content > p {
	font-size: 16px;
	color: #6e7b8e;
	font-weight: 300;
	margin-top: 47px;
}
.exploration-box .exp-box:nth-of-type(3),
.exploration-box .exp-box:nth-last-of-type(1){
  margin-right: 0 !important;
}
.exploration-box .exp-box:nth-of-type(2),
.exploration-box .exp-box:nth-of-type(3){
  margin-bottom: 25px;
}
.exploration-box .exp-box {
	position: relative;
	padding: 90px 20px;
	max-width: 23%;
	flex: 0 0 23%;
	margin-right: 24px;
	background-color: #f6f8fb;
  transition: all 0.3s;
}
.exploration-box .exp-box .sr-tag{
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: #433a8b;
}
.exploration-box .exp-box .sr-tag span {
	font-family: 'Oswald', sans-serif;
	margin: auto;
	font-size: 25px;
	color: #fff;
	transform: translate(-50%,-50%);
	position: relative;
  text-transform: capitalize;
	display: inline-block;
	top: 50%;
	left: 50%;
}
.exploration-box .exp-box .exp-events {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.exploration-box .exp-box .exp-events img{
  transition: all 0.3s;
}
.exploration-box .exp-box .exp-events img:nth-last-of-type(1){
  display: none;
}
.exploration-box .exp-box .exp-events p{
  font-size: 18px;
  color: #433a8b;
  font-weight: 500;
  margin-top: 27px;
  text-align: center;
  transition: all 0.3s;
}
.exploration-box .exp-box:hover{
  transition: all 0.3s;
  background-color: #433a8b;
}
.exploration-box .exp-box:hover .exp-events p{
  color: #fff;
  transition: all 0.3s;
}
.exploration-box .exp-box:hover .exp-events img:nth-of-type(1){
  display: none;
  transition: all 0.3s;
}
.exploration-box .exp-box:hover .exp-events img:nth-of-type(2){
  display: block;
  transition: all 0.3s;
}
.exploration-box .exp-box:hover .sr-tag{
  background-color: #ff6191;

}
.exploration-box::after {
	content: "";
	position: absolute;
	background-image: url(/assets/images/shapes/shape3.png);
	width: 68px;
	height: 70px;
	display: block;
	right: -125px;
	bottom: 0;
	-webkit-animation: slide-top 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
	animation: slide-top 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
}

/* Exploration Css Ends */
/* Continent Css Start */
  .continents-index{
    padding: 89px 0;
    background-color: #f6f8fb;
  }
  .continent-index-main{
    position: relative;
  }
  .continent-index-main::after {
    content: "";
    background-image: url(/assets/images/tier.png);
    background-repeat: no-repeat;
    width: 194px;
    height: 168px;
    display: block;
    position: absolute;
    left: 0;
    top: -88px;
  	-webkit-animation: slide-top 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
	  animation: slide-top 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
}
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
.continents-index .continents-swp{
  position: relative;
  margin-top: 100px;
}
.continent-box{
  position: relative;
}
.continent-box>a{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.continent-box > a:hover + img + .tag {
	background-color: #433a8b;
  transition: all 0.3s;

}
.tag {
	position: absolute;
	padding: 18px 12px; 
	background-color: #ff6191;
	top: 0;
	left: 0;
	width: 50%;
	text-align: left;
	right: 0;
}
.tag span{
	font-size: 18px;
  font-weight: 600;
	color: #fff;
	display: inline-block;
  text-transform: capitalize;
}
.swiper-button-next, 
.swiper-button-prev {
  width: 50px;
  height: 50px;
  color: var(--swiper-navigation-color,#fff);
  background-color: #433a8b;
}
.swiper-button-next::after, 
.swiper-button-prev::after {
  font-size: 17px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -125px;
}
.swiper-button-prev, 
.swiper-rtl .swiper-button-next {
	left:-125px;
}
/* Continent Css Ends */
/* About Us Css Start */
.about-index{
  padding: 125px 0 121px;
  position: relative;
}
.about-index .about-box{
  padding-right: 75px;
}
.about-index-main{
  position: relative;
}
.about-index-main::after {
	content: "";
	background-image: url(/assets/images/shapes/shape1.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 55px;
	display: block;
	position: absolute;
	left: -155px;
	bottom: 0;
	-webkit-animation: rotate-center 15s infinite linear;
	animation: rotate-center 15s infinite linear;
}
.about-cont>p{
  margin-top:44px;
  font-size: 20px;
  color: #433a8b;
  font-weight: 500;
  margin-bottom: 62px;
}
.about-cont ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.about-cont ul li{
  text-align: center;
  flex: 0 0 25%;
  max-width: 20%;
}
.about-cont ul li p{
  margin-top: 19px;
  font-size: 14px;
  color: #433a8b;
  font-weight: 500;
}
/* About Us Css Ends */
/* Discover Css Start */
.discover{
  padding: 97px 0 92px;
  background-color: #f6f8fb;
  position: relative;
}
.discover::after {
	content: "";
	background-image: url(/assets/images/surf-bg.png);
	background-repeat: no-repeat;
	width: 287px;
	height: 397px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.discover .discover-box .disc-head {
  position: relative;
}
.discover .discover-box .disc-head h2{
  font-size: 60px;
  color: #1f3347;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-top: 45px;
}
.discover .discover-box .disc-head span {
	font-size: 85px;
	color: #ffda00;
	font-family: 'Water Brush', cursive;
	font-weight: 300;
	text-align: center;
	display: block;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
  rotate: -5deg;
}
.discover .discover-box .disc-head p {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 27px 150px 65px 40px;
	background-image: url("../images/pink-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 80px;
}
.discover .discover-box p {
	font-size: 16px;
	color: #6e7b8e;
	font-weight: 300;
	text-align: center;
	line-height: 28px;
	margin-top: 44px;
	padding: 0;
	position: relative;
	z-index: 99;
}
.discover .discover-box .disc-btn{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.discover .discover-box .disc-btn a {
	display: inline-block;
	padding: 21px 37px;
	flex: 0 0 32%;
	margin-right: 20px;
	background-color: #433a8b;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: capitalize;
  transition: all 0.3s;
}
.discover .discover-box .disc-btn a:hover{
  background-color: #ff6191;
  transition: all 0.3s;

}
.discover .discover-box .disc-btn a:nth-of-type(2):hover{
  transition: all 0.3s;
	background-color: #433a8b;

}
.discover .discover-box .disc-btn a:nth-of-type(2){
  background-color: #ff6191;
}
/* Discover Css Ends */
/* Destination Css Start */
.destinations-index{
  padding: 89px 0 50px;
}
.destinations-index .dest-swp{
  margin-top: 95px;
  position: relative;
}
.dest-box {
	position: relative;
	padding: 114px 32px 53px;
	background-image: url(/assets/images/texture.jpg);
	text-align: left;
	width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.dest-box>a{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
	transition: all 0.3s;
}
.dest-box > a:hover + .dest-content h2 {
	color: #ff6169;
	transition: all 0.3s;
}
.dest-box .dest-content >span{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.dest-box .dest-content img{
  margin-bottom: 25px;
}
.dest-box .dest-content h2{
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.dest-box .dest-content p {
	font-size: 66px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	line-height: 1;
}
.dest-box .dest-content p span{
  font-size: 46px;
  font-weight: 400;
	font-family: 'Oswald', sans-serif;
  color: #fff;
}
/* Destination Css Ends */
/* //// Home Page Ends/////// */
/* //// City Fares Start/////// */
main.main{
  padding: 95px 0 5px;
}
main.main>div{
  margin-bottom: 40px;
}
.special-head main.main {
	padding: 170px 0 0px;
}
.destinations-box{
  margin-top: 98px;
}
.city-fare .dest-box{
  padding: 32px 32px 44px;
}
/* //// City Fares Ends/////// */
/* //// Destinations/ Countries Start/////// */
.destinations-box .continent-box,
.city-fare .dest-box{
  margin-bottom: 24px;
}
.continent-box .continent-content {
	padding: 19px;
	background-color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	margin-left: auto;
	bottom: -55px;
	max-width: 80%;
	box-shadow: 0 0 5px 0 #aaaaaa57;
}
.continent-box .continent-content p{
  font-size: 14px;
  color: #646464;font-weight: 300;
  line-height: 28px;
}
.continent-box .continent-content .cont-fare{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.continent-box .continent-content .cont-fare a{
  font-size: 12px;
  color: #ff6191;
  font-weight: 400;
  text-decoration: underline;
}
.continent-box .continent-content .cont-fare span{
  font-size: 20px;
  color: #433a8b;
  font-weight: 600;
}
.country .continent-box{
  margin-bottom: 155px;
}
/* //// Destinations/ Countries Ends/////// */
/* ////About Us Page Start/////// */
.about-gallery{
  padding: 89px 0 95px;
  background-color: #f6f8fb;
}
.about-gallery .gallery-swp{
  margin-top: 95px;
  position: relative;
}
.inner-page .exploration {
  padding-bottom: 0;
}
.about{
  padding: 70px 0 100px;
}
.about-sec{
  position: relative;
}
.about-main{
  background-image: url(/assets/images/about-bg.jpg);
}
.about-sec > img {
	position: absolute;
	left: 0;
	top: -80px;
}
.stats .stats-bar .progress{
  border: 2px solid #fff;
  padding: 5px;
  width: 100%;
  height: auto;
  background-color: transparent;
	border-radius: 0;
}
.stats .stats-bar .progress .bar{
  height: 9px;
  width: 97%;
  background-color: #ff6191;
  animation: progress1 3s linear;
}
.stats .stats-bar:nth-of-type(2)  .progress .bar{
  width: 90%;
  animation: progress2 4s linear;
}
@keyframes progress2 {
  0%{
    width: 15%;
  }
  20%{
    width: 25%;
  }
  40%{
    width: 35%;
  }
  60%{
    width: 65%;
  }
  80%{
    width: 75%;
  }
  100%{
    width: 90%;
  }
}
@keyframes progress1 {
  0%{
    width: 15%;
  }
  20%{
    width: 25%;
  }
  40%{
    width: 35%;
  }
  60%{
    width: 65%;
  }
  80%{
    width: 75%;
  }
  100%{
    width: 97%;
  }

}
.about-main .about-main-img{
  position: relative;
}
.about-main .about-main-img img{
  position: absolute;
  min-width: 647px;
}
.about-main-box {
  padding: 40px 40px 55px;
}
.about-main-box .about-main-head{
  margin-bottom: 44px;
}
.about-main-box .about-main-head p{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.about-main-box .about-main-head h2{
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.about-main-box>p{
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height:28px ;
  margin-bottom: 27px;
}
.about-main-box .stats{
  margin-top: 50px;
}
.about-main-box .stats .stats-bar:nth-of-type(1){
  margin-bottom: 36px;
}
.about-main-box .stats-bar p{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* ////About Us Page Ends/////// */
/* ////Contact Us Page Start/////// */
.contact-box{
  background-image: url(/assets/images/loc-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: right;
  background-position-y:bottom ;
  padding: 0 0 52px 0;
}
.contact-form .form-control {
	font-size: 14px;
	min-height: 53px;
	padding: 0 0 0 23px;
	font-weight: 300;
	color: #7d7d7d;
	margin-bottom: 20px;
	background-color: #f6f8fb;
	border: none;
	border-radius: 0;
}
.contact-form textarea.form-control {
  padding-top: 23px;
  min-height: 126px;
}
.contact-form .form-check {
  margin-top: 10px;
}
.contact-form .form-check label {
  font-size: 15px;
  font-weight: 300;
  color: #7d7d7d;
}
.contact-form .btn-submit {
  background-color: #433a8b;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  min-height: 53px;
  padding: 0 25px;
  transition: 0.5s background-color ease;
  margin-top: 30px;
}
.form-check-input:checked {
  background-color: #433a8b;
  border-color: #433a8b;
}
.form-check-input:focus {
  border-color: #433a8b;
  outline: 0;
  box-shadow: inherit;
}
label.error {
  display: none !important;
}
.form-control.error, .form-check-input.error {
  border: 1px solid red !important;
  color: red;
  box-shadow: 1px 1px 3px rgb(253, 105, 105), -1px -1px 3px rgb(253, 105, 105);
}
.contact-box>p{
  font-size: 16px;
  color: #6e7b8e;
  font-weight: 300;
  line-height: 28px;
  margin-top: 34px;
}
.contact-box ul{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.contact-box ul li a{
  display: block;
  height: 50px;
  width: 50px;
  background-color: #f6f8fb ;
  position: relative;
  transition: all 0.3s;
  color: #6e7b8e;
  font-size: 20px;
}
.contact-box ul li a svg.svg{
 width: 20px;
 height: 20px;
 fill: #6e7b8e;
 transition: all 0.3s;
}
.contact-box ul li:not(:nth-last-of-type(1)){
  margin-right: 25px;
}
.contact-box ul li a svg.svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-box ul li a:hover{
  fill: #fff;
  background-color: #433a8b;
  transition: all 0.3s;
}
.contact-box ul li a:hover svg.svg{
  fill: #fff;
  
}
.contact-box .call-us{
  margin-top: 50px;
}
.contact-box .call-us p{
  font-size: 16px;
  font-weight: 600;
  color: #433a8b;
}
.contact-box .call-us p a {
	font-size: 30px;
	font-weight: 600;
	color: #ff6191;
	line-height: 1;
}
.map{
  margin-top: 50px;
}
.contact-main{
  margin-bottom: 50px;
}
/* ////Contact Us Page Ends/////// */
/* ////Airline Page Start/////// */
.airlines .airline-head{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 98px;
}
.airlines .flight-search .form-control {
	background-color: #f1f5f5;
	font-size: 15px;
	color: #433a8b;
	padding: 16px 30px;
	border-radius: 0;
	margin-right: 12px;
	border: none;
}
.airlines .flight-search .form-control::placeholder{
	color: #433a8b8f;
}
.airlines .flight-search .btn-reset {
	font-size: 14px;
	color: #ffffff;
	padding: 15px 35px;
	border-radius: 0;
	background-color: #433a8b;
	transition: 0.5s background-color ease-in-out;
}
.airlines .flight-search .form-control {
	background-color: #f1f5f5;
	font-size: 15px;
	color: #433a8b71;
	padding: 16px 30px;
	border-radius: 0;
	margin-right: 12px;
	border: none;
}
.form-control:focus{
  box-shadow: none !important;
}
.airline-icon {
  margin-bottom: 22px;
}
.airline-icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 5px;
	border: 1px solid #f1f5f5;
	transition: 0.5s border-color ease;
	background-color: #f6f8fb;
}
.airline-icon a img{
  max-width: 160px;
}
.airline-icon a:hover {
  border-color: #433a8b;
}
/* ////Airline Page Ends/////// */
/* Flight Details Page Start */

.flight-head-content h2 {
	font-size: 25px;
	font-weight: 300;
	color: #433a8b;
	margin-bottom: 18px;
}
.flight-head-content p{
  font-size: 16px;
  font-weight: 400;
  color: #433a8b;
  margin-bottom: 10px;
}
.flight-head-content p span{
  color: #ff6191;
}
.flight-head-content{
  margin-bottom: 29px;
}
.airline-logo img{
  max-width: 150px;
}
/************ Filter Css Start **************/
.fiter-header {
	background-color: #433a8b;
	padding: 20px 15px;
}
.fiter-header h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.fiter-body {
	background-color: #f6f8fb;
	padding: 41px 38px 135px 38px;
}
.fiter-body h6 {
	font-size: 18px;
	font-weight: 600;
	color: #433a8b;
}

.stop-over {
  padding: 14px 0 25px;
  border-bottom: 1px solid #d0d7e3;
}
.stop-over .form-check-input {
  width: 15px;
  height: 15px;
  margin-right: 12px;
  border-color: #ff6191;
}
.stop-over .form-check-input:checked {
  background-color: #ff6191;
  border-color: #ff6191;
  margin-right: 12px;
}
.stop-over .form-check-label {
	font-size: 16px;
	font-weight: 500;
	color: #ff6191;
}
.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: 16px;
	font-weight: 500;
	color: #ff6191;
	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;
}
.price-range .ui-slider-handle {
	width: 15px !important;
	height: 15px !important;
	background-color: #433a8b !important;
	border-color: #433a8b !important;
}
.price-range .ui-slider-horizontal .ui-slider-range {
top: -1px;
height: 6px;
}
.price-range .ui-slider-horizontal {
  height: 6px !important;
}
.price-range .ui-widget-header {
	background: #ff6191 !important;
}
.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: #ff6191;
	border-radius: 0;
}
.airline-filter ul li .form-check-input:checked {
  background-color: #ff6191;
  border-color: #ff6191;
}
.airline-filter ul li .form-check-label {
	font-size: 16px;
	font-weight: 500;
	color: #ff6191;
}
.flight-summary {
  background-color: #f6f8fb;
}
.flight-summary:not(:nth-last-of-type(1)){
  margin-bottom: 24px;
}
.form-check-input:focus{
  box-shadow: none !important;
}
.flight-summary .flight-info-wrapper{
  border-bottom:1px solid #e6e6e6 ;
  margin-bottom: 3px;
}
.flight-summary .flight-option {
	padding: 15px 33px;
	background-color: #433a8b;
}
.airport-info {
  flex: 0 0 25%;
}
.airport-info h4 {
	font-size: 23px;
	font-weight: bold;
	color: #433a8b;
	margin-bottom: 14px;
}
  .airport-info p {
    font-size: 18px;
    font-weight: 500;
    color: #ff6191;
    margin-bottom: 0;
  }
  .airport-info p:nth-last-of-type(1) {
    margin-top: 12px;
    font-size: 14px;
  }
.airport-info span {
font-size: 14px;
font-weight: 300;
color: #433a8b;
  display: block;
  }


  .stop-flight p, 
  .stop-flight span {
    font-size: 14px;
    color: #433a8b;
    margin-bottom: 0;
  }
.stop-flight p {
  margin: 8px 0 0 0;
}
.stop-flight {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  align-self: center;
}
.stop-flight img:nth-of-type(1){
  margin: 10px 0;
}
.stop-flight .plane {
	position: relative;
	top: -30px;
}
.airline-logo {
  max-width: 120px;
  align-self: center;
}
.filter-cover {
  height: 100%;
}

/************ Flights on FLight Page Css Start **************/
.flight-fares {
	background-color: #ff6191;
	color: #fff;
	padding: 45px 31px 45px 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.flight-fares h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
.flight-fares sup {
  font-size: 15px;
  font-weight: 500;
  top: 11px;
  left: -13px;
  position: absolute;
  text-transform: lowercase;
}
.flight-fares .tax {
  font-size: 14px;
  color: #fff;
}

.flight-fare-info {
  width: 100%;
  max-width: 760px;
}
.flight-fare-info .one-return:nth-child(2) {
  border-top: 1px solid #d2d2d2;
  padding-bottom: 40px;
}

.destination-summary {
	padding: 0px 20px;
	width: 100%;
	max-width: 515px;
	align-items: baseline !important;
}
.one-return {
	padding: 39px 15px;
}

.btn.btn-options {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 0;
  padding:16px 10px;
  min-width: 125px;
  background-color: #ff6191 !important;
  transition: 0.5s background-color ease;
  line-height: 1;
}
.btn.btn-options:hover {
	background-color: #ff6191 !important;
}
.btn-groups a {
  margin-right: 5px;
}
.btn-groups a:last-child {
  margin-right: 0;
}

.btn.btn-options.btn-enq, .btn.btn-options.btn-det{
  transition: 0.5s background-color ease, 0.5s color ease;
  background-color: transparent !important;
  border: 2px solid #fff;
}
.btn.btn-options.btn-enq:hover,
.btn.btn-options.btn-det:hover{
  border:2px solid #ff6191 !important;
  color: #fff !important;
}
/* Result Details Start */
.flight-result-details{
  margin-top: 3px;
}
.result-details-head {
	padding: 20px 32px 18px;
	background-color: #e1e7ef;
}
.result-details-head p {
	font-size: 15px;
	font-weight: 500;
	color: #433a8b;
	line-height: 1;
  display: flex;
  justify-content: space-between;
}
.result-box .stop-flight {
	max-width: 200px;
	text-align: center !important;
}
.flight-result-details .result-box-main {
	background-color: #f6f8fb;
}
.flight-result-details .result-box-main > p {
	font-size: 16px;
	color: #433a8b;
	font-weight: 300;
	padding: 20px 32px;
}
.flight-result-details .result-box-main>p span{
  color: #ff6191;
}
.flight-luggage {
	padding: 15px 32px;
	background-color: #e1e7ef;
}
.flight-luggage span{
  font-size: 14px;
  color: #433a8b;
  font-weight: 400;
  text-transform: capitalize;
}
.flight-luggage img{
  margin-right: 15px;
}
.result-box-main .destination-summary {
max-width: 78%;
}

.flight-summary .flight-result-details{
  display: none;
}
/*******Flight Details Page CSS Ends******/
/*******Flight Page CSS Start******/
.available-flights{
  display: flex;
  flex-direction: column;
  margin-top: 58px;
}
.available-flights .flight-summary {
background-color: #f6f8fb;
}
.available-flights .flight-summary .flight-info-wrapper{
  border: none;


}
.available-flights .flight-fare-info,
.available-flights .destination-summary {
max-width: 80% !important;
}
.available-flights .airport-info {
flex: 0 0 15%;
}
.available-flights .flight-fares{
  background-color: rgba(255, 255, 255, 0);
}
.flight-fare-price .flight-fares a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 21px 33px 17px;
	background-color: #433a8b;
	line-height: 1;
}
.available-flights .flight-fares h3{
  color: #ff6191;
  font-size: 32px;
  font-weight: 500;
}
.flight-sec:not(:nth-last-of-type(1)){
  margin-bottom: 50px;
}
.flight-sec > p {
	padding: 20px 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background-color: #433a8b;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.review-itinerary .available-flights .flight-sec > p, .online-booking .available-flights .flight-sec > p {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.review-itinerary .available-flights .flight-sec p > span, .online-booking .available-flights .flight-sec p > span {
	color: #ff6191;
}
.flight-sec>p a{
  color: #fff;
}
/* .available-flights .stop-flight .plane {
	top: 50%;
} */
/*******Flight Page CSS Ends******/
/* Enquire Now Start */
.enquire-now .enq-title{
  margin-bottom: 65px;
}
.enq-title{
  margin-bottom: 38px;
}
.enq-title h2 {
	font-size: 48px;
	color: #433a8b;
	font-weight: 200;
	margin-bottom: 16px;
}
.enq-title p{
  font-size: 18px;
  font-weight: 400;
  color: #433a8b;
}
.enq-title p a{
  color: #433a8b;
}
.enquire-main{
  background-image: url(/assets/images/enq-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.enquire-main .enq-head p {
	padding: 19px 80px 16px;
	background-color: #332c6d;
	font-size: 16px;
	color: #fff;
}
.aside-flight-info {
padding:0 55px 30px 0;
border-right: 1px solid #6760a0;
}
.aside-flight-info .trip {
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #6760a0;
}
.aside-flight-info .trip h3{
font-size: 16px;
font-weight: 600;
color: #ff6191;
margin-bottom: 32px;
}
.aside-flight-info h5 {
font-size: 20px;
font-weight: 200;
color: #fff;
text-transform: uppercase;
margin-bottom: 85px;
}
.aside-flight-info ul li {
font-size: 16px;
font-weight: 600;
color: #fff;
margin-bottom: 33px;
display: flex;
flex-direction: column;
}
.aside-flight-info ul li:last-child {
margin-bottom: 0;
}
.aside-flight-info ul li span {
font-size: 14px;
font-weight: 300;
color: #fff;
}
.aside-flight-info ul li .price-title {
margin-right: 43px;
}
.aside-flight-info ul li .pricing-info p {
margin-bottom: 0;
font-size: 15px;
font-weight: 300;
color: #fff;
}
.customerInfo h3{
font-size: 20px;
font-weight: 300;
margin-bottom: 35px;
color: #fff;
}
.customerInfo .passenger-contain .input-group-main .arrow-up, .passenger-contain .input-group-main .arrow-down {
right: 25px !important;
top: 35% !important;
}
.customerInfo .passenger .form-control{
min-height: 40px !important;
}
.customerInfo .flight-trip-cover{
margin-bottom: 30px;
} 
.customerInfo .flight-trip-cover .form-check {
margin-right: 36px;
}
.customerInfo .form-check input[type="radio"] {
margin-right: 12px;
}
.customerInfo .form-check label {
font-size: 16px;
color: #fff;
}
.customerInfo .form-control {
	font-size: 14px;
	min-height: 53px;
	border-radius: 0px;
	padding: 0 0 0 23px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 24px;
	border: none;
	background-color: #332c6d;
}
.customerInfo textarea{
padding-top: 23px !important;
min-height: 124px !important;
}
.customerInfo .termsCondition{
margin-top: 30px;
}
.customerInfo .termsCondition label {
font-size: 15px;
font-weight: 300;
color: rgba(255, 255, 255, 0.7);
line-height: 18px;
}
.customerInfo .btn-send {
	min-width: 160px;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	background-color: #ff6191;
	border-radius: 0px;
	padding: 14px 10px;
	margin-top: 42px;
}
.enquire-main-box{
padding: 40px 80px;
}
.customerInfo .form-check-input[type=radio]{
position: relative;
background-color: #fff;
background-image: none;
border: 3px solid #ffffff;
outline: 1px solid #fff;
}
.customerInfo .form-check-input[type="radio"]:checked {
	background-color: #ff6191;
	background-image: none;
	border: 3px solid #413888;
	outline: 1px solid #fff;
}
.customerInfo .form-control::placeholder,
.customerInfo  .passenger .passengerInput::placeholder{
color: rgba(255, 255, 255, 0.7) !important;
font-size: 15px !important;
}
.passenger .passengerInput{
background-color: #fff !important;
}
.termsCondition .form-check-input:checked{
background-color: #ff6191;
box-shadow: none;
border: 1px solid #ff6191;
}
.termsCondition .form-check-input:focus{
box-shadow: none;
border: 1px solid #ff6191;
}
.customerInfo p{
font-size: 15px;
font-weight: 300;
color: #fff;
}
/* Enquire Now Ends */
/* Online Booking Enquiry Start */
.online-booking{
  margin-bottom: 50px;
}
.online-booking .page-title{
  margin-bottom: 73px;
}
.online-booking  .available-flights .flight-fare-info{
  max-width: 100% !important;
}
.online-booking .available-flights .stop-flight .plane {
	top: -29px;
}
.online-booking .enquire-main{
  margin-top: 50px;
}
.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;
}
/* Online Booking Enquiry  Ends */
/*******Review Itinerary CSS Starts******/
/* Mapping of Booking Start*/

.maping-inner .maping-item {
	flex: 0 0 25%;
	background-color: #f6f8fb;
  border: 1px solid #e3e3e3;
}
.maping-inner .maping-item.active .maping-item-box {
	background-color: #ff6191;
}
.maping-inner .maping-item:not(:nth-last-of-type(1)){
  margin-right: 24px;
}
.maping-inner .maping-item .maping-item-box {
	height: 50px;
	width: 50px;
	padding: 12px 0;
	text-align: center;
	background-color: #433a8b;
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
}
.maping-inner .maping-item p {
	padding: 0 0 0px 15px;
	font-size: 23px;
	font-weight: 300;
	color: #433a8b;
}
/* Mapping of Booking Ends*/
.review-itinerary .available-flights {
	margin-top: 0;
}

.review-itinerary,.booking-info, .confirmation{
  padding: 36px 0 25px;
}
.page-title{
  margin-bottom: 38px;
}
.page-title h2{
  font-size: 48px;
  color: #011c25;
  font-weight: 200;
  margin-bottom: 16px;
}
.page-title p{
  font-size: 18px;
  font-weight: 400;
  color: #011c25;
}
.review-itinerary .available-flights .flight-sec>p,
.online-booking .available-flights .flight-sec>p{
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.review-itinerary .available-flights .flight-sec p>span,
.online-booking .available-flights .flight-sec p>span{
  color: #f0754c;
}
.review-itinerary .available-flights .flight-fare-info{
max-width: 100% !important;
}
.review-itinerary .available-flights .destination-summary {
max-width: 80% !important;
  padding: 0 20px 0 45px;
}
.review-itinerary .available-flights .airport-info {
flex: 0 0 25%;
}
.aside-price .price-head h4 {
	padding: 17px 31px;
	text-align: center;
	background-color: #332c6d;
	font-size: 20px;
	font-weight: 200;
	color: #fff;
	text-transform: capitalize;
}
.aside-price .price-detail{
  padding: 0px 32px 40px;
  background-image: url(/assets/images/itin-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aside-price .price-detail h4{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.aside-price .price-detail ul {
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	border-bottom: 1px solid #6760a0;
}
.aside-price .price-detail ul li{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.aside-price .price-detail ul li:not(:nth-last-of-type(1)){
  margin-bottom: 20px;
}
.aside-price .total-price{
  padding-top:52px;
}
.aside-price .total-price p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 22px 50px 24px 0;
  line-height: 22px;
}
.aside-price .total-price h2{
  text-align: right;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.aside-price .total-price a {
	background-color: #ff6191 !important;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	border-radius: 0;
	padding: 17px 31px 15px 21px;
}
.aside-price .total-price a i{
  margin-left: 13px;
}
.details-btn{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
}
.details-btn a {
	display: block;
	text-align: center;
	padding: 18px 0 19px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background-color: #ff6191;
	line-height: 1;
	flex: 0 0 25%;
}
.details-btn a:not(:nth-last-of-type(1)) {
	margin-right: 24px;
	background-color: #433a8b;
}
/*******Review Itinerary CSS Ends******/
/************ Booking Information Css Start **************/
.booking-info .page-title{
  margin-bottom: 78px;
}
.passenger-info {
background-color: #f6f8fb;
margin-bottom: 24px;
}
label.error{
  display: none !important;
}
.passenger-info .passenger-header {
	padding: 23px 29px 15px;
	background-color: #433a8b;
}
.passenger-info .passenger-header ul {
  display: flex;
  align-items: center;
}
.passenger-info .passenger-header ul li {
  font-size: 16px;
  color: #fff;
  margin-right: 60px;
}
.passenger-info .passenger-header ul li:last-child {
  margin-right: 0;
}
.passenger-info .passenger-body {
  padding: 50px 30px;
}
.passenger-info .passenger-body .passanger-info-fill {
  padding: 39px 0 0;
}
.passenger-info .passenger-body .passanger-info-fill .form-control,
.passenger-info .passenger-body .passanger-info-fill .form-select {
  font-size: 14px;
  min-height: 53px;
  border-radius:0px;
  padding: 0 0 0 23px;
  font-weight: 300;
  color: #7d7d7d;
  margin-bottom: 20px;
  background-color: #ebeff5;
  line-height: 53px;
  border: none;
}
.passenger-info.passendger-detail .passenger-header {
	padding: 20px 30px 20px 30px;
	background-color: #ff6191;
}
.passenger-info.passendger-detail .passenger-header ul li {
  font-size: 16px;
  color: #fff;
}
.passenger-info.passendger-detail .passenger-body {
  padding: 28px 30px 40px 30px;
}
.form-select {
  background-image: none;
}
.passenger-info .passenger-body .passanger-info-fill .form-check {
  margin: 31px 0 38px 0;
}
.passenger-info .passenger-body .passanger-info-fill .form-check label {
	font-size: 16px;
	color: #433a8b;
}
.passenger-info .passenger-body .passanger-info-fill .form-check-input:checked {
	background-color: #ff6191;
	border-color: #ff6191;
}
.passenger-info .passenger-body .passanger-info-fill .btn-booking {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	border-radius: 0;
	padding: 14px 25px 14px 25px;
	background-color: #433a8b;
	transition: 0.5s background-color ease;
}
.passenger-info .passenger-body .passanger-info-fill .btn-booking:hover {
  background-color: #433a8b !important;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: inherit;
}
.passenger-info.passendger-detail .passenger-body p {
	font-size: 16px;
	color: #433a8b;
	margin: 0;
}
.passenger-info.passendger-detail .passenger-body .passanger-info-fill {
  padding: 58px 0 0;
}
.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow:none;
}
.mr-selection{
  position: relative;
}
.mr-selection>img{
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.mr-selection .form-select {
	background-color: #ff6191;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	border-color: #ff6191;
	margin-right: 10px;
	padding: 13px 17px 13px 16px;
	min-width: 152px;
}
.gender-selection .form-check input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.gender-selection .form-check label {
	font-size: 16px;
	color: #433a8b;
	min-width: 164px;
	text-align: center;
	border: 1px solid #e7e9e9;
	padding: 10px 15px;
}
.gender-selection .form-check label img {
  margin-right: 12px;
}
.gender-selection .form-check input[type="radio"]:checked + label {
	outline: 1px solid #433a8b;
}
.select-gender .form-check {
  padding-left: 0;
}
.gender-selection .form-check {
  margin-left: 15px;
}
.gender-selection .error + .form-check-label {
  border: 1px solid red !important;
  box-shadow: 1px 1px 3px rgb(253, 105, 105), -1px -1px 3px rgb(253, 105, 105) !important;
}
/* Booking Information Ends */
/* Confirmation Page Start */
.confirmation .page-title {
	margin-bottom: 70px;
}
.aside-thank {
	padding: 50px 32px 56px;
	background-color: #433a8b;
}
.aside-thank .thanku-content img{
  margin-bottom: 45px;
}
.aside-thank .thanku-content h3{
  font-size: 48px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 43px;
}
.aside-thank .thanku-content p{
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  line-height: 30px;
}
.aside-thank .confirm-cont {
	margin-top: 55px;
	padding: 56px 60px 70px;
	background-color: #fff;
	text-align: center;
}
.aside-thank .confirm-cont p {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.aside-thank .confirm-cont p:nth-of-type(1) a {
	font-size: 15px;
	color: #fff;
	padding: 20px 35px;
	background-color: #ff6191;
}
.aside-thank .confirm-cont p a i{
  font-size: 18px;
  margin-right: 15px;
}
.aside-thank .confirm-cont p:nth-of-type(2){
  margin-top: 28px;
}
.aside-thank .confirm-cont p:nth-of-type(2) a {
	font-size: 15px;
	color: #433a8b;
}
.aside-thank .confirm-cont p:nth-of-type(2) a i{
  font-size: 18px;
  color: #433a8b;
}
.confirm-box .booking-nbr{
  margin-bottom: 24px;
}
.confirm-box .booking-box{
  background-color: #f6f8fb;
}

.confirm-box .booking-box{
  padding: 66px 50px;
  text-align: center;
}
.confirm-box .booking-box p{
  font-size: 26px;
  font-weight: 200;
  color: #ff6191;
  margin-bottom: 14px;
}
.confirm-box .booking-box span {
	display: block;
	font-size: 35px;
	font-weight: 600;
	color: #433a8b;
	line-height: 1;
}
.confirm-box .confirmed-passenger{
  padding: 44px 39px 49px;
  background-color: #f6f8fb;
} 
.confirm-box .confirmed-passenger h3{
  font-size: 14px;
  font-weight: 400;
  color: #ff6191;
  text-transform: uppercase;
  margin-bottom: 10px;
} 
.confirm-box .confirmed-passenger p {
	font-size: 16px;
	font-weight: 700;
	color: #433a8b;
	text-transform: uppercase;
	line-height: 1;
}
.confirm-box .confirmed-passenger .date{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #dfdfdf;
}
.confirm-box .confirmed-passenger .conf-price{
  flex: 0 0 13.5%;
}
.confirm-box .confirmed-passenger .conf-passenger,
.confirm-box .confirmed-passenger .conf-total{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
}
.confirm-box .confirmed-passenger .conf-passenger{
  padding: 22px 0;
}
.confirm-box .confirmed-passenger .conf-total{
  padding: 30px 0;
}
/* Confirmation Page Ends */
/* Error Page Start */
.error-page + .footer{
  margin-top: 0;
}
.error-page {
	padding: 313px 0 200px;
	background-image: url(/assets/images/err-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.error-box{
  position: relative;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.error-box img {
	margin-bottom: 40px;
}
.error-box p{
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;

}
.error-box span {
	font-size: 91px;
	font-weight: 600;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-bottom: 75px;
	line-height: 1;
}
.error-box a {
	font-size: 15px;
	padding: 23px 41px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	line-height: 1;
}
/* Error Page Ends */
/* Content Page Ends */
.page-content{
  padding: 35px 0;
}
.page-content .container>h1{
  font-size: 48px;
  font-weight: 200;
  color: #433a8b;
  padding-bottom: 26px;
  text-transform: capitalize;
}
.page-content .container>h2,
.page-content .container>h3,
.page-content .container>h4,
.page-content .container>h5,
.page-content .container>h6{
  font-size: 20px;
  font-weight: 700;
  color: #433a8b;
  margin-top: 58px;
  text-transform: capitalize;
  padding-bottom: 25px;
  border-bottom: 1px dashed #433a8b;
}
.page-content .container>p{
  font-size: 15px;
  color: #403f3f;
  font-weight: 400;
  margin: 35px 0;
  line-height: 24px;
}
.page-content .container>p a{
  font-size: 15px;
  color: #433a8b;
  font-weight: 500;
  text-decoration: underline;
}
.page-content .container>blockquote{
  max-width: 80%;
  margin: 20px auto;
  padding: 25px;
  border-left: 5px solid #433a8b;
  background-color: #f6f8fb;
}
.page-content .container>blockquote p{
  font-style: italic;
  margin: 0;
}
.page-content .container>ul{
  list-style-type: disc;
}
.page-content .container>ol{
  list-style-type: decimal;
}
.page-content .container>ul,
.page-content .container>ol{
  margin: 20px 0;
  padding-left: 35px;
}

.page-content > .container > p:first-of-type{
  display: none !important;
}
/* .page-content .container>ul li,
.page-content .container>ol li{
  display: inline-block;
} */
.page-content .container>ul li,
.page-content .container>ol li{
  font-size: 15px;
  color: #403f3f;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 0;
}
.page-content .container>ul li a, .page-content .container>ol li a{
	font-size: 15px;
	color: #433a8b;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	padding: 10px 0;
}
.page-content .container>ul ::marker,
.page-content .container>ol ::marker{
  color: #fd6969;
}
/* Content Page Ends */


.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 #433a8b ;
  background: #4f43ac;
  font-weight: normal;
  color: #fff
}













