* {
  padding: 0;
  margin: 0;
}

body {
  /* font-family: 'Lato', sans-serif; */
  font-family: "Poppins", sans-serif;
  /* font-family: 'Dancing Script', cursive; */
  margin: 0;
  padding: 0;
}
p,h1,h2,h3,h4,h5,h6{
  margin-bottom: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

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

::-moz-selection {
  background: #bfbe32;
  color: #fff;
}

::selection {
  background: #bfbe32;
  color: #fff;
}
.bg-primary {
  background-color: #707531 !important;
}
.bg-secondary {
  background-color: #bfbe32 !important;
}
.page-title {
  margin-bottom: 35px;
}
.page-title h2 {
  font-size: 70px;
  color: #bfbe32;
  font-weight: 900;
  margin-bottom: 0;
  font-family: "Dancing Script", cursive;
}
.page-title p {
  font-size: 22px;
  color: #707531;
  font-weight: 300;
  margin-bottom: 0;
}
.page-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 784px;
}
.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-banner h1 {
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Dancing Script", cursive;
  position: relative;
  text-align: center;
}
main.main {
  padding: 136px 0 0 0;
}
/************ Header Css Start **************/
.header{
  background-color: #fff;
  z-index: 999;
}
.header .navbar {
  padding: 13px 0;
}
.stellarnav ul li a {
  font-size: 14px;
  color: #131c21;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0 35px 0 0;
  transition: color 0.5s ease-in-out;
}
.stellarnav ul li a:hover {
  color: #707531;
}
.stellarnav ul li:last-child a {
  margin-right: 0;
}
.stellarnav ul li.active a {
  border-bottom: 1px solid #131c21;
  position: relative;
}
.stellarnav ul li.active a::before {
  content: "";
  position: absolute;
  width: 70%;
  border-bottom: 3px solid #bfbe32;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.header-contact{
  flex:0 0 25%;
}
.header-contact li {
  border-right: 1px solid #d0d2d3;
  padding: 8px 26px 8px 0;
}
.header-contact li:last-child {
  border-right: 0;
  padding-left: 26px;
  padding-right: 0;
}
.header-contact a {
  font-size: 16px;
  color: #131c21;
}
/************ Main Slider Css Start **************/
.slider-text h1 {
  font-size: 127px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.slider-text h2 {
  font-family: "Dancing Script", cursive;
  font-size: 80px;
  color: #fff;
}
.slider-text {
  bottom: 80px;
}
/************ Continent Css Start **************/
.continents-home {
  padding: 135px 0 90px 0;
}
.main-heading {
  margin-bottom: 65px;
}
.main-heading h3 {
  font-family: "Dancing Script", cursive;
  font-size: 49px;
  font-weight: 600;
  color: #bfbe32;
  margin-bottom: 0;
}
.main-heading h2 {
  font-size: 71px;
  font-weight: bold;
  color: #707531;
  text-transform: uppercase;
  margin-bottom: 0;
}
.continents-box {
  padding-bottom: 80px;
}
.continents-box a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.continents-box img {
  border-radius: 300px;
  border: 2px solid #707531;
  padding: 8px;
}
.continents-box .continent-name {
  display: flex;
  width: 168px;
  height: 168px;
  font-size: 22px;
  font-weight: 600;
  background-color: #707531;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
}
.continents-box .continent-name span {
  line-height: 24px;
}
.inner-page .continents-box {
  margin-bottom: 76px;
}
.countries-box .country-name a {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: inherit;
  bottom: 115px;
  border-radius: 25px;
  width: 100%;
  height: inherit;
  max-width: 200px;
  text-align: center;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  color: #707531;
  text-transform: uppercase;
  padding: 10px 10px;
}
.countries-box .continent-name {
  font-family: "Lato", sans-serif;
  font-size: 40px !important;
  font-weight: 900 !important;
}
.countries-box .continent-name span {
  font-size: 31px !important;
  font-weight: 500 !important;
  position: relative;
  bottom: -3px;
}
.countries-box .continent-name a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  position: inherit;
  top: inherit;
  bottom: 45px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  text-decoration: underline;
}
/************ Why Choose us Css Start **************/
.why-choose-us {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 140px 0 150px 0;
}
.why-choose-box ul {
  max-width: 810px;
  margin: auto;
}
.why-choose-us .main-heading {
  margin-bottom: 130px;
}
.main-heading h4 {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.main-heading h6 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.why-choose-box ul li span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  max-width: 134px;
  text-align: center;
  margin-top: 30px;
}
.why-choose-box ul li img {
  max-width: 73px;
}
.why-us {
  background-color: #131c21;
  margin-top: 80px;
}
.why-us .why-us-content {
  padding: 108px 25px 0 120px;
  position: relative;
  max-width: 650px;
  height: 100%;
}
.why-us .why-us-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 480px;
  background-color: #bfbe32;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.why-us .why-us-content h3 {
  font-size: 40px;
  color: #bfbe32;
  margin-bottom: 0;
  font-family: "Dancing Script", cursive;
}
.why-us .why-us-content h4 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.why-us .why-us-content p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
  margin-top: 20px;
}
.why-us .about-listing-cover {
  margin-top: 40px;
}
.why-us .about-listing-text {
  margin-bottom: 25px;
}
.why-us .about-icon {
  width: 52px;
  height: 52px;
  margin-right: 35px;
}
.why-us .about-listing-text h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.why-us .about-listing-text p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/************ Clients Review Css Start **************/
.clients-review {
  padding: 120px 0 0 0;
}
.clients-review .clients-review-box {
  background-color: #f1f5f5;
  padding: 60px 0 60px 0;
}
.clients-review .clients-review-items {
  max-width: 970px;
  margin: auto;
  text-align: center;
}
/************ About us Css Start **************/
.about-company {
  padding: 110px 0 40px 0;
  position: relative;
}
.about-inner {
  padding: 0 0 170px 0;
}
.inner-page .about-inner {
  padding-bottom: 0;
}
.about-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(../images/icons/bg-plane-icon.png);
  background-repeat: no-repeat;
  height: 320px;
  left: 0;
  right: 0;
  background-size: cover;
}
.inner-page .about-inner::before {
  content: inherit;
}
.about-info h1 {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  color: #bfbe32;
  font-size: 60px;
  margin-bottom: 0;
}
.about-info h2 {
  font-size: 51px;
  font-weight: bold;
  text-transform: uppercase;
  color: #707531;
  margin-bottom: 40px;
}
.about-info p {
  font-size: 16px;
  color: #6e7b8e;
  font-weight: 300;
}
.fun-facts {
  margin-top: 40px;
}
.fun-facts .facts-item {
  background-color: #f1f5f5;
  border-radius: 30px;
  text-align: center;
  padding: 55px 20px;
  position: relative;
  overflow: hidden;
}
.fun-facts .facts-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #707531;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  transition: top 0.3s ease-in-out;
}
.fun-facts .facts-item:hover::after {
  top: 0;
}
.fun-facts .facts-item:hover h3,
.fun-facts .facts-item:hover span {
  color: #fff;
}
.fun-facts .facts-item h3 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #707531;
  position: relative;
  z-index: 2;
  transition: 0.3s color ease-in-out;
}
.fun-facts .facts-item span {
  font-size: 18px;
  font-weight: 600;
  color: #707531;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  transition: 0.3s color ease-in-out;
  line-height: 20px;
}
/************ Popular Destination Css Start **************/
.popular-destination {
  padding: 0 0 226px 0;
}
.popular-destination .main-heading {
  margin-bottom: 90px;
}
.popular-destination .main-heading h3 {
  font-size: 50px;
  font-weight: 900;
}
.popular-destination .main-heading h2 {
  font-size: 45px;
}
.destination-items {
  min-height: 482px;
  background-color: #131c21;
  border-radius: 300px;
  padding: 74px 0 0 0;
}
.destination-items a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.destination-items .destination-text {
  padding: 0 0 0 39px;
}
.destination-items .destination-text p {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #bfbe32;
  margin: 0;
}
.destination-items .destination-text h6 {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.destination-price p {
  font-size: 58px !important;
  font-weight: 900 !important;
  font-family: "Lato", sans-serif;
}
.destination-price p span {
  font-size: 40px;
  font-weight: 500;
}
.destination-cover-info {
  border: 2px solid #707531;
  border-radius: 300px;
  padding: 8px;
}
.inner-page .destination-cover-info {
  margin-bottom: 45px;
}
/************ Footer Css Start **************/
footer.footer {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 179px 0 0 0;
  margin-top: 240px;
}
footer.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 28, 33, 0.95);
}
.footer-top-cover {
  left: 0;
  right: 0;
  top: -114px;
}
.footer-top-info {
  position: relative;
  background-color: #bfbe32;
  /* padding: 73px 189px 79px 189px; */
  max-width: 1095px;
  margin: auto;
  border-radius: 25px;
  min-height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.footer-top-info::before {
  content: "";
  position: absolute;
  left: 82px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icons/footer-plane-icon-1.png);
  background-repeat: no-repeat;
  width: 107px;
  height: 109px;
}
.footer-top-info::after {
  content: "";
  position: absolute;
  right: 82px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icons/footer-plane-icon-2.png);
  background-repeat: no-repeat;
  width: 107px;
  height: 109px;
}
.footer-top-info h3 {
  font-size: 26px !important;
  color: #595d26 !important;
  font-weight: 600;
  max-width: 560px;
  margin: auto !important;
}
footer.footer ul li,
footer.footer ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
footer.footer ul li a:hover {
  color: #bfbe32;
}
footer.footer ul li a {
  transition: 0.5s color ease;
}
footer.footer ul li {
  margin-bottom: 30px;
}
footer.footer h3 {
  font-size: 20px;
  font-weight: 600;
  color: #707531;
  margin-bottom: 48px;
}
footer.footer .footer-logo {
  margin-bottom: 58px;
}
footer.footer .footer-contact-info ul li {
  display: flex;
  align-items: flex-start;
  max-width: 345px;
}
footer.footer .footer-contact-info ul li img {
  margin-right: 22px;
}

