@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:300,300i,400,500,700");

/* Varialbes */
:root {
  --font-default: "Roboto", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --black: #000000;
  --dark: #333;
  --tdark: #444;
  --white: #ffffff;
  --color-primary: #2f4fa0;
  --color-secondary: #7E7F73;
  --color-heading: #2c3e50;
  --color-paragraph: #444;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  touch-action: manipulation;
  overscroll-behavior: contain;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-default);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  background: #fff;
  background-position: top;
  background-repeat: repeat-x;
  /*    padding-top: 110px;*/
  overflow-x: hidden;
  scroll-behavior: smooth;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  text-decoration: none;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.container-custom {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
}

.logo_main {
  display: inline-block;
  max-width: 180px;
}



.text-red-600 {
  color: #FF0000;
}

.btn_login i {
  margin-right: 5px;
}

.btn_login:hover {
  color: #fff;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #2f4fa0);
}

.box_ul li {
  text-align: center;
}

.box_ul01 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  gap: 24px;
  background-color: #fff;
  padding: 0px 14px;
  border-radius: 20px;
  /* max-width: 100%; */
  position: relative;
  z-index: 99;
  overflow: hidden;
  margin-bottom: 0px;
}

/* Links */
.box_ul01 li a.headerIcons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 500;
  color: #333;
  border-radius: 10px;
  width: 84px;
  height: 84px;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

/* Active link text */
.box_ul01 li a.headerIcons.active {
  color: #fff;
}

.box_ul01 .highlight {
  position: absolute;
  top: 0px;
  left: 0;
  height: 82px;
  width: 0;
  background: linear-gradient(90deg, #1C6FBC, #0C8BD4);
  border-radius: 10px;
  z-index: 1;
  transition: all 0.5s ease;
}

.box_ul01 li {
  text-align: center;
  padding-top: 3px;
}

.box_ul01 li a span.headerIconWrapper img {
  max-width: 50px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.box_ul01 span.headerIconText {
  color: #5F5F5F;
  margin-top: -5px;
}

.box_ul01 a.headerIcons.active .headerIconText {
  color: white;
}

/* .box_ul01 a.headerIcons.active .headerIconWrapper img {
  filter: invert(100%) brightness(200%);
} */

.box_ul01 span.headerIconWrapper {
  min-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.headerIconWrapper {
  display: block;
  color: gray;
  min-height: 45px;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* New css updates Hotel */




/* Container for the suggestion item  sanjith*/
.suggestion-item.city-item {

  padding: 2px 10px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  color: #000;
}

/* Styling the location pin icon */
.suggestion-item.city-item .fa-location-dot {
  color: #1974c0;
  margin-right: 10px;
}

.suggestion-item.hotel-item .fa-hotel {
  color: #1974c0;
  margin-right: 10px;
}

/* Styling the subtitle (location-type) */
.location-type {
  display: block;
  font-size: 12px;
  color: #666;
  margin-left: 40px;
  font-family: Arial, sans-serif;
}

/* Hover effect for interactivity */
.suggestion-item.city-item:hover {
  background-color: #e0e0e0;
  padding: 2px 10px;

}


/* end hotel search */


.sub-text {
  font-size: 10px;
  color: #1282cb;
}

.room-select {
  width: 149px;
  font-weight: bold;
}

.travellers_select01 {
  position: absolute;
  top: 75px;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  min-width: 260px;
  padding: 5px 15px;
  display: none;
}

.travellers_select01.active {
  display: block;
}

.travellers_list01 {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.travellers_list01 li {
  box-sizing: border-box;
  padding: 10px 5px;
  border-bottom: 1px dotted #cbcbcb;
  transition: all .5s ease-in .1s;
}

.travellers_list01 li:last-child {
  border-bottom: 0px dotted #cbcbcb;
}

.travellers_list01 li div.d_list {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-between;
  align-items: center;
}

.travellers_list01 li p {
  font-size: 13px;
  margin: 0;
  color: #000;
  /*  width: calc(100% - 130px);*/
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 5px;
}

.travellers_list01 li p span {
  display: block;
  font-size: 10px;
}

.travellers_list01 li h5 {
  font-size: 16px;
}

.q-number01 {

  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: stretch flex-start;
  align-items: stretch;
  max-height: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  height: 23px;
  overflow: hidden;
  background: #fff;
  width: 50px;
}

.q-number01 span {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center;
  align-items: center;
  flex: 1 1 100%;
  max-width: 100%;
  line-height: 22px;
  color: #363636;
  font-size: 16px;
  font-weight: 700;
  padding: 1px 5px;
  cursor: pointer;
}

.q-number01 span:first-child {
  border-right: 1px solid #d4d4d4;
}

.s_ftext {
  font-size: 10px;
}

.child-age {
  font-size: 12px;
  font-weight: 500;
}

.ullist h6 {
  margin-bottom: 3px;
  color: #2c4f9e;
  font-size: 14px;
}

.ullist {
  padding-top: 8px;
}

.fix_last {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}

.searchbox_addbtn {
  font-size: 12px;
  background-color: transparent;
  border: 0px solid #fff;
  color: #2c4f9e;
  font-weight: 500;
}

.childage-input select {
  border: 1px solid #2c50a0;
  background-color: transparent;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 13px;
}

/* End */



.box_home,
.container {
  position: relative;
}

.radioRegular {
  width: 400px;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.radioRegular li {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  cursor: pointer;
  margin: 0 5px;
  padding: 0px 10px;
  border-radius: 20px;
}

li.selected .tabsCircle {
  border: #008cff;
  background: #008cff;
}

.radioRegular li .tabsCircle {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: solid 1px #9b9b9b;
}

.tabsCircle::after {
  content: '';
  display: block;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin-top: 1.5px;
  margin-left: 3.5px;
}

.radioRegular li.selected {
  background: #eaf5ff;
  color: #000000 !important;
  font-weight: 900;
}

.pushRight {
  margin-left: auto;
}



.inputField01 {
  opacity: 0 !important;
  position: absolute;
  z-index: -1;
}

.truncate {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0px;
  font-size: 13px;
}

.makeRelative {
  margin-bottom: 0px;
}

.blackText {
  margin-bottom: 0px;
}



.blackText span.font30 {
  line-height: 36px;
  font-size: 30px;
  font-weight: 600;
}

.noborder {
  border-right: solid 1px #fff;
}

/* .box_ul li a:hover span.headerIconWrapper img {
  -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
  transition: .3s cubic-bezier(.24, .74, .58, 1);
  -webkit-transform: translateY(-4px);
  -khtml-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  max-width: 35px;
}

.box_ul li a span.headerIconWrapper img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */


.exclusive_deals {
  position: relative;
}

.exclusive_deals {
  margin-top: 50px;
}

.main_title h2 span {
  font-weight: 800;
}

.d-inlineblock {
  display: inline-block;
}

ul#tabs-nav,
ul#tabs-nav1 {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  /*  float: right;*/
  /*  left: 311px;*/
  bottom: 14px;
  /*  position: absolute;*/
  flex-wrap: nowrap;
}

ul#tabs-nav li,
ul#tabs-nav1 li {
  padding-left: 20px;
}

ul#tabs-nav li.active a,
ul#tabs-nav1 li.active a {
  font-weight: 600;
  color: #000000 !important;
}

ul#tabs-nav li a,
ul#tabs-nav1 li a {
  font-weight: 500;
  color: #353535 !important;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}

ul#tabs-nav li a::after,
ul#tabs-nav1 li a::after {
  content: "";
  background: #4285F4;
  height: 3px;
  position: absolute;
  width: 30px;
  left: 0px;
  margin: 0 auto;
  right: 0px;
  border-radius: 5px;
  bottom: -4px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

ul#tabs-nav li.active a::after,
ul#tabs-nav li a:hover::after,
ul#tabs-nav1 li.active a::after,
ul#tabs-nav1 li a:hover::after {
  transform: scale(1);
}

.hotdeals_bg {
  margin-top: 25px;
}

.slider_carousel div.owl-nav {
  position: absolute;
  top: -77px;
  right: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.link-deals {
  font-size: 14px;
  color: #2f4fa0;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 75px;
  transition: all .5s ease;
  cursor: pointer;
  float: right;
  margin-top: 22px;
}

.item .dom_des_box {
  overflow: hidden;
}

.item .dom_des_box img {
  transition: transform .5s ease;
}

.box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px;
  padding-top: 100px;
  /*  background: #00000068;*/
  color: white;
}

.box h3 {
  position: relative;
}

.box p {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.box h4 {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}

.box::before {
  content: "";
  background-image: linear-gradient(180deg, #00000014 35%, #000 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.destination_box,
.inter_des_box,
.slider_carousel div.item a {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  display: block;
}

.foot_menu a {
  color: #ffffff;
  text-decoration: none;
}

/*.filterCircle {
  background: #fff;
  background-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  z-index: 51;
  width: 50px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff;
  color: #2f4fa0;
  margin-left: -13px;
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  line-height: 1.9;
}*/

.more_list {
  position: absolute;
  right: -5px;
  width: 200px;
  z-index: 1100;
  white-space: normal;
  opacity: 0 !important;
  visibility: hidden;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  background-color: white;
  transition: visibility 0.15s linear, opacity 0.15s linear;
  pointer-events: none;
  padding: 15px 15px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  text-align: left;
}

.more_dropdown:hover .more_list {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: unset;
}

.more_list:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px;
}

/*.more_list:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: -10px;
    border: solid 5px transparent;
    border-bottom-color: white;
}*/


.more_list a i {
  margin-right: 10px;
  opacity: 0.8;
}

.more_list a:hover {
  color: #2f4fa0;
  font-weight: 600;
}

.login_user a {
  text-transform: none;
  float: none;
}

.login_user a span {
  display: inline-block;
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.login_user a i {
  vertical-align: middle;
}

.login_user a i.fa.fa-chevron-down {
  margin-right: 0px;
  margin-left: 10px;
  font-size: 10px;
}

.login_data {
  position: absolute;
  right: 10px;
  width: 250px;
  z-index: 1100;
  white-space: normal;
  opacity: 0 !important;
  visibility: hidden;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  background-color: white;
  transition: visibility 0.15s linear, opacity 0.15s linear;
  pointer-events: none;
  padding: 0px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  text-align: left;
}

.login_data::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px;
}

.login_user:hover .login_data {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: unset;
}

.login_user {
  float: right;
}

.box_user {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 10px 15px;
  color: #000;
  border-radius: 5px;
}

.box_user i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
  color: #2f4fa0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.dashboard_list {
  list-style: none;
  padding: 10px 15px;
  margin: 0;
}

.dashboard_list li a {
  text-decoration: navajowhite;
  color: #000;
  font-size: 13px;
  padding: 8px 0px;
  display: block;
  vertical-align: middle;
}

.dashboard_list li a i {
  font-weight: 600;
  margin-right: 5px;
  color: #2f4fa0;
  vertical-align: middle;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.dashboard_list li {
  border-bottom: 1px solid #ddd;
  padding: 2px 0px;
}

.dashboard_list li:last-child {
  border-bottom: 0px solid #ddd;
}

.log_out {
  padding: 8px 15px;
  background-color: #d00000;
  border-radius: 5px;

}

.log_out a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  display: block;
}

.log_out a i {
  margin-right: 2px;
}

.dashboard_list li a:hover {
  color: #2f4fa0;
}

.dashboard_list li a:hover i {
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#menu_mob {
  position: absolute;
  left: 15px;
  top: 60%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

span.menu_mob {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background-color: #2f4fa0;
  width: 30px;
  height: 2px;
  border-radius: 30px;
}

span.menu_mob::before {
  top: 8px;
  height: 2px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background-color: #2f4fa0;
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 30px;
}

span.menu_mob::after {
  bottom: 12px;
  height: 2px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background-color: #2f4fa0;
  content: '';
  width: 65%;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 30px;
}

span.menu_mob.open {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
  left: auto;
  right: 15px;
}

span.menu_mob.open::before {
  transform: translate3d(0, 10px, 0);
  top: -12px;
}

span.menu_mob.open::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
  width: 100%;
}

.mob_sidemenu {
  display: none;
  position: fixed;
  background: #fff;
  z-index: 999;
  left: 0;
  width: 100%;
  max-width: 300px;
  top: 0;
  height: 100%;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform .4s ease-in-out;
}

.mob_sidemenu.show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%) !important;
  transition: transform .4s ease-in-out;
}

.sidebar_bg,
.menu_mob,
#menu_mob {
  display: none;
}

.box_user01 {
  background-color: #eee;
  padding: 10px 15px;
  color: #333;
  vertical-align: middle;
}

.box_user01 i {
  color: #2f4fa0;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.sidemenu_list {
  padding: 10px 20px;
  margin: 0;
  list-style: none;
}

.sidemenu_list li {
  border-bottom: 1px solid #ddd;
  padding: 2px 0px;
}

.sidemenu_list li a {
  text-decoration: navajowhite;
  color: #333;
  font-size: 13px;
  padding: 8px 0px;
  display: block;
  vertical-align: middle;
}

.sidemenu_list li a i {
  font-weight: 600;
  margin-right: 5px;
  color: #2f4fa0;
  vertical-align: middle;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.link_menu {
  padding: 0px 20px;
}

.link_menu a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  padding: 5px;
  display: block;
}

.mob_footermenu {
  display: none;
  background-color: #fff;
  padding: 0px 15px;
  border-top: 1px solid #ddd;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.mob_footermenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  text-align: justify;
  font-size: 22px;
  list-style: none;
  /*      justify-content: space-between;*/
}

.mob_footermenu ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 0;
}

.mob_footermenu ul li a {
  color: #333;
  text-align: center;
  display: block;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
  font-weight: 500;
}

.mob_footermenu ul li a span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

.mob_footermenu ul li.active a {
  color: #2f4fa0;
  font-weight: 600;
}

.d_flex {
  display: flex;
  align-items: center;
}

header {
  box-shadow: 0px 0px 12px 0px rgba(28, 111, 188, 0.2);
  padding: 17px 0px 10px;
  background: #fff;
}

.visa_section {
  padding: 80px 0px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  /*  padding-bottom: 20px;*/
}

