@font-face {
  font-family: 'circularstd-black';
  src: url('../font/circularstd-black.otf') format('opentype');
}
@font-face {
  font-family: 'circularstd-medium';
  src: url('../font/circularstd-medium.otf') format('opentype');
}
@font-face {
  font-family: 'circularstd-bold';
  src: url('../font/circularstd-bold.otf') format('opentype');
}
@font-face {
  font-family: 'circularstd-book';
  src: url('../font/circularstd-book.otf') format('opentype');
}
body {
  font-family: 'circularstd-black';
  line-height: 1.5;
  background-color: #EFF1F5;
}
:root {
  --primary-color: #113BAA;
}
/*====================================================================================================================================================*/
@media (min-width: 1461px) {
  .container {
    max-width: 1170px;
  }
}
.padpage{
	padding: 25px;
	margin: 25px auto;
	background-color: #FFF;
}
.padpage ul{
	margin: 0;
	padding: 0;
}
.padpage li{
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
}
.qus{
	background-color: #113baa;
	padding: 15px 10px;
	border: solid 1px #113baa;
}
.qus p{
	margin-bottom: 0px !important;
	color: #FFF !important;
}
.ans{
	background-color: #FFF;
	padding: 15px 10px 0px 10px;
	border: solid 1px #113baa;
}
.padpage p {
    font-size: 16px;
    color: #000;
    font-family: 'circularstd-book';
	margin-bottom: 15px;
}
.padpage h3 {
    font-size: 22px;
    color: #113baa !important;   
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: 'circularstd-book';
}