.footer-bottom {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 25px 0 25px 0;
  margin-top: 20px;
}
.abata-iata img {
  margin-right: 24px;
}
.abata-iata {
  display: flex;
  align-items: center;
}
.social-media {
  display: flex;
  align-items: center;
}
.social-media a {
  width: 58px;
  height: 82px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  border-radius: 8px;
  font-size: 26px;
  color: #000;
  transition: 0.5s background-color ease-in-out;
}
.social-media svg.svg{
  width: 26px;
  height: 26px;
  fill: #000;
}

.social-media a:last-child {
  margin-right: 0;
}
.social-media a:hover {
  background-color: #bfbe32;
}
.footer-copyright {
  background-color: #1d2930;
  padding: 10px 0;
  position: relative;
}
.footer-copyright p {
  font-size: 14px;
  color: #6e7b8e;
  margin: 0;
}
/************ Airlines Css Start **************/
.airline-icon {
  margin-bottom: 22px;
}
.airline-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  padding: 50px 10px;
  border: 1px solid #f1f5f5;
  transition: 0.5s border-color ease;
}
.airline-icon a:hover {
  border-color: #707531;
}
.airline-icon a img{
  max-width: 190px;
}
.flight-search {
  max-width: 650px;
  margin: auto auto 80px;
}
.flight-search .form-control {
  background-color: #f1f5f5;
  border-radius: 35px;
  font-size: 15px;
  color: #707531;
  padding: 16px 30px;
  border: 0;
  margin-right: 12px;
}
.flight-search .btn-reset {
  font-size: 14px;
  color: #ffffff;
  padding: 15px 35px;
  border-radius: 28px;
  transition: 0.5s background-color ease-in-out;
}
.flight-search .btn-reset:hover {
  background-color: #bfbe32 !important;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(112, 117, 49, 0.2);
}