.visa_section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  background-color: #000;
  opacity: 0.5;
}

.visa_section .container {
  position: relative;
}

.visa_section h2 {
  color: #fff;
  font-size: 45px;
}

.banner-search-field {
  width: 83.3333333333%;
  margin-left: auto;
  background-color: #ffff;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  /*  border-bottom: 1px solid #9e9e9e;*/
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  outline: none;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  height: 55px !important;
  font-size: 20px !important;
  font-weight: 500;
  color: #000;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  padding-left: 20px;
  line-height: 55px;
}

.banner-search-btn {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #2f4fa0;
  cursor: pointer;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 55px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  line-height: 68px;
}

.banner-search-btn i {
  font-size: 30px;
  color: #fff;
}

.input-field {
  display: flex;
  margin-top: 15px;
}

.box h5 {
  color: #fff !important;
  position: relative;
}

.box_ullist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.box_ullist li {
  width: 30%;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
}

.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  padding: 5px 0px;
}

.header-sticky .box_ul01 li a span.headerIconWrapper img {
  max-width: 20px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-sticky .box_ul01 span.headerIconWrapper {
  min-height: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-sticky .logo_main {
  display: inline-block;
  max-width: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



/* sreeram */

/* flight search */

#modals-transparent_1>div {
  margin: 0;
  border-radius: 0;
  height: 100%;
}

.sidebar_mob ul {
  padding: 0;
  margin: 0;
}

.search_box_book {
  background-color: #fff;
  box-shadow: none;
  padding: 69px 20px 5px 20px;
  border-radius: 10px;
}

.container-fluid.modify_search {
  padding: 0px 100px;
  background: #353535;
  color: #fff;
}

a.btn_main.modify_btn {
  padding: 10px 50px;
}

.top_modify {
  display: flex;
  flex-direction: row;
  font-size: 20px;
  flex-wrap: wrap;
  padding: 10px 0px;
  gap: 6px;
  align-items: center;

}

.place1 h5 {
  margin-bottom: 0;
}

.place1 h5 i {
  color: #2f4fa0;
}

.date_modify h5,
.modify_traveller h5 {
  margin-bottom: 0;
}

.top_modify .button_modify {
  text-align: right;
}

.container.modify_search.mt-4 {

  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}

.modify_search {
  position: relative;
  width: 100%;
  background: white;
  z-index: 1;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

.fixed-modify_search {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.truncate1 {}

/* .box_sidemenu {

  padding: 40px 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  position: sticky;
  top: 10px;
} */
.box_sidemenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.box_sidemenu nav.sidebar>ul {
  border-bottom: 1px solid #e8e8e8;
}

.box_sidemenu ul li {
  padding: 2px 0px;

  margin-bottom: 0;
}

.box_sidemenu ul li a {
  padding: 5px 0px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-items: center;
  display: flex;
}

.box_sidemenu ul li a i {
  color: #002b62;
  font-size: 13px;
}


a.btn-close.text-white {
  padding: 10px !important;
}

/* sidemenu */
.btn {
  display: none;
}

nav ul {

  height: 100%;
  width: 100%;
  list-style: none;
}

nav ul li {
  line-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

nav ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

nav ul li a {
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 18px;
  /*padding-left: 40px;*/
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
}

nav ul li.active a {}

nav ul li a:hover {}

nav ul ul {
  position: static;
  display: none;
}

nav ul .feat-show ul {
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -8px;
  /*updated sanjith  */
}

nav ul .feat-show {
  padding-bottom: 10px;
  /*  display: none;*/
}

nav ul ul li {
  line-height: 42px;
  border-top: none;
}

nav ul ul li input label {
  font-size: 17px;
  color: #e6e6e6;
  padding-left: 80px;
}


.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #202020;
  z-index: -1;
  text-align: center;
}

.content .header {
  font-size: 45px;
  font-weight: 600;
}

.content p {
  font-size: 30px;
  font-weight: 500;
}

/* .feat-show ul li a {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 8px 30px;
} */
li.stop_point a {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 8px 30px;
}

li.sun_icon a {
  border-radius: 8px;
  /* margin: 7px 2px; */
  border: 1px solid #e4e4e4;

  padding: 5px 15px;
}

.feat-show ul li a img {}

.sun ul li a img {


  border-radius: 8px;

  margin: 7px 2px;

}

.sun_icon {}

.feat-show.stops {
  position: relative;
}

p.fare {
  position: absolute;
  bottom: -12px;
  left: 9px;
  font-size: 12px;
}

a {
  text-decoration: none;

}

input[type="checkbox"]:checked+label img {
  filter: brightness(0) invert(1);
}



/* slider */

.fare_slider {

  background: #f7f7f7;

}

.fare_slider a {

  color: #333333;
}

.fare_slider .item-box p {
  font-size: 14px;


}

.fare_slider .item-box small {
  font-size: 12px;


}






.card-block {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #fff;
  margin: 1em 0;
}

.card-block-title {
  margin: .5em 0;
  font-size: 1.5em;
  font-weight: 600;
}



.price_carousel.owl-carousel .owl-nav button.owl-prev,
.price_carousel.owl-carousel .owl-nav button.owl-prev,
.price_carousel.owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 20px;
  top: 50%;
  height: 80px;
  background-color: #2f51a2;
  display: block;
  padding: 0 .3em !important;
  font-size: 3em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.price_carousel.owl-carousel .owl-nav button.owl-next,
.price_carousel.owl-carousel .owl-nav button.owl-next,
.price_carousel.owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -23px;
  top: 50%;
  min-height: 80px;
  background-color: #2f51a2;
  display: block;
  padding: 0 .3em !important;
  font-size: 3em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}


.deals .owl-carousel .item img {
  width: 80px;
  margin: 0 auto;
  text-align: center;
}


.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #4f4f4f61;
}


.deals .owl-carousel .item figure {
  margin: 0;
}

.deals .owl-carousel .item figure a {
  display: block;
  text-align: center;
  max-width: 100%;
  transition: all 0.3s;
  padding: 10px;
  text-decoration: none;
  color: #333333;
}

.deals .owl-carousel .item figure a:hover {
  /* box-shadow: 0 11px 13.35px 1.65px rgba(148,148,148,0.23); */
  transform: scale(1.1);
  color: #0d8ad3;

}

.item.fare {
  border-right: 1px solid #c9c9c9;
  ;
}

.deals .owl-carousel .item figure a.active {
  color: #0d8ad3;
}

ul {
  list-style: none;
}

.list_head ul {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  padding: 0px 30px;
}

.list_box ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0px;

}

.list_box {
  padding: 20px 10px 0px 10px;
  background: #ffffff;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 8px;
  position: relative;
}

.list_box01 {
  padding: 10px;
  background: #ffffff;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 8px;
  position: relative;
}

nav.sidebar {
  background: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 0px 10px 140px 10px;
}

.mob_header {
  display: none;
}

.deals_full {
  z-index: 0;
}

li.airline h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0;

}

.listwrap li.airline h3 {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

li.airline {
  /* display: flex;
  flex-direction: row; */
  text-align: left;
  list-style-type: none;
}

.listwrap li.airline {
  margin-top: -40px;
  width: 15%;
}

.listwrap li.seat {
  width: 6%;
}

li.airline span {
  display: block;
}

li.departure {
  /* position: relative; */
  /* text-align: center; */
}

li.departure span {
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #323232;
  display: block;
}

li.duration span img {
  display: block;
  margin: 0 auto !important;
}

li.duration {}

li.duration h5 {
  font-size: 16px;
  text-align: center;
}

li.arrival {}

li.arrival span {
  display: block;
  text-align: center;
  font-size: 12px;
  bottom: -5px;
  font-weight: 400;
  color: #323232;
}

li.price {
  /* position: relative; */

}

li.price .linecut {
  display: block;

  font-size: 14px;

  text-decoration: line-through;
  text-align: right;
  font-weight: 400;
  color: #df0000;
}

li.seat {
  /* display: inline-block; */
  width: 6%;
  text-align: center;
}

li.seat span {
  display: block;
  color: #e20000;
}

/* li.seat img {
  width: 25px;
  filter: invert(13%) sepia(94%) saturate(7461%) hue-rotate(359deg) brightness(85%) contrast(110%);
} */

.coupon_code img {}

span.coupon_code {
  display: block;
  font-size: 12px;
  text-align: right;

}

li.view_fare button {
  padding: 5px 15px;
  background: #2f51a2;
  color: #fff;
  border-radius: 5px;
  border: 0px;
}

li.price span.fare__amount {
  font-weight: 600;
  font-size: 20px;
  padding-left: 0px;
}

p.flight_details.me-1 {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #2f51a2;
}

li.view_fare {}

ul.nav.flight_tabs.nav-tabs a.active {
  background: #2f51a2;
  color: #fff !important;
}

.tab_overview_top {
  display: flex;
  justify-content: space-between;
}


.img_tot {
  display: flex;
  gap: 10px;
}

.img_tot h3 {
  font-size: 14px;

}

.img_tot span {
  display: block;
}

.end_tot ul {
  display: flex;
  justify-content: flex-start;
}

.end_tot h3 {
  font-size: 14px;

}

.end_tot span {}

li.aircraft {}

li.aircraft span {
  display: block;
}

li.travel {}

li.travel span {
  display: block;
}

.col-lg-4.left_time {
  text-align: end;
}

.col-lg-4.middle_time {
  text-align: center;

}

.middle_time span {
  display: block;
}


.full_baggage_sec th,
.full_baggage_sec td {
  padding: 12px 15px;
  text-align: center;
}

.full_baggage_sec th {
  background-color: #f0f4f8;
  color: #333;
  font-weight: bold;
}

.full_baggage_sec tr:nth-child(even) {
  background-color: #f9f9f9;
}

.full_baggage_sec td {
  border: 1px solid #ddd;
}

.full_baggage_sec th {
  background-color: #f0f4f8;
  color: #333;
  font-weight: bold;
  border: 1px solid #ddd;
}

.disclaimer {

  padding: 15px;

}

.disclaimer ul {
  padding-left: 20px;
}

.disclaimer ul li {
  margin-bottom: 10px;
  color: #333;
}

.warning-box {
  background-color: #fbe9e9;
  border-left: 5px solid #e53935;
  padding: 15px;
  margin-top: 20px;
  color: #e53935;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.warning-box svg {
  margin-right: 10px;
}

.flight_details_box {
  background: #ffffff;
  padding: 15px;
}

.fare-details,
.fare-rules {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;

}

h3 {
  margin-top: 0;
}

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

.fare-details li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}

.fare-details li:last-child {
  border-bottom: none;
  font-weight: bold;
}

.fare-rules table {
  width: 100%;
  border-collapse: collapse;
}

.fare-rules th,
.fare-rules td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.fare-rules th {
  background-color: #f0f4f8;
  font-weight: bold;
}

.fare-rules td:last-child {
  text-align: right;
}

.fare-rules .disclaimer {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.feat-btn .right-icon {
  transform: rotate(0deg);
  position: absolute;
  right: 8px;
  font-size: 18px;
  color: black;
  margin-top: 5px;
}

.price_res {
  display: none;
}



.feat-btn.active1 .right-icon {
  transform: rotate(180deg);
}

/*  */




input[type="checkbox"]:checked+label {
  background-color: #2f51a2;
  color: #fff;

}

label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

label:after {
  content: attr(data-symbol);
}

#checkbox-1+label:after {
  content: "";
}

#checkbox-2+label:after {
  content: "";
}

#checkbox-3+label:after {
  content: "";
  font-size: 10px;
  top: 45%;
}

label.box_check {
  border: 1px solid #dadada;
  border-radius: 8px;
  padding: 0px 20px;
}

label.box_check:hover {
  margin-top: -3px;
  border-radius: 8px;
  background: #2c52a3;
  color: #fff;
  cursor: pointer;
}

span.fare {
  display: block;
}

/*  */
/* fare_summery */

div#btncheck2 p {
  font-size: 12px;
  color: #323232;
  margin-left: -6px;
  background: #b1b1b1;
  margin-bottom: 12px;
  padding: 2px 8px;
}

li.stop_point.me-3 input[type="checkbox"] {
  display: none;
}

li.sun_icon input[type="checkbox"] {
  display: none;
}

.time_ul li label {
  margin-left: 0px;
}

/* sidemenu */

/* rangeslider */
/*input[type='range'] {
  width: 290px;
  height: 5px;
  cursor: pointer;
  outline: none;
  margin-top: 16px;
  border-radius: 5px;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #2f51a2;
}

input[type='range']::-webkit-slider-runnable-track {
  width: 200px;
  height: 1px;
  background: #2f51a2;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track {
  background: none;
}

input[type='range']::-webkit-slider-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background: #fff;
  border: 2px solid #2f51a2;
  border-radius: 25px;
  z-index: 1;
}


input[type='range']:nth-child(1)::-webkit-slider-thumb {
  z-index: 2;
}
*/
/*.rangeslider {
  position: relative;
  height: 60px;
  display: block;
  margin-top: -5px;
  margin-left: 0px;
}

.rangeslider input {
  position: absolute;
}


.rangeslider span {
  position: absolute;
  margin-top: 30px;
  left: 0;
}

.rangeslider .right {
  position: relative;
  float: right;
  margin-right: 0px;
}*/

.button_modify {
  margin: auto 0;
}

.btn_filter {
  display: none;
}


/* Preloader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* end */


/* Proof of concept for Firefox */
/*@-moz-document url-prefix() {
  .rangeslider::before {
    content: '';
    width: 100%;
    height: 11px;
    background: #003D7C;
    display: block;
    position: relative;
    top: 11px;
    width: 290px;
    border-radius: 5px;
  }*/

/* input[type='range']:nth-child(1) {
    position: absolute;
    top: 0px !important;
    overflow: visible !important;
    height: 0;
  }

  input[type='range']:nth-child(2) {
    position: absolute;
    top: 0px !important;
    overflow: visible !important;
    height: 0;
  }

  input[type='range']::-moz-range-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: #fff;
    border: 1px solid #003D7C;
    border-radius: 25px;
    z-index: 1;
  }*/

