@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
h1, h2, h3, h4, h5, h6,
H1, H2, H3, H4, H5, H6,
p, a, li {
  font-family: Inter !important;
}

body {
  background: #ffffff;
}

.boxShadow_B2B, .b2bThemePanelContent .b2bBookingPage .segment.step1,
.b2bThemePanelContent .b2bBookingPage .segment.step2,
.b2bThemePanelContent .b2bBookingPage .segment.step3, .b2b_profileSection,
.my-travellers, .b2bThemePanelContent .flights-results .flightListDetiles, .recent_searchesSection .recent-searches .box .item, .b2bPanalTheme, .managementHeadTeam .sectionWrapper .wrapper .imageWrapper, .webCheckingSection .wrapperCard .imageLogo, .webCheckingSection .wrapperCard, .logoAirlance .wrapper, .sectionWrapper, .bankDeitleSection, .escalatiSection .wrapper, .formWrapperReg, .regCardWrapper, .founderSection .teamFounderSection .wrapper_B2B, .formSectionLogin, .b2bHeader {
  box-shadow: 0 0 7px 0 rgba(39, 39, 39, 0.29) !important;
}

.section-gap {
  padding: 70px 0;
}

.section-title {
  text-align: center;
}
.section-title h1 {
  color: #101398;
  font-size: 48px;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}
.section-title p {
  font-size: 16px;
  color: #868686;
}

.sectionInnerBanner {
  min-height: 320px;
  padding-bottom: 0;
}
.sectionInnerBanner .section-title {
  text-align: start;
}

.pageBgColor {
  background-color: #e5e5e5;
}
.pageBgColor p {
  font-size: 16px;
  line-height: 24px !important;
}

@media (max-width: 540px) {
  #app {
    display: unset !important;
  }
}

.b2bHeader {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 68px;
  z-index: 999;
  background: #ffffff;
}
.b2bHeader .wrapperHeader {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b2bHeader .wrapperHeader .logoHeader {
  max-width: 220px;
  width: 100%;
}
@media (max-width: 540px) {
  .b2bHeader .wrapperHeader .logoHeader {
    width: 46%;
  }
}
@media (max-width: 376.98px) {
  .b2bHeader .wrapperHeader .logoHeader {
    width: 40%;
  }
}
.b2bHeader .wrapperHeader .logoHeader img {
  margin-right: 8px;
}
.b2bHeader .wrapperHeader .space {
  flex: auto 0 1;
}
.b2bHeader .wrapperHeader .loginButton {
  display: flex;
  max-width: 46%;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 376.98px) {
  .b2bHeader .wrapperHeader .loginButton {
    max-width: 60%;
  }
}
.b2bHeader .wrapperHeader .loginButton p {
  margin-bottom: 0px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
}
.b2bHeader .wrapperHeader .loginButton .signUpButton {
  background: #ffffff;
  border: 3px solid #101398;
  font-size: 16px;
  border-radius: 25px 25px;
  color: #272727;
  padding: 8px 26px;
  font-weight: 500;
}
@media (max-width: 540px) {
  .b2bHeader .wrapperHeader .loginButton .signUpButton {
    padding: 8px 14px;
  }
}
.b2bHeader .manuTabSupport {
  position: relative;
}
.b2bHeader .manuTabSupport ul {
  display: none;
  position: absolute;
  right: 0;
  top: 24px;
  text-align: end;
  color: #101398;
  background: #ffffff;
  box-shadow: 0 8px 10px -5px rgba(39, 39, 39, 0.1215686275) !important;
  border-radius: 0 0 15px 15px;
  list-style: none;
  padding: 0;
}
.b2bHeader .manuTabSupport ul li {
  padding: 16px 32px;
}
.b2bHeader .manuTabSupport ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #101398 !important;
}
.b2bHeader .manuTabSupport:hover ul {
  display: block !important;
}

.b2bHeaderInner .ui.menu.fixed {
  margin: auto;
  position: unset;
  box-shadow: unset;
}
.b2bHeaderInner .ui.menu.fixed .active.item {
  border-bottom: 4px solid #101398;
  padding-top: 24px;
  padding-bottom: 24px;
}
.b2bHeaderInner .headerWidth {
  max-width: 64% !important;
  width: 100% !important;
  min-width: unset !important;
  margin: unset !important;
  display: flex !important;
}
.b2bHeaderInner .headerWidth::after, .b2bHeaderInner .headerWidth::before {
  width: 0;
  height: 0 !important;
}
.b2bHeaderInner .headerWidth .headerElements li {
  border: 0;
}
.b2bHeaderInner .headerWidth .headerElements li a {
  font-size: 16px;
  color: #272727;
}
.b2bHeaderInner .headerWidth .headerElements li:hover a {
  color: #101398;
}
.b2bHeaderInner .hotels::before {
  width: 0 !important;
}