.flight-search .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707531;
}
.flight-search .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #707531;
}
.flight-search .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #707531;
}
.flight-search .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #707531;
}

/************ Adventure Css Start **************/
.adventure-cover {
  padding: 102px 0;
}
.adventure-cover .adventure-items {
  background-color: #f1f5f5;
  border-radius: 25px;
  padding: 50px 0 41px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.adventure-cover .adventure-items p {
  font-size: 16px;
  font-weight: 600;
  color: #707531;
  margin: 20px 0 0 0;
}
.adventure-cover .swiper-slide.swiper-slide-active .adventure-items {
  background-color: rgba(191, 190, 50, 0.8);
}
.adventure-gallery-cover{
  margin-bottom: 50px;
}
/************ Contact us Css Start **************/
.contact-cover {
  padding: 0 0 91px 0;
  max-width: 880px;
  margin: auto;
}
.contact-cover .contact-item {
  background-color: #f1f5f5;
  padding: 56px 21px 30px 21px;
  border-radius: 25px;
  flex: 0 0 32%;
  min-height: 223px;
  transition: 0.5s background-color ease;
}
.contact-cover .contact-item:hover {
  background-color: #707531;
}
.contact-cover .contact-item:hover i,
.contact-cover .contact-item:hover p,
.contact-cover .contact-item:hover a {
  color: #fff;
}
.contact-cover .contact-item i {
  margin-bottom: 30px;
  color: #707531;
  font-size: 35px;
  transition: 0.5s color ease;
}
.contact-cover .contact-item a {
	font-size: 17px;
	color: #707531;
	font-weight: 500;
	transition: 0.5s color ease;
	overflow-wrap: anywhere;
}
.contact-cover .contact-item p {
  font-size: 14px;
  color: #707531;
  transition: 0.5s color ease;
}
.contact-form .form-control {
  font-size: 14px;
  min-height: 53px;
  border-radius: 25px;
  padding: 0 0 0 23px;
  font-weight: 300;
  color: #7d7d7d;
  border-color: #ebebeb;
  margin-bottom: 20px;
}
.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: #707531;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  min-height: 53px;
  padding: 0 25px;
  transition: 0.5s background-color ease;
  margin-top: 30px;
}
.contact-form .btn-submit:hover {
  background-color: #bfbe32;
}
.form-check-input:checked {
  background-color: #707531;
  border-color: #707531;
}
.form-check-input:focus {
  border-color: #707531;
  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);
}
/************ Filter Css Start **************/
.fiter-header {
  background-color: #707531;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 25px 15px;
}
.fiter-header h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.fiter-body {
  background-color: #f1f5f5;
  padding: 41px 38px 40px 38px;
}
.fiter-body h6 {
  font-size: 18px;
  font-weight: 600;
  color: #707531;
}
.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: #707531;
}
.stop-over .form-check-input:checked {
  background-color: #bfbe32;
  border-color: #bfbe32;
  margin-right: 12px;
}
.stop-over .form-check-label {
  font-size: 16px;
  font-weight: 500;
  color: #707531;
}
.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%;
  background-color: #f1f5f5;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #707531;
}
.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: #707531 !important;
  border-color: #707531 !important;
}
.price-range .ui-slider-horizontal {
  height: 6px !important;
}
.price-range .ui-widget-header {
  background: #bfbe32 !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: #707531;
}
.airline-filter ul li .form-check-input:checked {
  background-color: #bfbe32;
  border-color: #bfbe32;
}
.airline-filter ul li .form-check-label {
  font-size: 16px;
  font-weight: 500;
  color: #707531;
}
.flight-summary {
  background-color: #f1f5f5;
  padding: 12px 32px 28px 30px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.airport-info h4 {
  font-size: 23px;
  font-weight: bold;
  color: #707531;
  margin-bottom: 4px;
}
.airport-info p {
  font-size: 15px;
  font-weight: 500;
  color: #707531;
  margin-bottom: 0;
}
.airport-info span {
  font-size: 14px;
  font-weight: 400;
  color: #909090;
}

.stop-flight .arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #bfbe32;
  border-radius: 50%;
  color: #707531;
  border: 5px solid #707531;
  font-weight: 800;
  line-height: 26px;
  padding: 0;
}
.stop-flight p,
.stop-flight span {
  font-size: 12px;
  color: #707531;
  margin-bottom: 0;
}
.stop-flight p {
  margin: 8px 0 0 0;
}
.stop-flight {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-self: normal;
}
.airline-logo img{
  max-width: 120px;
  align-self: center;
}
.airline-logo {
	flex: 0 0 25%;
}
.flight-fares {
  background-color: #707531;
  color: #fff;
  border-radius: 25px;
  padding: 42px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* min-width: 170px;
	height: 153px; */
}
.flight-fares h3 {
  font-size: 37px;
  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: 695px;
}
.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;
}
.one-return {
  padding: 40px 15px 45px 0;
}
.flight-fare-price {
  margin: 18px 0 0 0;
}
.btn.btn-options {
  font-size: 14px;
  color: #fff;
  padding: 8px 25px 8px 25px;
  border-radius: 32px;
  min-width: 124px;
  transition: 0.5s background-color ease;
}
.btn.btn-options:hover {
  background-color: #bfbe32 !important;
}
.btn-groups a {
  margin-right: 5px;
}
.btn-groups a:last-child {
  margin-right: 0;
}
.flight-option {
  padding: 27px 0 0 0;
  border-top: 1px solid #d2d2d2;
}
.btn.btn-options.btn-book {
  color: #707531 !important;
  transition: 0.5s background-color ease, 0.5s color ease;
}
.btn.btn-options.btn-book:hover {
  background-color: #707531 !important;
  color: #fff !important;
}
.filter-cover {
  height: 100%;
}
/************ Review-itinerary Css Start **************/
.review-itinerary .flight-fare-info {
  width: 100%;
  max-width: 100%;
}
.review-itinerary .one-return {
  padding: 40px 0 45px 0;
}
.review-itinerary .flight-fare-info .one-return:nth-child(2) {
  border-top: 1px solid #d2d2d2;
  padding-bottom: 15px;
}
.aside-price .price-detail {
  border-radius: 20px;
  background-color: #f1f5f5;
  border: 1px solid #e1e1e1;
  padding: 47px 37px 46px 40px;
}
.aside-price .price-detail h4 {
  font-size: 20px;
  font-weight: 600;
  color: #707531;
  margin-bottom: 0;
  text-transform: uppercase;
}
.aside-price .price-detail ul {
  padding: 32px 0 32px 0;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.aside-price .price-detail ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #707531;
  margin-bottom: 15px;
}
.aside-price .price-detail ul li:last-child {
  margin-bottom: 0;
}
.aside-price .price-detail .total-price {
  padding: 45px 0 0;
}
.aside-price .price-detail .total-price h4 {
  margin-bottom: 12px;
}
.aside-price .price-detail .total-price p {
  font-size: 16px;
  color: #707531;
  margin-bottom: 7px;
  max-width: 274px;
}
.aside-price .price-detail .total-price h2 {
  font-size: 30px;
  font-weight: bold;
  color: #707531;
  text-align: right;
  display: block;
  width: 100%;
}
.aside-price .price-detail .total-price .btn-download {
  font-size: 15px;
  font-weight: 500;
  padding: 15px 41px 15px 41px;
  border-radius: 35px;
  color: #fff;
  margin-top: 15px;
}
.aside-price .price-detail .total-price .btn-download i {
  margin-left: 8px;
  font-size: 16px;
}
.aside-price .customer-support {
  background-color: #707531;
  border-radius: 20px;
  padding: 42px 20px;
  margin-top: 21px;
}
.aside-price .customer-support h3,
.aside-price .customer-support a {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.aside-price .customer-support h3 {
  margin-bottom: 5px;
}
/************ Booking Information Css Start **************/
.passenger-info {
  background-color: #f1f5f5;
  border-radius: 25px;
  padding: 25px 30px 57px 30px;
  margin-bottom: 24px;
}
.passenger-info .passenger-header {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 16px;
}
.passenger-info .passenger-header ul {
  display: flex;
  align-items: center;
}
.passenger-info .passenger-header ul li {
  font-size: 16px;
  color: #707531;
  margin-right: 60px;
}
.passenger-info .passenger-header ul li:last-child {
  margin-right: 0;
}
/* .passenger-info .passenger-body .select-gender{} */
.passenger-info .passenger-body {
  padding: 42px 0 0;
}
.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: 25px;
  padding: 0 0 0 23px;
  font-weight: 300;
  color: #7d7d7d;
  border-color: #e1e1e1;
  margin-bottom: 20px;
  background-color: #f1f5f5;
  line-height: 53px;
}
.passenger-info.passendger-detail .passenger-header {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 20px 30px 20px 30px;
}
.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: #707531;
}
.passenger-info .passenger-body .passanger-info-fill .form-check-input:checked {
  background-color: #bfbe32;
  border-color: #bfbe32;
}
.passenger-info .passenger-body .passanger-info-fill .btn-booking {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 14px 25px 14px 25px;
  border-radius: 25px;
  transition: 0.5s background-color ease;
}
.passenger-info .passenger-body .passanger-info-fill .btn-booking:hover {
  background-color: #bfbe32 !important;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: inherit;
}
.passenger-info.passendger-detail .passenger-body p {
  font-size: 16px;
  color: #707531;
  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: 0 0 0 0.25rem rgba(112, 117, 49, 0.2);
}
.mr-selection .form-select {
  background-color: #707531;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  border-color: #707531;
  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: #707531;
  min-width: 164px;
  text-align: center;
  border: 1px solid #e7e9e9;
  padding: 10px 15px;
  border-radius: 30px;
}
.gender-selection .form-check label img {
  margin-right: 12px;
}
.gender-selection .form-check input[type="radio"]:checked + label {
  outline: 1px solid #707531;
}
.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;
}
.maping-cover {
  padding: 74px 0;
}
.maping-cover .maping-inner {
  max-width: 771px;
  margin: auto;
  position: relative;
}
.maping-cover .maping-inner .maping-item::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 11%;
  right: 0;
  width: 80%;
  height: 2px;
  background-color: #e6e6e6;
  z-index: 1;
}
.maping-cover .maping-inner .maping-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.maping-cover .maping-inner .maping-item.active .maping-item-box {
  background-color: #707531;
  border-color: #bfbe32;
  color: #fff;
}
.maping-cover .maping-inner .maping-item .maping-item-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  background-color: #f3f3f3;
  border: 7px solid #d9d9d9;
  color: #707531;
  position: relative;
  z-index: 5;
}
.maping-cover .maping-inner .maping-item p {
  font-size: 18px;
  font-weight: 500;
  color: #707531;
  margin: 14px 0 0 0;
}
.topbar-cover {
  background-color: #f1f5f5;
  padding: 16px 0 25px 0;
}
.topbar-cover h2 {
  font-family: "Dancing Script", cursive;
  font-size: 50px;
  color: #707531;
  font-weight: 700;
  margin: 0;
}
.main.bookingInfo {
  padding-top: 96px;
}
/************ Terms & Condition Css Start **************/
.page-content > h1,
.page-content > h2,
.page-content > h3,
.page-content > h4,
.page-content > h5,
.page-content > h6 {
  font-weight: 600;
  color: #707531;
  margin-bottom: 15px;
}
.page-content > h1 {
  font-size: 34px;
}
.page-content >  h2 {
  font-size: 30px;
}
.page-content > h3 {
  font-size: 28px;
}
.page-content > h4 {
  font-size: 26px;
}
.page-content > h5 {
  font-size: 24px;
}
.page-content > h6 {
  font-size: 22px;
}
.page-content > p {
  font-size: 15px;
  text-align: justify;
  color: rgba(64, 63, 63, 0.5);
  margin-bottom: 20px;
}
.page-content > a {
  color: #707531;
  text-decoration: underline;
  font-weight: 500;
}
.page-content > p strong {
  font-weight: 600;
  color: #707531;
}
.page-content > ul,
.page-content > ol {
  padding: 10px 0 10px 25px;
  list-style-type: disc;
}
.page-content > ul li, .page-content > ol li {
	color: #707531;
	margin-left: 35px;
}
.page-content > blockquote{
  background-color: #f1f5f5;
  padding: 25px 60px;
  max-width: 80%;
  margin: 20px auto;
  border-radius: 26.5px;
  border: 1px solid #707531;
  border-left: 5px solid #707531;
  /* border-right: 5px solid #707531; */
  /* box-shadow: 0 0 5px 0 #71753180, 0 0 5px 0 #71753171; */
}
.page-content > blockquote p{
  font-size: 15px;
  text-align: justify;
  color: rgba(64, 63, 63, 0.5);
  font-style: italic;
  line-height: 20px;
  margin-bottom: 0;
}
.page-content > ol {
  list-style-type: decimal;
}
.page-content > small {
  font-size: 13px;
}
.page-content > u {
  text-decoration: underline;
}
.page-content > i {
  font-style: italic;
}
/************ Enquire Now Css Start **************/
.aside-flight-info {
  padding: 44px 36px 43px 36px;
  border-radius: 20px;
  background-color: #f1f5f5;
  border: 1px solid #e1e1e1;
}
.aside-flight-info h5 {
  font-size: 20px;
  font-weight: 600;
  color: #707531;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.aside-flight-info ul li {
  font-size: 16px;
  font-weight: 600;
  color: #707531;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}
.aside-flight-info ul li:last-child {
  margin-bottom: 0;
}
.aside-flight-info  .trip ul li {
  margin-bottom: 20px;
}
.aside-flight-info  .trip ul li:last-child {
  margin-bottom: 28px;
}
.aside-flight-info ul li span {
  font-size: 15px;
  font-weight: 300;
  color: #707531;
}
.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: #707531;
}
.customerInfo .PassengersField{
  border-radius: 26.5px !important;
}
.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: 50px;
} 
.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: #707531;
}
.customerInfo .form-control {
  font-size: 14px;
  min-height: 53px;
  border-radius: 25px;
  padding: 0 0 0 23px;
  font-weight: 300;
  color: #7d7d7d;
  border-color: #ebebeb;
  margin-bottom: 20px;
}
.customerInfo textarea{
  padding-top: 23px !important;
  min-height: 124px !important;
}
.customerInfo .termsCondition{
  margin-top: 20px;
}
.customerInfo .termsCondition label {
  font-size: 15px;
  font-weight: 300;
  color: #7d7d7d;
}
.customerInfo .btn-send{
  min-width: 160px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: #707531;
  border-radius: 26px;
  padding: 14px 10px;
  margin-top: 42px;
}
/************ Search Engine Css Start **************/