input[type='range']:nth-child(1)::-moz-range-thumb {
  /*      transform: translateY(-20px);    */
}

input[type='range']:nth-child(2)::-moz-range-thumb {
  /*      transform: translateY(-20px);    */
}


/* rangeslider */
/* flightsearch */
.deals div.card-block {
  margin-top: 0;
}

.share_div {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

.button_modify {
  display: flex;
  align-items: center;
}

.share_icon {
  font-size: 22px;
  margin-right: 10px;
  cursor: pointer;
}

.share_text p {
  margin: 0;
  padding: 2px 10px;
  background-color: #1280ca;
  color: #fff;

  background-image: linear-gradient(to right, #2f4fa0, #2f4fa0);
  border-radius: 5px;
  text-wrap: nowrap;
}

.share_text p span.stext-01 {
  font-size: 12px;
  vertical-align: middle;
}

.share_text p span.stext-02 {
  font-size: 12px;
  vertical-align: middle;
}

.share_items li a {
  font-size: 20px;
  color: #2f51a2;
}

.share_items {
  gap: 15px;
  margin: 0;
  padding: 0;
  align-items: center;
  border: 1px dotted #2f51a2;
  padding: 2px 5px;
  border-radius: 5px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.share_items.show {
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  right: 35px;
  background-color: #fff;
}

.checkbox_flight {
  position: absolute;
  top: -2px;
  display: none;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 0px 5px;
  border-radius: 5px;
  left: -2px;
  z-index: 9;
}

.checkbox_flight.show {
  display: block;
}

.box_sidemenu {
  /* height: calc(100vh - 198px);
  padding-right: 15px;
  position: sticky;
  top: 202px;
  z-index: 0; */
  overflow-y: auto;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #8b8b8b #e8f0f8;
}

/* Chrome, Edge, Safari */
.box_sidemenu::-webkit-scrollbar {
  width: 6px;
}

.box_sidemenu::-webkit-scrollbar-track {
  background: #a1a1a1;
  border-radius: 30px;
}

.box_sidemenu::-webkit-scrollbar-thumb {
  background: #a1a1a1;
  border-radius: 30px;
}

.box_sidemenu::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

.box_sidemenu::-webkit-scrollbar-button {
  display: none;
}




.btn_filter ul {
  overflow-x: auto;
  display: flex;
  margin: 0;
}

.btn_filter ul li {
  height: 52px;
  width: 85px;
  flex: 0 0 85px;
  margin-right: 5px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.btn_filter {
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.btn_filter ul li a {
  padding: 5px 5px;
  border-radius: 4px;
  background-color: #fff;
  display: block;
  font-size: 11px;
  line-height: 1.6;
  color: #2f51a2;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 2px solid #fff;
}

.btn_filter ul li a.active {
  border: 2px solid rgb(47, 81, 162);
}

.disclaimer ul {
  margin: 0;
  padding: 0;
}

span.small_text {
  font-size: 14px;
}

div.bor_left {
  border-left: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 0px;
  margin-right: 0px !important;
}

.stop_point01 {
  display: block;
  width: 100%;
  line-height: 2;
}

.stop_point01 input[type="checkbox"]:checked+label {
  background-color: transparent;
  color: #2f4fa0;
}

.stop_point01 input[type="radio"]:checked+label {
  background-color: transparent;
  color: #2f4fa0;
}

.sort_by h5 {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
}

.sort_by ul {
  display: inline-flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.search_inputs {
  position: relative;
}

.search_inputs i {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #1875c1;
}

.d_flexnew {
  display: flex;
  justify-content: space-between;
}

.d_flexnew {
  display: flex;
  justify-content: space-between;
  padding: 6px 15px;
  align-items: center;
}

.sort_by ul li span {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 30px;
  font-size: 13px;
}

.sort_by ul li span:hover {
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  color: #fff;
  cursor: pointer;
}

.search_inputs input {
  width: 100%;
  min-width: 250px;
  padding: 2px 15px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}

.box_lists {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.image_content {
  display: flex;
  gap: 15px;
}

.image_01 img {
  max-width: 240px;
}

.faci_list {
  margin: 0;
  padding: 10px 0px;
  display: flex;
  gap: 10px;
  font-size: 13px;
  flex-wrap: wrap;
}

.faci_list li {
  min-width: 40%;
  color: #333;
}

.more_list01 li {
  min-width: 23%;
}

.small_text01 {
  font-size: 12px;
  display: block;
  text-wrap: nowrap;
}

.ml-5 {
  /*  border: 1px solid #ddd;*/
  display: inline-block;
  margin-left: 10px;
}

.location_near {
  font-size: 14px;
  color: #0000009c;
}

.location_near i {
  color: #2f4fa0;
  margin-right: 8px;
}

.head_name {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-right: 10px;
}

.head_name01 {

  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
}

.star_rate {
  color: #efb400;
  font-size: 13px;
  vertical-align: baseline;
}

.price_content {
  text-align: right;
}

.price_content button {
  padding: 10px 20px;
  background: rgb(47, 81, 162);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  border: 0px;
}

.linecut {
  display: block;
  font-size: 14px;
  text-decoration: line-through;
  text-align: right;
  font-weight: 400;
  color: rgb(223, 0, 0);
}

.price_h {
  font-size: 25px;
}

.star_01 path {
  color: #efb400;
}

.star_01 {
  font-size: 20px;
  fill: #efb400;
}

.star_count {
  font-size: 12px;
}

/* 
.image_01 {
  position: relative;
} */

.image_01>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: z-index .5s, transform .6s;
}

.image_01>img:last-of-type {
  position: relative;
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

.image_01:hover img:last-of-type {
  opacity: 0.7;
}


/* .image_01:hover img:last-of-type {
  opacity: 0;
} */

.faci_list li {
  transform: translateY(0px);
  -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
  transition: .3s cubic-bezier(.24, .74, .58, 1);
}

.faci_list li:hover {
  color: #2f4fa0;
  -webkit-transform: translateY(-2px);
  -khtml-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.box_details {
  padding: 20px 5px;
  padding-right: 25px;
}

.product-images {
  display: flex;
  /*  padding: 20px;*/
}

.hotel_section01 {
  padding: 20px 0px;
  padding-top: 20px;
  padding-top: 40px;
}

.product-thumbs .swiper-slide img {
  /*  width: 100px;*/
  /*  height: 100px;*/
  border: 1px solid #ddd;
  border-radius: 5px;
  object-fit: cover;
  cursor: pointer;
}

.product-images {
  max-height: 400px;
}

.product-slider {
  width: 80%;
}

.product-thumbs {
  width: 17%;
}

.product-images .swiper-button-prev {
  background-image: url(style.css);
  left: 5px;
  right: auto;
  color: #fff;
  font-size: 30px;
  opacity: 1;
}

.product-images .swiper-button-next {
  background-image: url(style.css);
  right: 5px;
  left: auto;
  color: #fff;
  font-size: 30px;
  opacity: 1;
}

.product-images .swiper-button-prev:hover,
.product-images .swiper-button-next:hover {
  opacity: 0.9;
}

.img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.div_priceinner {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.div_priceinner span.linecut {
  text-align: left;
}

.head_nameinner {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  margin-right: 10px;
}

.faci_list01 {
  margin: 0;
  padding: 10px 0px;
  display: flex;
  gap: 10px;
  font-size: 13px;
  flex-wrap: wrap;
}

.faci_list01 li {
  min-width: 30%;
  color: #333;
}

.bplicy {
  list-style: circle;
  margin: 0;
  padding-left: 15px;
}

.hotel_datebooking {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.headfl_name_card01 {
  background: #9c9c9c17;
  padding: 10px;
  border-radius: 5px;
}

.hotel_datebooking li p {
  margin-bottom: 0;
}

.hotel_datebooking li h4 {
  margin-bottom: 0;
}

.hotel_datebooking li h6 {
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .modal-dialog.mod-transparent {
    max-width: 1300px !important;
  }
}

.price_fixedmob {
  display: none;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}

.bus_dates .owl-nav button.owl-prev,
.bus_dates .owl-nav button.owl-next {
  height: 45px !important;
  min-height: 45px;
}

.bus_list h2 {
  font-size: 17px;
}

.bus_list h4 {
  font-size: 14px;
  font-weight: 400;
}

.list_box ul {

  padding: 0;
  margin: 0;
}

.footer-block-logo-img {
  display: none;
}

@media (max-width: 576px) {
  .sidebar {
    position: unset;
  }
}

/* sreeram */
@media(max-width:767px) {
  .login-button {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
    text-align: right;
    width: 100%;
    justify-items: end;
    justify-content: center;
  }

  /*  .btn_enquire {
        display: block !important;
        position: fixed;
        z-index: 9999;
        right: 12px;
        bottom: 16px;
        width: 200px !important;
}*/


  .btn_enquire01 {
    background-color: #1875c1;
    background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 3px;
    text-transform: uppercase;
  }

  .btn_enquire {
    display: none !important;
  }

  .price_fixedmob {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
  }

  .price_fixedmob {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }

  .price_001 p {
    margin-bottom: 0;
  }

  .faci_list01 li {
    max-width: 100%;
    color: #333;
    min-width: 30%;
  }

  .hotel_section01 {
    padding-top: 20px;
  }

  .product-thumbs {
    width: 100%;
  }

  .product-images {
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
  }

  .product-slider {
    width: 100%;
  }

  h2.head_nameinner {
    display: none;
  }

  .div_priceinner {
    display: none;
  }

  section#rooms {
    padding-top: 5px;
  }

  .view_fare {
    display: none;
  }

  /*div.flight-item ul li.view_fare {
        display: flex !important;
        gap: 15px;
        align-items: baseline;
        margin-top: 5px;
    }*/
  .end_tot ul {
    padding: 0;
  }

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


  .rating_span {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 2px 10px;
    display: inline-block;
    border-radius: 25px;
    font-size: 12px;
  }

  .star_count {
    font-size: 10px !important;
  }

  .btn_filter {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: auto !important;
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
    padding: 3px 5px;
    margin-bottom: 0;
  }

  .mob_search {
    display: none;
  }

  .mob_search.show {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
  }

  .modify_full01 {
    display: flex;
    gap: 10px;
    color: #333;
  }

  .modify_full01 a {
    color: #333;
  }

  .share_icon {
    font-size: 22px;
    margin-right: 15px;
  }

  .modify_text01 {
    font-size: 20px;
  }

  /* .image_content {
    display: block !important;
  } */

  .box_lists {
    display: flex !important;
  }

  /* .image_01 img {
    max-width: 100% !important;
    margin-bottom: 15px;
  } */

  .price_content {
    text-align: left !important;
  }

  .price_details .linecut {
    text-align: left !important;
  }

  .d_flexnew {
    flex-wrap: wrap;
  }

  .sort_by ul {
    display: inline-flex;
    gap: 5px !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 10px !important;
  }

  .search_hotels {
    width: 100%;
  }

  .sort_by ul li span {
    text-wrap: nowrap;
    padding: 0px 10px !important;
    font-size: 12px !important;
  }

  .share_icon {
    font-size: 18px;
  }

  .share_text {
    display: none;
  }

  .mob_footermenu {
    display: block;
  }

  .mob_sidemenu,
  .menu_mob,
  #menu_mob {
    display: block;
  }

  .sidebar_bg {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    margin-right: 0px;
    transition: opacity 0.6s ease-in-out 0s;
    opacity: 1;
    pointer-events: auto;
  }

  .login_header .logo_main {
    margin-left: 50px;
  }

  .logo_main {
    display: inline-block;
    max-width: 110px;
    margin-bottom: 0px;
  }

  .btn_login {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 5px 15px;
    font-size: 12px;
  }

  .search_inupt {
    flex-wrap: wrap;
  }

  .inputBox {
    width: 100%;
    border-bottom: 0px solid #eee;
  }


  .filterCircle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 59px;
    left: 50%;
    font-size: 15px;
    position: absolute;
    transform: rotate(90deg);
    display: inline-block;
    background: #fff;
    border: 0.5px solid #b5b5b5;
    z-index: 999;
  }

  .inputField {
    font-size: 16px;
    line-height: 20px;
  }

  .truncate {
    font-size: 12px;
  }

  .label_input {
    font-size: 12px;
  }

  .blackText span.font30 {
    line-height: 25px;
    font-size: 20px;
    font-weight: 600;
  }

  .blackText span {
    font-size: 15px;
  }

  .btn_main {
    padding: 10px 10px;
    font-size: 14px;
    margin: 10px;
  }

  .radioRegular li {
    margin: 0px 0px;
    padding: 0px 8px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
  }

  .css_tab {
    display: none !important;
  }

  .box_ul li a {
    display: block;
    padding: 5px 15px;
  }

  .main_title h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
  }

  .link-deals {
    font-size: 12px;
    margin-top: 5px;
    margin-right: 55px;
  }

  .slider_carousel div.owl-nav button img {
    width: 13px;
  }

  .justify-content-end {
    justify-content: center !important;
  }

  .foot_logo {
    text-align: center;
    justify-content: center !important;
    margin-bottom: 10px;
  }

  .foot_menu a {
    color: #ffffff;
    text-decoration: none;
    text-wrap: nowrap;
    font-size: 13px;
  }

  .d-flex.justify-content-between {
    flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
  }

  .box_ul {
    /*    overflow-x: auto;*/
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 5px 10px;
  }

  .box_home {
    overflow-x: unset;
  }

  .box_ul li {
    text-align: center;
    width: 21%;
  }

  .login_user {
    display: none;
  }

  .visa_section h2 {
    color: #fff;
    font-size: 30px;
  }

  .banner-search-field {
    font-size: 18px !important;
  }

  .box_ullist li {
    width: 47%;
  }

  .box_ul01 {
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 5px 10px;
    justify-content: space-around;
  }

  .header-sticky .box_ul01 {
    display: none;
  }

  header.header-sticky .logo_main {
    margin-bottom: 0;
  }

  .box_ul01 li {
    text-align: center;
    width: 20%;
  }


  .btn.click {
    position: fixed;
    display: block;
    top: 95px;
    /* left: 45px; */
    /* height: 45px; */
    width: 45px;
    z-index: 9999999;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .btn.click {
    left: 260px;
  }

  .btn span {
    color: white;
    font-size: 28px;
    line-height: 45px;
  }

  .btn.click span:before {

    content: url(/web/images/close.svg);
  }

  .box_sidemenu {
    height: auto;
    top: 257px;
  }

  .side_backbtn {
    margin-left: -24px;
    font-size: 18px;
    font-weight: 600;
    position: fixed;
    background-color: #fff;
    padding: 10px 0px;
    z-index: 9;
    padding-left: 20px;
    display: none;
    top: 0;
  }

  .box_sidemenu.show {
    position: fixed;
    top: 0px;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-top: 45px;
    top: 5px;
    z-index: 999;
  }

  .sidebar {
    /*position: fixed;*/
    display: none;
    width: 100%;
    height: 100%;
    left: -1000px;
    top: 0px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .sidebar.show {
    left: 0px;
    z-index: 99;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }

  .sidebar .text {
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: #1e1e1e;
    letter-spacing: 1px;
  }

  /* .box_sidemenu {
  padding: 0px 0px;
  background-color: transparent;
  position: absolute;
  top: 55px !important;
  z-index: 99;
} */
  .col-lg-8.col-md-8.modify_place {
    justify-content: center;
    display: flex;
  }

  .list_head {
    display: none;
  }

  .col-lg-4.left_time {
    text-align: left;
  }

  .col-lg-4.middle_time {
    text-align: left;
  }

  .col-lg-4.right_time {
    /*  text-align: center;*/
    font-size: 12px;

  }

  /* .box_sidemenu {
  padding: 0px 0px;
  background-color: transparent;
 
  top:100px;
 
 
} */
  .btn.click img {
    display: none;
  }

  nav ul {
    height: auto;

  }

  .header_desk {
    display: none;
  }

  .summary {
    display: flex;
  }

  .newHeader_full {
    /* padding: 10px; */
  }

  span.make_flex.alnItemCenter.summary {
    display: flex;
  }

  .listing_full {
    display: flex;
    justify-content: space-between;

    align-items: center;
  }

  .list_title_top {
    display: block;
    font-size: 17px;
    font-weight: 600;
  }

  span.list_title_top_full {
    margin-left: 10px;
  }

  .modify_full {

    background-color: #1875c1;
    background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);

    padding: 10px 50px;
    border-radius: 5px;
  }

  .modify_full a {
    color: #fff !important;
  }

  section.modify_desk {
    display: none;
  }

  li.departure h4 {
    font-size: 16px !important;
  }

  li.departure span {
    font-size: 13px !important;
  }

  li.duration h5 {
    font-size: 16px !important;
  }

  li.arrival h4 {
    font-size: 16px !important;
  }

  li.price .linecut {
    font-size: 12px;
  }

  p.flight_details.me-1 {
    font-size: 12px;
  }

  li.arrival span {
    font-size: 13px !important;
    text-align: center !important;
  }

  .subtitle {
    font-size: 11px;
    color: #7f7e7e;
  }

  header {
    padding: 5px 0px;
  }

  li.view_fare button {
    display: none;
  }

  div.flight-item ul li.view_fare button {
    display: block !important;
  }

  ul.nav.flight_tabs.nav-tabs a {
    text-wrap: nowrap;
    font-size: 13px;
  }

  ul.nav.flight_tabs.nav-tabs {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .img_tot h3 {
    font-size: 12px;
  }

  .tab_overview_top {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .end_tot h3 {
    font-size: 12px;
  }

  .fare-details h3 {
    font-size: 18px;
  }

  .fare-details li {
    font-size: 12px;
  }

  .fare-rules li {
    font-size: 12px;

  }

  .fare-rules h3 {
    font-size: 18px;
  }

  .disclaimer li {
    font-size: 12px;
  }

  section.full_baggage_sec th {
    font-size: 12px;
  }

  section.full_baggage_sec tr {
    font-size: 12px;
  }

  .warning-box {
    font-size: 12px;
  }

  .col-lg-4.left_time {
    text-align: left;
    font-size: 12px;
  }

  .col-lg-4.col-md-4.left_time h4 {
    font-size: 18px;
  }

  .col-lg-4.col-md-4.left_time h6 {
    font-size: 14px;
  }

  .col-lg-4.col-md-4.middle_time h5 {
    font-size: 14px;
  }

  .col-lg-4.col-md-4.right_time h4 {
    font-size: 18px;
  }

  .col-lg-4.col-md-4.right_time h6 {
    font-size: 14px;
  }

  .mob_header {
    display: flex;
    min-height: 55px;
    align-items: center;
  }

  nav.sidebar {
    padding: 10px 20px 140px 20px;
  }

  .box_sidemenu {
    /*    display: none;*/
  }

  #filterModal nav.sidebar.in-modal,
  #filterModalCombo nav.sidebar.in-modal {
    display: block;
  }

  span.button_filter {
    background: #2f51a2;
    padding: 11px 10px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    gap: 5px;
  }

  .btn_filter {
    position: fixed;
    /* margin-top: 20px; */
    /* margin-left: 20px; */
    /* margin: 0 auto; */
    right: 10px;

    left: 10px;
    z-index: 99;
    bottom: 10px;
    justify-content: center;
    margin-bottom: 20px;
    /* FONT-WEIGHT: 100; */
    width: auto;
  }

  .box_sidemenu_mob ul li a {
    padding: 8px 0px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    align-items: center;
    display: flex;
  }

  .box_sidemenu_mob ul li {
    padding: 5px 0px;
    margin-bottom: 0;
  }

  nav ul .feat-show ul {
    display: flex;
    flex-direction: row;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot.owl-nav {

    height: 50px;
    border-radius: 100px;
    background-color: #ffffff9e;


    font-size: 4em;

    color: #2f51a2;

    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot.owl-nav {

    height: 50px;
    border-radius: 100px;
    background-color: #ffffff9e;

    min-height: 50px;
    font-size: 4em;

    color: #2f51a2;

    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  }

  .deals button.owl-prev span {
    line-height: 0;
    display: block;
    height: 10px;
  }

  .deals button.owl-next span {
    line-height: 0;
    display: block;
    height: 10px;
  }

  .deals .owl-carousel .item figure a {
    font-size: 10px;
    line-height: 1.6;
    padding: 5px 10px;
  }

  .hotel_datebooking {
    flex-wrap: wrap;
  }
}


@media (max-width: 992px) {
  .flight_list {
    min-height: 82vh;
  }

  .box_ul01 {
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 15px 10px;
    justify-content: space-around;
    gap: 8px;
    /*  z-index: -1;*/
  }

  .btn_login {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 5px 15px;
    font-size: 12px;
  }

  .box_home {
    margin-top: 15px;
  }

  li.airline h3 {

    width: 60%;
  }

  .list_box {}

  li.departure {}

  li.duration {}

  li.view_fare button {
    padding: 4px 8px;

  }

  .container {
    max-width: 900px;
  }

  nav ul .feat-show {
    display: block;
  }

  .right-icon.fas.fa-caret-right.first {
    display: none;
  }

  .dropdown>a.feat-btn {
    pointer-events: none;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
  }

  #modals-transparent_1 {
    background-color: white;
  }

  .price_range {
    width: 290px;
  }

  .modal_backbtn {
    font-size: 18px;
    font-weight: 600;
  }

  .hide_mobile {
    display: none !important;
  }

  .footer-block-logo-img img {
    width: 110px;
  }

  .footer-block-logo-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .footer_mobile {
    padding: 0px 0px;
    padding-bottom: 20px;
  }

  footer.footer-area.mt-4.footer_mobile {
    margin-top: 0px !important;
  }

  .footer_mobile div.footer-bottom {
    margin-top: 0px;
    padding-top: 23px;
  }

  div.footer-text {
    color: #fff !important;
  }

  .card.login_detailpage {
    flex-wrap: wrap;
  }

  .login-button span {
    margin-right: 10px;
  }

}

@media screen and (min-width:767px) and (max-width:992px) {

  .list_box ul {

    flex-wrap: wrap;
  }

  li.airline {
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
  }

  /* li.price {
    width: 100%;
  } */

  li.price .linecut {

    text-align: left;

  }

  span.coupon_code {

    text-align: left;
  }

  /* li.price {
    width: 70%;
  } */

  .list_head {
    display: none;
  }

  nav ul .feat-show ul {
    display: flex;
    flex-direction: column;
  }

  span.back_nav a {
    font-size: 13px;
    color: #333;
  }

}

@media screen and (min-width:300px) and (max-width:610px) {

  li.price span.fare__amount {
    font-size: 16px;
  }

  .list_box ul {
    flex-wrap: wrap;
    /* padding-left: 5px !important; */
  }

  li.airline {
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
  }

  li.price .linecut {

    text-align: right;

  }

  span.coupon_code {

    text-align: right;
  }

  .modify_full {

    padding: 5px 30px;
  }

  li.airline h3 {
    font-size: 12px;
  }

  li.price h3 {
    font-size: 20px;
  }

  .list_box {
    padding: 10px 10px 10px 10px;
  }

  p.flight_details.me-1 {

    text-align: right;

  }

  li.view_fare {
    width: 100%;
  }

  li.duration span img {
    display: block;
    width: 100px;
    margin-top: 5px;
  }

}

/********************** 01-10-2024 **************************/
.visa_section01 {
  display: flex;
  position: relative;
  height: 350px;
  align-items: center;
}

.slider_image01 {
  padding: 0px;
  transform-origin: 0% 50%;
  transform: translate(0px, 0px);
  width: 55%;
  height: 350px;
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  right: 0;
  /* left: 0; */
  top: 0;
  z-index: 1;
}

.price_visa {
  margin-top: 15px;
  display: inline-block;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 3px;
  /*  text-transform: uppercase;*/
  font-size: 17px;
}

.price_visa span {
  font-size: 24px;
  font-weight: 700;
  margin-left: 5px;
}

#visa_navbar {
  /*      background: #e8ebf2;*/
  background-color: var(--color-primary);
}

.visa_tab {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 35px;
}

.visa_tab a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 5px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.visa_tab a:hover,
.visa_tab a.active {
  background-color: transparent;
  color: #fff;
  border-bottom: 4px solid #0c8ad3;
}

.card-visatypes {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 2px;
}

.card-visatypes .card-head {
  width: 100%;
  background: var(--color-primary);
  color: #ffff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  /* min-height: 75px; */
}

.card-body {
  padding: 15px 20px;
}

.card-body ul:not(.browser-default)>li {
  list-style-type: none;
}

.visatype_list {
  padding: 0;
  margin: 0;
}

.visatype_list li {
  padding: 6px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.visa-price {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
}

.title_visa {
  font-size: 24px;
  margin-bottom: 20px;
}

.bg_g {
  background: #e8ebf2;
}

.box_001 ul {
  margin: 0;
  /*  padding: 0;*/
}

.box_001 {
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 2px;
  padding: 25px;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
}

.progress-container::before {
  content: "";
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  z-index: -1;
}

.progress {
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}

.circle {
  background: #ddd;
  color: #ddd;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ddd;
  transition: 0.4s ease;
}

.circle {
  border-color: var(--color-primary);
  background-color: #fff;
  color: #333;
  /*  scale: 1.1;*/
}

.circle img {
  position: absolute;
  font-size: 25px;
  bottom: 25px;
}

.circle .caption {
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  bottom: -30px;
  text-wrap: nowrap;
}

.div_100 {
  height: 100px;
}

.panel-heading {
  padding: 0;
  border: 0;
}

.panel-title>a,
.panel-title>a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}

.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, .125);
}

#accordionfaq .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-header button:hover {
  background: #e8ebf2;
}

.accordion-button:not(.collapsed):hover {
  color: #fff;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #2f4fa0);
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #2f4fa0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

h2.accordion-header button {
  font-size: 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: brightness(0) invert(1);
}

.address_box {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 2px;
}

.address-head {
  width: 100%;
  color: #fff;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #2f4fa0);
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  /*  min-height: 75px;*/
}

.address-body {
  padding: 15px 20px;
}

.padding-3 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

.process_div {
  margin-bottom: 50px;
}

.sticky-nav-tabs-container--top-first {
  position: fixed !important;
  top: 70px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}

.sticky-nav-tabs-container--top-second {
  position: fixed !important;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.sidebar_form {
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  color: #fff;
  padding: 25px 30px;
  border-radius: 10px;
}

.sidebar_form input,
.sidebar_form select {
  width: 100%;
  padding: 10px;
  margin: 7px 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  height: 50px;
  border-radius: 10px;
  transition: all 500ms ease;
  outline: none;
}

.btn-white {
  background-color: #000;
  color: #fff;
  height: 50px;
  border-radius: 10px;
}

.btn-white:hover {
  color: var(--color-primary);
}

.help-area {
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
  padding: 25px;
  margin-top: 15px;
  border-radius: 10px;
}

.visa_form.stickynow {
  position: fixed;
  top: 100px;
  max-width: 415px;
  width: 100%;
  z-index: 999;
}

.text_s {
  font-size: 13px;
}

.time_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.time_ul li {}

@media screen and (min-width: 500px) and (max-width: 768px) {

  .image_content {
    display: flex;
    gap: 15px;
    flex-direction: row;
  }
}

@media(max-width:768px) {
  .visa_form.stickynow {
    position: relative;
    top: 0;
    max-width: 415px;
    width: 100%;
    z-index: 1;
  }




  .sticky_div01 {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }

  .title_visa {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .slider_image01 {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
    margin-top: 15px;
  }

  .visa_section01 {
    height: auto;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .circle img {
    position: relative;
    font-size: 25px;
    bottom: auto;
  }

  .progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .circle .caption {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    bottom: auto;
    text-wrap: nowrap;
  }

  .circle {
    flex-wrap: wrap;
  }

  .progress,
  .progress-container::before {
    display: none;
  }

  .circle {
    border-color: transparent;
    background-color: transparent;
    color: #333;
    scale: none;
    width: 100%;
    display: flex;
    height: auto;
    text-align: left;
    justify-content: flex-start;
    gap: 10px;
  }

  .process_div {
    margin-bottom: 0px;
  }

  .div_100 {
    height: 10px;
  }

  .price_visa {
    font-size: 15px;
    margin-top: 10px;
  }

  .price_visa span {
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
  }
}

/********************** 01-10-2024 **************************/
.log-inright h4 {
  margin-bottom: 0px;
  font-size: 18px;
}

.price_table {
  width: 100%;
  text-align: left;
}

.price_table td {
  text-align: left;
  padding: 5px;
}

.price_table td.text-right,
.price_table th.text-right {
  text-align: right;
  padding: 5px;
}

.price_table th {
  padding: 10px 5px;
  font-size: 20px;
}

.btn_enquire {
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  color: #fff;
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 20px;
  /* width: 200px; */
}

.btn_enquire:hover {
  color: #fff;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #2f4fa0);
}

.side_sticky {
  position: sticky;
  top: 80px;
}

.prono_code input {
  width: 100%;
  height: 40px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.prono_code {
  position: relative;
}

.apply_btn {
  background: transparent;
  border: 1px solid transparent;
  position: absolute;
  right: 20px;
  top: 6px;
  color: #2c53a4;
  font-weight: 500;
}

.prono_code {
  position: relative;
}

/* new_sree_ram -flight_details page*/

.top_1 {
  display: flex;
  justify-content: space-between;
}

span.back_nav a {
  font-size: 16px;
  color: #333;
}

span.back_nav img {
  margin-right: 5px;
}

.depart h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  margin-bottom: 0px;
}

.depart span {}

.header_card {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.card {
  background: #fff;
  border: 0px solid rgba(156, 170, 179, .28);
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  padding: 10px 10px;
}

ul.name_lst h2 {
  font-size: 16px;
}

.headfl_name_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #9c9c9c17;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

ul.name_lst {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
}

.name_fl span {
  display: block;
}

.name_fl h3 {
  font-size: 14px;
}

.name_fl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.info span img {
  margin-right: 10px;
}

.info span {
  color: #2f4fa0;
}

.info_2 span img {
  margin-right: 10px;
}

.info_2 span {
  color: #b84a01;
}

.card.flight_card {
  /* margin-bottom: 15px; */
}

.log-inright {
  align-items: center;
  gap: 10px;
}

.card.login_detailpage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  /* margin-bottom: 15px; */
}

.login-button {
  display: flex;
  align-items: center;
  gap: 16px;
}



/* Sanjith */

/* footer session bar  */


.session-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a1a1a;
  border-top: 1px solid #333;
  padding: 0.75rem;
  z-index: 999;
}

.footer-bar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

#sessionStatus {
  color: #ffffff;
  font-size: 1rem;
}

#timeRemaining {
  color: #ffffff;
  font-size: 1.1rem;
}



/* public/css/loader.css */
.booking-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.spinner-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

.spinner-text {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Ensure the overlay covers any scrollable content */
body.loading {
  overflow: hidden;
}

.hotel-bimages {

  max-width: 100%;
  width: 100%;
  height: 400px;
  object-fit: none;
}


.hotel-simages {
  max-width: 100%;
  width: 100%;
  height: 90px;
}

/* Room listing */


.travellers_select01 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  /* max-height: 500px;
  overflow-y: auto; */
}

.room-section {
  padding: 0px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 10px;
}

/*.room-section:last-child {
  border-bottom: 0px solid #e0e0e0;
}*/

.room-header {
  margin-bottom: 3px;
  color: #2c4f9e;
  font-size: 14px;
  font-weight: 500;
}

.travellers_list01 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.travellers_list01 li {
  margin-bottom: 0px;
}

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

.d_list p {
  margin: 0;
}

.s_ftext {
  color: #666;
  font-size: 12px;
  display: block;
}

.q-number01 {
  display: flex;
  align-items: center;
  /*  gap: 10px;*/
}

.q-number01 span {
  /* width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  color: #333;*/
}

.q-number01 span:hover {
  background: #f5f5f5;
}

.child-age-section {
  margin-top: 10px;
  padding-left: 0px;
}



.childage-input {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.remove-room {
  background: none;
  border: none;
  color: #FF4B4B;
  font-size: 12px;
  cursor: pointer;
  padding: 3px 4px;
  border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
}

.remove-room:hover {
  background: #FFF1F1;
}

.fix_last {
  padding: 0px;
  border-top: 0px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.searchbox_addbtn {
  /*  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;*/
}

.searchbox_addbtn.searchbox-done {
  /*  background: #2176FF;
  color: white;
  border: none;*/
}

.searchbox_addbtn:not(.searchbox-done) {
  /*  background: none;
  border: none;
  color: #2176FF;
  display: flex;
  align-items: center;
  gap: 5px;*/
}

.searchbox-addplus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.room-top-section {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
}

.room-main-info {
  display: flex;
  gap: 20px;
}

.image_01 img {
  width: 220px;
  height: 170px;
  object-fit: cover;
  border-radius: 4px;
}

.room-basic-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.room-title {
  font-size: 20px;
  color: #333;
  margin: 0 0 15px 0;
}

.amenities {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
}

.amenity-item i {
  color: #28a745;
  font-size: 14px;
}

.room-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 150px;
}

.original-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

.current-price {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 5px 0 15px;
}

.select-room-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #2f51a2;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.room-radio:checked+.select-room-btn {
  background-color: #3a3a3a;
  color: white;
}

.room-card.selected {
  border-color: #3a3a3a;
  border: 2px solid;
  /* box-shadow: 0 0 0 2px #3a3a3a; */
}

.select-room-btn:hover {
  background-color: #1e40af;
}

.room-description {
  margin-top: 20px;
  padding: 20px;
  color: #666;
  line-height: 1.6;
  font-size: 14px;
  border-top: 1px solid #eee;
  background-color: #fafafa;
}

@media (max-width: 768px) {
  .room-top-section {
    flex-direction: column;
  }

  .room-main-info {
    margin-bottom: 20px;
  }

  .room-pricing {
    align-items: flex-start;
  }
}


/* Room Details romm selection */




.room-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}



.room-selection {
  display: inline-block;
  cursor: pointer;
}

.room-radio {
  display: none;
}





.room-main-info {
  display: flex;
  gap: 20px;
}

.amenities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.room-pricing {
  text-align: right;
}

.original-price {
  text-decoration: line-through;
  color: #6b7280;
}

.current-price {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 5px 0;
}

/* rooms listing */




/* Filter styles */


/* Filter Section Container */
.mob_search {
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 24px;
}

.d_flexnew {
  width: 100%;
}

.filter-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Sort Buttons Styling */
.sort-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: 48px;
}

.sort-buttons span {
  color: #333;
  font-weight: 500;
}

.sort-buttons .btn {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  background: transparent;
  color: #666;
}

.sort-buttons .btn:hover {
  background: #f5f5f5;
}

.sort-buttons .btn.btn-primary {
  background: #0d6efd;
  color: white;
  border-color: #0d6efd;
}

.sort-buttons .btn.btn-outline-primary {
  color: #666;
  background: transparent;
  border: 1px solid #e0e0e0;
}

.sort-buttons .btn.btn-outline-primary:hover {
  background: #f5f5f5;
}

/* Search Section Styling */
.search-section {
  flex-grow: 1;
  max-width: 400px;
}

.search-section .form-control {
  width: 100%;
  padding: 9px 87px;
  border-radius: 8px;
  border: 2px solid #201f1f5c;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
}

.search-section .form-control:focus {
  outline: none;
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
  background: #fff;
}

.search-section .form-control::placeholder {
  color: #999;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .filter-section {
    flex-direction: column;
    align-items: stretch;
  }

  .sort-buttons {
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .search-section {
    max-width: 100%;
  }

  .mob_search {
    padding: 16px;
  }
}

/* Additional Hover Effects */
.btn {
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn:hover::after {
  opacity: 1;
}



/* end filter styles */

/* End Sanjith */


/* midm */

.ul_list {
  display: flex;
  flex-direction: row;
  gap: 150px;
  margin-top: 16px;
}

.refund_left {
  display: flex;
  align-items: center;
  font-size: 16px;
  /*  margin-bottom: 10px;*/
  gap: 5px;

}

.amount_right {
  text-align: end;
}

.amount_right span {
  font-size: 12px;
}

.option-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #dff5df;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.option-footer {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.recommended {
  background-color: #e0f7da;
  color: green;
  padding: 5px 10px;
  border-radius: 4px;
}

.amount {
  font-weight: bold;
  color: #000;
  font-size: 24px;
}

.details ul li {
  padding-bottom: 16px;
}

ul.left_ullist a {
  padding-left: 20px;
}


.details ul li:before {
  content: '✔';
  color: green;
  margin-right: 8px;
}

.details p {
  margin: 5px 0;
  font-size: 17px;
}

.terms {
  font-size: 16px;
  padding-bottom: 8px;
}

.terms a {
  color: red;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

.option-footer {
  background-color: #dff5df;
  padding: 10px;
  border-radius: 4px;
}



.travel_insuranceright {
  display: flex;
  align-items: center;
  gap: 15px;
}

span.view_details_button {
  border: 1px solid #2f4fa0;
  padding: 5px 10px;
  border-radius: 3px;
  color: #2f4fa0;
}

.travel_insurance {
  display: flex;
  flex-direction: row;
}

.price-pre span {
  /* display: inline-block; */
  font-size: 12px;
}

button.add_button {
  padding: 2px 10px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #2f4fa0;
  color: #2f4fa0;
}

.card.card-body.colll {
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 0%);
  background: #dff5df;
}

.btn-label-danger:hover {
  border-color: transparent !important;
  background: #fad6d6 !important;
  color: #ea5455 !important;
}

html:not([dir=rtl]) .me-1 {
  margin-right: 0.25rem !important;
}

.btn .ti {
  line-height: 0.9;
}

.align-middle {
  vertical-align: middle !important;
}

.btn-label-danger {
  color: #ea5455;
  border-color: transparent;
  background: #fce4e4;
}

.btn {
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.135s ease-in-out;
  transform: scale(1.001);
}

button.btn_add {
  background: #2f4fa0;
  padding: 2px 10px;
  border: 0px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.135s ease-in-out;
  transform: scale(1.001);
}

.cntct_header span {
  font-size: 18px;
  margin-left: 5px;
}

.details_cnct {
  display: flex;
  gap: 15px;
}



/* msm */

/* new_sree_ram -flight_details page*/


.cls-selected {
  background-color: green;
}

.cls-ra {
  background-color: #fff;
}

.cls-rb {
  background-color: gray;
}

.cls-fa {
  background-color: #fff;
  border: 2px solid pink !important;
}

.cls-fb {
  background-color: pink;
}

.cls-ma {
  background-color: #fff;
  border: 2px solid royalblue !important;
}

.cls-mb {
  background-color: royalblue;
}

.btn_01 {
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
}

.font_small {
  font-weight: 400;
  font-size: 12px !important;
}

.name_lst.g-25 {
  gap: 25px;
}

.styled {
  font-size: 13px;
  -moz-appearance: button;
  /* Firefox */
  -webkit-appearance: button;
  /* Safari and Chrome */
  appearance: button;
}

.continue_btn {
  padding: 5px 20px;
  background: #2f51a2;
  color: #fff;
  border-radius: 5px;
  border: 0px;
}

.launching {

  padding: 80px 0px;
}

.launching_content h2 {
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 50px;
}

.launching_content {
  margin-bottom: 25px;
}

.enq_number {
  position: relative;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.enq_number:hover {
  color: #fff;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #2f4fa0);
}

.div_price01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

div.box_lists01 .image_01 {
  position: relative;
  min-width: 270px;
}

div.box_lists01 .image_01 img {
  max-width: 270px;
}

div.div_price01 .price_h {
  margin-bottom: 0;
}

.booknow button {
  padding: 10px 20px;
  background: rgb(47, 81, 162);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  border: 0px;
}

.holiday_ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.holiday_ul li {
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 0px 10px;
  border-radius: 30px;
}

.head_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  /* min-height: 50px; */
}

.bg_white {
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 10px;
}

.overview_div ul.day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(156, 170, 179, .28);
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.overview_div ul.day li {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.overview_div ul.day li.day-count {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}

.overview_div .day .day-count h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.overview_div .day .day-itinerary {
  width: 100%;
  border-left: 1px solid rgba(156, 170, 179, .28);
}

.day .day-itinerary h3 {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.day .day-itinerary p {
  font-size: 13px;
  color: #525252;
  font-weight: 400;
  margin-bottom: 0;
}

.overview_div {
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.itinerary {
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 2px;
  padding: 15px;
  display: flex;
  margin-bottom: 10px;
  gap: 15px;
  /*  align-items: center;*/
}

.itinerary_img img {
  width: 100%;
}

.itinerary_img {
  max-width: 200px;
}

.itinerary_content h5 {
  font-size: 22px;
}

.div_content ul {
  list-style: disclosure-closed;
  margin: 0;
  padding-left: 15px;
}

.btn_button {
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 3px;
  text-transform: uppercase;
  border: 0px solid #fff;
  display: block;
  width: 100%;
}

.add_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.modal-body a.btn-close {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

.form_group label {
  margin: 0;
  padding-bottom: 3px;
}

.box_form .form-control {
  font-size: 13px;
  padding: 13px;
}

.btn-send {
  display: block;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  color: #fff;
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
  border: 0px solid #fff;
  margin-top: 20px;
}

.next_login {
  text-align: center;
  margin-top: 15px;
}

.other_login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.breadcrumb_section {
  padding: 10px 0px;
}

.breadcrumb_section ol {
  padding: 0;
  margin: 0;
}

.box_card {
  position: relative;
  background: white;
  border-radius: 10px;
  border: 0px solid rgba(156, 170, 179, .28);
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  padding: 10px 0px;
}

.account_navigation li {
  padding: 8px 5px;
}

.account_navigation li.active a {
  color: var(--color-primary);
  font-weight: 600;
}

.account_navigation li a {
  padding-left: 0px;
  display: block;
  color: #333;
  position: relative;
  font-size: 15px;
}

.account_navigation {
  margin: 0;
  padding: 0;
}

.account_menu {
  flex: 0 0 260px;
  padding: 40px;
  padding-right: 40px;
  border-right: solid 1px #d9e7d6;
  padding-right: 25px;
}

.account_user {
  text-align: center;
  margin-bottom: 25px;
}

.account_user-icon {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.account_user-name {
  font-size: 20px;
  font-weight: 700;
}

.account_navigation li a i {
  color: #2f4fa0;
  margin-right: 5px;
  font-size: 20px;
  width: 22px;
}

.dashboard_box {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.dashboard_box li {
  text-align: center;
  width: 32%;
}

.dashboard_box li a {
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.dashboard_box li a h5 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.dashboard_box li a img {
  width: 100%;
  max-width: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.account_details {
  padding: 15px 15px;
  /*  padding-right: 15px;*/
}

.dashboard_box li {
  overflow: hidden;
  text-align: center;
  width: 32%;
  border: 0px solid #eee;
  border-radius: 10px;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
}

.breadcrumb-item a {
  color: #333;
}

.form_row {
  margin-bottom: 15px;
}

.form_row label {
  margin: 0;
}

.account_form {
  margin-top: 25px;
  margin-right: 15px;
}

.form_input {
  font-size: 14px;
  padding: 10px;
}

.btn_form {
  display: block;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  color: #fff;
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  border: 0px solid #fff;
  max-width: 300px;
  width: 100%;
}

.ullist_icon {
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 50px;
  text-align: center;
  margin-top: 25px;
  justify-content: center;
}

.ullist_icon li a span {
  display: block;
  border-radius: 50%;
  color: #fff;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  height: 75px;
  line-height: 70px;
  width: 78px;
  margin-bottom: 5px;
}

.ullist_icon li a span img {
  filter: brightness(0) invert(1);
}

.ullist_icon li a span i {
  font-size: 30px;
  line-height: 75px;
}

.ullist_icon li a {
  color: #333;
}

.ullist_icon li a h5 {
  color: #333;
  font-size: 15px;
}


@media (min-width: 768px) {
  .responsive-table__row {
    /*grid-template-columns: 0fr 2fr 2fr 2fr 1fr;*/
  }

  .box_sidemenu nav.sidebar {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive-table__row {
    grid-template-columns: 1fr 2fr 1fr;
  }
}

.responsive-table__row th,
.responsive-table__row td {
  padding: 10px;
}

.responsive-table__head {
  background-color: #e1e8f2;
}

.responsive-table {
  background-color: #fefefe;
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: 2rem 0;
  overflow: hidden;
}

.responsive-table__row {
  border-bottom: 1px solid #edeef2;
  padding: 0 10px;
}

.responsive-table__body .responsive-table__row:hover {
  color: #ffffff;
  background-color: var(--color-primary);
}

.responsive-table__body__text a {
  color: var(--color-primary);
  font-size: 20px;
}

.responsive-table__body .responsive-table__row:hover a {
  color: #ffffff;
}

.s_text {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 991px) {

  .responsive-table__head {
    display: none;
  }

  .responsive-table__row {
    display: grid;
    border-bottom: 1px solid #edeef2;
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .responsive-table__body__text::before {
    content: attr(data-label) ' : ';
  }

  .responsive-table__head__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
  }

  .responsive-table__body .responsive-table__row {
    transition: 0.1s linear;
    transition-property: color, background;
  }

  .responsive-table__body .responsive-table__row:last-child {
    border-bottom: none;
  }

  .responsive-table__body__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .responsive-table__body__text::before {
    margin-right: 1rem;
    font-weight: 600;
    text-transform: capitalize;
  }
}

@media (max-width: 400px) {
  #sessionStatus {
    color: #ffffff;
    font-size: 0.9rem;
  }
}

.responsive-table__body__text--name {
  font-weight: 600;
}

@media (min-width: 768px) {
  .responsive-table__body__text--name::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive-table__body__text--name {
    grid-column: 1/2;
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .responsive-table__body__text--status,
  .responsive-table__body__text--types,
  .responsive-table__body__text--update {
    grid-column: 2/3;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive-table__body__text--country {
    grid-column: 3/-1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .responsive-table__body__text--name,
  .responsive-table__body__text--country {
    grid-row: 2;
  }
}

/* SVG Up Arrow Style */
.up-arrow {
  height: 100%;
  max-height: 1.8rem;
  margin-left: 1rem;
}

/* SVG User Icon Style */
.user-icon {
  width: 100%;
  max-width: 30px;
  height: auto;
  margin-right: 1rem;
}

/* Status Indicator Style */
.status-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #222222;
  margin-right: 0.5rem;
}

.status-indicator--active {
  background: #25be64;
}

.status-indicator--inactive {
  background: #dadde4;
}

.status-indicator--new {
  background: #febf02;
}

.table_trave {
  width: 100%;
}

.table_trave th,
.table_trave td {
  padding: 5px 10px;
  /*border: 1px solid #ddd;*/
  border-collapse: collapse;
}

.traveller_box {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
}

.table_trave tr {
  border-bottom: 1px solid #ddd;
}

.table_trave th {
  background: #9c9c9c17;
}

.nodata_content {
  text-align: center;
  padding-top: 20px;
}

.nodata_content img {
  max-width: 200px;
}

.booknow_btn {
  position: relative;
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ullist_icon li span {
  border: 3px double #d6d6d6;
}

.ullist_icon li.active span {
  border: 6px double #d6d6d6;
}

.ullist_icon li.active h5 {
  color: var(--color-primary);
}

#mybooking_tab.nav-tabs .nav-link {
  padding: 5px 5px;
  color: #000;
  /*text-transform: uppercase;*/
}

#mybooking_tab.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  gap: 25px;
  margin-top: 15px;
}

#mybooking_tab.nav-tabs .nav-link {
  color: #333;
}

#mybooking_tab.nav-tabs .nav-link:hover {
  border: 1px solid #fff;
}

#mybooking_tab.nav-tabs .nav-link.active {
  border: 1px solid #fff;
  border-bottom: 3px solid var(--color-primary);
  font-weight: 600;
  color: var(--color-primary);
}

.ser_box input {
  background-image: url('/web/images//searchicon.png');
  background-position: 10px 14px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 14px;
  padding: 12px 20px 20px 40px;
  border: 0px solid #ddd;
  margin-bottom: 0px;
}

li.suggestion-item span {
  display: inline-block;
  color: #979797;
}

.ser_box input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.search_list li {
  cursor: pointer;
}

.travellers_select.active {
  display: block;
}

.travellers_list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.travellers_list li {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-between;
  align-items: center;
  padding: 10px 5px;
  border-bottom: 1px dotted #cbcbcb;
  transition: all .5s ease-in .1s;
}

.travellers_list li p {
  font-size: 15px;
  margin: 0;
  color: #000;
  width: calc(100% - 130px);
  line-height: 1.3;
}

.travellers_list li p span {
  display: block;
  font-size: 10px;
}

.travellers_list li h5 {
  font-size: 16px;
}

.q-number {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: stretch flex-start;
  align-items: stretch;
  max-height: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  height: 28px;
  overflow: hidden;
  background: #fff;
  width: 70px;
}

.q-number span {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center;
  align-items: center;
  flex: 1 1 100%;
  max-width: 100%;

  line-height: 28px;
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  padding: 0 10px;
  cursor: pointer;
}

.q-number span:first-child {
  border-right: 1px solid #d4d4d4;
}

.eco_list label {
  display: inline-block;
  padding: 5px 0px;
}

.eco_list {
  margin-top: 5px;
}

@media(max-width:767px) {
  .account_details {
    padding: 15px 15px;
    padding-right: 15px;
    padding-right: 15px;
  }

  .dashboard_box li {

    width: 48%;

    margin: 0 auto;
  }

  .account_menu,
  .hide_mobile {
    display: none;
  }

  .btn-close.text-white {
    position: absolute;
    right: 0;
    top: 0;
  }

  .itinerary {
    display: block;
  }

  .itinerary_img {
    max-width: 200px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .header_card {
    display: block;
  }

  ul.name_lst {
    display: flex;
    flex-wrap: wrap;
  }

  .headfl_name_card {
    display: block;
  }

  ul.name_lst {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }

  .name_lst li {
    width: 40%;
  }

  .name_lst.g-25 {
    gap: 15px;
  }

  ul.name_lst h2 {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .headfl_name_card {
    margin-bottom: 15px;
  }

  .name_fl {
    margin-bottom: 10px;
  }

  .option-header {
    display: block;
    flex-wrap: wrap;
  }

  .recommended {
    font-size: 13px;
  }

  .amount_right {
    text-align: start;
  }

  .ul_list {
    gap: 0px;
    margin-top: 16px;
    flex-wrap: wrap;
  }

  .left_ullist {
    padding: 0;
    margin: 0;
  }

  .ul_list ul.right_ullist.ps-0 {
    margin-bottom: 0;
  }

  .terms {
    font-size: 12px;
    padding-bottom: 8px;
    margin-top: 20px;
  }

  .travel_insurance {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .price-pre {
    margin-top: 20px;
    display: flex;
    gap: 20px;
  }

  .cntct_header span {
    font-size: 15px;
  }

  span.back_nav a {
    font-size: 12px;
    color: #333;
  }

  .form-control,
  .form-select {
    font-size: 14px;
  }

  .ullist_icon li a span {
    height: 50px;
    line-height: 40px;
    width: 50px;
  }

  .ullist_icon li a span img {
    width: 24px;
  }

  .ullist_icon {
    gap: 12px;
  }

  .ullist_icon li a h5 {
    font-size: 13px;
  }

  #mybooking_tab.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    gap: 10px;
    margin-top: 15px;
  }

  #mybooking_tab.nav-tabs .nav-link {
    font-size: 13px;
  }
}

.disabled-label {
  pointer-events: none;
  opacity: 0.5;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Spinner styling */
#loadingOverlay img {
  width: 50px;
  height: 50px;
}

.has-error {
  border: 2px solid red;
  /* Red border for invalid input */
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.atls-holder {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #838383;
}

.label.label-warning {
  background-color: antiquewhite;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
}

.list_head ul li:nth-child(5) {
  min-width: 125px;
  text-align: center;
}

.ars-radiolist h5 {
  margin-bottom: 2px;
}

.ars-radiolist {
  display: block !important;
}

.ars-radiolist li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}

/*.ars-radiolist li:last-child{

}*/
li.price ul.ars-radiolist:last-child li {
  border-bottom: 0px solid #e8e8e8;
}

/* Style for the error box */
.error-box {
  border: 1px solid #1977c2;
  /* Red border for error */
  background-color: #c9defe;
  /* Light red background */
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Style for the error header */
.error-header h4 {
  color: #f44336;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.error-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.error-item {
  background-color: #afd3f9;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.error-item p {
  margin: 5px 0;
  font-size: 14px;
  color: #444;
}

/* Optional: Add a small icon for error messages */
.error-item::before {
  content: "⚠️";
  margin-right: 8px;
  color: #f44336;
  font-size: 16px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767px) {
  .error-box {
    padding: 15px;
  }

  .error-header h4 {
    font-size: 16px;
  }

  .error-item p {
    font-size: 13px;
  }

  .radioRegular li {
    color: #ffffff;
  }
}

/* #multiCityContainer {
  margin-bottom: 20px;
} */

.multiCityRow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.multiCityRow .removeRowBtn {
  background: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}

#addCityBtn {
  background: blue;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

#addCityBtn:hover,
.multiCityRow .removeRowBtn:hover {
  opacity: 0.8;
}

.stext_new {
  display: inline-block !important;
  margin-left: 5px;
  color: #838383;
  border-left: 1px solid #838383;
  padding-left: 5px;
}

.new_flightlist li.price {
  max-width: 115px;
}

.new_flightlist li.price input {
  position: absolute;
  left: 0;
}

.new_flightlist li.price label {
  padding-left: 15px;
}

.new_flightlist li.price .main-radiolist {
  position: relative;
}

.new_flightlist .list_box>ul {
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.new_flightlist div.view_fare button {
  padding: 5px 20px;
  background: #2f51a2;
  color: #fff;
  border-radius: 5px;
  border: 0px;
}

.new_flightlist div.view_fare {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
  padding-bottom: 5px;
}

.new_flightlist .list_box ul.ars-radiolist {
  margin-top: 0;
}

.new_flightlist div.view_fare p {
  margin-bottom: 0px !important;
}

.new_flightlist .list_box {
  padding-top: 5px;
}

.new_flightlist .list_box>label {
  width: 100%;
  padding-left: 25px;
}

.new_flightlist .list_box>input {
  position: absolute;
  top: 15px;
  left: 10px;
}

#multiCityWrapper {
  margin-bottom: 20px;
}

.inputRow {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  align-items: center;
}

.removeBtn {
  color: red;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}

#addMoreBtn {
  background-color: green;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

/* <!-- 31-12-2024 --> */
.div_flightselect {
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, .1);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: 10px 0px;
}

.list_airline {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.list_airline li {
  padding-right: 20px;
  border-right: 1px solid #ddd;
  display: flex;
  gap: 20px;
  align-items: center;
}

.list_airline li:last-child {
  padding-right: 10px;
  border-right: 0px solid #ddd;
}

.airline_time h5 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}

.airline_time p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
}

.airline_time p span {
  font-weight: 400;
  color: #838383;
  font-size: 10px;
}

.data_div022 {
  display: flex;
  align-items: center;
  gap: 40px;
}

.data_div022 h4 {
  margin: 0;
}

.data_div022 button {
  background-color: #1875c1;
  background-image: linear-gradient(to right, #2f4fa0, #0C8BD4);
  color: #fff;
  font-size: 16px;
  margin: 10px;
  border-radius: 5px;
  padding: 10px 50px;
  border: 0px solid transparent;
}

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

@media(max-width:768px) {
  .div_flightselect {
    bottom: 80px;
  }

  .data_div01 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* <!-- 31-12-2024 --> */
.hidden {
  display: none;
}

.side_backbtn {
  display: none;
}

/*03-01-2025*/
@media (max-width: 767px) {
  .search_inupthotel div.inputBox {
    width: 100%;
    border-right: solid 0px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
  }

  .travellers.noborder {
    width: 100%;
  }

  /* .side_backbtn {
    display: block !important;
    width: 100%;
  } */

  .list_airline {
    display: block;
  }

  .list_airline li {
    gap: 10px;
  }

  .inputBox label {
    padding: 3px 5px;
    gap: 5px;
  }

  .search_inupt {
    border: solid 0px #e7e7e7;
  }

  .inputBox {
    background: rgb(255, 255, 255);
    margin-bottom: 10px;
    border-radius: 10px;
  }



  .ser_box input {
    background-position: 10px 5px;
    padding: 3px 20px 5px 34px;
    border: 0px solid #ddd;
  }

  .makeRelative {
    font-size: 12px;
    line-height: 16px;
  }

  .inputBox.dates {
    width: 48.5%;
  }

  /*.filterCircle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 59px;
  left: 10%;
  font-size: 12px;
  position: absolute;
}*/
  .filterCircle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 65px;
    left: 10%;
    font-size: 12px;
    position: absolute;
    transform: rotate(90deg);
    display: inline-block;
    background: #fff;
    border: 0.5px solid #b5b5b5;
    z-index: 999;
  }

  .inputBox.dates.btn_inputbox {
    width: 100%;
    background-color: transparent;
    border-right: solid 0px #e7e7e7;
    padding: 0;
  }

  .btn_main.searchBtn {
    padding: 10px 0px;
    font-size: 14px;
    margin: 10px 0px !important;
  }

  .search_result {
    top: 25px;
  }

  .search_result.tsearch_result.active {
    border-radius: 27px;
    overflow: hidden;
  }

  .search_box {
    background-color: transparent;
    padding: 25px 0px 5px 0px;
  }
}

/*03-01-2025*/

.new_flightlist label {
  margin-left: 0px;
}

.fare-details ul {
  display: block;
}

ul.nav.flight_tabs.nav-tabs {
  justify-content: flex-start;
}

.travellers_select button span {
  font-size: 13px;
  line-height: 16px;
}


/**************** 06-02-20025 ******************/
.pricerange-input .label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pricerange-input label {
  font-weight: bold;
  font-size: 16px;
}

.pricerange-input .amount {
  font-size: 15px;
  font-weight: bold;
  color: #002e57;
  cursor: text;
}

.pricerange-input input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgb(47 81 162) 100%, #e0e0e0 100%);
  outline: none;
  transition: background 0.2s ease-in-out;
}

.pricerange-input input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0c72c6;
  cursor: pointer;
  border: 2px solid #fff;
}

.pricerange-input .range-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
}

.pricerange-input .emi-result {
  margin-bottom: 20px;
}

#downPaymentValue {
  font-size: 14px;
  font-weight: bold;
  color: black;
  cursor: text;
  padding-right: 35px;
}

.pricerange_text {
  justify-content: space-between;
}

/**************** 06-02-20025 ******************/

@media (max-width: 1200px) {
  .search_inupt {
    flex-wrap: wrap;

  }
}


.search_box input.flatpickr-input.flatpickr-mobile {
  position: absolute;
  background: #000;
  height: 72px;
  width: 100%;
  opacity: 0;
}

/* login pop up */
.popup-message {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 25px;
  border-radius: 4px;
  z-index: 9999;
  display: none;
  animation: slideIn 0.5s ease-in-out;
}

.popup-success {
  background-color: #28a745;
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media screen and (min-width: 1400px) and (max-width: 2000px) {

  .list_head ul {
    margin-top: 24px;
    padding: 0px 24px;
  }

  .list_head ul li:nth-child(1) {
    display: inline-block;
    min-width: 15%;
  }

  .list_head ul li:nth-child(2) {
    display: inline-block;
    min-width: 19%;
    text-align: left;
  }

  .list_head ul li:nth-child(3) {
    display: inline-block;
    min-width: 20%;
    text-align: left;
  }

  .list_head ul li:nth-child(4) {
    min-width: 23%;
    text-align: left;
  }

  .list_head ul li:nth-child(5) {
    min-width: 10%;
    text-align: center;
    display: inline-block;
  }

  .list_head ul li:nth-child(6) {
    display: inline-block;
    text-align: left;
    margin-left: 5%;
  }

  .list_box ul {
    margin-bottom: 0px;
    gap: 6px;
  }

  .img_tot {
    display: flex;
    gap: 20px;
  }

  li.airline span {
    display: block;
  }

  li.departure {
    text-align: center;
    display: inline-block;
    min-width: 12%;
  }

  li.departure span {
    font-size: 12px;
    margin: 0 auto;
    text-align: center !important;
    font-weight: 400;
    color: #595959;
    display: block;

  }

  .listwrap li.departure span,
  .listwrap li.arrival span {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    margin-right: auto;
    margin-left: auto;
  }

  li.duration {
    display: inline-block;
    min-width: 24%;
    text-align: center;
  }

  li.duration h5 {
    font-size: 16px;
    text-align: center;
  }

  .one-way-list-margin {
    margin-top: 10px !important;
  }

  li.duration span img {
    display: block;
    margin: auto;
  }


  li.arrival {
    display: inline-block;
    width: 12%;
    text-align: center;
  }

  li.arrival span {
    display: block;
    text-align: center !important;
    font-size: 12px;
    bottom: -5px;
    font-weight: 400;
    color: #595959;
    padding-top: 20px;

  }

  li.seat {
    display: inline-block;
    width: 5%;
    text-align: center;
  }

  li.price {
    display: inline-block;
    min-width: 12%;
  }

  li.price ul.ars-radiolist:last-child li {
    border-bottom: 0px solid #e8e8e8;
  }

  li.view_fare {
    display: inline-block;
    min-width: 10%;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1400px) {

  .list_head ul {
    display: flex;
    flex-direction: row;
    margin-top: 24px;
    padding: 0px 24px;
  }

  .list_head ul li:nth-child(1) {
    display: inline-block;
    min-width: 15%;
    text-align: left;
  }

  .list_head ul li:nth-child(2) {
    display: inline-block;
    min-width: 17%;
    text-align: left;
  }

  .list_head ul li:nth-child(3) {
    display: inline-block;
    min-width: 8%;
    text-align: center;
  }

  .list_head ul li:nth-child(4) {
    text-align: center;
    display: inline-block;
    width: 27%;
  }

  .list_head ul li:nth-child(5) {
    min-width: 14%;
    text-align: right;
    display: inline-block;
  }

  .list_head ul li:nth-child(6) {
    display: inline-block;
    text-align: right;
    min-width: 18%;
  }

  li.arr {
    display: inline-block;
    margin-left: 20px;
  }


  li.arr {
    display: inline-block;
    margin-left: 20px;
  }


  li.airline {
    width: 12%;
    display: inline-block;
  }

  li.departure {
    text-align: center;
    display: inline-block;
    min-width: 14%;
  }

  li.duration {
    display: inline-block;
    width: 20%;
  }

  li.arrival {
    display: inline-block;
    text-align: center;
    width: 14%;
  }

  li.seat {
    width: 12%;
    text-align: center;
  }

  li.price {
    display: inline-block;
    min-width: 14%;
  }

  li.view_fare {
    display: inline-block;
    margin-left: 0%;
  }

  .filterCircle {
    margin-left: -11px !important;
    margin: auto 0px;
    width: 39px;
    padding: 3px 6px;
    height: 29px;

  }

}



@media screen and (min-width: 992px) and (max-width: 1200px) {

  .list_head ul li:nth-child(1) {
    display: inline-block;
    min-width: 13%;
    text-align: left;
  }

  .list_head ul li:nth-child(2) {
    display: inline-block;
    min-width: 15%;
    text-align: left;
  }

  .list_head ul li:nth-child(3) {
    display: inline-block;
    min-width: 13%;
    text-align: center;
  }

  .list_head ul li:nth-child(4) {
    text-align: right;
    display: inline-block;
    width: 12%;
  }

  .list_head ul li:nth-child(5) {
    min-width: 23%;
    text-align: right;
    display: inline-block;
  }

  .list_head ul li:nth-child(6) {
    display: inline-block;
    text-align: right;
    min-width: 22%;
  }

  li.arr {
    display: inline-block;
    margin-left: -3px;
  }


  li.airline {
    width: 15%;
    display: inline-block;
  }



  .filterCircle {
    margin-left: -11px !important;
    width: 30px;
    padding: 3px 6px;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  li.airline {
    text-align: left;
    width: 100% !important;
    margin-bottom: 16px;
    margin-top: 0px !important;
  }

  li.duration {
    width: 30% !important;
  }

  li.departure {
    width: 10% !important;
  }

  li.arrival {
    width: 10% !important;
  }

  li.seat {
    width: 15% !important;
  }

  li.view_fare {
    width: 50%;
  }

  li.price {
    width: 100%;
    margin-top: 30px;
  }

  ul.ars-radiolist {
    display: flex !important;
    justify-content: flex-end;
}

  .fixed-modify_search {
    position: fixed;
    top: 131px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .sticky-nav-tabs-container--top-second {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
}


@media screen and (min-width: 610px) and (max-width: 767px) {

  div.flight-item ul li.view_fare {
    display: block !important;
    gap: 15px;
    align-items: baseline;
    margin-top: 5px;
  }


  li.airline {
    width: 14%;
    display: inline-block;
  }

  li.departure {
    text-align: center;
    display: inline-block;
    min-width: 10%;
  }

  li.duration {
    display: inline-block;
    width: 20%;
  }

  li.arrival {
    width: 7%;
  }

  li.seat {
    /* display: inline-block; */
    width: 8%;
    text-align: center;
  }

  li.price {
    display: inline-block;
    width: 22%;
  }

  li.view_fare {
    display: inline-block;

  }

  li.price {

    display: inline-block;

  }

  li.view_fare {
    display: inline-block;

  }


}



#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  z-index: 9999;
  overflow: hidden;
}

.loader-box {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Sanjith */

.enable-scrollbar {
  max-height: 500px;
  overflow-y: auto;
}

@media screen and (min-width: 300px) and (max-width: 610px) {

  div.flight-item ul li.view_fare {
    display: flex !important;
    gap: 15px;
    align-items: baseline;
    margin-top: 5px;
  }

  li.airline {
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
    list-style: none;
  }

  li.departure {
    text-align: center;
    display: inline-block;
    min-width: 15%;
  }

  li.view_fare {
    display: inline-block;
    margin-left: 0px;
  }

  li.duration {
    display: inline-block;
    min-width: 25%;
  }

  li.seat {
    /* display: inline-block; */
    width: 14% !important;
    text-align: center;
  }

  li.price {

    display: inline-block;


  }

  li.arrival {
    display: inline-block;
    width: 15%;
    text-align: center;
  }

}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .fixed-modify_search {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}

.sort-container {
  display: flex;
  gap: 15px;
  font-family: Arial, sans-serif;
  align-items: center;
}

.sort-btn {
  background: transparent;
  border: none;
  font-size: 12px;
  cursor: pointer;
  color: #555;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sort-btn .arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
  opacity: 0;
  /* Hide arrow by default */
}

.sort-btn.active {
  color: #2a57a6;
  font-weight: 100;
  border: 1px solid #2d52a3;
  padding: 0px 8px;
  border-radius: 6px;
  font-size: 12px;
}

span.sort-text {
  font-size: 12px;
  font-weight: 600;
}

.sort-btn.active .arrow {
  opacity: 1;
  font-size: 10px;
  font-weight: 600;
}

.sort-btn.ascending .arrow {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .search_result.active {
    display: block;
    width: 100%;
    z-index: 9999;
  }

  .sticky-nav-tabs-container--top-second {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .widgetTitle {
    font-size: 24px;
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;

  }
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #2f51a2 !important;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.dropdown .feat-show li {
  display: flex;
  gap: 8px;
  margin-bottom: 0px !important;
  align-items: center;
  transition: 0.3s;
  padding-bottom: 1px;
}

.dropdown .feat-show li:hover {
  background: #E8F0F8;
  border-radius: 7px;
  padding-left: 10px;
}

.nav-pills .nav-link.active {
  color: #fff !important;
}

#multi_city .removeBtn {
  color: red;
  font-size: 18px;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  right: 0;
  position: absolute;
  border-radius: 5px;
}

@media screen and (min-width:1200px) and (max-width:1400px) {

  div#multiCityWrapper.inputBox {
    width: 240px;
  }
}

.fare_part a {
  color: #2f4fa0 !important;
}

.modal-content.fair_rules .nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #2f51a2;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.modal-content.fair_rules .nav-tabs .nav-link.active {
  background: #2f51a2;
  color: #fff !important;
}

.fare-rules-1 {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.fare-rules-1 .nav-tabs .nav-link.active {
  background: #2f51a2;
  color: #fff !important;
}

.fare-rules-1 .nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #2f51a2;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}


@media screen and (min-width: 1400px) and (max-width: 2000px) {
  .fixed-modify_search_1 {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fixed-modify_search_1 {
    position: fixed;
    top: 97px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .gap-3 {
    gap: 0rem 0px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .box_sidemenu {
    height: calc(100vh - 198px);
    overflow-y: scroll;
    overflow-x: hidden;
    transition: height .5s linear;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: #90a4ae #cfd8dc;
    position: sticky;
    top: 235px;
    z-index: 0;
  }

  .gap-3 {
    gap: 0rem 0px !important;
  }

}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .fixed-modify_search_1 {
    position: fixed;
    top: 157px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .box_sidemenu {
    height: calc(100vh - 198px);
    overflow-y: scroll;
    overflow-x: hidden;
    transition: height .5s linear;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: #90a4ae #cfd8dc;
    position: sticky;
    top: 310px;
    z-index: 0;
  }

  .gap-3 {
    gap: 0rem 0px !important;
  }


}


/*.dropdown input[type="checkbox"]:checked+label {
   background-color: #68686800;
   color: #333;
}*/

/* ----fare css--*/

.fare-options-home {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: sans-serif;
  font-size: 14px;
  padding-bottom: 12px;
}

.fare-options-home label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  flex-direction: row;
}

/* Checkbox styled like square radio */
.fare-options-home input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.fare-options-home input[type="radio"]:checked::after {
  content: "✓";
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #007bff;
  border-radius: 2px;
  text-align: center;
  line-height: 16px;
  pointer-events: none;
}

.divider-top {
  height: 16px;
  width: 1px;
  background-color: #ccc;
}

/* Tooltip modal look — shown near option */
.tooltip-modal {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(5px);
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  white-space: normal;
  width: 220px;
  z-index: 999;
}

.sun input[type="checkbox"]:checked+label {
  background-color: #68686800;
  color: #333;
}

input#flight_number {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #333333;
}





nav ul .feat-show .sun {
  padding-bottom: 4px;
  /* display: none; */
}

nav ul .feat-show_1 ul li {
  padding: 0px;
  margin-top: -12px;
}

nav ul .feat-show.sun {
  margin-bottom: -16px;
}

nav ul .feat-show.sun>form>li {
  margin-bottom: -4px;
}

nav ul .feat-show.sun>ul {
  margin-top: -11px;
  /*updated sanjith  */

}

@media (max-width: 767px) {
  .btn_login i {
    margin-right: 0px !important;
  }

  .divider-top {
    display: none !important;
  }

  .fare-options-home {
    display: flex;
    align-items: flex-start;
    gap: 10px !important;
    font-family: sans-serif;
    font-size: 12px !important;
    padding-bottom: 4px;
    flex-direction: column;
    color: #fff !important;
  }

  .fare-options-home label {
    display: flex;
    align-items: center;
    gap: 12px !important;
    cursor: pointer;
    position: relative;
    flex-direction: row;
  }

  .fare-options-home input[type="radio"] {
    appearance: none;
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #ffffff !important;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }

  .fare-options-home input[type="radio"]:checked::after {
    content: "✓";
    color: white;
    font-size: 10px !important;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12x !important;
    height: 12px !important;
    background-color: #007bff;
    border-radius: 2px;
    text-align: center;
    line-height: 14px !important;
    pointer-events: none;
  }

  .tooltip-modal {
    display: none !important;
  }
}

/* --- */

input#return_flight_number {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #333333;
}

@media (max-width: 767px) {
  .modal-content .fare-options-home input[type="radio"] {
    appearance: none;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #333333 !important;
    border-radius: 2px;
    position: relative;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
  }

  .modal-content .fare-options-home label {
    display: flex;
    align-items: center;
    gap: 12px !important;
    cursor: pointer;
    position: relative;
    flex-direction: row;
    color: #333;
    font-size: 12px;
  }

  .modal-content .fare-options-home input[type="radio"]:checked::after {
    content: "✓";
    color: white;
    font-size: 10px !important;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px !important;
    height: 12px !important;
    background-color: #007bff;
    border-radius: 2px;
    text-align: center;
    line-height: 14px !important;
    pointer-events: none;
  }

}

.oz-container {
  display: flex;
  width: 100%;
}

.oz-left-section {
  border-right: solid 1.7px #b8b8b8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

.oz-left-section img {
  max-width: 100%;
  height: auto;
  width: 400px;
}

.google-img img {
  width: 50px;
  height: auto;
}

.oz-right-section {
  flex: 1;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oz-login-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.oz-login-toggle {
  display: flex;
  gap: 3rem;
  margin-bottom: 1rem;
}

.oz-login-toggle label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}

.oz-login-toggle input {
  margin-right: 8px;
}

.oz-form-group {
  margin: 1rem 0;
}

.oz-form-input {
  padding: 12px;
  width: 80%;
  max-width: 350px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-left: 7px;
}

.oz-country-code {
  padding: 14px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  width: 69px;
}

.oz-btn-otp {
  margin-top: 1rem;
  padding: 12px 24px;
  background: #d3d3d3;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  width: 40%;
  color: #fff;
}

.oz-divider {
  margin: 1.5rem 0;
  font-weight: 500;
  text-align: center;
}

.oz-google {

  gap: 10px;
  font-weight: 500;
  text-align: center;
}

.oz-google-btn img {
  width: 20px;
}

.oz-signup-link {
  margin-top: 1rem;
  font-size: 14px;
  text-align: center;
}

.oz-signup-link a {
  color: #007bff;
  text-decoration: none;
}

.oz-signup-link a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .oz-container {
    flex-direction: column;
  }

  .oz-left-section,
  .oz-right-section {
    flex: none;
    width: 100%;
    padding: 0px;
  }

  .otp-inputs {
    justify-content: center;
  }

  .oz-login-toggle input {
    margin-right: 0px;
  }

  .image-svg {
    border-right: none;
  }

  .oz-form-input {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .oz-form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.oz-modal-dialog {
  max-width: 850px !important;
}

.oz-popup-new h3 {
  font-size: 32px;
  font-family: roboto;
  text-align: center;
}

.oz-login-toggle label {
  font-size: 18px;
  margin-left: -40px;
}

.oz-radius {
  border-radius: 1.2rem;
}

.oz-popup-new a.btn-close {
  position: absolute;

  border: solid #000 2px !important;
  border-radius: 20px;
  width: .3rem;
  height: .3rem;
  color: #000 !important;
  font-size: 10px;
}

a.btn-close.text-white {
  margin: 20px;
  z-index: 13333333;
}

.oz-form-group p {
  font-weight: 500;

}

.oz-form-input::placeholder {
  font-size: 14px;

}

.oz-otp-btn {
  text-align: center;
}

.oz-form-input-2 {
  padding: 12px;
  width: 100%;

  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}

/* Otp Popup Modal CSS */
/* Trigger Button */
.otp-btn {
  background: #2563eb;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* Overlay */
.otp-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.otp-popup {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 850px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  height: 400px;
  align-items: center;
}

/* Close Button */
.otp-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

.otp-popup h2 {
  margin: 0 0 10px;
}

.otp-popup p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* OTP inputs */
.otp-inputs {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.otp-inputs input {
  width: 100px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #2d2d2d;
  border-radius: 6px;
}

/* Login button */
.otp-login-btn {

  background: #4a96d3;
  border: none;
  padding: 10px 45px;
  border-radius: 6px;
  color: white;
  cursor: not-allowed;
}

/* Resend */
.otp-resend {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.otp-resend a {
  color: #2563eb;
  text-decoration: none;
  font-weight: bold;
}

/* Show popup when active */
.otp-overlay.active {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.otp-log-btn {
  text-align: center;
  margin-bottom: 4%;
}

.countdown p {
  text-align: end;
  color: red;
  font-size: 14px;
}

.content-style h2 {
  text-align: center;

}

.content-style p {
  text-align: center;

}

.content-style {
  padding-left: 2%;
}

.otp-resend {
  font-size: 16px;
}

.image-svg {
  align-items: center;
  border-right: solid 2px #999;
}

/* sanjith */
.validation-error {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.3;
}

/* End Popup Modal CSS */

/* fercia */
.user-dropdown .dropdown-menu {
  border-radius: 5px;
  padding: 0.5rem 0px;
  min-width: 200px;
  font-size: 0.9rem;
  transform: translate(825px, 30px);
  box-shadow: 0px 1px 8px #1c6fbc29 !important;
}

.user-dropdown .dropdown-item {
  padding: 0.6rem 1rem;
  color: #333;
  transition: all 0.3s ease;
}

.user-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #007bff;
}

.user-dropdown .dropdown-divider {
  margin: 0.5rem 0;
}

.user-dropdown .btn_login {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 11px;
  /* border-radius: 50%; */
  transition: all 0.3s ease;
}

.user-dropdown .btn_login:hover {
  background-color: #0056b3;
}

.user-dropdown .shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown.user-dropdown .dropdown-toggle::after {
  display: none;
}

.user-dropdown a.dropdown-item i {
  color: rgba(148, 148, 148, 1);
  font-size: 17px;
}

.logout-button {
  padding: 0px 1rem;
}

/* mobile-responsive */
.grouping-bg {
  display: flex;

}

@media (max-width: 767px) {
  .regularRadio li {
    color: #333 !important;
  }

  .radioRegular2 li {
    color: #333 !important;
    font-size: 12px !important;
  }

  .radioRegular2 {
    padding: 8px !important;
  }

  .radioRegular {
    padding: 8px !important;
  }

  .grouping-bg {
    display: contents;

  }

  .side-border {
    border-right: none !important;
    border-left: none !important;
  }

  .boxes {
    margin-left: 14px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 5px 10px !important;
  }

  .card-space {
    padding-right: 23px !important;
  }

  .cardSpecTwo {
    padding-right: 23px;
  }

  .mobile-Bar {
    display: flexbox;
  }

}


@media (max-width: 767px) {
  .mobile-Bar {
    display: flex !important;
  }

}

.mobile-Bar {
  display: none;
}

.mobile-Bar ul {
  display: flex;
}

.mobile-Bar ul li {
  display: flex;
  align-items: start;
  gap: 12px;
}

.mobTbar {
  display: flex;
  justify-content: space-between;

}

.mobTbar p {
  font-size: 16px;
  color: #333;
  margin-bottom: 0px;
}

.mobTbar button {
  background-color: #fff;
  border: none;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* sort modal mobile */
/* The Modal (background) */
.mobSortModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 300px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.mobSortModal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px;
  border: 1px solid #fff;
  width: 90%;
  border-radius: 10px;
}

/* The Close Button */
.mobSortModal-close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mobSortModal-close:hover,
.mobSortModal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .inputBoxSearch {
    width: 100% !important;
  }

  .inputBoxSeachDate {
    width: 100% !important;
  }
}

.mobButtons {
  justify-content: space-between;

}

.btnOne {
  width: 160px;
  padding: 10px 20px;
  border: solid 2px #007bff;
  border-radius: 10px;
  background: #fff;
  color: #007bff;
}

.btnTwo {
  width: 160px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 10px;
}

/* end sort mobile */
/* tabs tow */
/* Tab nav */
.tabs-navTwo {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 1px 8px #1c6fbc29;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 15px;
}

.tabTwo {
  flex: 1;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  color: #000000;
  font-weight: 500;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.tabTwo:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.tabTwo svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.tabTwo.active {
  border-bottom: solid 3px #FF7A00;
  font-weight: 600;
}

/* Content panes */
.tabs-content {

  background-color: #fff;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Typography */
.tab-pane h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
}

.tab-pane p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* end tabs two */


/* filter mob modal  */
/* The Modal (background) */
.mobFilterModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 500px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.mobFilterModal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #fff;
  width: 90%;
  border-radius: 10px;
}

/* The Close Button */
.mobFilterModal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mobFilterModal-close:hover,
.mobFilterModal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.RadioTabMobSection ul {
  padding-left: 5px;
}

.MobRadio li {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

/* custon radio button */

/* Hide the default radio */


/* Outer circle */
.custom-radio label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

/* Circle border */
.custom-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #1E88E5;
  /* Blue border */
  border-radius: 50%;
  background: #fff;
}

/* Inner dot when checked */
.custom-radio input[type="radio"]:checked+label:after {
  content: "";
  position: absolute;

  width: 30px;
  height: 30px;
  background: #1E88E5;
  /* Blue center */
  border-radius: 50%;

}

.custom-radio p {
  margin-bottom: 0px !important;
  font-size: 16px;
}

.custom-radio {
  margin-bottom: 20px;
}

/* end custon radio button */
/* end filter mob modal */


.user-dropdown .btn_login {
  gap: 0px !important;
  background-color: #1C6FBC !important;
}

.desktop-hide {
  display: none;
}

.header-back-btn {
  display: none;
}

@media only screen and (max-width: 600px) {
  .header-top-flex {
    display: flex;
    justify-content: space-between;
  }

  .desktop-hide {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .header-back-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: 0px 0px 6px 2px rgba(28, 111, 188, 0.2);
    border-radius: 50%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background: white;
    border: none;
  }

  .header-back-btn .bi-chevron-left::before {
    content: "\f284";
    font-size: 20px;
    font-weight: 600 !important;
  }

  span.mbl-hide-login-btn {
    display: none;
  }

  .listing-page-header .btn_login {
    right: 60px;
    padding: 8px !important;
    top: 5px;

  }

  .header-back-btn {
    display: block;
  }
}

@media (max-width: 767px) {
  .oz-left-section {
    border-right: solid 1.7px #ffffffff !important;
  }

  .oz-login-toggle label {
    font-size: 14px !important
  }

  .oz-form-input {
    width: 73%;
  }

  .otp-popup {
    min-height: calc(100% - 1rem);
  }

  .otp-inputs input {
    width: 72px !important;
  }

  .dropdown .feat-show li {
    width: 100%;
  }

  .otp-close {
    right: 23px;
    font-size: 33px;
  }

  .flight-new-search-div label[for="departureDate"]>div:nth-child(2),
  .flight-new-search-div label[for="returnDateInput"]>div:nth-child(2) {
    width: 100%;
  }

  .flight-new-search-div label[for="departureDate"]>div:nth-child(2)>div,
  .flight-new-search-div label[for="returnDateInput"]>div:nth-child(2)>div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .flight-new-search-div .input-date label,
  .flight-new-search-div .return-date label {
    padding: 13px 5px 10px 0px;
    gap: 5px;
  }

  .flight-new-search-div p.final-date span {
    margin-right: 5px;
    margin-left: 5px;
  }

  .flight-new-search-div .btn_inputbox {
    display: none;
  }

  .flight-new-search-div div#travellersContainer {
    width: 100%;
    padding-top: 13px;
  }

  .flight-new-search-div label[for="travellers"]>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.calender-icons {
  width: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-menu-section .col-md-4 {
    width: 100%;
  }

  .header-menu-section .col-md-8 {
    width: 100%;
  }

  .banner-menu-list {
    gap: 40px;
  }

  .mob-banner-menu {
    max-width: 100% !important;
  }

  /* header {
    box-shadow: none;
  } */

  .btn_login {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .box_ul01 li a {
    padding: 5px 10px;
  }

  .btn_login {
    font-size: 14px;
    padding: 13px 13px;
  }

  .header-menu-section .col-lg-3 {
    width: 20%;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .header-menu-section .col-lg-3 {
    width: 20%;
  }
}