.logOutButton {
  background: #ffffff;
  border: 3px solid #101398;
  font-size: 16px;
  border-radius: 25px 25px;
  color: #272727;
  padding: 8px 26px;
  font-weight: 500;
}

.footerSection {
  font-size: 16px;
  color: #ffffff;
  background: #101398;
  padding-bottom: 12px;
}
.footerSection .footerNav {
  display: flex;
}
.footerSection .footerNav .innerWrapper {
  max-width: 50%;
  width: 100%;
}
.footerSection .footerNav .innerWrapper ul {
  list-style: none;
  padding: 0;
}
.footerSection .footerNav .innerWrapper ul li {
  font-size: 16px;
  margin-bottom: 8px;
}
.footerSection .footerNav .innerWrapper ul li a {
  color: #ffffff;
}

.locationSection ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.locationSection ul li {
  font-size: 16px;
  margin-bottom: 8px;
  margin-right: 18px;
}
@media (max-width: 540px) {
  .locationSection ul {
    justify-content: center;
  }
}
@media (max-width: 540px) {
  .locationSection p {
    text-align: center;
    max-width: 75%;
    margin: auto auto 30px;
  }
}

.termcoundition {
  justify-content: flex-end;
  margin-top: 30px;
}
.termcoundition li {
  margin-right: 0;
  margin-left: 20px;
  border-left: 2px solid #ffffff;
  padding-left: 20px;
}
.termcoundition li a {
  color: #ffffff;
}
.termcoundition li:nth-child(1) {
  border: 0;
}
@media (max-width: 540px) {
  .termcoundition {
    align-items: center;
    justify-content: space-between;
  }
  .termcoundition li {
    margin-left: 0;
    padding-left: 4px !important;
    margin-right: 6px !important;
  }
  .termcoundition li:nth-child(1) {
    padding-left: 0 !important;
  }
}

.footerLogoB2b {
  margin-top: 30px;
  max-width: 210px;
  width: 100%;
  text-align: start;
}