/*======================================================================================================================================================
    Navbar Css 
=======================================================================================================================================================*/
@keyframes blink {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.customNav {
  padding: 15px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
}
.navbar-toggler-icon i {
  font-size: 30px;
  color: var(--primary-color);
}
.fixedNav {
  position: fixed !important;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f5f7fa !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px, rgba(0, 0, 0, 0.05) 0 5px 10px;
  z-index: 999;
  transition: all 0.5s ease-in;
  animation-name: blink;
  animation-duration: 1s;
}
.customNav .navbar-brand .white-logo {
  display: none;
}
.customNav .navbar-brand .color-logo {
  display: block;
}
.customNav ul li a {
  color: var(--main-color) !important;
  margin-left: 44px;
}
.customNav ul li a.dropdown-item {
  color: var(--main-color) !important;
  margin-left: 0px !important;
  width: 100%;
}
.customNav .authItem {
  background-color: #113BAA;
  border-radius: 25px;
  padding: 8px 25px;
  padding-right: 25px;
  padding-left: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.flightIcon {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.nav-item.auth-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  padding: 0 10px;
  border-radius: 20px;
  margin-left: 31px;
}
.customNav.fixedNav .nav-item.auth-item .nav-link {
  color: #fff !important;
}
.nav-item.auth-item .nav-link {
  margin-left: 5px;
  position: relative;
  color: #fff !important;
}
.nav-item.auth-item .nav-link:first-child::after {
  content: '|';
  position: absolute;
  right: -5px;
}
.nav-item.auth-item.dropdown .nav-link:first-child::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 18px;
  right: 10px;
}
.nav-item.auth-item .nav-link.dropdown-toggle {
  margin-left: 0px;
  position: relative;
  color: #fff !important;
  padding: 8px 20px;
}
@media (max-width: 576px) {
  .flightIcon span {
    display: none;
  }
  .searchNav .navItem .navLink .flightIcon svg {
    margin-right: 0px;
  }
  .search-panel .bulletpoint .form-check-label {
    font-size: 14px;
    font-weight: 400;
  }
}
/*=====================================*/
.section-title h3 {
  font-size: 40px;
  font-weight: normal;
  font-family: 'circularstd-medium';
  color: #11284A;
  padding-bottom: 27px;
}
.water-mark-top {
  top: -55px;
  left: 0;
  display: block;
  font-size: 190px;
  position: absolute;
  transform: translate(0%, -40%);
  color: rgba(34, 34, 34, 0.03);
  text-align: end;
  width: 100%;
}
.water-mark-bottom {
  bottom: -40px;
  left: 0;
  display: block;
  font-size: 190px;
  position: absolute;
  /* transform: translate(0%, -40%); */
  color: rgba(34, 34, 34, 0.03);
}
/*=====================================================================================================================================================*/
.hero-banner-area .swiper {
  width: 100%;
  height: 520px;
}
.hero-banner-area .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-banner-area .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner-area .swiper-slide::before {
  position: absolute;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(178deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 480px;
  padding: 0 0px;
  z-index: 5;
}
.content-box .content {
  position: relative;
  /* display: table-cell; */
  /* vertical-align: middle; */
  padding: 50px 0px;
}
.content-box .inner {
  position: relative;
  display: block;
  max-width: 100%;
  text-align: start;
}
.content-box .inner .sub-title {
  margin-bottom: 15px;
}
.content-box .inner .sub-title span {
  color: #fff;
  font-size: 16px;
}
.inner h1 {
  color: #fff;
  font-size: 50px;
}
/*=======================================*/
.package-section {
  padding: 200px 0 183px 0;
  background-color: #EFF1F5;
  position: relative;
}
.package-single-wrapper {
  position: relative;
}
.package-image {
  position: relative;
}
.package-image img {
  width: 100%;
}
.package-single-wrapper {
  margin-bottom: 33px;
}
.package-section .price-btn {
  display: inline-block;
  padding: 12px 24px 12px 24px;
  background-color: #113BAA;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-family: 'circularstd-bold';
  margin-bottom: 19px;
}
.package-bottom-area {
  position: relative;
  margin-top: -24px;
  z-index: 9;
  margin-left: 20px;
}
.package-bottom-area .package-content h4 {
  display: block;
  font-size: 20px;
  color: #11284A;
  font-family: 'circularstd-bold';
}
.package-bottom-area .package-content h5 {
  font-size: 16px;
  color: #000;
  font-family: 'circularstd-book';
}
/*================================================================*/
.facilities-area {
  background-color: #EFF1F5;
  padding: 0;
  margin-top: 0;
}
.facilities-content-area {
  background: #11284A;
}
.facilities-content-area .content {
  padding: 120px 168px 115px 80px;
  width: 868px;
  background: #11284A;
}
.facilities-content-area .content .header {
  margin-bottom: 55px;
}
.facilities-content-area .content .header h1 {
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  font-family: 'circularstd-medium';
  margin-bottom: 10px;
}
.facilities-content-area .content .header p {
  font-size: 16px;
  color: #FFF;
}
.facilities-image {
  margin-top: 100px;
}
.facilites-list {
  padding-left: 45px;
}
.list-single {
  margin-bottom: 55px;
}
.facilities-image img {
  height: 720px;
}
.list-single h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.list-single p {
  color: #FFF;
  text-align: justify;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .facilites-list {
    padding-left: 0px;
  }
}
/*==============================================*/
.top-destination {
  position: relative;
  background-color: #EFF1F5;
  padding-top: 195px;
  padding-bottom: 192px;
}
.td-wrapper {
  margin-bottom: 32px;
}
.td-wrapper .wrapper-image {
  margin-bottom: 20px;
}
.wrapper-content {
  color: #11284A;
  font-size: 24px;
  font-family: 'circularstd-book';
}
/*=======================================*/
.register-now-add {
  padding: 214px 0 212px;
  background-image: url("../../../../images/bottomBG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.register-now-add .heading {
  color: #fff;
  font-size: 50px;
  margin-bottom: 60px;
  text-transform: capitalize;
}
.register-now-add .heading span {
  position: relative;
}
.register-now-add .heading span::after {
  content: url(../img/motivator.png);
  position: absolute;
  right: -1px;
  bottom: -31px;
}
.register-now-add p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 32px;
  font-weight: normal;
}
.register-now-add h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 5px;
}
.button {
  padding: 20px 35px;
  background-color: #F83232;
  border-radius: 20px;
  line-height: 1;
  font-family: 'circularstd-book';
  font-size: 16px;
  border: none;
  color: #fff !important;
}
/*================*/
/*====================================*/
.partner-area {
  padding: 65px 0;
  background-color: #ffffff;
}
.partner-area .left-side h3 {
  font-size: 32px;
  font-weight: normal;
  font-family: 'circularstd-medium';
  color: #11284A;
}
.footer-area {
  background-image: url('../img/footer-bg.png');
  padding: 120px 0 26px;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-text {
  margin-right: 35px;
}
.footer-text p {
  color: #808C9F;
  text-align: justify;
  font-weight: 400;
}
.important-link .title {
  margin-bottom: 25px;
  font-size: 16px;
  color: #808C9F;
}
.important-link ul li {
  display: block;
  margin-bottom: 5px;
}
.important-link ul li a {
  color: #11284A;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
}
.important-link .contact-text {
  font-size: 16px;
  color: #11284A;
  margin-bottom: 25px;
  line-height: 1.5;
}
.social-media ul {
  margin-bottom: 30px;
}
.social-media ul li a {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #F83232;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}
.payment-area {
  font-size: 16px;
  color: #808C9F;
}
.top-footer {
  margin-bottom: 80px;
}
.bottom-footer {
  border-top: 1px solid #11284A;
}
.bottom-footer p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #808C9F;
}
.bottom-footer p a {
  color: #808C9F;
}
/*========================================*/
/*=========================================================================================================================
    Flight,Tour & Visa Search Panel CSS Start
=========================================================================================================================*/
.searchBody {
  position: relative;
}
.flightSearch {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -120px;
}
.searchNav {
  text-align: center;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  justify-content: center;
  background-color: #EFF1F5;
  backdrop-filter: blur(6px);
  padding: 0;
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.searchNav .navItem {
  width: 33.33%;
  text-align: center;
}
.searchNav .navItem .navLink {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #202020;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 15px 20px;
  border: none;
  width: 100%;
  text-align: center;
  background-color: #EFF1F5;
}
.searchNav .navItem:first-child .navLink {
  border-radius: 16px 0 0 0 !important;
}
.searchNav .navItem:last-child .navLink {
  border-radius: 0 16px 0 0 !important;
}
.searchNav .navItem .navLink .flightIcon {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.searchNav .navItem .navLink .flightIcon svg {
  margin-right: 8px;
}
.searchNav .navItem .navLink .flightIcon svg path {
  stroke: #000000;
}
.searchNav .navItem .navLink.active .flightIcon svg path {
  stroke: #113BAA;
}
.searchNav .navItem .navLink.active {
  position: relative;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  border-radius: 0;
  background-color: #fff !important;
  color: #113BAA;
  font-weight: 400;
  border: none;
}
.searchNav .navItem:first-child .navLink.active {
  border-radius: 16px 0 0 0 !important;
}
.searchNav .navItem:last-child .navLink.active {
  border-radius: 0 16px 0 0 !important;
}
.flightTabContent {
  background-color: var(--color-white);
  border-radius: 0 0 16px 16px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.flight-tab-pane {
  padding: 28px;
  padding-bottom: 40px;
}
.hotels-tab-pane {
  padding: 20px 20px 60px;
}
.tour-tab-pane {
  padding: 28px 28px 60px;
}
.visa-tab-pane {
  padding: 50px 28px 50px;
}
.flight-tab-pane {
  padding: 28px;
  padding-bottom: 50px;
}
.bulletpoint {
  display: flex;
  text-align: start;
  justify-content: start;
  white-space: nowrap;
  margin-bottom: 28px;
  margin-top: 0;
}
.bulletpoint .form-check-input:checked[type="radio"] {
  background-image: url('../img/bullet.png') !important;
}
.bulletpoint .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.search-panel .bulletpoint .form-check-label {
  cursor: pointer;
  line-height: 1.8;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}
.bulletpoint .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.search-section .search-box .left-part {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D3D5D9;
  border-radius: 10px;
}
.search-panel .search-section .search-box .left-part .search-body {
  padding: 20px 10px;
  flex: 1 1 0px;
  border: none !important;
  padding: 10px !important;
  text-align: left;
  margin-bottom: 0px !important;
  background: transparent !important;
}
/*.search-panel .search-section .search-box .left-part .search-body {
    padding: 20px 10px;
    flex: 1 1 0px;
    border: 1px solid #c8d3d8;
    padding: 10px;
    text-align: left;
    margin-bottom: 0;
    background: #fff;
}*/
.search-section .search-box .left-part .search-body .form-control {
  padding: 0 !important;
  font-size: 16px;
}
.flt-swapper {
  right: 5px;
  background: #fff;
  top: 56% !important;
  transform: translate(-50%, -50%);
  z-index: 9;
  cursor: pointer;
}
.flt-swapper i {
  color: #D3D5D9;
}
.search-section .search-box .left-part {
  padding: 10px;
}
.search-panel .search-section .search-box .left-part .search-body.flt-border-right {
  border-right: 1px solid #D3D5D9 !important;
}
.search-panel .search-section .search-box .left-part .search-body.flt-border-left {
  border-left: 1px solid #D3D5D9 !important;
}
#hotelSearchButton, #flt-search-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: fit-content;
  bottom: -75px;
}
#pkg-search-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: fit-content;
  bottom: -84px;
}
#visa-search-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: fit-content;
  bottom: -28px;
}
#flt-search-btn.button, #pkg-search-btn.button, #visa-search-btn.button {
  background-color: var(--primary-color);
}
.left-part.mc-boxes {
  margin-bottom: 15px;
}
.tour-body .inputField {
  padding: 15px;
}
.tour-body .inputField .easy-autocomplete input {
  border: none !important;
  padding: 0px 12px 0px 0px !important;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.inputField {
  position: relative;
  border-radius: 8px;
  border: 1px solid #D3D5D9;
}
.inputField label {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #595b5f;
  margin-bottom: 5px;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #ced4da;
  box-shadow: none !important;
}
/*=========================================================================================================================
    Side Range ber custom Css
==========================================================================================================================*/
.irs--flat .irs-bar {
  background-color: var(--main-color) !important;
}
.irs--flat .irs-handle > i:first-child {
  background-color: var(--main-color) !important;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background-color: var(--main-color) !important;
}
.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
  border-top-color: var(--main-color) !important;
}
/*=========================================================================================================================
    Auth Page css
==========================================================================================================================*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
.hero-single {
  background: rgb(0, 0, 0);
  background: linear-gradient(332deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), url(../img/auth-background.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-single::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(90%) blur(3px);
  z-index: -1;
}
.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 450px;
  text-align: justify;
}
.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: capitalize;
}
.hero-single .hero-content .hero-sub-title {
  color: #FF442B;
  font-size: 25px;
  position: relative;
  text-transform: capitalize;
  font-family: "Pacifico", cursive;
}
.hero-single .hero-content p {
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.auth-body {
  padding: 65px 90px 45px;
  width: 100%;
}
.auth-body.signup-page {
  padding: 0px 90px 45px;
}
.auth-title h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.auth-title p {
  color: #fff;
}
.auth-body .input-area .form-control {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--white-color) !important;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  padding: 4px 0;
  margin-bottom: 25px;
}
.auth-body .input-area .form-control:focus {
  outline: none;
  box-shadow: none !important;
}
.auth-body .input-area .form-control::placeholder {
  font-size: 16px;
  color: #AEB1AF;
}
.auth-body .remmeBtn, .auth-body .forgetPass {
  color: #fff;
  text-transform: capitalize;
}
.auth-body .remmeBtn .form-check-input {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.auth-body .authBtn {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: var(--primary-color);
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.auth-body .fxt-style-line {
  overflow: hidden;
  text-align: center;
}
.auth-body .fxt-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.auth-body .fxt-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.auth-body .fxt-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.g-auth {
  cursor: pointer;
  display: inline-flex;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  padding: 10px 36px;
  margin-bottom: 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.auth-body .fxt-footer p {
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .bulletpoint {
    display: flex;
    text-align: start;
    justify-content: start;
    white-space: nowrap;
    margin-bottom: 28px;
    margin-top: 0;
    flex-wrap: wrap;
  }
  /*.search-panel .search-section .search-box .left-part .search-body.flt-border-right {
         border-right: 1px solid transparent!important; 
    }*/
}
/*====================================================================================================================================================================================================*/
@media only screen and (max-width: 1700px) {
  .water-mark-top {
    top: -55px;
    left: 0;
    display: block;
    font-size: 120px;
    position: absolute;
    /* transform: translate(0%, -40%); */
    color: rgba(34, 34, 34, 0.03);
  }
  .water-mark-bottom {
    bottom: -40px;
    left: 0;
    display: block;
    font-size: 120px;
    position: absolute;
    /* transform: translate(0%, -40%); */
    color: rgba(34, 34, 34, 0.03);
  }
}
@media only screen and (max-width: 991px) {
  .mobile-filter {
    z-index: 999 !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important
  }
  .why-us-content-bottom {
    margin-top: 60px;
  }
  .nav-custom-area {
    position: relative;
    background: #fff;
    z-index: 99;
  }
  .nav-area-address {
    display: none !important;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu i {
    font-size: 26px;
    color: #11284A !important;
  }
  .auth-area-half {
    width: 100%;
    height: 100%;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 99;
    background: #202020;
    backdrop-filter: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    display: none;
  }
  .auth-area-half.show {
    display: flex !important;
  }
  .auth-form-area {
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    margin-left: 0;
    padding: 35px;
  }
  .water-mark-top, .water-mark-bottom {
    display: none;
  }
  .cross-area {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 15px;
    top: 21px;
    font-size: 46px;
  }
  .cross-area i {
    color: #fff !important;
  }
  /*=====*/
  .facilities-content-area .content {
    padding: 40px;
    width: 100%;
  }
  .content-box .inner {
    position: relative;
    display: block;
    max-width: 100%;
    text-align: start;
  }
  .facilities-image img {
    height: fit-content;
  }
  .register-now-add .heading {
    color: #fff;
    font-size: 32px;
    margin-bottom: 60px;
  }
  .section-title h3 {
    font-size: 30px;
    font-weight: normal;
    font-family: 'circularstd-medium';
    color: #11284A;
    padding-bottom: 27px;
  }
  .package-section {
    padding: 120px 0 113px 0;
  }
  .who-us {
    padding: 120px 0 120px;
  }
  .facilities-area {
    background-color: #EFF1F5;
    padding-top: 0;
    margin-top: 0;
  }
  .facilities-image {
    margin-top: 0;
  }
  .top-destination {
    padding-top: 115px;
    padding-bottom: 112px;
  }
  .register-now-add {
    padding: 120px 0 119px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
  }
  /*==========================*/
  .swiper-pagination {
    display: none;
  }
  .why-us-content-head .headings {
    font-size: 25px;
    color: var(--white-color);
    font-family: 'circularstd-medium';
    padding-bottom: 67px;
    text-align: justify;
    line-height: 1.3;
  }
  .important-link .title {
    margin-bottom: 12px;
    margin-top: 25px;
  }
  /*==================================*/
  .flight-tab-pane {
    padding: 15px;
    padding-bottom: 50px;
  }
  .search-panel .search-section .search-box .left-part {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .search-section .search-box .left-part {
    border: 1px solid transparent;
  }
  .search-panel .search-section .search-box .left-part .search-body {
    border: 1px solid #c8d3d8;
  }
  .search-panel .search-section .search-box .left-part .search-body {
    border: 1px solid #c8d3d8 !important;
    margin-bottom: 15px !important;
    border-radius: 10px;
  }
  /*=======================================*/
  .customNav {
    padding: 5px 0 !important;
  }
  .navbar-toggler {
    text-align: end !important;
  }
  .fixedNav {
    animation-name: none !important;
  }
  .navbar-collapse {
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 25px;
  }
  .nav-item.auth-item {
    display: block;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    padding: 0 10px;
    border-radius: 20px;
    margin-left: 0px;
  }
  .nav-item.auth-item.dropdown {
    display: block;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0 10px;
    border-radius: 20px;
    margin-left: 0px;
  }
  .nav-item.auth-item.dropdown .nav-link {
    background-color: var(--primary-color);
    border-radius: 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .customNav ul li a {
    color: var(--main-color) !important;
    margin-left: 0px !important;
  }
  .nav-item.auth-item .nav-link {
    margin-left: 5px;
    position: relative;
    color: #fff !important;
    display: inline-flex;
  }
  .nav-item.auth-item .nav-link span {
    padding: 0 5px;
  }
  .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 375px;
    padding: 0 0px;
    z-index: 5;
  }
  .hero-single .hero-content {
    display: none;
  }
  .hero-single::before {
    width: 100%;
  }
  .auth-body {
    padding: 0px 25px 45px !important;
    width: 100%;
  }
  .swpBtn {
    width: 36px;
    height: 36px;
    border: 1px solid #c8d3d8;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
  }
  .flt-swapper {
    right: 10% !important;
  }
}
@media (max-width: 576px) {
  .navbar-brand img {
    width: 110px;
  }
  .inner h1 {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
  }
  .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 250px;
    padding: 0 0px;
    z-index: 5;
  }
  .content-box .inner .sub-title {
    margin-bottom: 5px;
  }
  .content-box .inner .sub-title span {
    color: #fff;
    font-size: 12px;
  }
  .hero-banner-area .swiper {
    width: 100%;
    height: 335px;
  }
  .nav-item button {
    margin: 0 !important;
    width: 100%;
  }
  .flt-swapper {
    right: 10%;
    transform: translateX(50%);
    top: 78% !important;
    border-radius: 50%;
    padding: 5px;
  }
  /*--------------------------------------------*/
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 270px;
    height: 100%;
    background-color: var(--white-color);
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }
  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
}
@media (max-width: 567px) {
  .content-box .inner {
    margin-left: 10px;
  }
  .bulletpoint .form-check-input {
    width: 12px;
    height: 12px;
    margin-right: 2px;
  }
  .search-panel .bulletpoint .form-check-label {
    cursor: pointer;
    line-height: 1.8;
    margin-left: 2px;
    font-size: 12px;
    font-weight: 400;
  }
  .search-section .search-box .left-part {
    padding: 0px;
  }
  .search-panel .search-section .search-box .left-part .search-body h6 {
    font-size: 10px !important;
    margin-bottom: 3px !important;
  }
  .search-panel .search-section .search-box .left-part .search-body {
    padding: 6px 10px !important;
  }
  .search-section .search-box .left-part .search-body .form-control::placeholder {
    font-size: 16px !important;
  }
  .swpBtn {
    transform: rotate(90deg);
  }
  .flight-tab-pane {
    padding: 15px 5px;
    padding-bottom: 15px;
  }
  #hotelSearchButton, #flt-search-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
    bottom: -60px;
  }
  .section-title h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .package-section .price-btn {
    font-size: 12px;
  }
  .package-bottom-area .package-content h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .package-bottom-area .package-content h5 {
    font-size: 16px;
  }
  .facilities-content-area .content .header h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .facilities-content-area .content .header p {
    font-size: 12px;
  }
  .facilities-content-area .content {
    padding: 30px;
  }
  .list-single p {
    font-size: 12px;
  }
  .register-now-add .heading {
    color: #fff;
    font-size: 26px;
    margin-bottom: 35px;
  }
  .register-now-add .heading span::after {
    display: none;
  }
  .footer-area {
    background-image: url(../img/footer-bg.png);
    padding: 120px 0 85px;
  }
  .searchNav .navItem .navLink .flightIcon svg {
    height: 24px;
    width: 24px;
    margin-right: 0px;
  }
  .list-single h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .inputField label {
    font-size: 10px !important;
    margin-bottom: 3px !important;
  }
  .tour-body .inputField {
    padding: 6px 10px !important;
  }
  .bulletpoint {
    margin-bottom: 15px;
  }
  .content-box .content {
    padding: 25px 0px;
  }
  .flightSearch {
    margin-top: -155px;
  }
  .slider-image {
    background-position: center !important;
  }
  .tour-tab-pane {
    padding: 5px 15px 45px;
  }
  .visa-tab-pane {
    padding: 20px 15px 20px;
  }
  .flightTabContent .button {
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 14px;
  }
  #pkg-search-btn {
    bottom: -65px;
  }
  #visa-search-btn {
    bottom: -22px;
  }
  #hotelSearchButton, #flt-search-btn {
    bottom: -35px;
  }
  /*------*/
  .package-section {
    padding: 80px 0 40px 0;
  }
  .top-destination {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .register-now-add {
    padding: 85px 0 85px;
    background-position: center;
  }
  .register-now-add p {
    font-size: 12px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .register-now-add .button {
    padding: 14px 24px;
    background-color: #F83232;
    border-radius: 8px;
    line-height: 1;
    font-family: 'circularstd-book';
    font-size: 14px;
    border: none;
    color: #fff;
  }
  .partner-area .left-side h3 br {
    display: none;
  }
  .partner-area .left-side h3 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'circularstd-medium';
    color: #11284A;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
  .td-wrapper .wrapper-image {
    margin-bottom: 8px;
  }
  .wrapper-content h3 {
    font-size: 18px;
    font-weight: 500;
  }
  .important-link ul li a {
    color: #11284A;
    font-size: 13px;
    line-height: 21px;
    text-transform: capitalize;
  }
  .footer-logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-area {
    background-image: url(../img/footer-bg.png);
    padding: 40px 0 85px;
  }
  .footer-logo img {
    width: 120px;
  }
  .footer-text {
    margin-right: 0;
    text-align: center;
  }
  .footer-text p {
    text-align: center;
  }
  .important-link .title {
    text-align: center;
  }
  .important-link ul li {
    text-align: center;
  }
  .important-link .contact-text {
    font-size: 13px;
    color: #11284A;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: center;
  }
  .social-media ul {
    margin-bottom: 15px;
  }
  .social-media ul {
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
  }
  .social-media ul li a {
    height: 30px;
    width: 30px;
    line-height: 35px;
    font-size: 14px;
  }
  .top-footer {
    margin-bottom: 20px;
  }
  .payment-area {
    font-size: 16px;
    color: #808C9F;
    text-align: center;
  }
  /*---------------------------------*/
  .navbar-toggler-icon i {
    font-size: 20px;
    color: var(--primary-color);
  }
  .navbar-toggler-icon {
    line-height: 1.5em;
  }
  .customNav.fixedNav .navbar-toggler-icon i {
    color: var(--primary-color);
  }
  /*-----------------------------*/
  .flt-swapper {
    background-color: transparent !important;
    top: 80% !important;
  }
  .swpBtn {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
  }
  .flt-swapper i {
    color: #D3D5D9;
    font-size: 12px;
  }
  .list-single {
    margin-bottom: 35px;
  }
  /*---------------------------------*/
  .search-section .search-box .left-part .search-body .form-control {
    padding: 0 !important;
    font-size: 14px;
  }
  .tour-body .inputField .easy-autocomplete input {
    font-size: 14px;
  }
  .visa-tab-pane .select2-container--bootstrap-5 .select2-selection {
    border-radius: 8px !important;
  }
  /*==========================*/
  .dashboard-section .dashboard-box .dashboard-detail ul li .details {
    display: flex;
    flex-direction: column;
  }
  .dashboard-section .dashboard-box .dashboard-detail ul li .details .left {
    width: 100%;
    margin-bottom: 6px;
  }
  .faq-tab .nav-tabs .nav-item {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .faq-tab .nav-tabs {
    padding: 0px !important;
  }
  .faq-tab .nav-tabs .nav-item .nav-link.active {
    border-right: none;
    border-bottom: 5px solid #2961d5;
  }
  .faq-tab .nav-tabs .nav-item .nav-link {
    padding: 12px 10px;
    border-bottom: 5px solid #fff;
  }
}
.visa-tab-pane .select2-container--bootstrap-5 .select2-selection {
  border-radius: 8px !important;
}
/*=========================================*/
.flight-class .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: transparent;
  background-image: none !important;
  border-color: transparent !important;
}
@media (max-width: 1440px) and (min-width: 991px) {
  .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 320px;
    padding: 0 0px;
    z-index: 5;
  }
  .hero-banner-area .swiper {
    height: 400px;
  }
  .content-box .inner .sub-title {
    margin-bottom: 8px;
  }
  .inner h1 {
    color: #fff;
    font-size: 30px;
  }
  .flightSearch {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-top: -165px;
  }
  .flight-tab-pane {
    padding: 10px 20px;
    padding-bottom: 50px;
  }
  .bulletpoint {
    margin-bottom: 15px;
  }
  .search-section .search-box .left-part {
    padding: 5px;
  }
  .auth-body {
    padding: 10px 70px 20px;
    width: 100%;
  }
  .facilities-content-area .content {
    width: 650px;
  }
  .facilities-content-area .content .header h1 {
    font-size: 20px;
    line-height: 35px;
    color: #FFF;
    font-family: 'circularstd-medium';
    margin-bottom: 10px;
  }
  .facilities-content-area .content .header p {
    font-size: 12px;
    color: #FFF;
  }
  .facilites-list {
    padding-left: 0;
  }
  .list-single {
    margin-bottom: 30px;
  }
  .facilities-content-area .content .header {
    margin-bottom: 35px;
  }
  .register-now-add {
    padding: 165px 0 165px;
  }
}