@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #0C2044;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* Badges Starts*/

.cheapFlight-badge-section {
	margin: 20px auto 5px;
}

.cheapFlight_badges:nth-child(1) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cheapFlight_badges:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cheapFlight_badges:nth-child(3) {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.cheapFlight_badges h2,
.cheapFlight_badges figure {
	display: inline-block !important;
	font-size: 20px;
}

.cheapFlight_badges h2 {
	margin-left: 25px;
}

/* Badges Ends*/


/* Destinations-Section-Starts */

.destinations-section {
	background-color: #da7a28;
	padding: 30px 0px;
	text-align: center;

	background-image: url("/images/flight/globe-blue-bg.svg");
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: center;
	background-position-y: 250px;
}

.destinations-section h1 {
	text-align: center;
}

.nav-pills {
	margin: 25px auto 50px;
	display: inline-flex;
}

.nav-pills .nav-link {
	color: #0c2043;
	background-color: transparent;
	padding: 10px 25px;
	border-radius: 50px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
	background-color: #0c2043;
	color: #fff;
	padding: 10px 25px;
	border-radius: 50px;
}



.cheapFlight-flight-bar {
    background-color: #fff;
    border: 1px solid #d3dce5;
    display: flex;
    border-radius: 20px;
    margin: 10px auto;
    padding: 20px 20px 20px 10px;
}

.cheapFlight-from-to-destination {
	display: flex;
	flex: auto;
	align-items: center;
}

.cheapFlight-from-to-destination li span {
	font-size: 24px;
	margin: 0px 20px;
}

.fetch-details-btn {
    background-color: #da7a28;
    border-radius: 50px;
    color: #0c2043;
    border: none;
    margin-right: 10px;
    padding: 10px 25px;
}

.fetch-details-btn:hover {
	background-color: #0c2043;
	color: #fff;
}

.cheapFlight-extra-msg {
	text-align: left;
	margin-top: 25px;
}

/* Destinations-Section-Ends */

/* Section-with-photo */

.section-with-photo {
	background-image: url("/images/flight/section-bg.jpg");
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px !important;
}

.section-with-photo h1,
.section-with-photo span {
	color: #fff;
	display: inline-block;
}

.btn-orange {
	background-color: #da7a28;
	margin: 25px auto;
}

/* Section-with-photo-Ends */

/* g-testimonial */

.g-testimonial-heading {
	margin-top: 36px;
}

.g-testimonial {
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #d3dce5;
	padding: 28px;
	margin: 22px 0px 45px;
}

.g-testimonial header {
	display: flex;
}

.star-Rating {
	flex: auto;
}

.star-Rating li {
	display: inline-block;
}

.review-content p {
    font-size: 18px !important;
    line-height: 30px;
    padding: 15px 0px;
}

.reviewer-detail {
	display: flex;
	flex: auto;
}

.review-detail {
	margin-left: 15px;
}

.review-detail span {
	color: rgba(0, 0, 0, 0.5);
}

.review-tag {
    background-color: #0c2043;
    text-align: center;
    width: 45px;
    height: 45px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 42px;
}


/* g-testimonial-end*/


/* cheapFlight_Cta */

.cheapFlight_Cta {
	background-color: #da7a28;
	padding: 50px 0px;
}

.cheapFlight_Cta h3,
.cheapFlight_Cta p {
	color: #0c2043;
}

.cta-input-group {
	position: relative !important;
	display: flex;
	align-items: center;
	flex: auto;
}

.cta-input-group .form-control {
	border-radius: 50px;
	padding: 20px;
	z-index: 989;
}

.cta-input-group .sub-buttom {
	border-radius: 50px;
	background-color: #0c2043;
	color: #fff;
	position: absolute;
	border: none;
	right: 10px;
	z-index: 999;
	padding: 13px 25px;
}

/* cheapFlight_Cta_Ends*/

.filter-heading {
	display: flex;
	justify-content: space-between;
}

.form-check-inline {
	width: 42%;
}
section.container.cheapFlight-badge-section {
    width: 83%;
    margin-left: 17%;
}