.search-main {
  position: relative;
}
.search-form {
	position: absolute;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	top: -50px;
	z-index: 3;
	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 #c4c4c4;
  margin-bottom: 48px;
}

.search-engine .search-form-btn p {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #6a6a6a;
	margin-right: 2px;
	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: #707531;
  transition: all 0.3s;
}
.search-engine .search-form-btn p.active::after {
	content: "";
	height: 3px;
	position: absolute;
	background-color: #707531;
	left: 0;
  right: 0;
	bottom: 0;
}
.search-engine .form-input {
  margin-bottom: 19px;
}
.ui-widget-header .ui-icon {
	background-image: url("../images/datepicker/ui-icons_444444_256x240.png");
}
.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;
}

.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: #707531;
  border-color: #707531;
  box-shadow: none;
}

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

.search-engine .form-input .date {
  position: relative;
  /* overflow: hidden; */
}

.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 .select2{
	overflow: auto;
}
.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-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: -79px;
}
.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;
}

.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: #707531;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.passenger-dropdown .form-group .passenger .btn {
	background-color: #fff;
	padding: 18px;
	border: 2px solid #707531;
}
.passenger-dropdown .form-group .passenger .form-control {
	max-width: 80%;
	height: 40px !important;
	margin: 0 auto !important;
	border: 2px solid #707531 !important;
}
.passenger-dropdown .form-group>label{
  color: #707531;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: block !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */

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

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

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

.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: #707531;
  border: 1px solid #707531;
  font-weight: 500;
  border-radius: 26.5px;
}

