@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  font-family: "Nunito", sans-serif !important;
}
.dark-sec {
  background: radial-gradient(#ff6865, #c5302d, #460302);
}
.gradient-bg {
  background: radial-gradient(#fff0f0, #fff0f0, #fffaf2);
}
.padding-bottom-cus {
  padding-bottom: 55px !important;
}
p {
  color: #4c4c4c;
  font-weight: 400;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9895;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.logo--nav {
  display: flex;
  align-items: center;
  gap: 250px;
}
.topLogo--sec {
  display: inline-block;
  width: 200px;
}
.topLogo {
  width: 100%;
}
.dropdown-toggle::after {
  display: none;
}
.navList--sec .navList {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navList--sec .navList .nav-items .nav-link {
  padding: 0;
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.topCall--mytrips {
  display: flex;
  align-items: center;
  gap: 20px;
}
.topCall--sec {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 15px 4px 5px;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.topCall--sec .callImg--sec {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #df3d1c;
}
.topCall--sec .callImg--sec .callImg {
  width: 100%;
}
.topCall--sec .callNum--sec {
  display: inline-block;
}
.topCall--sec .callNum--sec .callSubTitle {
  font-family: "Nunito", sans-serif;
  color: #ddd;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 1px;
}
.topCall--sec .callNum--sec .callTitle {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.topCall--mytrips .mytrips--sec .mytripsBtn {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  border: 2px solid #b9b9b9;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
}
header.active {
  background: #000;
}
header.active .header {
  padding: 10px 0px;
}
header.active .navList--sec .navList .nav-items .nav-link {
  color: #fff;
}
header.active .topCall--sec .callNum--sec .callSubTitle {
  color: #fff;
}
header.active .topCall--sec .callNum--sec .callTitle {
  color: #ff5a37;
  font-size: 16px;
}
header.active .topCall--sec {
  border: 1px solid #f44336;
  border-radius: 30px;
}
header.active .topCall--mytrips .mytrips--sec .mytripsBtn {
  color: #fff;
  border: 1px solid #fff;
}
.section--padding {
  padding: 55px 0px 0px;
}
.section--bottom {
  padding-bottom: 50px;
}
.color--padding {
  padding: 70px 20px;
}
.colorBg {
  background: #ffcdca;
}
.color-border-radius {
  border-radius: 20px;
}
.page--heading {
  margin-bottom: 25px;
}
.page--heading .page--title {
  font-family: "Nunito", sans-serif;
  color: #4c4c4c;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
}
.page--heading .page--title span {
  color: #df3d1c;
}
.main-wrapper {
  position: relative;
  background: url(../../images/new-images/flight/bgcolors.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 170px;
  padding-bottom: 60px;
  height: 550px;
  z-index: 10;
}
/*.main-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: radial-gradient(#00000014, #000000);
}*/
/*.main-wrapper video {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}*/
.new_form_bg {
  background: #fff;
  padding: 5px 8px 5px;
  position: relative;
  border-radius: 50px;
  width: 80%;
  margin: auto;
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;*/
  z-index: 0;
  /*border: 2px solid #ff9b91;*/
  border: none;
}
/*.new_form_bg::after{
	content:'';
	position:absolute;
	left:1px;
	top:1px;
	right:1px;
	bottom:1px;
	border:1px dashed #999;
	border-radius:50px;
	z-index:-1;
}*/
.home-form-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-form-inner .homeSearchBox {
  position: relative;
}
.home-form-inner .homeSearchBox1 {
  width: 25%;
}
.home-form-inner .homeSearchBox2 {
  width: 25%;
}
.home-form-inner .homeSearchBox3 {
  width: 20%;
}
/*.home-form-inner .homeSearchBox4{
	width: calc(100% - 75% - 90px);
}*/
.home-form-inner .homeSearchBoxOneway {
  width: calc(100% - 70% - 90px);
}
.home-form-inner .homeSearchBoxRound {
  width: calc(100% - 75% - 90px);
}
.home-form-inner .homeSearchBox5 {
  width: 60px;
}
.homeSearchBoxexchange {
  position: relative;
  width: 30px;
}
.homeSearchBoxexchange i {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.homeSearchBoxexchange::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  bottom: -15px;
  width: 1px;
  background: #ddd;
  transform: translateX(-50%);
}
.finpn,
.finpn:focus {
  width: 100%;
  height: 50px;
  padding: 10px 10px 0px 40px;
  outline: none;
  border: none;
  font-weight: 600;
  font-size: 16px !important;
  color: #000;
  overflow: hidden !important;
  border-radius: 50px;
}
.finpn:focus,
.finpn:hover {
  background: #f5f5f5;
}
.new_form_bg .form-group {
  position: relative;
  margin-bottom: 0px;
}
.new_form_bg .form-group label {
  position: absolute;
  left: 35px;
  top: 16px;
  pointer-events: none;
  font-family: "Nunito", sans-serif;
  color: #111;
  font-weight: 400;
  transition: all ease-in-out 0.5s;
}

.finpn:focus ~ label,
.finpn:not(:placeholder-shown).finpn:not(:focus) ~ label {
  left: 40px !important;
  top: 0px !important;
  color: #db3828 !important;
}
.sbmtn {
  border: none;
  outline: none;
  background: #df3d1c;
  color: white;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 0 black;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sbmtn i {
  font-size: 22px;
  text-align: center;
  margin-left: 0px;
}
.travellerbox {
  /*position: absolute;
    left: 0;
    right: 0;
	bottom:63px;*/
  background: #fff;
  padding: 15px !important;
  border-radius: 10px;
  width: 315px;
  z-index: 10;
  left: -42px;
  top: 70px;
  box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px,
    rgba(0, 0, 0, 0.2) 0px 4px 16px 0px, rgba(0, 0, 0, 0.2) 0px 4px 16px -4px,
    rgba(0, 0, 0, 0.2) 0px 12px 24px -2px !important;
}
.pAxcabin {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #999;
  outline: none;
}
.cabin-margin {
  margin-bottom: 10px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.hmMain-header {
  margin-bottom: 60px;
}
.hmMain-header .hmMain-title {
  /*font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 20x;*/
  color: #404040;
  font-weight: 800;
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.hmMain-header .hmMain-subTitle {
  /*font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-size: 1.3rem;
    line-height: 20px;
    margin: 0;
    margin-bottom: 25px;
	text-shadow: 1px 2px 4px #F44336;*/

  color: #404040;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 0px;
  text-shadow: 0px 0px 1px #9b605b;
  font-family: "Poppins", sans-serif;
}
.tripTypeSection {
  width: 280px;
  border: 1px solid #c3bcbc;
  border-radius: 50px;
  margin: 0px auto 15px;
  padding: 5px 5px 5px;
}
.trptp {
  display: flex;
  align-items: center;
  gap: 5px;
}
.trptp li {
  width: calc(50% - 3px);
}
.trptp .nav-item .nav-link {
  border-radius: 30px;
  color: #404040;
  width: 100%;
  display: inline-block;
  font-weight: 700;
  height: 30px;
  padding: 0px;
}
.trptp .nav-item .nav-link.active {
  position: relative;
  background: #df3d1c;
  color: #fff;
  overflow: hidden;
  /*box-shadow: 0 3px #b31700;*/
  transition: all ease-in-out 0.3s;
}
.travelerbox-title {
  font-family: "Nunito", sans-serif;
  color: #f44336;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.travellerbox .btn-default {
  background: #eeeeee;
  border: none;
  font-size: 12px;
  color: #db3828 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.travellerbox .form-control {
  border: none;
  font-size: 15px;
}

.pAxSelectLbl {
  font-family: "Nunito", sans-serif;
  color: #222;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 18px !important;
  margin-top: 4px;
}
.pAxSelectLbl span {
  display: block;
  font-size: 12px !important;
}
.trustPilot-outer {
  margin-top: 50px;
}
.trustPilot-outer .trustPilotInner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.trustPilotInner .trustPilotwidget {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.trustPilot-outer .trustPilotInner .trustPilotInfo {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}
.expawdta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 50%;
  margin: auto;
  margin-top: 100px;
}
.expawdta .expBox {
  text-align: center;
}
.expawdta .expawdtaTitle {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}
.expawdta .expawdtaTitle span {
  color: #df3d1c;
}
.expawdta .expawdtaTxt {
  font-family: "Nunito", sans-serif;
  color: #ddd;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.rlbldealsList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rlbldeals--sec--img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.rlbldeals--sec--img .rlbldeals--content {
  width: calc(100% - 300px);
}
.rlbldeals--sec--img .rlbldeals--img--sec {
  width: 300px;
}
.rlbldeals--sec--img .rlbldeals--img--sec .rlbldealsImg {
  width: 100%;
}
.rlbldeals-title {
  font-family: "Nunito", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}
.rlbldeals-title span {
  color: #df3d1c;
}
.cheapFlightOffer--Box {
  display: block;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #ddd;
  transition: all ease-in-out 0.4s;
  /*box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;    */
}
.cheapFlightOffer--Box:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.chpoffrImg--sec {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.chpoffrImg--sec .chpofrImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.chpofr--body {
  background: #fff;
  padding: 20px 0px 5px;
}
.frmIcnTo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.frmIcnTo .frmTitle--sec {
}
.frmIcnTo .frmTitle--sec .frmTitle,
.frmIcnTo .toTitle--sec .toTitle {
  font-family: "Nunito", sans-serif;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin: 0;
}

.frmIcnTo .frmtoIcn {
  color: #222;
  font-size: 18px;
}

/*.frmtodt{*/
/*	justify-content: space-between;*/
/*    margin: 15px 0px;*/
/*    background: #fff1f0;*/
/*    padding: 10px 15px;*/
/*    border-radius: 5px;*/
/*    border-bottom: 1px solid #dddddd7d;*/
/*}*/
.frmtodt {
  justify-content: space-between;
  margin: 0px 0px 15px;
  padding: 0px 0px;
  border-radius: 5px;
}
.frmsubTitle,
.tosubTitle {
  font-family: "Nunito", sans-serif;
  color: #555;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.frmTitle--sec {
  text-align: left;
}
.toTitle--sec {
  text-align: right;
}
.frmIcnTo p {
  color: #222;
  text-transform: capitalize;
  line-height: 14px;
  font-size: 12px;
}
.hmflight-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.hmduration {
  color: #222;
  text-transform: capitalize;
  line-height: 14px;
  font-size: 13px;
}
.hmairline {
  color: #b31700;
  font-weight: 600;
}
.chpofrBookbtn {
  display: block;
  text-align: center;
  padding: 8px;
  background: #ffffff;
  font-family: "Nunito", sans-serif;
  color: #282828;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #d9d9d9;
  text-transform: capitalize;
}
.exdeals--section {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.exdeals--section .exdealsImg--sec {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exdeals--section .exdealsImg--sec .exdealsImg {
  width: 550px;
  height: 451px;
  object-fit: contain;
}
.exdeals--section .exdeals--content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exdeals--section .exdealsInner--content {
  width: 60%;
  margin: auto;
}

.exdeals--section .exdealsInner--content h3 {
  font-family: "Nunito", sans-serif;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  margin: 0 auto 20px;
  text-transform: capitalize;
}
.exdeals--section .exdealsInner--content p {
  font-family: "Nunito", sans-serif;
  color: #222;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto 30px;
  text-transform: capitalize;
}
.hmsaveupto {
  width: 245px;
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  margin: 0 auto 20px;
  background: #db3828;
  padding: 8px 10px;
  border-radius: 30px;
  box-shadow: 0 2px #b31700;
}
.hmexdealnumtxt--sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 50px;
  position: relative;
}

.hmexdealnumtxt--sec .hmexdealnum {
  display: block;
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  margin: 0;
  background: #db3828;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 2px #b31700;
  text-decoration: none;
  position: relative;
  right: -11px;
  top: -1px;
}
.hmexdealnumtxt--sec .hmexdlintrstd {
  display: block;
  font-family: "Nunito", sans-serif;
  color: #222;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  text-transform: capitalize;
  text-align: left;
}
.hmexdealnumtxt--sec .hmexdlyctry {
  display: block;
  font-family: "Nunito", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  text-transform: capitalize;
}
/*.trust--hmsec{
	display: flex;
    align-items: center;
    gap: 15px;
    background: #ffff;
	border-radius:4px;
}*/
.trust--hmsec {
  zoom: 0.98;
}
.trust--hmItems {
  width: 99%;
  display: flex !important;
  align-items: center;
  gap: 20px;
  border: 1px solid #fcf4ee;
  padding: 25px;
  margin: 10px 0px;
  height: 230px;
  justify-content: center;
  flex-direction: column;
  box-shadow: 1px 1px 7px #fcf4ee;
  border-radius: 5px;
}
.trust--img {
  display: inline-block !important;
  width: 50px !important;
}
.trust-hmcontent h5 {
  font-family: "Nunito", sans-serif;
  color: #404040;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.trust-hmcontent p {
  font-family: "Nunito", sans-serif;
  color: #4c4c4c;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
  text-align: center;
}
.hmRountaHeader {
  padding: 10px 0px;
  margin-bottom: 10px;
  position: relative;
}
.hmRountaHeader::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  background: #db3828;
  width: 100px;
  height: 2px;
}
.hmRouteTitle {
  font-family: "Nunito", sans-serif;
  color: #db3828;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
}
.hmRouteList {
  padding: 0px 0px;
  margin: 0;
  list-style: none;
}
.hmRouteList li {
  display: block;
  margin: 2px;
  margin-bottom: 10px;
}
.hmRouteList li a {
  font-family: "Nunito", sans-serif;
  color: #4c4c4c;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
}
.hmRouteList li a::after {
  content: "\1F805";
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 18px;
  transform: rotate(45deg);
}
.hmRouteList li a:hover {
  color: #db3828;
  text-decoration: underline;
}
.hmReveiwBox {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  min-height: 235px;
  max-height: 235px;
}
.hmReveiwICON {
  width: 100px;
  margin-bottom: 10px;
}
.hmReveiwICON img {
  width: 100%;
}
/*.hmReveiwNameDate{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:10px;
}
.hmReveiwNameDate .hmReveiwName{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
}
.hmReveiwNameDate .hmReveiwDate{
	font-family: "Nunito", sans-serif;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
}*/
.hmReveiwContent .hmReveiwTitle {
  font-family: "Nunito", sans-serif;
  color: #4c4c4c;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
}
.hmReveiwContent .hmReveiwtxt {
  font-family: "Nunito", sans-serif;
  color: #4c4c4c;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
}
.hmRevrdmore,
.hmRevrdmore:hover {
  display: block;
  margin-top: 10px;
  font-family: "Nunito", sans-serif;
  color: #4c4c4c;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}
.theme-slider .slick-initialized .slick-slide {
  margin: 0px 8px;
}
/* Dark theme footer styles */
.custom-footer {
  background-color: #333;
  color: #ddd;
  padding: 3rem 1rem 2rem;
  font-family: Nunito, sans-serif;
  font-size: 0.9rem;
  margin: 0px 0px 0px;
}
.custom-footer a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
}
.custom-footer a:hover,
.custom-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.custom-footer h5 {
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 1rem;
  color: #fff;
  font-family: Nunito;
}
.custom-footer .footer-section {
  margin-bottom: 2rem;
  border-bottom: 1px solid hsla(0, 0%, 85%, 0.2);
}
.custom-footer .footer-bottom {
  border-top: 1px solid #333;
  padding-top: 1.5rem;
  font-size: 0.85rem;
  color: #888;
}
.custom-footer .subscribe-form input[type="email"] {
  max-width: 300px;
  background-color: #222;
  border: 1px solid #444;
  color: #eee;
}
.custom-footer .subscribe-form input[type="email"]::placeholder {
  color: #aaa;
}
.custom-footer .subscribe-form input[type="email"]:focus {
  background-color: #111;
  border-color: #007bff;
  color: #fff;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.custom-footer .subscribe-form button {
  color: #ffffff;
  background-color: #db3828;
  border-color: #db3828;
  transition: background-color 0.3s ease;
}
.custom-footer .subscribe-form button:hover,
.custom-footer .subscribe-form button:focus {
  background-color: #084298;
  border-color: #084298;
  color: #fff;
}
.custom-footer .social-icons a {
  font-size: 1.25rem;
  margin-right: 1rem;
  color: #bbb;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.3s ease;
}
.custom-footer .social-icons a:hover,
.custom-footer .social-icons a:focus {
  color: #db3828;
  text-decoration: none;
}
.custom-footer .app-icons img {
  height: 40px;
  margin-right: 1rem;
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.custom-footer .app-icons a:hover img,
.custom-footer .app-icons a:focus img {
  filter: brightness(1);
}
.custom-footer ul.list-inline li.list-inline-item a {
  color: #bbb;
}
.custom-footer ul.list-inline li.list-inline-item a:hover,
.custom-footer ul.list-inline li.list-inline-item a:focus {
  color: #fff;
  text-decoration: underline;
}
.custom-footer p,
.custom-footer small {
  color: #bbb;
}
.custom-footer p.mb-0 {
  color: #888;
}
.custom-footer img.footer-logo {
  height: 40px;
  margin-top: 0.5rem;
}
.list-unstyled {
  padding: 10px 0px 20px 0;
}
.hmBannerSec {
  margin-top: 50px;
}
.offerBannerhome {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.offerBannerhome img {
  width: 100%;
}
.offermob {
  display: none;
}
.farebrekdown {
  width: 240px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
/*.dropdown-menu{
  display:block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}*/
.breakdown-header {
  text-align: left !important;
  padding-bottom: 0px;
  margin: 0 !important;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-family: "Nunito";
}
.brekdown-items {
  padding: 5px 0px;
  border-bottom: 1px solid #ddd;
}
.brekdown-inner-items,
.brekdown-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breakdwon-title {
  display: block;
  font-size: 12px;
  color: var(--black-color) !important;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-family: "Nunito ", sans-serif;
  width: 100%;
  line-height: 18px;
  text-align: left;
  text-transform: capitalize;
  margin: 0 !important;
}
.breakdwon-value {
  display: block;
  font-size: 12px;
  color: var(--black-color) !important;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-family: "Nunito ", sans-serif;
  width: 100%;
  line-height: 18px;
  text-align: right;
  text-transform: capitalize;
  margin: 0 !important;
}
.brekdown-price {
  padding: 5px 0px;
}
.breakdown-price-title,
.breakdown-price-value {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  margin: 0 !important;
  font-family: "Nunito";
}
.breakdown-price-title {
  text-align: left;
}
.breakdown-price-value {
  text-align: right;
}

@media only screen and (max-width: 1400px) {
  .main-wrapper {
    height: auto;
  }
  .frmIcnTo .frmTitle--sec .frmTitle,
  .frmIcnTo .toTitle--sec .toTitle {
    font-size: 15px;
    font-weight: 600;
  }

  .frmsubTitle,
  .tosubTitle {
    font-size: 12px;
  }
  .chpofrBookbtn {
    padding: 6px;
    font-size: 14px;
  }
  .exdeals--section .exdealsInner--content {
    width: 80%;
  }
  .trust--hmItems {
    width: 98%;
  }
}
@media only screen and (max-width: 1300px) {
  .logo--nav {
    gap: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .logo--nav {
    gap: 75px;
  }
}
@media only screen and (max-width: 1100px) {
  .navList--sec {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .hmMain-header {
    margin-bottom: 30px;
  }
  .tripTypeSection {
    width: 91%;
  }
  .new_form_bg {
    width: 100%;
    background: transparent;
    border: none;
    padding: 0px;
  }
  .new_form_bg::after {
    display: none;
  }
  .home-form-inner {
    gap: 3px;
    flex-direction: column;
  }
  .home-form-inner .homeSearchBox1 {
    width: 100%;
  }
  .home-form-inner .homeSearchBox2 {
    width: 100%;
  }
  .home-form-inner .homeSearchBox3 {
    width: 100%;
  }
  .home-form-inner .homeSearchBox4 {
    width: 100%;
  }
  .home-form-inner .homeSearchBox5 {
    width: 100%;
  }
  .home-form-inner .homeSearchBoxexchange {
    position: absolute;
    right: 20px;
    top: 0;
  }
  .homeSearchBoxexchange::after {
    display: none;
  }
  .homeSearchBoxexchange i {
    position: absolute;
    border: 3px solid #db3828;
    width: 45px;
    height: 45px;
    top: 40px;
    right: 20px;
    transform: rotate(90deg);
  }
  .sbmtn {
    width: 100%;
    border-radius: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: 0px !important;
  }
  .finpn,
  .finpn:focus {
    border-radius: 0px;
    height: 60px;
    padding: 15px 10px 0px 50px;
  }
  .top-finpn,
  .top-finpn:focus {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .trust--hmsec {
    flex-direction: column;
  }
  .trust--hmItems {
    width: 100%;
    /*border-bottom: 1px solid #e5e5e5;
	border-right:none !important;*/
  }
  /*.trust--hmItems:last-child
{
	border-bottom: 0px solid #e5e5e5;
}*/
  .cheapFlightOffer--Box {
    margin-bottom: 15px;
  }
  .hmMain-header .hmMain-title {
    font-size: 1.7em;
    line-height: 30px;
  }
  .navList--sec {
    display: none;
  }
  .topCall--mytrips .mytrips--sec {
    display: none;
  }
  .topCall--sec .callNum--sec {
    display: block;
  }
  .exdeals--section {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }
  .exdeals--section .exdeals--content {
    width: 100%;
  }
  .exdeals--section .exdealsImg--sec {
    width: 35%;
  }
  .exdeals--section .exdealsImg--sec .exdealsImg {
    width: 300px;
    height: 300px;
  }
  .tab-content .form-group {
    margin-bottom: 0px !important;
  }
  .new_form_bg .form-group img {
    bottom: 22px !important;
  }
}
@media only screen and (max-width: 768px) {
  .exdeals--section .exdealsInner--content {
    width: 97%;
  }
  .header {
    padding: 10px 0px;
  }
  .topCall--sec .callNum--sec .callTitle {
    font-family: "Nunito", sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 15px;
  }
  .topCall--sec .callNum--sec .callSubTitle {
    font-family: "Nunito", sans-serif;
    color: #ddd;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 12px !important;
    margin-bottom: 1px;
    text-align: right;
  }
  .topCall--sec {
    display: flex;
    align-items: center;
    gap: 3px !important;
    padding: 3px 8px 4px 5px !important;
    border: 1px solid #ffffff;
    border-radius: 30px;
  }
  .trust-hmcontent {
    margin-bottom: 10px;
  }

  .mpadding {
    padding: 0 !important;
  }
  .finpn:focus ~ label,
  .finpn:not(:placeholder-shown).finpn:not(:focus) ~ label {
    left: 50px !important;
    top: 4px !important;
    color: red !important;
  }

  .main-wrapper {
    height: auto;
    padding: 70px 0px 50px;
  }
  .tab-content .form-group {
    margin-bottom: 0px !important;
  }
  .exdeals--section .exdealsImg--sec .exdealsImg {
    width: 200px;
    height: 200px;
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .pass-div {
    width: 100% !important;
    left: 0;
  }
}
@media only screen and (max-width: 680px) {
  .dhide {
    display: block !important;
  }
  .new_form_bg .form-group label {
    position: absolute;
    left: 50px;
    display: block !important;
    top: 20px;
    pointer-events: none;
    font-family: "Nunito", sans-serif;
    color: #717171;
    font-weight: 400;
    transition: all ease-in-out 0.5s;
  }
  .cheapFlightOffer--Box {
    display: flex;
    gap: 20px;
  }
  .chpoffrImg--sec {
    width: 150px;
  }
  .chpofr--body {
    padding: 10px;
    width: calc(100% - 150px);
  }
  .chpofrBookbtn {
    width: 120px;
    float: right;
  }
}

@media only screen and (max-width: 450px) {
  .hmexdealnumtxt--sec {
    flex-direction: column;
  }
}
@media only screen and (max-width: 400px) {
  .callSubTitle,
  .callImg--sec {
    display: none;
  }
  .topLogo--sec {
    width: 120px;
  }
  .topCall--sec {
    padding: 5px 6px 5px 6px !important;
  }
}
.dhide {
  display: none;
}

/*.trust--hmItems :last-child
{
	border-right:0px solid #e5e5e5 !important;
	margin-right:10px;
}*/
.new_form_bg .form-group img {
  position: absolute;
  bottom: 14px;
  white-space: nowrap;
  display: block;
  left: 9px;
  width: 20px;
  opacity: 0.5;
  pointer-events: none;
}
.finpn:focus ~ label,
.finpn:not(:placeholder-shown).finpn:not(:focus) ~ img {
  opacity: 0.9 !important;
}

.allreviewsbox {
  background: #f5f5f5;
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.mdflex {
  display: flex;
  justify-content: space-between;
}
.img_allrevie img {
  display: block;
  width: auto;
}
.img_allrevie p {
  font-size: 20px;
  font-weight: 600;
  color: green;
}

.img_allrevie img {
  display: block;
  width: auto;
}
.img_allrevie img {
  height: auto;
  margin-bottom: 4px;
}
.img_allrevie {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.starrting {
  width: 70px !important;
  height: auto !important;
}
.hmRouteSec {
  max-height: 250px;
  overflow: auto;
  scrollbar-width: none;
}
.reviewmobilet {
  display: none;
}
.aged-traveler {
  font-size: 11px;
  font-weight: 600;
  display: block;
  line-height: 8px;
}
@media only screen and (max-width: 768px) {
  .reviewmobilet {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .offermob {
    display: block;
  }
  .offerdek {
    display: none;
  }
}