@media (min-width: 540px) {
  .footerLogoB2b.smallScreen {
    display: none;
  }
}
@media (max-width: 540px) {
  .footerLogoB2b {
    display: none;
  }
  .footerLogoB2b.smallScreen {
    display: block !important;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .footerNav {
    margin-bottom: 30px;
  }
}
.iataLogoFooter {
  justify-content: flex-end;
}
.iataLogoFooter li {
  max-width: 52px;
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
  padding: 0px 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.bannerLogin {
  min-height: 580px;
  background-image: url("../../../../../newdesign/img/balair-background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
}
.bannerLogin .A0yearsTravellSNote {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.82);
  z-index: 1;
  padding: 25px 0;
}
.bannerLogin .A0yearsTravellSNote .note50yesnea {
  display: flex;
  align-items: center;
}
.bannerLogin .A0yearsTravellSNote .note50yesnea img {
  margin-right: 42px;
  width: 128px;
}
.bannerLogin .A0yearsTravellSNote .note50yesnea p {
  font-size: 22px;
}
@media (max-width: 769.98px) {
  .bannerLogin .A0yearsTravellSNote {
    position: relative;
  }
}
.bannerLogin .overlay {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 39, 39, 0.38);
}
.bannerLogin .bannerTitle {
  position: relative;
  z-index: 9;
}
@media (max-width: 769.98px) {
  .bannerLogin .bannerTitle {
    margin-bottom: 15px;
  }
}
.bannerLogin .bannerTitle h1 {
  font-size: 80px;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
  text-shadow: 1px 12px 12px #272727;
}
@media (max-width: 769.98px) {
  .bannerLogin .bannerTitle h1 {
    text-align: center;
    font-size: 62px;
  }
}
@media (max-width: 540px) {
  .bannerLogin .bannerTitle h1 {
    font-size: 48px;
  }
}
@media (max-width: 376.98px) {
  .bannerLogin .bannerTitle h1 {
    font-size: 42px;
    text-align: center;
  }
}

.formSectionLogin {
  position: relative;
  z-index: 99;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 15px 15px;
  padding: 30px 40px;
  height: 98%;
  max-width: 88%;
  width: 100%;
  margin: auto;
}
@media (max-width: 769.98px) {
  .formSectionLogin {
    max-width: 58%;
    margin: 30px auto 40px;
  }
}
@media (max-width: 540px) {
  .formSectionLogin {
    max-width: 100%;
  }
}
.formSectionLogin .formWrapper {
  text-align: center;
}
.formSectionLogin .formWrapper input {
  margin-bottom: 23px;
  height: 48px;
  border: 2px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  background: #f1f1f1;
}
.formSectionLogin .modal-footer {
  border: 0 rgba(39, 39, 39, 0.38);
}
.formSectionLogin .btn.btn-primary {
  border-radius: 25px 25px;
  background: #101398;
  padding: 8px 48px;
  font-size: 18px;
  border: 0;
}
.formSectionLogin .loginRegLink {
  font-size: 18px;
  display: flex;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.formSectionLogin .loginRegLink a {
  font-weight: 500;
  color: #272727;
  padding: 8px 30px;
  border-bottom: 1px solid #868686;
}
.formSectionLogin .loginRegLink .loginClass {
  color: #101398;
  border-bottom: 3px solid #c1291e;
  border-radius: 2px;
}

.pageSectionLink {
  text-align: center;
}
.pageSectionLink .dividerLine {
  max-width: 48%;
  height: 4px;
  background: rgba(39, 39, 39, 0.38);
  border-radius: 2px;
  margin: 36px auto 12px;
}
.pageSectionLink ul {
  display: flex;
  padding: 0;
  justify-content: space-evenly;
  margin-top: 38px;
  list-style: none;
}
.pageSectionLink ul li {
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 300;
  border: 2px solid rgba(134, 134, 134, 0.18);
  background: white;
}
.pageSectionLink ul li a {
  color: #101398;
}

.travelServices {
  padding: 30px 0;
}
.travelServices .wrapper_B2B {
  display: flex;
}
@media (max-width: 769.98px) {
  .travelServices .wrapper_B2B {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.travelServices .wrapper_B2B .inner_B2B_Wrapper {
  max-width: 160px;
  height: 160px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(16, 19, 152, 0.08);
  border-radius: 8px 8px;
}
@media (max-width: 769.98px) {
  .travelServices .wrapper_B2B .inner_B2B_Wrapper {
    margin: auto 7px 15px;
    margin: auto 15px 15px;
  }
}
@media (max-width: 540px) {
  .travelServices .wrapper_B2B .inner_B2B_Wrapper {
    max-width: 120px;
    height: 120px;
  }
  .travelServices .wrapper_B2B .inner_B2B_Wrapper img {
    width: 32px;
  }
}
@media (max-width: 376.98px) {
  .travelServices .wrapper_B2B .inner_B2B_Wrapper {
    max-width: 148px;
    margin: auto 8px 15px;
  }
  .travelServices .wrapper_B2B .inner_B2B_Wrapper img {
    width: 48px;
  }
}
.travelServices .wrapper_B2B .inner_B2B_Wrapper .img_content {
  margin-bottom: 15px;
}
.travelServices .wrapper_B2B .inner_B2B_Wrapper .content {
  font-size: 18px;
  color: #272727;
}
.travelServices .wrapper_B2B .inner_B2B_Wrapper .content h3 {
  font-weight: 500;
}

.technologySection, .founderSection {
  background: #e5e5e5;
}
.technologySection .technologyServices, .founderSection .technologyServices {
  padding: 30px 0;
}
.technologySection .technologyServices .wrapper_B2B, .founderSection .technologyServices .wrapper_B2B {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 769.98px) {
  .technologySection .technologyServices .wrapper_B2B, .founderSection .technologyServices .wrapper_B2B {
    justify-content: center;
  }
}
.technologySection .technologyServices .wrapper_B2B .inner_B2B_Wrapper, .founderSection .technologyServices .wrapper_B2B .inner_B2B_Wrapper {
  background: #ffffff;
  border: 2px solid rgba(16, 19, 152, 0.08);
  max-width: 280px;
  width: 100%;
  height: 188px;
  border-radius: 8px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 6px 0;
  padding: 28px 8px;
  flex-direction: column;
}
.technologySection .technologyServices .wrapper_B2B .inner_B2B_Wrapper img, .founderSection .technologyServices .wrapper_B2B .inner_B2B_Wrapper img {
  width: 100px;
  height: 62px;
  margin-bottom: 18px;
}
.technologySection .technologyServices .wrapper_B2B .inner_B2B_Wrapper .content, .founderSection .technologyServices .wrapper_B2B .inner_B2B_Wrapper .content {
  text-align: center;
}
.technologySection .technologyServices .wrapper_B2B .inner_B2B_Wrapper .content h3, .founderSection .technologyServices .wrapper_B2B .inner_B2B_Wrapper .content h3 {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 769.98px) {
  .technologySection .technologyServices .wrapper_B2B .inner_B2B_Wrapper, .founderSection .technologyServices .wrapper_B2B .inner_B2B_Wrapper {
    margin: 0 6px 12px;
  }
}
@media (max-width: 540px) {
  .technologySection .technologyServices .wrapper_B2B .inner_B2B_Wrapper, .founderSection .technologyServices .wrapper_B2B .inner_B2B_Wrapper {
    flex-wrap: nowrap;
    max-width: 188px;
  }
}
@media (max-width: 376.98px) {
  .technologySection .technologyServices .wrapper_B2B .inner_B2B_Wrapper, .founderSection .technologyServices .wrapper_B2B .inner_B2B_Wrapper {
    max-width: 162px;
  }
  .technologySection .technologyServices .wrapper_B2B .inner_B2B_Wrapper img, .founderSection .technologyServices .wrapper_B2B .inner_B2B_Wrapper img {
    width: auto;
    height: 42px;
  }
  .technologySection .technologyServices .wrapper_B2B .inner_B2B_Wrapper .content h3, .founderSection .technologyServices .wrapper_B2B .inner_B2B_Wrapper .content h3 {
    font-size: 16px !important;
  }
}

.corporateSection .corporateBenefits {
  margin-top: 20px;
  margin-bottom: 58px;
}
.corporateSection .corporateBenefits .wrapper_B2B {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 769.98px) {
  .corporateSection .corporateBenefits .wrapper_B2B {
    justify-content: center;
  }
}
.corporateSection .corporateBenefits .wrapper_B2B .inner_B2B_Wrapper {
  max-width: 188px;
  height: 168px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(16, 19, 152, 0.08);
  border-radius: 8px 8px;
  padding: 8px;
}
@media (max-width: 769.98px) {
  .corporateSection .corporateBenefits .wrapper_B2B .inner_B2B_Wrapper {
    height: 160px;
    margin: auto 7px 15px;
  }
}
@media (max-width: 540px) {
  .corporateSection .corporateBenefits .wrapper_B2B .inner_B2B_Wrapper {
    text-align: center;
    margin-bottom: 12px;
  }
}
.corporateSection .corporateBenefits .wrapper_B2B .inner_B2B_Wrapper .img_content {
  margin-bottom: 15px;
  max-width: 60px;
}
.corporateSection .corporateBenefits .wrapper_B2B .inner_B2B_Wrapper .content {
  text-align: center;
  font-size: 18px;
  color: #272727;
}
.corporateSection .corporateBenefits .wrapper_B2B .inner_B2B_Wrapper .content h3 {
  font-weight: 500;
}
@media (max-width: 376.98px) {
  .corporateSection .corporateBenefits .wrapper_B2B .inner_B2B_Wrapper {
    max-width: 162px;
    height: 160px;
  }
  .corporateSection .corporateBenefits .wrapper_B2B .inner_B2B_Wrapper .img_content {
    max-width: 48px;
  }
}

.globalSecton .locationAboutUs .wrapper {
  text-align: start;
}
.globalSecton h3 img {
  height: 18px;
}

.founderSection {
  background: #ffffff;
}
.founderSection .section-title {
  margin-bottom: 30px;
}
.founderSection .teamFounderSection .wrapper_B2B {
  background: #ffffff;
  border-radius: 8px 8px;
  padding: 28px 40px;
  max-width: 88%;
  height: 148px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 769.98px) {
  .founderSection .teamFounderSection .wrapper_B2B {
    height: 94px;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 540px) {
  .founderSection .teamFounderSection .wrapper_B2B {
    padding: 10px 8px;
    max-width: 100%;
    height: 110px;
    margin-bottom: 18px;
  }
}
@media (max-width: 376.98px) {
  .founderSection .teamFounderSection .wrapper_B2B {
    height: 85px;
  }
  .founderSection .teamFounderSection .wrapper_B2B img {
    height: 48px;
  }
}
.founderSection .teamFounderSection .wrapper_B2B .content {
  position: relative;
  margin-bottom: 18px;
}
.founderSection .teamFounderSection .wrapper_B2B .content p {
  font-size: 16px;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
.founderSection .teamFounderSection .wrapper_B2B .content::after, .founderSection .teamFounderSection .wrapper_B2B .content::before {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 48px;
  color: rgba(16, 19, 152, 0.08);
}
.founderSection .teamFounderSection .wrapper_B2B .content::before {
  content: "\f10d";
  top: -24px;
  left: -35px;
}
.founderSection .teamFounderSection .wrapper_B2B .content::after {
  content: "\f10e";
  bottom: -30px;
  right: -30px;
}
.founderSection .teamFounderSection .wrapper_B2B .profileImgContent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
  max-width: 60%;
}
.founderSection .teamFounderSection .wrapper_B2B .profileImgContent .profileImage {
  margin-right: 15px;
  max-width: 62px;
  border-radius: 100%;
  border: 3px solid #101398;
  overflow: hidden;
  padding: 2px;
}
.founderSection .teamFounderSection .wrapper_B2B .profileImgContent .profileContent h4 {
  margin-bottom: 2px;
}

.listBelairPoints ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.listBelairPoints ul li {
  font-size: 16px;
  max-width: 48%;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 540px) {
  .listBelairPoints ul li {
    max-width: 100%;
  }
}
.listBelairPoints ul li img {
  border-radius: 100%;
  padding: 8px;
  max-width: 48px;
  margin-right: 4px;
  background: #e5e5e5;
}

.locationAboutUs .wrapper {
  text-align: start;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
@media (max-width: 769.98px) {
  .locationAboutUs .wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.locationAboutUs h3 {
  font-weight: 500;
  font-size: 16px;
}
.locationAboutUs h3 img {
  height: 18px;
}
.locationAboutUs p {
  font-size: 14px;
}

.regCardWrapper {
  padding: 30px 40px;
  background: #ffffff;
  border-radius: 15px 15px;
}
@media (max-width: 769.98px) {
  .regCardWrapper {
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media (max-width: 540px) {
  .regCardWrapper {
    padding: 30px 20px;
  }
}

.formWrapperReg {
  margin-top: 30px;
  background: #ffffff;
  border-radius: 15px 15px;
  padding: 30px 40px;
}
.formWrapperReg label {
  font-size: 16px;
}

.formWrapper_B2B .form-control,
.formWrapper_B2B .form-select {
  font-size: 16px;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: rgba(134, 134, 134, 0.038);
}
.formWrapper_B2B .linkColor {
  color: #1F5EF2;
}

.importantMessage {
  padding: 8px 25px;
  background: #FFF5CE;
  border-radius: 8px;
}
.importantMessage .fa {
  color: red;
}

.submitBtn_B2B {
  background: #101398;
  font-size: 18px;
  color: #ffffff;
  border-radius: 25px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 32px;
  border: 0;
}

.termsConditionPage h4 {
  font-size: 18px;
  font-weight: 500;
}
.termsConditionPage ul {
  list-style: none;
  padding: 0;
}
.termsConditionPage ul li {
  font-size: 16px;
  margin-bottom: 8px;
}
.termsConditionPage .infoMessage {
  color: #101398;
  font-weight: 600;
}

.escalatiSection .wrapper {
  width: 100%;
  background: #ffffff;
  border-radius: 15px 15px;
  padding: 30px 40px;
  min-height: 162px;
  position: relative;
}
.escalatiSection .wrapper span {
  position: absolute;
  background: #101398;
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  top: -22px;
  left: 22px;
}
.escalatiSection th,
.escalatiSection td {
  padding: 15px 0 !important;
}
.escalatiSection th a,
.escalatiSection td a {
  color: #1F5EF2;
}
.escalatiSection tr td:nth-child(1) {
  font-weight: 600;
}

.dealsweekSection .sectionWrapper {
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 15px 15px;
}
.dealsweekSection .timeingSection {
  margin-bottom: 30px;
}
.dealsweekSection .timeingSection h3 {
  color: #868686;
}
.dealsweekSection .timeingSection p, .dealsweekSection .timeingSection a {
  font-size: 16px;
}
.dealsweekSection .timeingSection a {
  color: #1F5EF2;
}

.officeDeitleSection .wrapper {
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 15px 15px;
}
.officeDeitleSection .wrapper h3 {
  color: #868686;
}
.officeDeitleSection .wrapper p {
  font-size: 22px;
  color: #272727;
  font-weight: 600;
}

.bankDeitleSection {
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 15px 15px;
}
.bankDeitleSection thead th {
  color: #868686;
  font-size: 18px;
}
.bankDeitleSection tbody tr td {
  display: d-flex;
}
.bankDeitleSection tbody tr td img {
  height: 28px;
  margin-bottom: 10px;
}

.sectionWrapper {
  background: #ffffff;
  border-radius: 15px 15px;
  padding: 15px 30px;
}
@media (max-width: 769.98px) {
  .sectionWrapper p {
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.logoAirlance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.logoAirlance .wrapper {
  background: #ffffff;
  border-radius: 15px 15px;
  padding: 15px 30px;
  margin-bottom: 30px;
  max-width: 288px;
  width: 100%;
}
.logoAirlance .wrapper img {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 540px) {
  .logoAirlance .wrapper {
    max-width: 188px;
  }
}

.webCheckingSection {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.webCheckingSection .wrapperCard {
  max-width: 48%;
  width: 100%;
  background: #ffffff;
  border-radius: 15px 15px;
  padding: 30px 40px;
}
.webCheckingSection .wrapperCard .imageLogo {
  max-width: 48%;
  height: 68px;
  padding: 15px 30px;
  margin: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  text-align: center;
}
.webCheckingSection .wrapperCard .imageLogo img {
  height: 42px;
}
@media (max-width: 540px) {
  .webCheckingSection .wrapperCard {
    max-width: 100%;
  }
}

.flightB2BTab .nav-item .nav-link {
  background: transparent;
  color: #868686;
  border-radius: 0;
}
.flightB2BTab .nav-item .nav-link.active {
  border-bottom: 2px solid #101398;
  color: #101398;
  font-weight: 600;
}
.flightB2BTab .contentPoint ul,
.flightB2BTab .webUrl ul {
  margin-top: 12px;
}
.flightB2BTab .contentPoint ul li,
.flightB2BTab .webUrl ul li {
  margin-bottom: 8px;
}
.flightB2BTab .contentPoint a,
.flightB2BTab .webUrl a {
  color: #1F5EF2;
}
@media (max-width: 540px) {
  .flightB2BTab .contentPoint a,
.flightB2BTab .webUrl a {
    word-break: break-all;
  }
}

@media (max-width: 540px) {
  .managementHeadTeam p {
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.managementHeadTeam .wrapper {
  display: flex;
  background: #ffffff;
  border-radius: 15px 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 540px) {
  .managementHeadTeam .wrapper {
    flex-wrap: wrap;
  }
}
.managementHeadTeam .wrapper .innerWrapper {
  padding: 30px 40px;
  padding: 10px !important;
}
.managementHeadTeam .wrapper .innerWrapper img {
  width: 78%;
  border: 1px solid #000;
  border-radius: 15px;
}
.managementHeadTeam .wrapper .innerWrapper h3 {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .managementHeadTeam .wrapper .innerWrapper h3 {
    text-align: center;
  }
}
.managementHeadTeam .wrapper .innerWrapper p {
  color: #868686;
  font-size: 16px;
}
@media (max-width: 540px) {
  .managementHeadTeam .wrapper .innerWrapper p {
    -moz-text-align-last: center !important;
         text-align-last: center !important;
  }
}
.managementHeadTeam .wrapper .innerWrapper:nth-child(1) {
  max-width: 28%;
  width: 100%;
  padding: 0;
}
@media (max-width: 540px) {
  .managementHeadTeam .wrapper .innerWrapper:nth-child(1) {
    max-width: 75%;
    margin: auto;
    text-align: center;
  }
}
.managementHeadTeam .wrapper .innerWrapper ul {
  list-style: none;
  padding-left: 2px;
}
.managementHeadTeam .wrapper .innerWrapper ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #272727;
}
.managementHeadTeam .wrapper .innerWrapper ul li .fa {
  color: #101398;
  font-size: 18px;
}
.managementHeadTeam .sectionWrapper .wrapper {
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 15px;
  justify-content: flex-start;
}
.managementHeadTeam .sectionWrapper .wrapper .innerCard {
  margin: auto 28px 35px;
  border-radius: 15px 15px;
  overflow: hidden;
  box-shadow: unset !important;
}
@media (max-width: 769.98px) {
  .managementHeadTeam .sectionWrapper .wrapper .innerCard {
    margin: auto 10px 35px;
  }
}
.managementHeadTeam .sectionWrapper .wrapper .innerCard .content {
  text-align: center;
  margin-bottom: 12px;
}
.managementHeadTeam .sectionWrapper .wrapper .innerCard .content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.managementHeadTeam .sectionWrapper .wrapper .innerCard .content p {
  color: #868686;
}
.managementHeadTeam .sectionWrapper .wrapper .imageWrapper {
  max-width: 120px;
  width: 100%;
  max-height: 270px;
  overflow: hidden;
  margin: 12px;
  border-radius: 100%;
  border: 4px solid #101398;
}
@media (max-width: 769.98px) {
  .managementHeadTeam .sectionWrapper .wrapper .imageWrapper {
    justify-content: space-between;
  }
}

.b2bPanalTheme {
  height: 100% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  border-radius: 15px 15px;
  border: 0 !important;
  overflow: hidden;
  margin-right: 8px;
  margin-bottom: 30px;
}
.b2bPanalTheme .auth-info {
  border: 0 !important;
  background: #101398;
}
.b2bPanalTheme .auth-info span {
  color: #ffffff;
  font-size: 16px;
}
.b2bPanalTheme .segment.with-menu .vertical.menu {
  border: 0 !important;
}
.b2bPanalTheme .segment.with-menu .vertical.menu a {
  color: #272727 !important;
  opacity: 1 !important;
}
.b2bPanalTheme .segment.with-menu .vertical.menu a:hover {
  color: #101398 !important;
}

.b2bThemePanelContent .content {
  max-width: 100%;
  width: 100%;
}
.b2bThemePanelContent .wrapperSearch {
  display: flex;
}
.b2bThemePanelContent .flightListDetiles .info .horizontal.list .item {
  border-right-color: #101398 !important;
}

.b2bSearchDesign {
  max-width: 100% !important;
}
.b2bSearchDesign .b2bSearchForm {
  padding: 30px 40px !important;
  box-shadow: 0 0 7px 0 rgba(39, 39, 39, 0.29) !important;
  margin: 70px 0 30px 48px;
  background: #e5e5e5;
  border-radius: 15px 15px;
}
.b2bSearchDesign .b2bSearchForm h1 {
  font-size: 36px !important;
  margin-bottom: 9px !important;
  font-weight: 600 !important;
}
.b2bSearchDesign .b2bSearchForm p {
  font-size: 16px !important;
}
.b2bSearchDesign .b2bSearchForm .tabular.menu {
  border: 0;
  margin-bottom: 15px;
}
.b2bSearchDesign .b2bSearchForm .tabular.menu a.item {
  border: 0;
  background: #ffffff;
  font-size: 16px;
  color: #272727;
}
.b2bSearchDesign .b2bSearchForm .tabular.menu a.item.active {
  background: #101398;
  color: #ffffff;
}
.b2bSearchDesign .b2bSearchForm .travel-type .deco.active {
  background-color: #101398 !important;
}
.b2bSearchDesign .b2bSearchForm .travel-type .deco.active label {
  color: #ffffff;
}
.b2bSearchDesign .b2bSearchForm .spinner.button {
  border: 0 !important;
  background: #101398 !important;
}
.b2bSearchDesign .b2bSearchForm .add-flight button {
  background: #101398 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600;
  padding: 8px 18px !important;
}
.b2bSearchDesign .b2bSearchForm .add-flight button:hover {
  background: #101398 !important;
  color: #ffffff !important;
}
.b2bSearchDesign .b2bSearchForm button {
  background: #101398;
  font-weight: 600;
  font-size: 18px !important;
  font-weight: 600;
  border-radius: 25px 25px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 18px 48px !important;
  margin: auto auto auto 0 !important;
}
.b2bSearchDesign .b2bSearchForm button:hover {
  background: #101398 !important;
}

.recent_searchesSection {
  max-width: 95%;
  margin: auto 0 auto auto;
  width: 100%;
}
.recent_searchesSection .titleHeading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.recent_searchesSection .recent-searches .box {
  display: flex;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.recent_searchesSection .recent-searches .box .item {
  border-radius: 8px 8px;
  background: #e5e5e5;
  border: 0 !important;
  margin-bottom: 15px;
}
.recent_searchesSection .recent-searches .box .item .date {
  background: #101398;
}
.recent_searchesSection .recent-searches .box .item .date span {
  background: #ffffff;
}
.recent_searchesSection .recent-searches .box .item .direction {
  color: #101398;
}

.b2bThemePanelContent .results-filter .with-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.b2bThemePanelContent .results-filter .with-buttons .blue.button {
  background: #101398;
  border-radius: 25px 25px;
}
.b2bThemePanelContent .flights-results {
  max-width: 94%;
  width: 100%;
  margin: 70px 0 30px auto !important;
}
.b2bThemePanelContent .flights-results button.blue,
.b2bThemePanelContent .flights-results button.orange {
  background: #101398 !important;
  border-radius: 25px 25px !important;
  color: #ffffff !important;
}
.b2bThemePanelContent .flights-results .modify-search {
  background: #101398;
  padding: 18px 6px !important;
  border-radius: 6px;
}
.b2bThemePanelContent .flights-results .modify-search button.blue {
  background: #ffffff !important;
  color: #101398 !important;
}
.b2bThemePanelContent .flights-results thead {
  background: #101398 !important;
}

@media only screen and (min-width: 1920px) {
  .modify-search.modal.scrolling {
    max-width: 48% !important;
    width: 100%;
    height: auto;
  }
  .modify-search.modal.scrolling .b2bSearchForm {
    margin: 40px 30px;
  }
}

.b2b_profileSection,
.my-travellers {
  padding: 18px 30px !important;
  margin: 70px 30px 40px 30px;
  border-radius: 15px 15px;
}
.b2b_profileSection h1, .b2b_profileSection h2,
.my-travellers h1,
.my-travellers h2 {
  font-weight: 600 !important;
  color: #101398 !important;
}
.b2b_profileSection #myprofile .details table,
.my-travellers #myprofile .details table {
  width: 60%;
}
.b2b_profileSection #myprofile .details table .ui.header,
.b2b_profileSection #myprofile .details table td,
.my-travellers #myprofile .details table .ui.header,
.my-travellers #myprofile .details table td {
  text-align: start;
}
.b2b_profileSection .bbusertable,
.my-travellers .bbusertable {
  width: 100%;
}
.b2b_profileSection .blue.add-new,
.b2b_profileSection .ui.button,
.my-travellers .blue.add-new,
.my-travellers .ui.button {
  background: #101398 !important;
  border-radius: 25px 25px;
}
.b2b_profileSection #currentTraveler,
.my-travellers #currentTraveler {
  margin-bottom: 98px;
}

@media (max-width: 540px) {
  .faqsSectionPage ::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important;
  }
}
.faqsSectionPage .faqSectionDesign {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.faqsSectionPage .nav {
  flex-direction: column;
}
@media (max-width: 540px) {
  .faqsSectionPage .nav {
    flex-direction: row;
    flex-wrap: unset;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
  }
}
.faqsSectionPage .nav.nav-pills {
  max-width: 25%;
  width: 100%;
}
@media (max-width: 540px) {
  .faqsSectionPage .nav.nav-pills {
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 15px;
  }
}
.faqsSectionPage .nav.nav-pills .nav-item {
  margin-bottom: 8px;
  height: 48px;
}
@media (max-width: 540px) {
  .faqsSectionPage .nav.nav-pills .nav-item {
    width: 248px;
  }
}
.faqsSectionPage .nav.nav-pills .nav-link {
  text-align: left;
  font-size: 16px;
  padding: 13px 22px;
  color: #272727;
  width: 96%;
  background: #e5e5e5;
}
.faqsSectionPage .nav.nav-pills .nav-link.active {
  background: #101398;
  color: #ffffff;
}
.faqsSectionPage .tab-content {
  border-left: 1px solid #e5e5e5;
  padding-left: 15px;
  max-width: 72%;
}
@media (max-width: 540px) {
  .faqsSectionPage .tab-content {
    max-width: 100%;
    border-left: 0;
    border-top: 1px solid #e5e5e5;
  }
}
.faqsSectionPage .tab-content .tab-pane .wrapper {
  padding: 15px 40px 30px;
}
@media (max-width: 540px) {
  .faqsSectionPage .tab-content .tab-pane .wrapper {
    padding: 15px 0px 30px;
  }
}
.faqsSectionPage .tab-content .tab-pane .wrapper h3 {
  font-size: 18px;
  color: #272727;
  margin-bottom: 4px;
}
.faqsSectionPage .tab-content .tab-pane .wrapper ul {
  list-style: none;
  padding: 0;
}
.faqsSectionPage .tab-content .tab-pane .wrapper ul li {
  font-size: 16px;
  margin-bottom: 8px;
  margin-bottom: 20px;
}
.faqsSectionPage .tab-content .tab-pane .wrapper a {
  color: #1F5EF2;
}

.contactUsB2bSection {
  padding: 30px 0 98px;
}
.contactUsB2bSection .tabular.menu a.item {
  background: #e5e5e5 !important;
  color: #272727 !important;
}
.contactUsB2bSection .tabular.menu .active.item {
  background: #101398 !important;
  color: #ffffff !important;
}
.contactUsB2bSection .bottom.attached.tab.segment {
  border: 0 !important;
}
.contactUsB2bSection .bottom.attached.tab.segment a {
  color: #1F5EF2;
}

.b2bThemePanelContent .b2bBookingPage {
  padding: 70px 0;
}
.b2bThemePanelContent .b2bBookingPage .headerWrapper {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
.b2bThemePanelContent .b2bBookingPage .headerWrapper h1 {
  text-align: center;
  margin: 0 auto 40px !important;
}
@media only screen and (min-width: 801px) {
  .b2bThemePanelContent .b2bBookingPage .headerWrapper h1 {
    margin: 0 auto 40px !important;
  }
}
.b2bThemePanelContent .b2bBookingPage .headerWrapper .middle.gray.back {
  background: #101398 !important;
  color: #ffffff !important;
  border-radius: 8px;
}
.b2bThemePanelContent .b2bBookingPage .segment.step1,
.b2bThemePanelContent .b2bBookingPage .segment.step2,
.b2bThemePanelContent .b2bBookingPage .segment.step3 {
  margin-bottom: 30px !important;
  border: 0;
  border-radius: 0 0 15px 15px;
}
.b2bThemePanelContent .b2bBookingPage .segment.step1 .booking-contacts,
.b2bThemePanelContent .b2bBookingPage .segment.step2 .booking-contacts,
.b2bThemePanelContent .b2bBookingPage .segment.step3 .booking-contacts {
  padding: 30px 48px !important;
}
.b2bThemePanelContent .b2bBookingPage .segment.step2 {
  padding: 30px 48px !important;
}
.b2bThemePanelContent .b2bBookingPage .step.header.active {
  background-color: #101398 !important;
}
.b2bThemePanelContent .b2bBookingPage .header.step2.active,
.b2bThemePanelContent .b2bBookingPage .header.step3.active {
  margin-top: 30px !important;
}
.b2bThemePanelContent .b2bBookingPage .step1.completed,
.b2bThemePanelContent .b2bBookingPage .step2.completed {
  background-color: darkgreen !important;
}
.b2bThemePanelContent .b2bBookingPage .flight-itinerary .segments {
  border-bottom: 0px solid #fee252 !important;
}
.b2bThemePanelContent .b2bBookingPage button.massive.blue,
.b2bThemePanelContent .b2bBookingPage .circular.button {
  background-color: #101398 !important;
  color: #ffffff !important;
}
.b2bThemePanelContent .b2bBookingPage .passenger-header.header {
  margin-bottom: unset !important;
}
.b2bThemePanelContent .b2bBookingPage .step2.completed {
  margin-top: 30px !important;
}
.b2bThemePanelContent .b2bBookingPage .segment.step3 .basic.segment .pay_div_left .payment_highlight {
  background-color: #101398 !important;
  color: #ffffff;
}
.b2bThemePanelContent .b2bBookingPage .segment.step3 .basic.segment .pay_div_right {
  padding: 20px 40px 30px;
}
.b2bThemePanelContent .b2bBookingPage .segment.step3 .basic.segment .pay_div_right label {
  font-size: 16px !important;
}
.b2bThemePanelContent .b2bBookingPage .segment.step3 .pay_bottom img {
  width: auto !important;
  height: 48px;
}/*# sourceMappingURL=b2b_main.css.map */