.search-engine .form-buttons .btn.submit-btn {
	background-color: #707531;
	padding: 22px 32px;
	border-radius: 26.5px;
	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: #707531;
}
.return-date{
  display: none;
}

/************ Search Engine Css Ends **************/
/************ Review Itinerary remaining Css Starts **************/
.flight-details>p,
.flight-details-main>p{
  font-size: 15px;
  font-weight: 400;
  color: #707531;
}
.flight-details > p {
	margin: 21px 0 16px;
	padding: 0 29px;
}
.detail-main .details-box {
  padding-right: 50px;
  border-right: 1px solid #d2d2d2;
}
.detail-main .details-box ul li:not(:nth-last-of-type(1)){
  margin-bottom: 16px;
}
.detail-main .details-box ul li p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #707532;
  font-size: 14px;
  font-weight: 400;
}
.detail-main .details-box  p span i{
  color: #707531;
  font-size: 10px;
  margin-right: 15px;
}
.flight-details-main{
  padding: 22px 25px 36px;
  background-color: #f1f5f5;
  border-radius: 20px;
}
.flight-details-main>p{
  padding-bottom:16px ;
  border-bottom: 1px solid #d2d2d2;
}
.flight-details-main .detail-main{
  padding: 70px 0;
  border-bottom: 1px solid #d2d2d2;
}
.flight-details-main .detail-main .airport-info{
  flex: 0 0 30%;
}
.flight-dir .airport-info h4,
.flight-dir .airport-info p:nth-of-type(1){
  margin-bottom: 25px;
}
.flight-dir .airport-info p:nth-of-type(1){
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.flight-dir .airport-info p span{
	font-size: 14px;
	font-weight: 400;
	color: #909090;
  display: block;
}
.flight-dir .stop-flight .sep{
  position: relative;
}
.flight-dir .stop-flight .sep img:nth-last-of-type(1){
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.flight-details-main .details-btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
} 
.flight-details-main .details-btn a:hover,
.confirm-contact p:nth-of-type(2) a:hover{
  background-color: #bfbe32 !important;
  transition: all 0.3s;
}
.flight-details-main .details-btn a{
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  background-color: #707531;
  border-radius: 26.5px;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
  transition: all 0.3s;
}
.flight-details-main .details-btn a:nth-of-type(1){
  padding: 21px 34px;
}
.flight-details-main .details-btn a:nth-of-type(2){
  padding: 21px 25px;
}
/************ Review Itinerary remaining Css Ends **************/
/************ Confirmation Css Starts **************/
.confirmation .confirm-head{
  text-align: center;
  margin-bottom: 80px;
} 
.confirmation .confirm-head h2{
    font-family: 'Alex Brush', cursive; 
    color:#707531 ;
    font-size: 102px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
  }
  .confirmation .confirm-head p{
    color: #707531;
    font-size: 22px;
    font-weight: 300;
  }
  .confirm-box .confirm-details {
    padding: 49px 39px 35px;
    background-color: #f1f5f5;
    border-radius: 20px;
  } 
  .confirm-box .confirm-details .booking{
    position: relative;
  }
  .confirm-box .confirm-details .booking::after {
    content: "";
    background-image: url("../images/confirm-plane.png");
    position: absolute;
    top: 0;
    right: 0;
    height: 232px;
    width: 232px;
  }
  .confirm-box .confirm-details .booking img{
    margin-bottom: 44px;
  }
  .confirm-box .confirm-details .booking h3{
    font-size: 20px;
    font-weight: 500;
    color: #707531;
    /* margin-bottom: 12px; */
  }
  .confirm-box .confirm-details .booking p{
    font-size: 35px;
    font-weight: 500;
    color: #525623;
    margin-bottom: 59px;
  }
  .confirm-box .confirm-details h3{
    font-size: 14px;
    font-weight: 300;
    color: #707531;
  }
  .confirm-box .confirm-details p,
  .confirm-box .total-price h3{
    font-size: 16px;
    font-weight: 700;
    color: #707531;
  }
  .confirm-details .booked-date,
  .confirm-details .total-price,
  .confirm-details .passenger{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #dfdfdf;
    padding: 22px 0;
    color: #707531;
  }
  .confirm-box .total-price{
    margin-bottom: 38px;
  }
  .confirm-box .confirm-note p{
    font-size: 16px;
    font-weight: 300;
    color: #707531;
    text-align: center;
  }
  .confirm-box .confirm-contact{
    background-color: #f1f5f5;
    border-radius: 20px;
    padding: 40px 0;
    text-align: center;
  }
  .confirm-box .confirm-contact p{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #707531;
    font-size: 15px;
  }
  .confirm-box .confirm-contact p a{
    color: #707531;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    transition: all 0.3s;
  }
  .confirm-box .confirm-contact p i{
    margin-right: 15px;
    font-size: 18px;
  }
  .confirm-box .confirm-contact p:not(:nth-last-of-type(1)){
    margin-bottom: 38px;
  }
  .confirm-box .confirm-contact p:nth-of-type(2) a{
    padding: 21px 30px;
    background-color: #707531;
    color: #fff;
    font-weight: 500;
    border-radius: 26.5px;
  }
  .confirm-box .confirm-contact.tag{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-with-map{
    margin-bottom: 50px;
  }

  
/************ Confirmation Css Ends **************/
/************ Online Booking Enquiry Css Start **************/
.online-details{
  margin-bottom: 104px;
}
.online-details .online-detail-main .detail-main-box{ 
  background-color: #f1f5f5;
  border-radius: 20px;
  padding: 25px 29px;
}
.online-details .online-detail-main .detail-main-box .one-return{
  padding: 40px 65px 15px;
}
.online-details .online-detail-main .detail-main-box .destination-summary{
  max-width: 100%;
  padding-left: 150px;
}
.online-details .online-detail-main .detail-main-box>p{
  font-size: 15px;
  color: #707532;
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
}
.online-enquiry .topbar-cover  p{
  font-size: 20px;
  font-weight: 300;
  color: #707531;
  text-transform: uppercase;
}
.online-enquiry .topbar-cover {
  margin-bottom: 56px;
  padding: 30px 0;
}
.online-enquiry .topbar-cover  p:not(:nth-last-of-type(1)){
  margin-right: 332px;
}
.online-enquiry .topbar-cover div{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.flight-sec .flight-fare-info {
	width: 100%;
	max-width: 75%;
	flex: 0 0 75%;
}
.flight-sec .destination-summary {
	padding: 0 0 0 42px;
}
.flight-sec .flight-summary {
	padding: 15px;
}
.flight-sec .flight-fare-info>p {
	padding:0 20px 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #707531;
  font-size: 14px;
}
.flight-sec .flight-fare-info>p a{
  color: #707531;
  text-decoration: underline;
  font-size: 14px;
}
.flight-sec  .one-return {
	padding: 40px 25px 45px;
}
.flight-sec .flight-fares{
  padding: 28px 21px;
}
.flight-sec .flight-fares a{
  font-size: 14px;
  color: #707531;
  font-weight: 400;
  background-color: #bfbe32;
  padding: 15px 26px;
  border-radius: 19px;
  line-height: 1;
  display: inline-block;
  margin-top: 27px;
  transition: all 0.3s;
}
.flight-sec .flight-fares a:hover{
  background-color: #cedd00;
  transition: all 0.3s;
}
.flight-sec .flight-fare-price{
  margin-top: 0;
}
.flight-sec .one-return {
	padding: 25px 25px 5px !important;
}
/************ Online Booking Enquiry Css Ends **************/
/************ 404 Css Start **************/
.error{
  padding: 163px 0 170px;
  background-color: #f1f5f5;
}
.error-main{
  position: relative;
}
.error-main::after {
	content: "";
	position: absolute;
	background-image: url("../images/lg-balloon.png");
	background-repeat: no-repeat;
	height: 287px;
	width: 189px;
	top: 50%;
	right: -41px;
	opacity: 0.5;
	transform: translateY(-50%);
}
.error-main::before{
  content: "";
  position: absolute;
  background-image: url("../images/sm-balloon.png");
  background-repeat: no-repeat;
  height: 169px;
  width: 113px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0.5;

}
.error-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error-content .oops{
  padding: 130px 175px;
  background-image: url("../images/404-bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.error-content .oops::after{
  content: "";
  position: absolute;
  background-image: url("../images/lg-balloon.png");
  background-repeat: no-repeat;
  height: 287px;
  width: 189px;
  top: 27%;
  right: -43px;
  transform: translateY(-50%);
}
.error-content .oops::before {
	content: "";
	position: absolute;
	background-image: url("../images/sm-balloon.png");
	background-repeat: no-repeat;
	height: 169px;
	width: 113px;
	top: 30%;
	left: -33px;
	transform: translateY(-50%);
}
.error-content .oops img{
  margin-bottom: 17px;
}
.error-content .oops h2{
  font-size: 77px;
  color: #1c2829;
  font-weight: 700;
  text-transform: uppercase;
}
.error-det{
  margin-top: 34px;
}
.error-det span{
  display: block;
  font-size: 31px;
  color: #131c21;
  font-weight: 600;
  text-transform: uppercase;
}
.error-det p{
  font-size: 75px;
  color: #131c21;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.error-det a{
  text-transform: capitalize;
  display: inline-block;
  padding: 21px 56px;
  background-color:#707531 ;
  border-radius: 26.5px;
  line-height: 1;
  color: #fff;
  margin-top: 57px;
  
}
/************ 404 Css Ends **************/


/* Error Css start here */

.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;
}
/************  Pop Up Css Start **************/
.pop-up .modal-dialog {
	max-width: 70%;
}
.pop-up .btn-close {
	background: transparent url("../images/cancel.png") center/1em auto no-repeat;
  background-size: auto;
}
.pop-up .modal-header{
  border-bottom: none;
}
.pop-up .modal-body {
	padding:0;
  padding-bottom: 104px;
}
.pop-up .page-title h2{
  font-size: 45px;
}
.pop-up .page-title p{
  font-size: 15px;
  color: #707532;
  font-weight: 400;
}
.pop-up .detail-main{
  background-color: #f1f5f6;
  padding: 43px 40px;
}
.pop-up .detail-main:not(:nth-last-of-type(1)){
  margin-bottom: 30px;
}
.destination-summary {
	padding: 0;
	width: 100%;
	max-width: 100%;
  align-items: baseline !important;
}
.pop-up .destination-summary .airport-info{
  flex: 0 0 25%;
}

.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 #505328;
  background: #707531;
  font-weight: normal;
  color: #fff
}

/************  Pop Up Css Ends **************/
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #707531;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #707531;
	border: 1px solid #707531;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-right: 1px solid #b8bd7673;
	color: #fff;
	font-size: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #707531;
	color: #fff;
}
/* Changes */
.destination-items .destination-text h6{
	word-wrap:word-break;
}
.airline-icon a img {
	max-width: 160px;
}
.airport-info span {
	display: block;
}
.online-details .online-detail-main .detail-main-box .destination-summary {
	padding-left: 0px; 
}
.continent-item {
	min-height: 200px;
}
.airport-info {
	flex: 0 0 30%;
}