@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;1,400;1,500&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/*CSS Table Of Content Starts Here*/
/*
//Css
@import "bootstrap.min.css";
@import "odometer.min.css";
@import "animate.css";
@import "magnific-popup.min.css";
@import "google-font.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.css";
@import "prism.css";
//Css


@import "_abstracts/_mixins";
@import "_abstracts/_variables";
@import "_base/_typography";
@import "_layout/_header";
@import "_layout/_banner";
@import "_layout/_section";
@import "_layout/_animation";
---------------------------
Section css
---------------------------
*/
/*CSS Table Of Content Ends Here*/
@import "bootstrap.min.css";
@import "odometer.min.css";
@import "animate.css";
@import "magnific-popup.min.css";
@import "google-font.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.css";
@import "prism.css";
:root {
  --body: #ffffff;
  --base: #0a1c3f;
  --darkbase: #1E0702;
  --text: #3F3F3F;
  --darkextra: #5A5A5A;
  --placeholder: #929292;
  --border: #e8eaf2;
  --bordertwo: #EBEBEB;
  --textwhite: #FFFFFF;
  --white: #FFFFFF;
  --bgsection: #F4F5FC;
  --fsection:#021944;
  --pragraph-larg: #352C00;
  --socialbg: #EAEDF8;
  --buttoncolor: #4154B9;
  --pagination: #DFDFDF;
  --success: #008F20;
  --green: #087982;
  --meron: #862014;
  --borderthree: #DFE2F3;
  --checkborder: #D5DAF1;
  --cmnborder: #DFE3F7;
  --input: #D5DAF0;
  --inputtwo: #E0E4F8;
  --inputthree: #E9ECF9;
  --dadhes: #CBD1F0;
  --idborder: #EBEBEB;
  
  --navy: #0a1c3f;
  --navy-deep: #081634;
  --teal: #13a8a4;
  --teal-deep: #16a896;
  --teal-light: #4fd9c6;
  --text-soft: #aab8d1;
  --text-dark: #16213d;
  --text-faint: #7f8db0;
  --line: rgba(255,255,255,0.09);
  --indigo:#3457f4;
  --indigo-soft:#e7eafc;
  --transition-theme: background .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease;
  --green-soft:#daf4e3; --green:#1fa34d;
  --blue-soft:#dbe7fb;  --blue:#2f6fed;
  --purple-soft:#e7e3fb; --purple:#6c5ce7;
  --orange-soft:#fde9d2; --orange:#f08c1b;
  --panel-bg: linear-gradient(160deg, #f3fbfa 0%, #eef6fb 100%);
}

body {
  color: var(--darkbase);
  padding: 0;
  margin: 0;
  background-color: #f4f6fb !important;
  line-height: 1.5;
}

h2,
h3,
h4,
h5,
h6 {
  color: #16213d;
  line-height: 1.2;
}

h1 {
  font-size: 4.75rem;
  font-weight: 700;
}

h2 {
  font-size: 3.5625rem;
  font-weight: 700;
}

h3 {
  font-size: 2.6875rem;
  font-weight: 700;
}

h4 {
  font-size: 2rem;
  font-weight: 700;
}

h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

h6 {
  font-size: 1.125rem;
  font-weight: 700;
}
a {
    text-decoration: none !important;
}

.d1 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.d2 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.d3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.d4 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: var(--white);
}

a:hover {
  text-decoration: none;
  color: var(--darkbase);
}

input:focus {
  color: red;
}

.minusten {
  margin-top: -10px !important;
}
@media (max-width: 991px) {
  .minusten {
    margin-top: -5px;
  }
}
@media (max-width: 575px) {
  .minusten {
    margin-top: -2px;
  }
}

p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}

.pb__20 {
  padding-bottom: 20px;
}

.pt__20 {
  padding-top: 20px;
}

.pt-120 {
  padding-top: 70px;
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt__60 {
  padding-top: 60px;
}

.pb__60 {
  padding-bottom: 60px;
}

.pt__40 {
  padding-top: 40px;
}
@media (max-width: 500px) {
  .pt__40 {
    padding-top: 20px;
  }
}

.pb__24 {
  padding-bottom: 24px;
}

.pb__20 {
  padding-bottom: 20px;
}

.pb__30 {
  padding-bottom: 30px;
}

.pt__30 {
  padding-top: 30px;
}

.pb__25 {
  padding-bottom: 25px;
}

.pt__25 {
  padding-top: 25px;
}

.pb__40 {
  padding-bottom: 40px;
}
@media (max-width: 500px) {
  .pb__40 {
    padding-bottom: 20px;
  }
}

.mt__60 {
  margin-top: 60px;
}

.mb__60 {
  margin-bottom: 60px;
}

.mb__40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb__40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb__40 {
    margin-bottom: 20px;
  }
}

.mt__40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt__40 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .mt__40 {
    margin-top: 20px;
  }
}

.mt__30 {
  margin-top: 30px;
}

.mb__30 {
  margin-bottom: 30px;
}

.mb__24 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mb__24 {
    padding-bottom: 15px;
  }
}

.mt__24 {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .mt__24 {
    padding-top: 15px;
  }
}

.mb__20 {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .mb__20 {
    margin-bottom: 15px;
  }
}

.mt__20 {
  margin-top: 20px;
}

.pb__15 {
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  .pb__15 {
    padding-bottom: 10px;
  }
}

.p__10 {
  padding: 10px;
}

.pt__10 {
  padding-top: 10px;
}

.pb__10 {
  padding-bottom: 10px;
}

.mb__15 {
  margin-bottom: 15px;
}

.mt__15 {
  margin-top: 15px;
}

.mb__10 {
  margin-bottom: 10px;
}

.priceb {
  border-bottom: 1px solid var(--inputthree);
}

.f-18 {
    font-size: 1rem !important;
}

.fz-16 {
  font-size: 1rem;
}

.fz-18 {
  font-size: 1.125rem;
}
.fz-14 {
    font-size: 14px;
}

.fz-24 {
  font-size: 1.5rem;
}

.fz-26 {
  font-size: 1.625rem;
}

.fz-30 {
  font-size: 1.875rem;
}

.fz-32 {
  font-size: 2rem;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.round5 {
  border-radius: 5px;
}

.dadhes {
  border-bottom: 1px dashed var(--dadhes);
}

.textfilve {
  color: #5A5A5A;
}

.p__5 {
  padding: 5px;
}

@media (max-width: 575px) {
  .xs-28 {
    font-size: 1.75rem;
  }
}

@media (max-width: 575px) {
  .xs-32 {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .xs-16 {
    font-size: 1rem;
  }
}

.troth {
  text-decoration: line-through !important;
  color: #A2ADE4;
}

.troth3 {
  color: #929292;
  text-decoration: line-through !important;
}

.troth2 {
  text-decoration: line-through !important;
  color: var(--placeholder);
}

.befores {
  position: relative;
}
.befores::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0px;
  content: "";
  background: rgba(98, 166, 250, 0.082);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  z-index: -1;
}
.befores:hover::before {
  width: 100%;
  height: 100%;
}

.gratext {
  background: linear-gradient(90deg, #02286e 0%, #033da7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
      font-weight: 600;
    font-size: 17px;
}

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .pt__60 {
    padding-top: 40px;
  }
  .pb__60 {
    padding-bottom: 40px;
  }
  .pl__40 {
    padding-left: 30px;
  }
  .pr__40 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
.img-res {
    width: 30%;
}
.align-item-center {
    align-items: center;
}
/*-Responsive-*/
/*-Responsive-*/
.base {
  color: #452FF4 !important;
}

.danger {
  color: var(--danger) !important;
}

.theme {
  color: #41E295 !important;
}

.success {
  color: #005C30 !important;
}

.theme2 {
  color: #12a39f !important;
}

.title-white {
  color: var(--white);
}

.bgsection {
  background: var(--bgsection);
}
.footersection {
  background: var(--fsection);
}

.bgsectiontwo {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%) !important;
}

.dollartext {
  color: #273EB4;
}

.dollartext2 {
    color: #0d8783;
    font-weight: 700;
    font-size: 22px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.shadow {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}

.upper {
  text-transform: uppercase;
}

.border__10 {
  border-radius: 10px;
}

.tablebg {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}

.bbottom {
  border-bottom: 1px solid var(--input);
}

.bdash {
  border-bottom: 2px dashed var(--input);
}

.circle__input {
  border: 1px solid var(--input);
}

.bg__white {
  background: var(--whitebgdark);
}
.bglight {
    background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
    border-radius: 5px;
}

.bgwhite {
  background: var(--white);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.dtext {
  color: #3F3F3F !important;
}

.pratext {
  color: #3F3F3F;
}
.pratext_f {
  color: rgba(255, 255, 255, 0.5);
}

.lato {
  font-family: "Lato", sans-serif;
}

.relative {
  position: relative;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(70, 47, 244, 0.3254901961);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(118, 89, 214, 0.3019607843);
  border-radius: 10px;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.pagination a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid var(--pagination);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text);
  font-family: "Lato", sans-serif;
  transition: all 0.4s;
}
.pagination a:hover {
  background: var(--base);
  color: var(--white);
  border-color: var(--base);
}
.pagination a:hover i {
  color: var(--white);
}
.pagination a span {
  margin-top: -4px;
}
.pagination a span i {
  font-size: 22px;
  color: var(--text);
}

.headborder {
  border-bottom: 1px solid #EBEBEB;
}

.border__bottom {
  border-bottom: 1px solid var(--bordertwo);
}

.border__top {
  border-top: 1px solid var(--bordertwo);
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
  /*color: red;*/
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section__header {
  z-index: 1;
  position: relative;
}
.section__header h2 {
  margin-bottom: 20px;
  color: var(--text);
}
@media (max-width: 1199px) {
  .section__header h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 500px) {
  .section__header h2 {
    font-size: 1.7rem;
  }
}
.section__header p {
  font-size: 18px;
  color: var(--text);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .section__header p {
    font-size: 1rem;
  }
}

.section__center {
  text-align: center;
  margin: 0 auto;
}

.max600 {
  max-width: 600px;
  margin: 0 auto;
}

/*--Section Header End--*/
/*--Section Header End--*/
/*--Social icons Here--*/
.social li .social__icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgb(18, 163, 169, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  fill:#12a39f;
}
.widget__link p {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.img-responsive {
    width: 46%;
    margin-bottom: 20px;
    margin-top: 15px;
}
.social li .social__icon img {
    transition: all 0.4s;
    width: 36px;
    height: 15px;
}

.social li .social__icon:hover {
  background: var(--base);
}
.social li .social__icon:hover i {
  color: var(--white);
}
.social li .social__icon:hover img {
  filter: brightness(25);
}

/*--Social icons End--*/
.header-section {
  width: 100%;
  position: fixed;
  background: var(--white);
  top: 0;
  z-index: 99;
}

.customize__header .container {
  max-width: 1500px;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
 /*z-index: 9999;*/
  transition: all 0.9s;
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(94px);
          backdrop-filter: blur(94px);
}
@media (min-width: 992px) {
  .menu-fixed .header-wrapper .main-menu li a {
    padding: 30px 0;
  }
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .header-wrapper {
    padding: 25px 0;
  }
}
.header-wrapper .logo-menu .logo {
  display: block;
  max-width: 200px;
}
@media (max-width: 1199px) {
  .header-wrapper .logo-menu .logo {
    display: none;
  }
}
.header-wrapper .logo-menu .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-wrapper .small__logo {
  display: block;
  width: 60px;
  height: 45px;
}
.header-wrapper .small__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-wrapper .main-menu {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 0px;
  padding-left:0px;
  /*flex:1;*/
}
.gap_logo {
    padding-right: 50px;
}
@media (max-width: 1399px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
}
.header-wrapper .main-menu li a {
    color: #16213d;
    font-weight: 600;
    font-size: 14.5px;
    padding: 20px 0px;
    transition: all 0.3s;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}
.header-wrapper .main-menu li a:hover {
  color: #12a39f;
}
.header-wrapper .main-menu li a .icons {
    margin-top: -8px;
    margin-left: 5px;
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 1.2rem !important;
  color: var(--base-color);
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li a {
    padding: 8px 10px;
  }
}
.header-wrapper .main-menu li .submenu__recharge {
/*  height: 350px;
  overflow-y: scroll;*/
}
.header-wrapper .main-menu li .submenu__booking {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  height: 380px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__booking li {
  width: 20%;
  padding: 5px 5px;
}
.header-wrapper .main-menu li .submenu__booking li:not(:first-child) {
  border-left: 1px solid var(--base);
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .submenu__booking {
    height: 350px;
    overflow-y: scroll;
  }
  .header-wrapper .main-menu li .submenu__booking li {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-wrapper .main-menu li .submenu__booking li .mh__img {
    height: 120px !important;
  }
}
.header-wrapper .main-menu li .submenu__element {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  height: 400px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__element li {
  width: 16.6666666667%;
  padding: 5px 5px;
}
.header-wrapper .main-menu li .submenu__element li a:hover {
  color: var(--white) !important;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .submenu__element li {
    width: 100%;
  }
}
.header-wrapper .main-menu li .sub-menu {
  background: var(--white);
  padding: 5px 5px 5px 5px;
  display: none;
  transform: translateY(0px);
  box-shadow:0 16px 36px rgba(15,42,77,.14);
  border:1px solid var(--border);
}
@media (min-width: 992px) {
   .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.2s;
    border-radius:10px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(40px);
  }

  .header-wrapper .main-menu li .sub-menu li .mh__img {
    display: inline-block;
    width: 100%;
    height: 160px;
    padding: 5px 6px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    background: var(--base);
    display: flex;
    align-items: center;
    color: var(--white);
    justify-content: center;
  }
  .header-wrapper .main-menu li .sub-menu li .mh__img img {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
  .header-wrapper .main-menu li .sub-menu li .mh__img {
    font-size: 16px;
    height: 120px !important;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--banner);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13.5px;
  width: 100%;
  display: block;
  padding: 10px 15px;
  margin: 1px;
  border-radius: 8px;
}
.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 0.9rem !important;
}
.header-wrapper .main-menu li .sub-menu li a:hover {
  color: #12a39f;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-wrapper .main-menu li .sub-menu li a {
    padding: 8px 5px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .sub-menu li .mh__img {
    display: none;
  }
}
.header-wrapper .main-menu li .sub-menu .subtwohober {
  position: relative;
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two {
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  transition: all 0.8s;
  box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  border-left: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two li {
  width: 100%;
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two li a {
  margin-left: 0px;
  padding: 5px 15px;
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two li:hover a {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .sub-menu .subtwohober .sub-two {
    position: initial;
    display: none;
  }
}
.header-wrapper .main-menu li .sub-menu .subtwohober:hover .sub-two {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  transform: translateY(0px);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: unset;
}
.header-wrapper .main-menu .block__menus .sub-menu {
  /*height: 500px;
  overflow-y: scroll;*/
}
@media (min-width: 992px) {
  .header-wrapper .main-menu .block__menus .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.header-wrapper .main-menu .block__menus .sub-menu li {
  max-width: 20%;
}
.header-wrapper .main-menu .block__menus .sub-menu li a img {
  max-width: 200px;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu .block__menus .sub-menu li a img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .main-menu .block__menus .sub-menu li {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-menu .block__menus .sub-menu li {
    width: initial;
  }
  .header-wrapper .main-menu .block__menus .sub-menu li a {
    display: block;
  }
}
.header-wrapper .sigin__grp {
  gap: 24px;
}
@media (max-width: 1399px) {
  .header-wrapper .sigin__grp {
    gap: 15px;
  }
  .header-wrapper .sigin__grp .cmn__btn {
    padding: 8px 20px 9px;
  }
  .header-wrapper .sigin__grp .outline__btn {
    padding: 7px 20px 8px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .sigin__grp {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .header-wrapper .sigin__grp .cmn__btn {
    padding: 5px 15px 6px;
    font-size: 14px;
    font-weight: 400;
  }
}
.header-wrapper .sigup__grp {
  gap: 24px;
}
@media (max-width: 1399px) {
  .header-wrapper .sigup__grp .cmn__btn {
    padding: 8px 18px 9px;
  }
  .header-wrapper .sigup__grp .outline__btn {
    padding: 7px 18px 8px;
  }
}
.header-wrapper .menu__right__components {
  gap: 0 15px;
}
@media (max-width: 500px) {
  .header-wrapper .menu__right__components {
    gap: 0 8px;
  }
}
@media (max-width: 575px) {
  .header-wrapper .menu__right__components .cmn__btn {
    padding: 5px 15px 6px;
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .header-wrapper .main-menu .grid__style {
    position: relative;
  }
  .header-wrapper .main-menu .grid__style .sub-menu {
    top: calc(100% - 1px);
    left: 0;
    width: 250px;
    display: grid;
  }
    .header-wrapper .main-menu .grid__style .sub-menu .notif-dropdown {
        top: calc(100% - -18px);
        right: 0;
        width: 253px;
        display: grid;
        padding: 15px;
    }
}
@media screen and (max-width: 991px) {
  .header-wrapper .main-menu {
    position: relative;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    margin-top: 20px;
    z-index: 999;
    padding: 15px 15px;
    background: var(--banner);
    transition: all 0.4s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    border-radius: 10px;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
    border-radius: 2px;
  }
  .main-menu li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 7px;
    border: 1px solid var(--border);
  }
  .main-menu li a {
    display: block;
    padding: 8px 10px 6px;
    font-size: 1rem;
  }
  .main-menu li .cmn--btn {
    display: inline-block !important;
    padding: 8px 25px 6px;
  }
  .main-menu li .sub-menu {
    margin: 0px 10px 15px 3px !important;
  }
  .main-menu li .sub-menu li a {
    padding: 8px 7px !important;
  }
  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 0 10px 20px 30px;
  }
  .main-menu li .sub-menu li .sub-two li a {
    display: block;
  }
  .main-menu .active a {
    color: var(--white);
  }
  .header-bar {
    position: relative;
    width: 31px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 1px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--text);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--text);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--text);
  }
  .header-bar span:last-child {
    bottom: 2px;
    background: var(--text);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
}
.header__twostyle {
  background: var(--base);
}
.header__twostyle .header-wrapper .main-menu li a {
  color: var(--white);
}
.header__twostyle .header-wrapper .sigin__grp .cmn__btn {
  background: var(--white);
  color: var(--base);
}
.header__twostyle .header-wrapper .sigin__grp .outline__btn {
  color: var(--white);
  background: var(--base);
  border-color: var(--buttoncolor);
}
.header__twostyle .header-wrapper .sigup__grp .cmn__btn {
  background: #415fe2;
}
.header__twostyle .header-wrapper .sigup__grp .outline__btn {
  color: var(--white);
  border-color: #415fe2;
}
.header__twostyle .header-wrapper .header-bar span {
  background: var(--white);
}

.header__threestyle.menu-fixed {
  background: var(--white);
}
.header__threestyle.menu-fixed .header-wrapper {
  border-bottom: unset;
}

.header__threestyle {
  background: transparent;
}
.header__threestyle .header-wrapper {
  border-bottom: 1px solid var(--bordertwo);
}

.banner__section {
  padding: 130px 0 40px;
}
.banner__section::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 75%;
  background: var(--bgsection);
  content: "";
  z-index: -1;
}

.fasilities__inner {
  gap: 10px;
}
@media (max-width: 1199px) {
  .fasilities__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fasilities__inner .fasilities__item {
  gap: 10px;
  padding: 12px 10px 14px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  font-family: "Lato", sans-serif;
  width: 12.5%;
  transition: all 0.5s;
}
.fasilities__inner .fasilities__item .icon img {
  transition: all 0.4s;
  width: 30px;
  height: 30px;
}
.fasilities__inner .fasilities__item span {
  font-weight: 500;
  transition: all 0.4s;
}
.fasilities__inner .fasilities__item:hover {
  background: var(--base);
}
.fasilities__inner .fasilities__item:hover span {
  color: var(--textwhite);
}
.fasilities__inner .fasilities__item:hover .icon img {
  filter: brightness(25);
}
@media (max-width: 1199px) {
  .fasilities__inner .fasilities__item {
    width: 14.2857142857%;
  }
}
@media (max-width: 991px) {
  .fasilities__inner .fasilities__item {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .fasilities__inner .fasilities__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .fasilities__inner .fasilities__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .fasilities__inner .fasilities__item {
    width: 100%;
  }
}
.fasilities__inner .active {
  background: var(--base);
}
.fasilities__inner .active span {
  color: var(--textwhite);
}
.fasilities__inner .active .icon img {
  filter: brightness(25);
}

.fasilities__innertwo {
  background: var(--textwhite);
  padding: 10px 10px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.fasilities__innertwo .fasilities__item {
  width: 100%;
  justify-content: flex-start;
}
.fasilities__innertwo .fasilities__item:not(:last-child) {
  margin-bottom: 15px;
}

.pay__sponsor__thumbtwo {
  width: 100%;
}
.pay__sponsor__thumbtwo img {
  width: 100%;
}

.recharge__paymentbox {
  background: var(--textwhite);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  padding: 5px 5px;
  border-radius: 5px;
}
.recharge__paymentbox img {
    width: 100%;
    border-radius: 7px;
}

@media (max-width: 575px) {
  .recharge__paymentbox {
    padding: 20px 15px;
  }
}
.recharge__paymentbox h5 {
  margin-bottom: 15px;
  font-weight: 400;
}
.recharge__paymentbox .prepaid__option {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
  justify-content: center;
}
.recharge__paymentbox .prepaid__option .prepaid__check input {
  box-shadow: none;
  border: 1px solid var(--border);
}
.recharge__paymentbox .prepaid__option .prepaid__check .form-check-input:checked[type=radio] {
  border: none;
}
.recharge__paymentbox form select {
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
  padding: 16px 30px;
  color: var(--placeholder);
  width: 100%;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}
.recharge__paymentbox form input {
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
  padding: 16px 30px;
  color: var(--placeholder);
  width: 100%;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  outline: none;
}
.recharge__paymentbox form ::-moz-placeholder {
  color: var(--placeholder);
}
.recharge__paymentbox form ::placeholder {
  color: var(--placeholder);
}
.recharge__paymentbox .payment__check {
  gap: 15px;
  align-items: center;
}
.recharge__paymentbox .payment__check .form-check-input {
  width: 24px;
  height: 24px;
  border: 1px solid var(--bordertwo);
  box-shadow: none;
  background-color: var(--textwhite);
}
.recharge__paymentbox .payment__check .form-check-label {
  font-size: 1.125rem;
  color: var(--darkextra);
}
.recharge__paymentbox .payment__check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../../assets/img/banner/check.png);
  background-size: 15px;
}

.recharge__pymentboxthree {
  padding: 30px 30px;
}
.recharge__pymentboxthree .form__thumb__added .payment__iconaddeds {
  position: relative;
  overflow: hidden;
}
.recharge__pymentboxthree .form__thumb__added .payment__iconaddeds .nice-select {
  padding: 10px 35px 13px 80px;
}
.recharge__pymentboxthree .form__thumb__added .payment__iconaddeds input {
  padding: 10px 35px 13px 80px;
}
.recharge__pymentboxthree .form__thumb__added .payment__iconaddeds .icon {
  position: absolute;
  left: 0;
  top: 1px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  width: 60px;
  height: 49px;
}
.recharge__pymentboxthree .form__thumb__added .payment__iconaddeds .icon img {
  padding-top: 4px;
}
@media (max-width: 575px) {
  .recharge__pymentboxthree {
    padding: 25px 15px;
  }
}

.payment__sponsor {
  position: relative;
}
.payment__sponsor .pay__sponsor__item {
  width: 100%;
}
.payment__sponsor .pay__sponsor__item img {
  width: 100%;
  border-radius: 10px;
}
.payment__sponsor .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.payment__sponsor .owl-nav .owl-prev i {
  background: var(--textwhite);
  border-radius: 50%;
}
.payment__sponsor .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.payment__sponsor .owl-nav .owl-next i {
  background: var(--textwhite);
  border-radius: 50%;
}

.pay__sponsor__grid {
  background: var(--textwhite);
  padding: 20px 10px;
}
.pay__sponsor__grid .promo__box:not(:last-child) {
  margin-bottom: 15px;
}
.pay__sponsor__grid .morehead {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  display: block;
  text-align: center;
  margin: 10px 0 35px;
}
.pay__sponsor__grid .morebtn {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--base);
  text-align: center;
}

.promo__sponsor__wrappertwo,
.promo__sponsor__wrapper {
  position: relative;
}
.promo__sponsor__wrappertwo .owl-nav,
.promo__sponsor__wrapper .owl-nav {
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
}

.promo__sponsor__item .promo__box:not(:last-child) {
  margin-bottom: 13px;
}
.promo__sponsor__item:last-child {
  margin-right: 2px;
}

.promo__box {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  gap: 20px;
  transition: all 0.4s;
}
.promo__box .content .link {
  margin-bottom: 10px;
  color: var(--text);
}
.promo__box .content a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.promo__box .content a span {
  color: var(--base);
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  display: block;
}
.promo__box .content a .icon i {
  font-size: 1.25rem;
  color: var(--base);
}
.promo__box:hover {
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.banner__section__two {
  padding: 130px 0 80px;
}
.banner__section__two .breadcumnd__link li {
  color: var(--text);
  font-weight: 500 !important;
  font-family: "Lato", sans-serif;
}
.banner__section__two .breadcumnd__link li a {
  color: var(--text);
  font-weight: 500 !important;
  font-family: "Lato", sans-serif;
}

.flight__roundtrip {
  margin-bottom: -210px;
}

.flight__onewaysection {
  padding-top: 175px;
}

.dubai {
  font-size: 26px;
}

@media (max-width: 1199px) {
  .flight__oneway__item {
    overflow-x: scroll;
  }
}
@media (max-width: 1199px) {
  .flight__oneway__item .flight__oneway__inner {
    width: 700px;
    padding-bottom: 15px;
  }
}
.flight__oneway__item .table {
  width: 100%;
  margin-bottom: 0;
}
.flight__oneway__item .table tbody {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.flight__oneway__item .table tbody tr td {
  border: unset;
  padding: 30px 20px;
  position: relative;
}
.flight__oneway__item .table tbody tr td .troth {
  color: #A3ADE7;
  text-decoration: line-through;
  display: block;
}
.flight__oneway__item .table tbody tr td .cmn__btn {
  padding: 8px 18px;
}
.flight__oneway__item .table tbody tr td:not(:first-child)::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  background: url(../../assets/img/payment/line-vertical.png) no-repeat center center;
  background-size: cover;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .flight__oneway__item .table tbody tr td:not(:first-child)::before {
    left: -10px;
  }
}
@media (max-width: 991px) {
  .flight__oneway__item .table tbody tr td:not(:first-child)::before {
    left: -10px;
  }
}
.flight__oneway__item .table tr th {
  padding: 15px 25px;
}
.flight__oneway__item .flight__wayfooter {
    padding: 15px 19px;
    position: relative;
    margin-bottom:15px;
}
.flight__oneway__item .flight__wayfooter .dicon {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid var(--input);
}
.flight__oneway__item .flight__wayfooter .dicon img {
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.g__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 245px;
}

@media (max-width: 1199px) {
  .flight__oneway__item2 {
    overflow-x: scroll;
  }
}
@media (max-width: 1199px) {
  .flight__oneway__item2 .flight__oneway__inner2 {
    width: 700px;
  }
}
.flight__oneway__item2 .headline__text {
  padding: 15px 25px;
}
.flight__oneway__item2 .tabletwo__body .table__conponent {
  padding: 30px 20px;
}
.flight__oneway__item2 .tabletwo__body .table__conponent li {
  position: relative;
}
.flight__oneway__item2 .tabletwo__body .table__conponent li:not(:first-child)::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  background: url(../../assets/img/payment/line-vertical.png) no-repeat center center;
  background-size: cover;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .flight__oneway__item2 .tabletwo__body .table__conponent li:not(:first-child)::before {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .flight__oneway__item2 .tabletwo__body .table__conponent li:not(:first-child)::before {
    left: -10px;
  }
}
.flight__oneway__item2 .tabletwo__body .right__tableprice {
  border-left: 1px solid var(--cmnborder);
  padding: 30px;
  width: 250px;
  min-height: 100%;
}
@media (max-width: 1399px) {
  .flight__oneway__item2 .tabletwo__body .right__tableprice .cmn__btn {
    padding: 9px 15px;
  }
}
.flight__oneway__item2 .flight__wayfooter {
  padding: 15px 30px;
}
.flight__oneway__item2 .flight__wayfooter .dicon {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid var(--input);
}
.flight__oneway__item2 .flight__wayfooter .dicon img {
  width: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.flight__oneway__confirmdetails {
  padding: 35px 40px 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .flight__oneway__confirmdetails {
    padding: 25px 15px 25px;
  }
}
.flight__oneway__confirmdetails .form-check-input {
  background-color: var(--white);
  border: 1px solid var(--text);
  box-shadow: none;
  outline: none;
  min-width: 16px;
  min-height: 16px;
}

.baggage__info {
  transition: all 0.4s;
  background: var(--white);
  padding: 5px;
  border-radius: 5px;
}
.baggage__info .icon {
  width: 54px;
  height: 54px;
  border: 1px solid var(--input);
  border-radius: 5px;
}
.baggage__info .content {
  width: calc(100% - 54px);
}
.baggage__info .content span {
  transition: all 0.4s;
}
.baggage__info:hover {
  background: var(--base);
}
.baggage__info:hover .icon img {
  filter: brightness(25);
}
.baggage__info:hover .content span {
  color: var(--white) !important;
}
.baggage__info:hover .content img {
  filter: brightness(25);
}

.protection__list {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .protection__list li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .protection__list li {
    width: 100%;
  }
}

.covid__restriction {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 30px 30px;
  border: 1px solid var(--input);
  gap: 20px;
  display:none !important;
}
@media (max-width: 767px) {
  .covid__restriction {
    flex-wrap: wrap;
    padding: 20px 20px;
  }
}
.covid__restriction .icons {
  min-width: 54px;
  height: 54px;
  border-radius: 5px;
  border: 1px solid var(--input);
}
.covid__restriction p {
  max-width: 450px;
}
.covid__restriction .cmn__btn {
  padding: 9px 18px;
  font-size: 18px;
  min-width: 169px;
}

.new__breadcumd {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  padding: 35px 0;
}

.banner__three {
  padding: 130px 0 80px;
  overflow: hidden;
  position: relative;
}
.banner__three .element__man {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.banner__three .watch__element {
  position: absolute;
  top: 50px;
  left: 20px;
}
.banner__three .touch__element {
  position: absolute;
  bottom: 50px;
  left: 40px;
}
.banner__three .banner__wrapper__two {
  position: relative;
  z-index: 1;
}
.banner__three .ball__element {
  position: absolute;
  top: 80px;
  right: 60px;
}
@media (max-width: 1399px) {
  .banner__three .ball__element {
    display: none;
  }
}

.hotel__booksection {
  background: url(../../assets/img/hotel/hotel.jpg) no-repeat center center;
  background-size: cover;
  padding: 170px 0 210px;
}
@media (max-width: 1399px) {
  .hotel__booksection {
    padding: 160px 0 210px;
  }
}
@media (max-width: 1199px) {
  .hotel__booksection {
    position: relative;
  }
  .hotel__booksection::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(206, 227, 241, 0.568627451);
  }
  .hotel__booksection .hotel__content {
    position: relative;
  }
}
@media (max-width: 767px) {
  .hotel__booksection {
    padding: 150px 0 210px;
  }
}
.hotel__booksection .header-section {
  background: transparent;
}
.hotel__booksection .header-section .header-wrapper .sigin__grp .outline__btn {
  border: 1px solid #B1BDFE;
}

.hotel__content h1 {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .hotel__content h1 {
    font-size: 3.625rem;
  }
}
@media (max-width: 767px) {
  .hotel__content h1 {
    font-size: 2.625rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .hotel__content h1 {
    font-size: 1.8125rem;
    margin-bottom: 18px;
  }
}
.hotel__content p {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hotel__content p {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
@media (max-width: 450px) {
  .hotel__content p {
    margin-bottom: 30px;
    font-size: 1.125rem;
  }
}
.hotel__content .cmn__grp {
  display: flex;
  align-items: center;
  gap: 15px 24px;
}
.hotel__content .cmn__grp .cmn__btn {
  border: 1px solid #BBC3EE;
}
@media (max-width: 450px) {
  .hotel__content .cmn__grp {
    gap: 15px;
  }
  .hotel__content .cmn__grp .cmn__btn {
    padding: 8px 18px;
  }
}

.hotelbooking__categoris__wrap {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
  transform: translateY(-110px);
}
@media (max-width: 575px) {
  .hotelbooking__categoris__wrap {
    padding: 25px 15px;
  }
}
.hotelbooking__categoris__wrap .dating__body .hoteltitle {
  font-size: 1.5rem;
  color: var(--text);
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .hotelbooking__categoris__wrap .dating__body .hoteltitle {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.hotelbooking__categoris__wrap .dating__body .dating__body__box {
  justify-content: flex-start;
}

.flight__booksection {
  background: url(../../assets/img/flights/flight-banner.jpg) no-repeat center center;
  background-size: cover;
}

.breadcumnd__banner {
  /*padding: 180px 0 110px;*/
   padding: 130px 0 88px;
  background: var(--base);
}
.breadcumnd__banner2 {
   padding: 6px 0 88px;
  background: var(--base);
}
.breadcumnd__banner_normal {
    padding: 67px 0 6px;
}
@media (max-width: 575px) {
  .breadcumnd__banner {
    padding: 160px 0 85px;
  }
}

.breadcumnd__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bread__title {
  color: var(--white);
  margin-right: 20px;
  font-size:36px;
}
.b-head p {
    color: #cbd5f5;
    font-size: 15px;
}
.pl-pr_gap {
    padding-left: 209px;
    padding-right: 209px;
}
@media (max-width: 767px) {
  .bread__title {
    font-size: 2.625rem;
  }
}
@media (max-width: 575px) {
  .bread__title {
    font-size: 2.25rem;
  }
}

.breadcumnd__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 3px;
}
.breadcumnd__link li {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.breadcumnd__link li a {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.breadcumnd__link li i {
  color: var(--white);
  font-size: 1.5rem;
}

.booking__landing__one {
  padding: 90px 0 0;
  overflow: hidden;
}

.booking__thumb__one {
  width: 100%;
}
.booking__thumb__one img {
  width: 100%;
}
@media (max-width: 991px) {
  .booking__thumb__one {
    height: 350px;
  }
  .booking__thumb__one img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.trans50y {
  transform: translateY(-140px);
  margin-bottom: -70px;
}
@media (max-width: 1199px) {
  .trans50y {
    transform: translateY(0px);
    margin-bottom: 0px;
    margin-top: 40px;
  }
}

.booking__landing__wrap1 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
  background: var(--white);
}
@media (max-width: 500px) {
  .booking__landing__wrap1 {
    padding: 30px 15px;
  }
}

.booking__landing__head .nav {
  gap: 12px 20px;
  border: unset;
  padding: 0px 0px;
  box-shadow: none;
}
.booking__landing__head .nav .nav-item {
  background: transparent;
}
.booking__landing__head .nav .nav-item .nav-link {
  padding: 0 0;
  border: none;
  background: transparent;
  border-radius: 5px;
}
.booking__landing__head .nav .nav-item .nav-link.active {
  background: var(--base);
}
.booking__landing__head .nav .nav-item .nav-link .fasilities__item {
  background: transparent;
  padding: 10px 25px 10px;
}
.booking__landing__head .nav .nav-item .nav-link .fasilities__item .icon img {
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.booking__landing__head .nav .nav-item .nav-link .fasilities__item:hover {
  background: var(--base);
}

.dating__body .dating__body__box {
  display: flex;
/*  align-items: center;*/
  gap: 15px 24px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .dating__body .dating__body__box {
    flex-wrap: wrap;
  }
}
.dating__body .dating__hidden {
  overflow: hidden;
}
.dating__body .dating__item {
  width: 100%;
  position: relative;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
}
.dating__body .dating__item .datelocation,
.dating__body .dating__item #datepicker2,
.dating__body .dating__item #datepicker {
  position: relative;
}
.dating__body .dating__item .datelocation .calendaricon,
.dating__body .dating__item #datepicker2 .calendaricon,
.dating__body .dating__item #datepicker .calendaricon {
  position: absolute;
  right: 15px;
  top: 8px;
}
.dating__body .dating__item .datelocation .calendaricon i,
.dating__body .dating__item #datepicker2 .calendaricon i,
.dating__body .dating__item #datepicker .calendaricon i {
  color: var(--placeholder);
  font-size: 24px;
}
.dating__body .dating__item .calendaricon {
  position: absolute;
  right: 15px;
  top: 8px;
}
.dating__body .dating__item .calendaricon i {
  color: var(--placeholder);
  font-size: 24px;
}
.dating__body .dating__item input {
  box-shadow: none;
  outline: none;
  color: var(--placeholder);
  padding: 16px 30px 16px 15px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.dating__body .dating__item::-moz-placeholder {
  color: var(--placeholder);
}
.dating__body .dating__item::placeholder {
  color: var(--placeholder);
}
.dating__body .dating__item .cmn__btn {
  border: none;
  outline: none;
  text-align: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .dating__body .dating__item {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .dating__body .dating__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .dating__body .dating__item {
    width: 100%;
  }
  .dating__body .dating__item input {
    width: 100%;
  }
}
.dating__body .select__border {
  border: none;
}
.dating__body .booking__radio {
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-wrap: wrap;
}
.dating__body .booking__radio .b__radio {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dating__body .booking__radio .b__radio .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--bordertwo);
  box-shadow: none;
  outline: none;
}
.dating__body .booking__radio .b__radio label {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text);
}

.dating__body__box.dating__flight {
  flex-wrap: wrap;
  display: flex;
}
.dating__body__box.dating__flight .dating__item {
  max-width: 100%;
  border: 1px solid var(--bordertwo);
  position: relative;
  border-radius:10px;
}
@media (max-width: 1199px) {
  .dating__body__box.dating__flight .dating__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dating__body__box.dating__flight .dating__item {
    width: 100% !important;
  }
}
.dating__body__box.dating__flight .dating__item .datelocation {
  position: relative !important;
}
.dating__body__box.dating__flight .dating__item .datelocation input {
  box-shadow: none;
  outline: none;
  color: var(--placeholder);
  padding: 16px 30px 16px 15px;
  border-radius: 5px;
}
.dating__body__box.dating__flight .dating__item .calendaricon {
    position: absolute;
    top: -2px;
    display: block;
    left: 17px;
    color: var(--darkextra);
    font-size: 14px;
    display: flex;
    align-items: end;
}
.dating__body__box.dating__flight .dating__item .calendaricon i {
  color: #12a39f;
  font-size: 24px;
}
.dating__body__box.dating__flight .select__border {
  border: none;
}

.boock__check {
  display: flex;
  align-items: center;
  gap: 15px;
}
.boock__check .form-check-input {
  box-shadow: none;
  outline: none;
  width: 24px;
  height: 24px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
}
.boock__check input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../../assets/img/payment/check.png);
  background-size: 0.6rem;
}
.boock__check .form-check-input:checked {
  background-color: #F4F6FC;
  border-color: var(--checkborder);
}
.boock__check label {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--placeholder);
}

.booking__landing__two {
  padding: 120px 0 100px;
}

.max-200 {
  max-width: 200px;
  margin: 0 auto;
}

.booking__landing__headtwo {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px 10px;
  height: 100%;
}
.booking__landing__headtwo .nav .nav-item {
  width: 100%;
}
.booking__landing__headtwo .nav .nav-item:not(:last-child) {
  margin-bottom: 10px;
}
.booking__landing__headtwo .nav .nav-item .nav-link {
  width: 100%;
}
.booking__landing__headtwo .nav .nav-item .nav-link .fasilities__item {
  padding: 14px 25px 14px;
  width: 100%;
  display: block;
}

.booking__landing__bodytwo .dating__body {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .booking__landing__bodytwo .dating__body {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .booking__landing__bodytwo .dating__body {
    padding: 25px 15px;
  }
}
@media (max-width: 1399px) {
  .booking__landing__bodytwo .dating__body .dating__item {
    width: 100%;
  }
}
.booking__landing__bodytwo .dating__body .dating__item i {
  font-size: 22px;
  color: var(--placeholder);
}

.dating__body .bdcommontext {
  color: var(--text);
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media (max-width: 575px) {
  .dating__body .bdcommontext {
    font-size: 1.25rem;
  }
}

.booktricket__thumb {
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .booktricket__thumb {
    width: initial !important;
  }
}
@media (max-width: 991px) {
  .booktricket__thumb {
    max-width: 500px;
    margin: 0 auto;
  }
}
.booktricket__thumb img {
  width: 100%;
  height: 100%;
}
.booktricket__thumb .cmn__hotel {
  position: absolute;
  left: 20px;
  top: 190px;
  background: var(--white);
  color: var(--base);
  padding: 7px 18px 6px;
}
.booktricket__thumb .cmn__flight {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--white);
  color: #0B77B4;
  padding: 7px 18px 6px;
}

.booking__landingsection__three {
  padding: 90px 0 0;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  position: relative;
  overflow: hidden;
}

.tab-pane {
  position: relative;
}
.tab-pane .hoelmainshape {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.tab-pane .hoelmainshape2 {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.tab-pane .hoelmainshape3 {
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.booking__landing__headthree {
  background: var(--base);
  padding: 30px 0;
}
.booking__landing__headthree .booking__landing__head .nav {
  background: none;
}
@media (max-width: 1399px) {
  .booking__landing__headthree .booking__landing__head .nav {
    gap: 10px 10px;
  }
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link.active {
  background: var(--white);
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link.active .fasilities__item .icon img {
  filter: unset;
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link.active .fasilities__item span {
  color: var(--base);
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item {
  border: 1px solid #4B61D6;
}
@media (max-width: 1399px) {
  .booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item {
    padding: 10px 17px 10px;
  }
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item .icon img {
  filter: brightness(25);
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item span {
  color: var(--white);
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item:hover .icon img {
  filter: brightness(25);
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item:hover span {
  color: var(--white);
}
.booking__landing__headthree .search__contact {
  display: flex;
  align-items: center;
  gap: 15px 30px;
}
@media (max-width: 1399px) {
  .booking__landing__headthree .search__contact {
    gap: 10px 10px;
  }
}
@media (max-width: 1199px) {
  .booking__landing__headthree .search__contact {
    justify-content: center;
    margin-top: 12px;
  }
}
@media (max-width: 500px) {
  .booking__landing__headthree .search__contact {
    display: grid;
  }
}
.booking__landing__headthree .search__contact form {
  max-width: 250px;
  border: 1px solid #4B61D6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 0 24px 0 9px;
}
.booking__landing__headthree .search__contact form input {
  background: transparent;
  padding: 12px 0px 14px 15px;
  border: unset;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}
.booking__landing__headthree .search__contact form ::-moz-placeholder {
  color: var(--white);
}
.booking__landing__headthree .search__contact form ::placeholder {
  color: var(--white);
}
.booking__landing__headthree .search__contact form button {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: unset;
}
@media (max-width: 1399px) {
  .booking__landing__headthree .search__contact form {
    max-width: 180px;
    padding: 0 4px 0 1px;
  }
}
@media (max-width: 500px) {
  .booking__landing__headthree .search__contact form {
    max-width: 100%;
    display: flex;
  }
  .booking__landing__headthree .search__contact form button {
    display: none;
  }
}
.booking__landing__headthree .search__contact .cmn__btn {
  color: var(--white);
  border: 1px solid #4154B9;
  padding: 13px 15px 13px;
}
@media (max-width: 500px) {
  .booking__landing__headthree .search__contact .cmn__btn {
    text-align: center;
  }
}

.booking__landing__wrap3 {
  padding: 60px 0 100px;
}
.booking__landing__wrap3 .dating__body {
  position: relative;
  background: var(--white);
}
.booking__landing__wrap3 .dating__body .dots__shape1 {
  position: absolute;
  top: -35px;
  right: -35px;
  z-index: -1;
}
@media (max-width: 767px) {
  .booking__landing__wrap3 .dating__body .dots__shape1 {
    display: none;
  }
}
.booking__landing__wrap3 .dating__body .dots__shape2 {
  position: absolute;
  bottom: -35px;
  left: -35px;
  z-index: -1;
}
@media (max-width: 767px) {
  .booking__landing__wrap3 .dating__body .dots__shape2 {
    display: none;
  }
}

.booklanding__threecontent {
  position: relative;
}
.booklanding__threecontent .threeball {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
}
.booklanding__threecontent h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .booklanding__threecontent h2 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .booklanding__threecontent h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .booklanding__threecontent h2 {
    font-size: 1.8125rem;
    margin-bottom: 20px;
  }
}
.booklanding__threecontent p {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .booklanding__threecontent p {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.booklanding__threecontent .cmn__grp {
  display: flex;
  align-items: center;
  gap: 20px 30px;
}
@media (max-width: 500px) {
  .booklanding__threecontent .cmn__grp {
    flex-wrap: wrap;
  }
}
.booklanding__threecontent .cmn__grp .video__grp {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.booklanding__threecontent .cmn__grp .video__grp .video {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-radius: 50%;
  position: relative;
}
.booklanding__threecontent .cmn__grp .video__grp .video i {
  margin-top: -1px;
  font-size: 28px;
  color: var(--white);
}
.booklanding__threecontent .cmn__grp .video__grp .video::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background: #C1CBFF;
  z-index: -1;
  border-radius: 50%;
  animation: flashs 4s linear infinite;
}
.booklanding__threecontent .cmn__grp .video__grp span {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
@media (max-width: 991px) {
  .booklanding__threecontent {
    margin-bottom: 25px;
  }
}

@keyframes flashs {
  0% {
    transform: scale(1.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.help__banner {
  text-align: center;
  margin: 0 auto;
}
.help__banner h3 {
  margin-bottom: 20px;
}
.help__banner form {
  background: var(--white);
  border-radius: 5px;
  padding: 4px 10px 3px 5px;
  display: flex;
  justify-content: space-between;
}
.help__banner form input {
  color: var(--darkextra);
  background: transparent;
  border: none;
}
@media (max-width: 500px) {
  .help__banner form input {
    text-align: center;
  }
}
.help__banner form ::-moz-placeholder {
  color: var(--darkextra);
}
.help__banner form ::placeholder {
  color: var(--darkextra);
}
.help__banner form .cmn__btn {
  border-radius: 5px;
}

.help__wrapper {
  margin-bottom: -220px;
}

.help__items {
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 1399px) {
  .help__items {
    padding: 25px 15px;
  }
}
@media (max-width: 1399px) {
  .help__items {
    padding: 20px 8px;
  }
}
.help__items .content h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .help__items .content h5 {
    font-size: 20px;
  }
}
@media (max-width: 1399px) {
  .help__items .content h5 {
    font-size: 18px;
  }
}
.help__items .content h5 a {
  color: var(--text);
}
.help__items .content p {
  font-size: 1rem;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.help__items .content a {
  margin-top: 15px;
}
.help__items .content a span {
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--text);
  font-size: 18px;
}
.help__items .content a .icon i {
  color: var(--text);
  font-size: 22px;
}
.help__items .icons {
  border: 1px solid #DFE2F6;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 5px;
  transition: all 0.4s;
}
.help__items .icons img {
  transition: all 0.4s;
}
.help__items:hover .content h5 a {
  color: var(--base);
}
.help__items:hover .icons {
  background: var(--base);
}
.help__items:hover .icons img {
  filter: brightness(25);
}

.help__section {
  padding: 220px 0 120px;
}

.help__knowledge .help__items {
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .help__knowledge .help__items {
    height: 100%;
  }
}
.help__knowledge .help__items .content {
  width: calc(100% - 60px);
}
@media (max-width: 1199px) {
  .help__knowledge .help__items .content p {
    font-size: 14px;
  }
}

@media (max-width: 1399px) {
  .no__knowledge .help__items {
    padding: 25px 20px;
  }
}
.no__knowledge .help__items .icons {
  margin: 0 0 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

.owl-nav .owl-prev {
  transition: all 0.4s;
}
.owl-nav .owl-prev i {
  color: var(--darkbase);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  font-size: 1.25rem;
  transform: rotate(180deg);
}
.owl-nav .owl-prev:hover {
  background: transparent;
}
.owl-nav .owl-prev:hover i {
  background: var(--base);
  color: var(--textwhite);
  border-color: var(--base);
}
.owl-nav .owl-next {
  transition: all 0.4s;
}
.owl-nav .owl-next i {
  color: var(--darkbase);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  font-size: 1.25rem;
}
.owl-nav .owl-next:hover {
  background: transparent;
}
.owl-nav .owl-next:hover i {
  background: var(--base);
  color: var(--textwhite);
  border-color: var(--base);
}

.blog__list__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 10px 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .blog__list__item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.blog__list__item .thumb {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog__list__item .thumb .date-item {
  position: absolute;
  display: block;
  background: var(--white);
  text-align: center;
  padding: 10px 20px;
  border-top-right-radius: 5px;
  bottom: 0;
  left: 0;
}
.blog__list__item .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 575px) {
  .blog__list__item .content h5 {
    font-size: 1.25rem;
  }
}
.blog__list__item .content h5 a {
  color: var(--darkextra);
  transition: all 0.4s;
}
.blog__list__item .content p {
  color: var(--darkextra);
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.blog__list__item:hover .thumb img {
  transform: scale(1.1);
}
.blog__list__item:hover .content h5 a {
  color: var(--base);
}

.admin__commments {
  display: flex;
  align-items: center;
  gap: 15px 30px;
}
.admin__commments a,
.admin__commments li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.admin__commments a .calen img,
.admin__commments li .calen img {
  width: 15px;
}
.admin__commments a .text,
.admin__commments li .text {
  color: var(--text);
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

@media (max-width: 991px) {
  .blog__right__wrapper {
    margin-top: 40px;
  }
}

.blog__right__commonbox {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 30px 30px;
  background: var(--white);
}
@media (max-width: 1399px) {
  .blog__right__commonbox {
    padding: 25px 20px;
  }
}
.blog__right__commonbox .common__tile {
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: var(--text);
  border-bottom: 1px solid var(--bordertwo);
}
.blog__right__commonbox form {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  border: 1px solid #D5DAF3;
  padding: 5px 15px 5px 8px;
  position: relative;
}
.blog__right__commonbox form input {
  border: unset;
  outline: none;
  background: transparent;
  color: var(--text);
  position: relative;
}
.blog__right__commonbox form button {
  border: unset;
  outline: none;
  background: transparent;
}
.blog__right__commonbox form button i {
  font-size: 26px;
  color: var(--base);
}
@media (max-width: 500px) {
  .blog__right__commonbox form button i {
    position: absolute;
    top: 15px;
    right: 10px;
  }
}
.blog__right__commonbox .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog__right__commonbox .social li a {
  border: 1px solid #E9EBF9;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  display: block;
  justify-content: center;
  text-align: center;
  background: var(--white);
  border-radius: 5px;
  transition: all 0.4s;
}
.blog__right__commonbox .social li a img {
  transition: all 0.4s;
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog__right__commonbox .social li:hover a {
  background: var(--base);
}
.blog__right__commonbox .social li:hover a img {
  filter: brightness(25);
}
.blog__right__commonbox .recent__post .recent__item {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
@media (max-width: 1399px) {
  .blog__right__commonbox .recent__post .recent__item {
    flex-wrap: wrap;
  }
}
.blog__right__commonbox .recent__post .recent__item:not(:last-child) {
  margin-bottom: 30px;
}
.blog__right__commonbox .recent__post .recent__item .content .title {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.blog__right__commonbox .recent__post .recent__item .content .date {
  font-size: 1rem;
  color: var(--base);
  font-weight: 16;
  font-family: "Lato", sans-serif;
}
.blog__right__commonbox .popular__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog__right__commonbox .popular__tags a {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--text);
}

.blog__grid__leftwrapper .blog__list__item {
  display: grid;
  gap: 0;
  height: 100%;
}
.blog__grid__leftwrapper .blog__list__item .thumb {
  position: relative;
}
.blog__grid__leftwrapper .blog__list__item .thumb .date__box {
  width: 90px;
  height: 80px;
  border-top-right-radius: 5px;
  background: var(--white);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__grid__leftwrapper .blog__list__item .thumb .date__box span {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--base);
  font-family: "Lato", sans-serif;
  display: block;
}
.blog__grid__leftwrapper .blog__list__item .content {
  padding: 25px 20px;
}

.blog__related__wrapper {
  position: relative;
}
.blog__related__wrapper .owl-nav {
  position: absolute;
  top: -110px;
  right: 0;
}
@media (max-width: 500px) {
  .blog__related__wrapper .owl-nav {
    display: none;
  }
}
.blog__related__wrapper .owl-nav .owl-prev i {
  font-size: 26px;
}
.blog__related__wrapper .owl-nav .owl-next i {
  font-size: 26px;
}
.blog__related__wrapper .blog__list__item:last-child {
  margin-right: 10px;
}
.blog__related__wrapper .blog__list__item:first-child {
  margin-left: 10px;
}
@media (max-width: 1399px) {
  .blog__related__wrapper .blog__list__item .content h5 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .blog__related__head h3 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .blog__related__head h3 {
    font-size: 1.625rem;
  }
}

.blog__details__box .blog__list__item {
  display: grid;
  gap: 0;
}
.blog__details__box .blog__list__item .thumb {
  width: 100%;
}
.blog__details__box .blog__list__item .thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .blog__details__box .blog__list__item h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 500px) {
  .blog__details__box .blog__list__item h3 {
    font-size: 1.625rem;
  }
}
.blog__details__box .blog__list__item h3 a {
  color: var(--text);
}
.blog__details__box .blog__list__item .content {
  padding: 25px 20px 25px;
}
@media (max-width: 500px) {
  .blog__details__box .blog__list__item .content {
    padding: 20px 0px 20px;
  }
}
.blog__details__box .blog__list__item .content .text1 {
  color: #5A5A5A;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}

.comment__client {
  overflow: hidden;
}
.comment__client .testimonial__item {
  box-shadow: none;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  margin: 0 0;
}
.comment__client .testimonial__item p {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .comment__client .testimonial__item p {
    font-size: 1rem;
  }
}

.woman__gallery {
  width: 100%;
}
.woman__gallery img {
  width: 100%;
}

.tags__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tags__social {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.tags__social .tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 500px) {
  .tags__social .tags {
    flex-wrap: wrap;
  }
}
.tags__social .tags a {
  display: inline-block;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  color: var(--text);
  padding: 10px 20px;
}
.tags__social .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tags__social .social li a {
  border: 1px solid #E9EBF9;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  display: block;
  justify-content: center;
  text-align: center;
  background: var(--white);
  border-radius: 5px;
  transition: all 0.4s;
}
.tags__social .social li a img {
  transition: all 0.4s;
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tags__social .social li:hover a {
  background: var(--base);
}
.tags__social .social li:hover a img {
  filter: brightness(25);
}

.comment__details__wrapper {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 30px 30px;
  border: 1px solid #D5DAF2;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .comment__details__wrapper {
    padding: 20px 15px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.comment__details__wrapper .svgicon {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .comment__details__wrapper .svgicon {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .comment__details__wrapper .svgicon {
    width: 400px;
  }
}
@media (max-width: 500px) {
  .comment__details__wrapper .svgicon {
    width: 280px;
  }
}
.comment__details__wrapper h3 {
  margin-bottom: 35px;
  color: var(--darkextra);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .comment__details__wrapper h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  .comment__details__wrapper h3 {
    font-size: 1.8125rem;
  }
}

.comment__box__inner {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .comment__box__inner {
    flex-wrap: wrap;
  }
}
.comment__box__inner .comment__content h5 {
  display: flex;
  align-items: center;
  gap: 10px 35px;
  color: va(--text);
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .comment__box__inner .comment__content h5 {
    font-size: 1.25rem;
  }
}
.comment__box__inner .comment__content h5 span {
  position: relative;
  font-size: 1.125rem;
  color: var(--darkextra);
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.comment__box__inner .comment__content h5 span::before {
  position: absolute;
  left: -20px;
  top: 8px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--base);
}
.comment__box__inner .comment__content p {
  color: var(--darkextra);
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.reply__man {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reply__man form {
  display: flex;
  align-items: center;
  width: 100%;
}
.reply__man form input {
  width: 100%;
  background: var(--white);
  color: var(--placeholder);
  border: 1px solid #DFE3F7;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.reply__man form ::-moz-placeholder {
  color: var(--placeholder);
}
.reply__man form ::placeholder {
  color: var(--placeholder);
}
.reply__man form .cmn__btn {
  outline: none;
  border: none;
  height: 100%;
  padding: 13px 20px;
}

.write__comment {
  display: inline;
}
.write__comment h4 {
  color: var(--text);
  font-weight: 700;
  margin-bottom: 30px;
}
.write__comment input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid #D5D9F0;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 12px 25px 12px;
  color: var(--text);
  margin-bottom: 20px;
}
.write__comment textarea {
  margin-bottom: 30px;
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid #D5D9F0;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 12px 25px 12px;
  color: var(--text);
}
.write__comment .cmn__btn {
  border: none;
  outline: none;
  border-radius: 5px;
}
.write__comment ::-moz-placeholder {
  color: var(--text);
}
.write__comment ::placeholder {
  color: var(--text);
}

.signup__section {
  padding: 172px 0 80px;
  overflow: hidden;
}

.signup__boxes {
  background: var(--white);
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(20, 30, 70, 0.07);
  padding: 44px;
  transition: background .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.signup__boxes h1 {
    color: #16213d;
    font-size: 30px;
    margin: 0 0 8px;
}
.signup__boxes .sub {
    font-size: 14.5px;
    color: var(--text-faint);
    margin: 0 0 28px;
}

@media (max-width: 500px) {
  .signup__boxes {
    padding: 25px 15px;
  }
}
.signup__boxes h4 {
  color: var(--text);
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .signup__boxes h4 {
    font-size: 1.5rem;
  }
}
.input__grp {
    position: relative;
}
#captchaImg {
    position: absolute;
    right: 0px;
    top: 29px;
    height: 48px;
}
#captchaImg:before {
    content:"";
    position: absolute;
    width:100%;
    height:10px;
}
.cbox:before {
    content: "";
    position: absolute;
    width: 137px;
    height: 54px;
    background-color: #02286e;
    /* z-index: 1; */
    right: 0;
    top: 42px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.hdiv {
    position: relative;
}
.signup__boxes .head__pra {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.signup__boxes .recent__code {
  color: var(--text);
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
}
.signup__boxes form .input__grp label {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 15px;
}
.signup__boxes form .input__grp input {
  width: 100%;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  color: var(--placeholder);
}
.signup__boxes form .input__grp textarea {
  width: 100%;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  color: var(--placeholder);
  outline: none;
  box-shadow: none;
}
.signup__boxes form .input__grp ::-moz-placeholder {
  color: var(--placeholder);
}
.signup__boxes form .input__grp ::placeholder {
  color: var(--placeholder);
}
.signup__boxes form .input__grp .tag__pra {
  color: var(--text);
  font-weight: 400;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
}
.signup__boxes form .input__grp .tag__pra a {
  color: var(--base);
}
.signup__boxes form .input__grp .cmn__btn {
  border: none;
  border-radius: 5px;
}

.bluar__shape {
    position: relative;
    color: #16213d;
    background: radial-gradient(circle at 85% 8%, rgba(108, 92, 231, 0.10), transparent 40%), radial-gradient(circle at 5% 90%, rgba(47, 111, 237, 0.08), transparent 40%), linear-gradient(135deg, #fbfcfe 0%, #f3f5fc 45%, #e8ecfb 100%);
    min-height: 100vh;
    transition: background .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease;
}


@media (max-width: 1199px) {
  .signup__thumb {
    width: 100%;
  }
  .signup__thumb img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .signup__thumb {
    margin-top: 35px;
  }
}

.password__box {
  background: var(--white);
}
.password__box .form-group {
  position: relative;
}
.password__box .form-group input {
  padding: 10px 15px 14px;
  outline: none;
  box-shadow: none;
}
.password__box .form-group .field-icon {
  position: absolute;
  top: 5px;
  right: 15px;
}
.password__box .form-group .field-icon i {
  font-size: 19px;
  color: var(--base);
}

.back__btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.back__btn .icon i {
  font-size: 24px;
  color: var(--text);
}
.back__btn span {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #2C3655;
}

.country__toreach {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  gap: 10px;
  padding-left: 15px;
}
.country__toreach input {
  border: unset;
  background: transparent;
  color: var(--text);
}
.country__toreach .nice-select {
  border: unset;
  padding: 0;
  width: 65px;
  margin-left: 18px;
  margin-top: 5px;
}
.country__toreach .nice-select:after {
  border-bottom: 0px solid var(--placeholder);
  border-right: 0px solid var(--placeholder);
  content: "";
  background: url(../../assets/img/svg/dropdown.svg) no-repeat center center;
  background-size: cover;
  display: block;
  height: 10px;
  margin-top: 0px;
  pointer-events: none;
  position: absolute;
  left: -16px;
  bottom: 30%;
  transform-origin: 66% 66%;
  transform: rotate(2deg);
  transition: all 0.15s ease-in-out;
  width: 13px;
}

.varified__number .input__grp input {
  text-align: center;
}

.forgot {
  color: var(--base);
  font-weight: 400;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  text-align: right;
  margin-top: 12px;
}

.divided__common__body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.divided__common__body .side__sticky {
  width: 220px;
  position: fixed;
  top: 0px;
}
@media (max-width: 1399px) {
  .divided__common__body .side__sticky {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .divided__common__body {
    flex-wrap: wrap;
  }
  .divided__common__body .side__sticky {
    position: initial;
    width: 100%;
  }
  .divided__common__body .common__body {
    margin-left: 0px;
    width: 100%;
  }
}

.common__sidebar__wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
.common__sidebar__wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(70, 47, 244, 0.3254901961);
  border-radius: 5px;
}

/* Handle */
.common__sidebar__wrapper::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.common__sidebar__wrapper {
  background: var(--white);
  border-radius: 5px;
  padding: 93px 0px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 17px -4px, rgba(0, 0, 0, 0.3) 0px 1px 0px -9px;
  height: 100vh;
  overflow-y: scroll;
}
.common__sidebar__wrapper .common__sideitems {
  border: 1px solid var(--cmnborder);
}
.common__sidebar__wrapper .common__sideitems:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .common__sidebar__wrapper .common__sideitems:not(:last-child) {
    margin-bottom: 0;
  }
}
.common__sidebar__wrapper .common__sideitems a {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 10px 6px;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.9s;
}
.common__sidebar__wrapper .common__sideitems a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--base);
  z-index: -1;
  transition: all 0.9s;
}
.common__sidebar__wrapper .common__sideitems a:hover {
  color: var(--white);
}
.common__sidebar__wrapper .common__sideitems a:hover::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--base);
  z-index: -1;
  transition: all 0.9s;
}
.common__sidebar__wrapper .common__sideitems .active {
  color: var(--white);
  z-index: 1;
}
.common__sidebar__wrapper .common__sideitems .active::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--base);
  z-index: -1;
  transition: all 0.4s;
}
.common__sidebar__wrapper .common__sideitems .active:hover {
  color: var(--banner);
}
.common__sidebar__wrapper .common__sideitems .active:hover::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  transition: all 0.4s;
  background: var(--white);
}
@media (max-width: 1199px) {
  .common__sidebar__wrapper {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    height: initial;
    justify-content: center;
    padding: 120px 0px 30px;
  }
  .common__sidebar__wrapper .common__sideitems {
    height: 46px;
    width: 16.6666666667%;
  }
  .common__sidebar__wrapper .common__sideitems a {
    height: 46px;
    text-align: center;
    font-size: 16px;
    padding: 8px 5px 6px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .common__sidebar__wrapper .common__sideitems {
    width: 20%;
  }
  .common__sidebar__wrapper .common__sideitems a {
    font-size: 14px;
    padding: 10px 5px 6px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .common__sidebar__wrapper .common__sideitems {
    width: 25%;
  }
  .common__sidebar__wrapper .common__sideitems a {
    font-size: 14px;
    padding: 10px 5px 6px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .common__sidebar__wrapper .common__sideitems {
    width: 33.3333333333%;
  }
  .common__sidebar__wrapper .common__sideitems a {
    font-size: 14px;
    padding: 10px 5px 6px;
  }
}
@media (max-width: 1199px) and (max-width: 500px) {
  .common__sidebar__wrapper .common__sideitems {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .common__sidebar__wrapper {
    padding: 120px 20px 30px;
  }
}

.common__body {
  background: var(--blockbody);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 17px -4px, rgba(0, 0, 0, 0.3) 0px 1px 0px -9px;
  border-radius: 5px;
  color: var(--themetext);
  padding: 15px;
  padding-top: 100px;
  margin-left: 220px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .common__body {
    padding-top: 30px;
  }
}
.common__body .cmn__title {
  color: var(--themetext);
  padding-bottom: 20px;
  border: 1px solid var(--base);
  border-radius: 5px;
  padding: 5px 15px 25px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .common__body .cmn__title {
    font-size: 48px;
    padding: 5px 15px 20px;
  }
}
@media (max-width: 767px) {
  .common__body .cmn__title {
    font-size: 32px;
    padding: 5px 15px 15px;
  }
}
@media (max-width: 575px) {
  .common__body .cmn__title {
    font-size: 28px;
    padding: 5px 15px 13px;
  }
}

.common__body__section .common__body__head h4 {
  margin-bottom: 20px;
  color: var(--banner);
}
.common__body__section .common__body__head .nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.common__body__section .common__body__head .nav .nav-item {
  border: none;
}
.common__body__section .common__body__head .nav .nav-item .nav-link {
  border: none;
  padding: 0%;
  background: transparent;
  color: var(--banner);
  font-weight: 500;
  border: 1px solid var(--bordertwo);
  border-radius: 2px;
  padding: 5px 20px 7px;
  text-transform: uppercase;
}
.common__body__section .common__body__head .nav .nav-item .nav-link.active {
  background: transparent;
  color: var(--base);
}

.prettyprint {
  background: #000;
}

.typography__wrapper .typography__items h1, .typography__wrapper .typography__items h2, .typography__wrapper .typography__items h3, .typography__wrapper .typography__items h4, .typography__wrapper .typography__items h5, .typography__wrapper .typography__items h6 {
  color: var(--themetext);
}
@media (max-width: 575px) {
  .typography__wrapper .typography__items .d1 {
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 120%;
  }
  .typography__wrapper .typography__items .d2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
  }
  .typography__wrapper .typography__items .d3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
  }
  .typography__wrapper .typography__items .d4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
  }
}
.typography__wrapper .body__text .body__text__item .texttitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--themetext);
  margin-bottom: 10px;
  display: block;
}
.typography__wrapper .body__text .body__text__item .lead {
  font-size: 24px;
  font-weight: 700;
  max-width: 700px;
  line-height: 150%;
}
@media (max-width: 575px) {
  .typography__wrapper .body__text .body__text__item .lead {
    font-size: 16px;
    font-weight: 500;
  }
}
.typography__wrapper .body__text .body__text__item .xl {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  max-width: 700px;
}
@media (max-width: 575px) {
  .typography__wrapper .body__text .body__text__item .xl {
    font-size: 16px;
    font-weight: 400;
  }
}
.typography__wrapper .body__text .body__text__item .lg {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
}
@media (max-width: 575px) {
  .typography__wrapper .body__text .body__text__item .lg {
    font-size: 14px;
  }
}
.typography__wrapper .body__text .body__text__item .md {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
}
@media (max-width: 575px) {
  .typography__wrapper .body__text .body__text__item .md {
    font-size: 14px;
  }
}
.typography__wrapper .body__text .body__text__item .sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
}
.typography__wrapper .body__text .body__text__item .xs {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
}
.typography__wrapper .body__text .body__text__item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--idborder);
}

.blocks__home .banner__mask {
  margin-bottom: -2px;
}
.blocks__home .banner__section .banner__content {
  padding-top: 20px;
}
.blocks__home .banner__section .banner__content .d3 {
  font-size: 48px;
}
@media (max-width: 500px) {
  .blocks__home .banner__section .banner__content .btg__grp {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .blocks__home .banner__section .banner__wrapper {
    padding-top: 60px;
  }
}
.blocks__home .banner__section__two .banner__wrapper {
  padding-top: 100px;
}
@media (max-width: 500px) {
  .blocks__home .banner__section__two .banner__wrapper .banner__content .btg__grp {
    flex-wrap: wrap;
  }
}
.blocks__home .banner__section__three .banner__wrapper {
  padding-top: 50px;
}
.blocks__home .banner__section__three .banner__wrapper .banner__content .content__box .d3 {
  font-size: 48px;
}
@media (max-width: 500px) {
  .blocks__home .banner__section__three .banner__wrapper .banner__content .content__box .d3 {
    font-size: 29px;
  }
}
@media (max-width: 500px) {
  .blocks__home .banner__section__three .banner__wrapper .banner__content .content__box .btg__grp {
    flex-wrap: wrap;
  }
}
.blocks__home .banner__section__four .banner__wrapper {
  padding-top: 100px;
}
@media (max-width: 1399px) {
  .blocks__home .banner__section__four .banner__wrapper .banner__content .d3 {
    font-size: 48px;
  }
}
.blocks__home .banner__section__four .banner__wrapper .banner__content .d3 .rounded svg {
  width: 160px;
  top: -10px;
}
@media (max-width: 500px) {
  .blocks__home .banner__section__four .banner__wrapper .banner__content .btg__grp {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blocks__home .banner__section__four .banner__wrapper {
    padding-top: 60px;
  }
}
.blocks__home .banner__section__five .banner__wrapper {
  padding-top: 90px;
}
.blocks__home .banner__section__five .banner__content .d3 {
  font-size: 48px;
}
@media (max-width: 500px) {
  .blocks__home .banner__section__five .banner__content .btg__grp {
    flex-wrap: wrap;
  }
}
.blocks__home .about__section .about__thumb .brain__element {
  max-width: 150px;
  left: -120px;
}
.blocks__home .about__section .about__thumb .brain__element img {
  width: 100%;
}
.blocks__home .about__section__two .about__thumb {
  max-width: 550px;
  top: 0;
}
@media (max-width: 1399px) {
  .blocks__home .about__section__two .about__thumb {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .blocks__home .about__section__two .about__thumb {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .blocks__home .about__section__four .about__thumb {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .blocks__home .make__service__section .airobot {
    width: 80px;
  }
  .blocks__home .make__service__section .airobot img {
    width: 100%;
  }
}
.blocks__home .main__counter__project .project__count__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px 24px;
  text-align: left;
  padding: 20px 20px;
  border-radius: 5px;
  background: var(--box1);
  border: 1px solid var(--inbox1);
}
.blocks__home .main__counter__project .project__count__items .icon {
  margin: 0;
  background: transparent;
  border: none;
}
.blocks__home .main__counter__project .project__count__items .icon i {
  font-size: 48px;
}
.blocks__home .main__counter__project .project__count__items .counter__items {
  text-align: left !important;
}
.blocks__home .main__counter__project .project__count__items .counter__items .counter__content .cont {
  justify-content: flex-start;
  text-align: left;
}
.blocks__home .main__counter__project .project__count__itemstwo {
  background: var(--box2);
  border: 1px solid var(--boxtwoborderpro);
}
.blocks__home .main__counter__project .project__count__itemsthree {
  background: var(--inbox4);
  border: 1px solid var(--boxborderpro);
}
.blocks__home .main__counter__project .project__count__itemsfive {
  background: var(--pribox4);
  border: 1px solid var(--fiveicon4bor);
}
.blocks__home .capabilities__section .capa__ai {
  top: 10px;
  left: 10px;
  width: 40px;
}
@media (max-width: 1399px) {
  .blocks__home .case__different__section .capabilities__items {
    display: grid;
  }
  .blocks__home .case__different__section .capabilities__items .content {
    width: 100%;
    margin: 0 0px 0px;
  }
}
@media (max-width: 1399px) {
  .blocks__home .testimonial__section .testimonial__thumb__two {
    max-width: 400px;
  }
}
.blocks__home .newsletter__section__four .newsletter__wrapper {
  margin-top: 0px;
  transform: translateY(0px);
}
.blocks__home .faq__section__four .accordion__four__contnt {
  position: relative;
  z-index: 1;
}
.blocks__home .faq__section__four .accordion-item {
  position: relative;
  z-index: 1;
}

.personal__infotabs {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 991px) {
  .personal__infotabs {
    margin-bottom: 30px;
  }
}
.personal__infotabs .nav {
  border: unset;
  display: inline;
}
.personal__infotabs .nav .nav-item .nav-link {
  text-align: left;
  border-radius: 5px;
  padding: 13px 20px 13px;
  width: 100%;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.personal__infotabs .nav .nav-item .nav-link span {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.personal__infotabs .nav .nav-item .nav-link.active {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  border-radius: 5px;
}
.personal__infotabs .nav .nav-item .nav-link.active .icon img {
  filter: brightness(25);
}
.personal__infotabs .nav .nav-item .nav-link.active span {
  color: var(--white);
}

@media (max-width: 500px) {
  .personal__infobody {
    overflow-x: scroll;
  }
}

.personal__info__box {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 24px 30px;
}
@media (max-width: 500px) {
  .personal__info__box {
    width: 500px;
  }
}
.personal__info__box .per__ittle {
  margin-bottom: 20px;
  justify-content: space-between;
}
.personal__info__box .per__ittle h5 {
  color: var(--text);
  font-weight: 700;
}
.personal__info__box .per__ittle .edit span {
  color: var(--text);
}
.personal__info__box .per__ittle .delete {
  border: 1px solid var(--borderthree);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.personal__info__box .per__ittle .delete i {
  font-size: 24px;
  color: var(--base);
  margin-top: 0;
}
.personal__info__box .personal__details__name {
  padding: 20px 20px;
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
}
.personal__info__box .personal__details__name li {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.personal__info__box .personal__details__name li:not(:last-child) {
  border-bottom: 1px solid var(--bordertwo);
}
.personal__info__box .personal__details__name li:last-child {
  padding-bottom: 0;
}
.personal__info__box .personal__details__name li:first-child {
  padding-top: 0;
}
.personal__info__box .personal__details__name li .namebold {
  width: 50%;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.personal__info__box .personal__details__name li span {
  font-size: 1rem;
  color: var(--text);
  font-family: "Lato", sans-serif;
  width: 50%;
}
.personal__info__box .personal__details__name li span a {
  color: var(--base);
}
.personal__info__box .personal__details__name li .actbe {
  color: var(--base);
}
.personal__info__box .closeaccount {
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;
}
.personal__info__box .closeaccount .icon i {
  color: var(--base);
  font-size: 26px;
}
.personal__info__box .closeaccount span {
  color: var(--text);
}
.personal__info__box .table1 {
  width: 100%;
}
.personal__info__box .table1 thead th {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 15px 20px;
  color: var(--text);
  font-family: "Lato", sans-serif;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.personal__info__box .table1 tbody tr:nth-child(even) {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.personal__info__box .table1 tbody tr td {
  padding: 15px 20px;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.personal__info__box .table1 tbody tr td .purchase {
  border: 1px solid #DFE2F6;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--base);
  padding: 10px 8px 13px;
  width: 140px;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.personal__info__box .table1 tbody tr td .edit img {
  filter: brightness(0);
}
.personal__info__box .debit__creadit {
  flex-wrap: wrap;
  gap: 20px;
}
.personal__info__box .debit__creadit .card__boxed {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.1) 0%, rgba(39, 61, 177, 0.1) 100%);
  border-radius: 10.2563px;
  padding: 21px;
  text-align: center;
  width: 200px;
  height: 120px;
}
.personal__info__box .debit__creadit .card__boxed img {
  margin: 0 auto 8px;
  display: block;
}
.personal__info__box .debit__creadit .card__boxed span {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.personal__info__box .calender__date {
  position: relative;
  margin-bottom: 24px;
}
.personal__info__box .calender__date input {
  width: 100%;
  padding: 21px 20px 21px 60px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  outline: none;
}
.personal__info__box .calender__date ::-moz-placeholder {
  font-size: 1.125rem;
  color: var(--text);
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.personal__info__box .calender__date ::placeholder {
  font-size: 1.125rem;
  color: var(--text);
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.personal__info__box .calender__date i {
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 26px;
  color: var(--base);
}

.personal__info__boxtwo {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 24px 30px;
}
.personal__info__boxtwo .per__ittle {
  margin-bottom: 20px;
  justify-content: space-between;
}
.personal__info__boxtwo .per__ittle h5 {
  color: var(--text);
  font-weight: 700;
}
.personal__info__boxtwo .per__ittle .edit span {
  color: var(--text);
}
.personal__info__boxtwo .per__ittle .delete {
  border: 1px solid var(--borderthree);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.personal__info__boxtwo .per__ittle .delete i {
  font-size: 24px;
  color: var(--base);
  margin-top: 0;
}

.change__password {
  display: grid;
}
.change__password .form__grp {
  width: 100%;
}
.change__password .form__grp label {
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 10px;
}
.change__password .form__grp input {
  width: 100%;
  color: var(--text);
  border-radius: 5px;
}
.change__password .form__grp ::-moz-placeholder {
  color: var(--text);
}
.change__password .form__grp ::placeholder {
  color: var(--text);
}
.change__password .form__grp .cmn__btn {
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 1199px) {
  .personal__favorites {
    overflow-x: scroll;
  }
  .personal__favorites .personal__info__box {
    width: 700px;
  }
}

.notification__body .notification__item {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--bordertwo);
}
.notification__body .notification__item:first-child {
  border-top: 1px solid var(--bordertwo);
}
.notification__body .notification__item .form-check-input {
  background-color: #F4F6FC;
  border-radius: 50%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--checkborder);
}
.notification__body .notification__item .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../../assets/img/payment/check.png);
  background-size: 0.6rem;
}
.notification__body .notification__item .form-check-input:checked {
  background-color: #F4F6FC;
  border-color: var(--checkborder);
}
.notification__body .notification__item label {
  width: calc(100% - 30px);
}
.notification__body .notification__item label .announce {
  display: block;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 1px;
}
.notification__body .notification__item label .pragrah {
  color: var(--text);
  font-family: "Lato", sans-serif;
}

.preloader__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.938);
  position: fixed;
  width: 100%;
  height: 100%;
}
.preloader__wrap .preloader__box {
  position: relative;
  z-index: 1;
}
.preloader__wrap .preloader__box .circle {
  animation: round2 4s linear infinite;
}
.preloader__wrap .preloader__box .recharge {
  position: absolute;
  top: 10px;
  left: 45%;
  transform: translateX(-50%);
  opacity: 0;
  animation: city 3s linear infinite;
}
.preloader__wrap .preloader__box .pretext {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 27px;
    color: var(--base);
    margin-top: 10px;
    display: block;
    text-align: center;
}

@keyframes round2 {
  100% {
    transform: rotate(-40deg);
  }
}
@keyframes city {
  100% {
    top: 30px;
    opacity: 1;
  }
}
.refer__section {
  padding: 120px 0 120px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .refer__section {
    padding: 90px 0 100px;
  }
}
@media (max-width: 991px) {
  .refer__section {
    padding: 50px 0 90px;
  }
}
.refer__section .flower__refer {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.refer__thumb {
  width: unset;
  margin-left: -13rem;
}
@media (max-width: 1399px) {
  .refer__thumb {
    width: 600px;
    margin-left: -8rem;
  }
  .refer__thumb img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .refer__thumb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.refer__wrap {
  margin-bottom: 40px;
}

.refer__item {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.4s;
}
.refer__item:not(:last-child) {
  margin-bottom: 24px;
}
.refer__item .content h5 {
  color: var(--text);
  margin-bottom: 10px;
}
.refer__item .content p {
  font-size: 1rem;
  color: var(--text);
}
@media (max-width: 991px) {
  .refer__item {
    gap: 14px;
  }
  .refer__item .content h5 {
    font-size: 1.25rem;
  }
}

.refer__section__two {
  position: relative;
  overflow: hidden;
}
.refer__section__two .refercard {
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 991px) {
  .refer__section__two .refercard {
    display: none;
  }
}
.refer__section__two .referman {
  position: absolute;
  right: 0;
  top: 0px;
}
@media (max-width: 1399px) {
  .refer__section__two .referman {
    display: none;
  }
}
.refer__section__two::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 55%;
  background: var(--bgsection);
}

.refer__item__grid {
  display: grid;
  justify-content: center;
  text-align: center;
  position: relative;
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  transition: all 0.4s;
  z-index: 1;
  padding: 30px;
}
.refer__item__grid .icon {
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .refer__item__grid {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .refer__item__grid .content h5 {
    font-size: 1.125rem;
  }
  .refer__item__grid .content p {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .refer__item__grid {
    padding: 20px 15px;
  }
}
.refer__item__grid:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0);
}
.refer__item__grid .righicon {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  transition: all 0.4s;
}
.refer__item__grid .righicon i {
  font-size: 26px;
  color: var(--base);
  margin-top: 0;
}
.refer__item__grid .righicon:hover {
  background: var(--base);
}
.refer__item__grid .righicon:hover i {
  color: var(--white);
}

.speacial__support {
  overflow: hidden;
}

.speacial__refer__thumb {
  margin-left: -2rem;
}
@media (max-width: 1399px) {
  .speacial__refer__thumb {
    margin-left: -9rem;
  }
}
@media (max-width: 991px) {
  .speacial__refer__thumb {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }
  .speacial__refer__thumb img {
    width: 100%;
  }
}

.refer__section__three {
  position: relative;
  overflow: hidden;
  background: url(../../assets/img/app/blarcolor.png) no-repeat center center;
  background-size: cover;
}
.refer__section__three .refer__ball {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}
@media (max-width: 991px) {
  .refer__section__three .refer__ball {
    display: none;
  }
}

.refer__boxes__wrap {
  position: relative;
}
.refer__boxes__wrap .refer__dots1 {
  position: absolute;
  top: -20px;
  right: -40px;
}
.refer__boxes__wrap .refer__dots2 {
  position: absolute;
  bottom: -20px;
  right: -40px;
}
@media (max-width: 767px) {
  .refer__boxes__wrap {
    margin-top: 35px;
  }
}

.working__itemstwo {
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .working__itemstwo {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .working__itemstwo {
    padding: 20px 15px;
  }
}
.working__itemstwo .list {
  font-size: 4rem;
  color: var(--bordertwo);
  position: absolute;
  right: 20px;
  top: 0px;
  font-weight: 700;
  transform: skewX(-5deg);
}
.working__itemstwo .icon {
  margin-bottom: 20px;
}
.working__itemstwo .content h5 {
  margin-bottom: 10px;
}
.working__itemstwo .content p {
  font-size: 1rem;
}

.working__section {
  position: relative;
}
.working__section .maishape__work {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 480px;
}
.working__section .maishape__work img {
  width: 100%;
}
@media (max-width: 1399px) {
  .working__section .maishape__work {
    width: 200px;
  }
  .working__section .maishape__work img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .working__section .maishape__work {
    display: none;
  }
}

.work__mainthumb {
  width: 100%;
}
@media (max-width: 991px) {
  .work__mainthumb {
    margin-top: 35px;
  }
}
.work__mainthumb img {
  width: 100%;
}

.working__section__three {
  position: relative;
  overflow: hidden;
}
.working__section__three .working__itemstwo {
  background: var(--white);
  position: relative;
  z-index: 1;
}
.working__section__three .affter__one {
  position: relative;
  text-align: right;
}
.working__section__three .affter__one .list {
  position: absolute;
  right: calc(100% - 100px);
}
.working__section__three .affter__one::before {
  position: absolute;
  content: "";
  left: calc(100% + 5px);
  top: 50%;
  background: url(../../assets/img/working/smallline.png) no-repeat;
  background-size: contain;
  height: 16px;
  width: 100%;
  transform: translateY(-50%);
}
.working__section__three .affter__one::after {
  position: absolute;
  content: "1";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--darkextra);
  right: -140px;
  top: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  transform: translateY(-50%);
}
.working__section__three .affter__one:hover::after {
  background: var(--base);
  color: var(--white);
}
.working__section__three .affter__three {
  position: relative;
  text-align: right;
}
.working__section__three .affter__three .list {
  position: absolute;
  right: calc(100% - 100px);
}
.working__section__three .affter__three::before {
  position: absolute;
  content: "";
  left: calc(100% + 5px);
  top: 50%;
  background: url(../../assets/img/working/smallline.png) no-repeat;
  background-size: contain;
  height: 16px;
  width: 100%;
  transform: translateY(-50%);
}
.working__section__three .affter__three::after {
  position: absolute;
  content: "3";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--darkextra);
  right: -140px;
  top: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  transform: translateY(-50%);
}
.working__section__three .affter__three:hover::after {
  background: var(--base);
  color: var(--white);
}
.working__section__three .affter__two {
  position: relative;
}
.working__section__three .affter__two::before {
  position: absolute;
  content: "";
  right: 17%;
  top: 50%;
  background: url(../../assets/img/working/rightline.png) no-repeat;
  background-size: contain;
  height: 16px;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .working__section__three .affter__two::before {
    right: 22%;
  }
}
@media (max-width: 1199px) {
  .working__section__three .affter__two::before {
    right: 25%;
  }
}
@media (max-width: 991px) {
  .working__section__three .affter__two::before {
    right: 32%;
  }
}
.working__section__three .affter__two::after {
  position: absolute;
  content: "2";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--darkextra);
  left: -140px;
  top: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  transform: translateY(-50%);
}
.working__section__three .affter__two:hover::after {
  background: var(--base);
  color: var(--white);
}
.working__section__three .working__3shape {
  position: absolute;
  right: 10px;
  bottom: 50px;
}
@media (max-width: 1399px) {
  .working__section__three .working__3shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .working__section__three .affter__one::after, .working__section__three .affter__one::before,
  .working__section__three .affter__three::after,
  .working__section__three .affter__three::before,
  .working__section__three .affter__two::after,
  .working__section__three .affter__two::before {
    display: none;
  }
}

.working__wrapitems__three {
  position: relative;
}
.working__wrapitems__three::before {
  position: absolute;
  content: "";
  right: -135px;
  top: 0;
  background: url(../../assets/img/working/lines.png) no-repeat;
  background-size: contain;
  height: 100%;
  width: 20px;
}
@media (max-width: 1399px) {
  .working__wrapitems__three::before {
    display: none;
  }
}

.working__space {
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  .working__space {
    padding-bottom: 30px;
  }
}

.main__work__content .nav {
  display: grid;
  border: unset;
}
.main__work__content .nav .nav-item .nav-link {
  border: unset;
  display: flex;
  gap: 30px;
}
.main__work__content .nav .nav-item .nav-link .list {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--text);
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  position: relative;
  font-family: "Roboto", sans-serif;
}
.main__work__content .nav .nav-item .nav-link .contents {
  width: calc(100% - 90px);
  text-align: left;
}
.main__work__content .nav .nav-item .nav-link .contents .title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
  display: block;
  margin-bottom: 15px;
  margin-top: -2px;
}
@media (max-width: 575px) {
  .main__work__content .nav .nav-item .nav-link .contents .title {
    font-size: 1.5rem;
  }
}
.main__work__content .nav .nav-item .nav-link .contents .pra {
  font-size: 1.125rem;
  color: var(--text);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 500px) {
  .main__work__content .nav .nav-item .nav-link .contents .pra {
    visibility: visible;
    opacity: 1;
  }
}
.main__work__content .nav .nav-item .nav-link.active .pra {
  visibility: visible;
  opacity: 1;
}
.main__work__content .nav .nav-item .nav-link.active .list {
  background: var(--base);
}
.main__work__content .nav .nav-item .nav-link.active .list::before {
  background: var(--base) !important;
}
.main__work__content .nav .nav-item .nav-link.active .contents .title {
  color: var(--base);
}
@media (max-width: 500px) {
  .main__work__content .nav .nav-item .nav-link {
    display: grid;
    gap: 15px;
  }
  .main__work__content .nav .nav-item .nav-link .contents {
    width: 100%;
  }
}
.main__work__content .nav .nav-item:not(:last-child) {
  margin-bottom: 20px;
}
.main__work__content .nav .nav-item:not(:last-child) .nav-link {
  transition: all 0.4s;
}
.main__work__content .nav .nav-item:not(:last-child) .nav-link .list::before {
  position: absolute;
  height: 100%;
  width: 2px;
  content: "";
  transition: all 0.3s;
  background: var(--text);
  top: calc(100% + 5px);
}
@media (max-width: 500px) {
  .main__work__content .nav .nav-item:not(:last-child) .nav-link .list::before {
    display: none;
  }
}

.specilabooking__slidertwo .owl-nav {
  margin-top: -5px;
}
.specilabooking__slidertwo .hurray__offer {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 30px;
}
.specilabooking__slidertwo .hurray__offer:first-child {
  margin-left: 5px;
}
.specilabooking__slidertwo .hurray__offer:last-child {
  margin-right: 5px;
}
.specilabooking__slidertwo .hurray__offer .thumb {
  width: 100%;
}
.specilabooking__slidertwo .hurray__offer .thumb img {
  width: 100%;
}
.specilabooking__slidertwo .hurray__offer .country__select {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.specilabooking__slidertwo .hurray__offer .country__select span {
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  .specilabooking__slidertwo .hurray__offer .country__select span {
    font-size: 1.1875rem;
  }
}
.specilabooking__slidertwo .hurray__offer .country__select .icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid #CECECE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.specilabooking__slidertwo .hurray__offer .country__select .icon i {
  transition: all 0.4s;
  font-size: 20px;
  margin-top: 0px;
  color: var(--base);
}
.specilabooking__slidertwo .hurray__offer:hover .country__select .icon {
  border-color: var(--base);
  background: var(--base);
}
.specilabooking__slidertwo .hurray__offer:hover .country__select .icon i {
  color: var(--white);
}

@media (max-width: 575px) {
  .hurray__booking__three {
    padding: 0 10px;
  }
}

.hotel__bookslider1 .hurray__offer {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 30px;
}
.hotel__bookslider1 .hurray__offer:first-child {
  margin-left: 5px;
}
.hotel__bookslider1 .hurray__offer:last-child {
  margin-right: 5px;
}
.hotel__bookslider1 .hurray__offer .thumb {
  width: 100%;
}
.hotel__bookslider1 .hurray__offer .thumb img {
  width: 100%;
}
.hotel__bookslider1 .hurray__offer .country__select {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotel__bookslider1 .hurray__offer .country__select span {
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  .hotel__bookslider1 .hurray__offer .country__select span {
    font-size: 1.1875rem;
  }
}
.hotel__bookslider1 .hurray__offer .country__select .icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid #CECECE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.hotel__bookslider1 .hurray__offer .country__select .icon i {
  transition: all 0.4s;
  font-size: 20px;
  margin-top: 0px;
  color: var(--base);
}
.hotel__bookslider1 .hurray__offer:hover .country__select .icon {
  border-color: var(--base);
  background: var(--base);
}
.hotel__bookslider1 .hurray__offer:hover .country__select .icon i {
  color: var(--white);
}

.hurray__hoteltabs {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 20px 30px;
  min-height: 360px;
}
@media (max-width: 1399px) {
  .hurray__hoteltabs {
    min-height: 330px;
  }
}
@media (max-width: 1199px) {
  .hurray__hoteltabs {
    padding: 20px 10px;
    min-height: 280px;
  }
}
.hurray__hoteltabs .nav {
  border: unset;
  width: 100%;
  display: inline-block;
  justify-content: flex-start;
}
.hurray__hoteltabs .nav .nav-link {
  background: transparent;
  border: unset;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding: 10px 20px;
  color: var(--text);
  text-align: left;
  width: 100%;
}
.hurray__hoteltabs .nav .nav-link.active {
  background: var(--base);
  color: var(--white);
  border-radius: 5px;
}

.hurray__hotel1 .owl-nav {
  position: absolute;
  top: -150px;
  right: 0;
}
@media (max-width: 767px) {
  .hurray__hotel1 .owl-nav {
    display: none;
  }
}
.hurray__hotel1 .owl-dots .owl-dot.active span {
  background: var(--base);
}

.customer__thumb {
  position: relative;
  margin-left: -13rem;
}
.customer__thumb .rounttop {
  position: absolute;
  left: calc(50% + 220px);
  top: 2px;
}
.customer__thumb .rountbottom {
  position: absolute;
  bottom: 30px;
  right: calc(50% + 260px);
}
@media (max-width: 1399px) {
  .customer__thumb {
    max-width: 700px;
  }
  .customer__thumb img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .customer__thumb {
    width: 100%;
    margin-left: 0;
  }
  .customer__thumb img {
    width: 100%;
    height: 100%;
  }
  .customer__thumb .rountbottom,
  .customer__thumb .rounttop {
    display: none;
  }
}
@media (max-width: 767px) {
  .customer__thumb {
    margin-top: 35px;
  }
}

.customer__content .hoteltext {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 20px;
}
.customer__content .customer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.customer__content .customer h5 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.customer__content .customer span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.room__samble {
  overflow: hidden;
}

.rooms__items {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.rooms__items img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.4s;
  overflow: hidden;
}
.rooms__items .content__wrap {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1b0c08 100%);
  position: absolute;
  height: 250px;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.rooms__items .content__wrap .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 25px 30px;
  margin-bottom: -5px;
}
.rooms__items .content__wrap .content h6 {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: var(--white);
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .rooms__items .content__wrap .content h6 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.rooms__items .content__wrap .content h4 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
}
@media (max-width: 1399px) {
  .rooms__items .content__wrap .content h4 {
    font-size: 1.5rem;
  }
}
.rooms__items .video {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--base);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.rooms__items .video i {
  font-size: 32px;
  color: var(--white);
  margin-top: -1px;
}
.rooms__items:hover img {
  transform: scale(1.1);
}
.rooms__items:hover .content__wrap .content h4 a {
  color: var(--white);
}
.rooms__items:hover .video {
  right: 40%;
  bottom: 45%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 575px) {
  .rooms__items {
    max-width: 400px;
    margin: 0 auto;
  }
}

.samble__thumb {
  width: 100%;
}
.samble__thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .samble__thumb {
    padding: 10px 15px 10px;
  }
}

.samble__content {
  position: relative;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  height: 100%;
}
@media (max-width: 1399px) {
  .samble__content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .samble__content {
    padding: 40px 15px 40px;
  }
}
.samble__content .content__box {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 134px;
}
@media (max-width: 1399px) {
  .samble__content .content__box {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .samble__content .content__box {
    padding: 0 20px 0 0;
  }
}
.samble__content .section__header {
  max-width: 526px;
}
.samble__content .section__header h2 {
  margin-bottom: 5px;
}
.samble__content .section__header p {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .samble__content .section__header p {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .samble__content .section__header .cmn__btn {
    padding: 7px 18px 8px;
    font-size: 14px;
  }
}
.samble__content .shapesamble {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.samble__content .shapesamble img {
  width: 100%;
  height: 100%;
}

.hotel__pricing {
  position: relative;
}
.hotel__pricing .pricing__shap1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .hotel__pricing .pricing__shap1 {
    display: none;
  }
}
.hotel__pricing .pricing__shap2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .hotel__pricing .pricing__shap2 {
    display: none;
  }
}

@media (max-width: 991px) {
  .hotel__price__content {
    margin-top: 25px;
  }
}

.borderb {
  text-align: center;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgb(182, 183, 214), rgb(224, 220, 222), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgb(182, 183, 214), rgb(224, 220, 222), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
}

.bsleft {
  text-align: center;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(56, 2, 155, 0), rgb(224, 220, 222), rgb(182, 183, 214));
     border-image: linear-gradient(0.25turn, rgba(56, 2, 155, 0), rgb(224, 220, 222), rgb(182, 183, 214));
  border-image-slice: 1;
  width: 100%;
}

.bordert {
  text-align: center;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgb(182, 183, 214), rgb(224, 220, 222), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgb(182, 183, 214), rgb(224, 220, 222), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
}

.leftrightb {
  text-align: center;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(224, 220, 222), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(224, 220, 222), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
}

.nlf {
  text-align: center;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(159, 179, 244), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(159, 179, 244), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
}

.nlfbottom {
  text-align: center;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(159, 179, 244), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(159, 179, 244), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
}

.hotel__price__item {
  padding: 30px 30px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: var(--white);
  margin: 14px;
}
.hotel__price__item .header {
  margin-bottom: 5px;
}
.hotel__price__item .header h5 {
  color: var(--text);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}
.hotel__price__item .header h3 {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--base);
}
.hotel__price__item .header h3 .dollar {
  font-size: 1.625rem;
  font-weight: 400;
  color: var(--base);
  font-family: "Lato", sans-serif;
  margin-bottom: 7px;
}
.hotel__price__item .pricing__list {
  margin-top: 15px;
  margin-bottom: 30px;
}
.hotel__price__item .pricing__list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hotel__price__item .pricing__list li:not(:last-child) {
  margin-bottom: 7px;
}
.hotel__price__item .pricing__list li .text {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}

.hotel__facilities__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
  transition: all 0.4s;
}
.hotel__facilities__item .head__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .hotel__facilities__item .head__wrap {
    flex-wrap: wrap;
  }
}
.hotel__facilities__item .head__wrap h5 a {
  color: var(--text);
  transition: all 0.4s;
}
.hotel__facilities__item p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text);
}
@media (max-width: 1199px) {
  .hotel__facilities__item {
    padding: 25px 20px;
  }
}
.hotel__facilities__item:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}
.hotel__facilities__item:hover .head__wrap h5 a {
  color: var(--base);
}

.hotel__swmminrest {
  overflow: hidden;
}

.hotelrest__swimming {
  width: 100%;
  height: 100%;
}
.hotelrest__swimming img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .hotelrest__swimming {
    display: none;
  }
}

.hotelswimming__slider__bg {
  height: 100%;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  position: relative;
}
@media (max-width: 991px) {
  .hotelswimming__slider__bg {
    padding: 30px 0;
  }
}
.hotelswimming__slider__bg .flower__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hotelswimming__slider__bg .flower__shape img {
  width: 100%;
  height: 100%;
}
.hotelswimming__slider__bg .resting__swmming {
  display: flex;
  align-items: center;
  height: 100%;
}
.hotelswimming__slider__bg .resting__swmming .testimoial__wrap__three .owl-nav {
  display: none;
}
.hotelswimming__slider__bg .resting__swmming .testimoial__wrap__three .testimonial__item {
  text-align: left;
}
.hotelswimming__slider__bg .testimoial__wrap__swimming .owl-dots .owl-dot span {
  background: #CECECE;
}
.hotelswimming__slider__bg .testimoial__wrap__swimming .owl-dots .owl-dot.active span {
  background: var(--base);
}
.hotelswimming__slider__bg .testimonial__item {
  text-align: left;
}
.hotelswimming__slider__bg .testimonial__item .quotes {
  margin-bottom: 20px;
  width: 55px;
}
.hotelswimming__slider__bg .testimonial__item .quotes img {
  width: 100%;
}
.hotelswimming__slider__bg .testimonial__item .said {
  display: block;
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.hotelswimming__slider__bg .testimonial__item .moment {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
  display: block;
}
.hotelswimming__slider__bg .testimonial__item p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-align: left;
}
.hotelswimming__slider__bg .testimonial__item .client {
  justify-content: flex-start;
}

.booksolving__content .explore__list li {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.booksolving__content .explore__list li:not(:last-child) {
  margin-bottom: 20px;
}
.booksolving__content .explore__list li span {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.booksolving__thumb {
  animation: updown 3s ease-in-out infinite;
  width: 100%;
  margin-left: 5rem;
}
@media (max-width: 991px) {
  .booksolving__thumb {
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .booksolving__thumb {
    margin-top: 30px;
    padding: 20px;
  }
}
.booksolving__thumb img {
  width: 100%;
}

.explore__list__about {
  flex-wrap: wrap;
  display: flex;
}
.explore__list__about li {
  width: 50%;
}
@media (max-width: 991px) {
  .explore__list__about li {
    width: 100%;
  }
}

.help__support__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 1199px) {
  .help__support__item {
    padding: 20px 18px;
  }
}
.help__support__item h5 {
  color: var(--text);
  margin-bottom: 20px;
}
.help__support__item .help__supporlist li {
  gap: 10px;
}
.help__support__item .help__supporlist li:not(:last-child) {
  margin-bottom: 20px;
}
.help__support__item .help__supporlist li span {
  color: var(--text);
  font-family: "Lato", sans-serif;
}

.help__support__update {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 1199px) {
  .help__support__update {
    padding: 20px 15px;
  }
}
.help__support__update h5 {
  color: var(--text);
  margin-bottom: 20px;
}
.help__support__update .update__item {
  gap: 20px;
}
.help__support__update .update__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .help__support__update .update__item {
    gap: 10px;
  }
}
.help__support__update .update__item .content span {
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.help__support__update .update__item .content .date {
  font-family: "Lato", sans-serif;
  color: var(--base);
  display: block;
  margin-top: 2px;
}

.help__support__knowledge .help__support__item .title__box {
  margin-bottom: 20px;
  gap: 10px;
}
.help__support__knowledge .help__support__item h5 {
  margin-bottom: 0;
}

.knowledge__left {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .knowledge__left {
    padding: 25px 25px;
  }
}
@media (max-width: 500px) {
  .knowledge__left {
    padding: 25px 15px;
  }
}
.knowledge__left .head__box {
  gap: 20px;
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  .knowledge__left .head__box {
    gap: 10px;
  }
}
.knowledge__left .head__box .file__thumb {
  width: 70px;
  height: 73px;
}
@media (max-width: 500px) {
  .knowledge__left .head__box .file__thumb {
    width: 45px;
    height: 45px;
  }
}
.knowledge__left .head__box .content h3 {
  margin-top: -5px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .knowledge__left .head__box .content h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .knowledge__left .head__box .content h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .knowledge__left .head__box .content h3 {
    font-size: 22px;
  }
}
.knowledge__left .made__offer {
  padding-top: 30px;
}
.knowledge__left .made__offer h5 {
  color: var(--darkextra);
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 500px) {
  .knowledge__left .made__offer h5 {
    font-size: 20px;
  }
}
.knowledge__left .made__offer .made__list li {
  gap: 12px;
}
.knowledge__left .made__offer .made__list li:not(:last-child) {
  margin-bottom: 10px;
}
.knowledge__left .made__offer .made__list li span {
  color: var(--darextra);
}
@media (max-width: 500px) {
  .knowledge__left .made__offer .made__list li span {
    font-size: 16px;
  }
}

.knowledge__right {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
}
@media (max-width: 1199px) {
  .knowledge__right {
    padding: 25px 20px;
  }
}
.knowledge__right .knowledge__articles__recharge li:not(:last-child) {
  margin-bottom: 20px;
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge {
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  gap: 20px;
  padding: 15px 20px;
}
@media (max-width: 1199px) {
  .knowledge__right .knowledge__articles__recharge li .articles__items__recharge {
    gap: 10px;
    padding: 15px 10px;
  }
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge .icon {
  width: 50px;
  height: 50px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  transition: all 0.4s;
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge .icon i {
  font-size: 26px;
  color: var(--base);
  margin-top: 0;
  transition: all 0.4s;
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge .ftext {
  width: calc(100% - 50px);
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge:hover .icon {
  background: var(--base);
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge:hover .icon i {
  color: var(--white);
}

.chat__user__wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 991px) {
  .chat__user__wrapper {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .chat__user__wrapper {
    padding: 20px 20px;
  }
}

.cheat__user {
  margin-bottom: 15px;
  padding: 15px 0;
}
.cheat__user .edit__user .dropdown-btn {
  border: unset;
  background: transparent;
}
.cheat__user .edit__user .dropdown-menu {
  padding: 10px 10px;
}
.cheat__user .edit__user .dropdown-menu li a i {
  color: var(--base);
  font-size: 18px;
  margin-top: 0;
}
.cheat__user .edit__user .dropdown-menu li a span {
  color: var(--text);
  font-size: 0.875rem;
}

.chat__search {
  align-items: center;
  border-radius: 5px;
}
.chat__search .search__icon {
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 64px;
  background: var(--base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.chat__search input {
  outline: none;
  border: 1px solid #CECECE;
  height: 64px;
  padding: 5px 5px 5px 20px;
  width: 100%;
  color: var(--placeholder);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.chat__search ::-moz-placeholder {
  color: var(--placeholder);
}
.chat__search ::placeholder {
  color: var(--placeholder);
}

.chat__single {
  padding: 15px 0;
}
.chat__single .text-area h6 {
  color: var(--text);
  margin-bottom: 5px;
}
.chat__single .text-area .mdtxt {
  color: #5A5A5A;
}
.chat__single .date__time .bg {
  width: 22px;
  height: 22px;
  background: var(--base);
  border-radius: 50%;
  color: var(--white);
  font-size: 0.75rem;
  display: block;
  margin-bottom: 2px;
}
.chat__single .date__time .mactive {
  color: var(--base) !important;
}
.chat__single .date__time .mnutes {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--placeholder);
}

.gactive {
  position: relative;
}
.gactive::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--base);
  bottom: 2px;
  right: 2px;
  border-radius: 50%;
}

.red {
  position: relative;
}
.red::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #FF2929;
  bottom: 2px;
  right: 2px;
  border-radius: 50%;
}

.chat__box__view {
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
}

.chat__person {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px 5px 0px 0px;
  padding: 20px 30px;
  border-radius: 5px;
}
.chat__person .cheat__user {
  padding: 0 0;
}

.chat__view__footer {
  padding: 30px 30px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 575px) {
  .chat__view__footer {
    flex-wrap: wrap;
  }
}
.chat__view__footer form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat__view__footer form input {
  height: 50px;
  outline: none;
  border: 1px solid #D5DAF4;
  border-radius: 5px;
  padding: 5px 5px 5px 15px;
  background: none;
  width: 100%;
  color: var(--text);
}
.chat__view__footer form ::-moz-placeholder {
  color: var(--placeholder);
}
.chat__view__footer form ::placeholder {
  color: var(--placeholder);
}
.chat__view__footer form .cmn__btn {
  height: 50px;
}

.file__choose {
  position: relative;
}
.file__choose input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.chat__body__inner {
  overflow-y: scroll;
  height: 700px;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .chat__body__inner {
    gap: 0 20px;
    padding: 20px 18px;
  }
}
@media (max-width: 500px) {
  .chat__body__inner {
    flex-wrap: wrap;
  }
}

.left__side__chtat li .man {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
}
.left__side__chtat li .man img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.left__side__chtat li .textbg {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: var(--text);
  max-width: 280px;
  display: block;
}

.right__side__chats {
  text-align: right;
}
@media (max-width: 500px) {
  .right__side__chats {
    text-align: left;
  }
}
.right__side__chats .man {
  margin-left: auto;
}
@media (max-width: 500px) {
  .right__side__chats .man {
    margin-left: inherit;
  }
}

.contact__section {
  position: relative;
}
.contact__need__item {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.03) 0%, rgba(39, 61, 177, 0.03) 100%);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #DADEF5;
}
.contact__need__item .icon {
  border: 1px solid #DADEF5;
  border-radius: 5px;
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
}
.contact__need__item h5 {
  color: var(--text);
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .contact__need__item a span {
    font-size: 16px;
  }
}

.error__section {
  background: var(--white);
  width: 100%;
  height: 100vh;
}

.error__thumb {
  max-width: 650px;
  margin-bottom: 30px;
  width: 100%;
}

.error__content {
  text-align: center;
}
.error__content h2 {
  color: var(--text);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .error__content h2 {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .error__content h2 {
    font-size: 32px;
  }
}
.error__content p {
  color: var(--text);
  margin-bottom: 40px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 500px) {
  .error__content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .titles {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .titles {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .titles {
    font-size: 22px;
  }
}

.video__items {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 10px;
}
.video__items .thumb {
  position: relative;
  width: 100%;
}
.video__items .thumb img {
  width: 100%;
  border-radius: 5px;
}
.video__items .thumb .video-btn {
  position: absolute;
  top: 0%;
  left: 50%;
  transition: all 0.4s;
  z-index: 1;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.video__items .thumb .video-btn .vide {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-radius: 50%;
  position: relative;
}
.video__items .thumb .video-btn .vide::before, .video__items .thumb .video-btn .vide::after {
  position: absolute;
  inset: 0;
  content: "";
}
.video__items .thumb .video-btn .vide::before {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #6578DD;
  z-index: -1;
  top: -3px;
  left: -3px;
  animation: vid1 3s linear infinite;
}
.video__items .thumb .video-btn .vide::after {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #97A5EE;
  z-index: -2;
  top: -7px;
  left: -7px;
  animation: vid2 3s linear infinite;
}
.video__items .thumb .video-btn .vide i {
  font-size: 26px;
  color: var(--white);
  margin-top: 0;
}
.video__items .content {
  padding: 20px 20px 15px;
}
@media (max-width: 1199px) {
  .video__items .content {
    padding: 15px 5px 15px;
  }
  .video__items .content h5 {
    font-size: 20px;
  }
}
.video__items .content h5 {
  color: var(--text);
  margin-bottom: 15px;
}
.video__items .content h5 a {
  color: var(--text);
  transition: all 0.4s;
}
.video__items .content p {
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 24px;
}
.video__items:hover .thumb .video-btn {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.video__items:hover .content h5 a {
  color: var(--base);
}

.ambition__section {
  position: relative;
  overflow: hidden;
}
.ambition__section .ambition__shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .ambition__section .ambition__shape {
    display: none;
  }
}

.ambition__boxwrap {
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 1;
}
@media (max-width: 575px) {
  .ambition__boxwrap {
    flex-wrap: wrap;
  }
}
.ambition__boxwrap .counter__items {
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(47, 65, 129, 0.06);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 575px) {
  .ambition__boxwrap .counter__items {
    width: 45%;
    padding: 20px 10px;
  }
}
.ambition__boxwrap .counter__items .cont {
  justify-content: center;
}
.ambition__boxwrap .counter__items .cont span {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--text);
}
.ambition__boxwrap .counter__items .cont .plus__icon {
  color: var(--base);
}
.ambition__boxwrap .counter__items p {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #5A5A5A;
}

.ambition__thumb {
  width: 100%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .ambition__thumb {
    padding: 20px 40px 0 40px;
  }
}
@media (max-width: 575px) {
  .ambition__thumb {
    padding: 20px 5px 0 5px;
  }
}
.ambition__thumb img {
  width: 100%;
}

.logo__sponsor .item {
  width: 100%;
}
.logo__sponsor .item img {
  width: 100%;
}

.booklanding__qustiontwo {
  background: url(../../assets/img/booking/pinkbg.png) no-repeat center center;
  background-size: cover;
}

.question__section {
  position: relative;
}
.question__section .qustion__shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .question__section .qustion__shape {
    display: none;
  }
}

.qustion__content {
  position: relative;
  z-index: 1;
}
.qustion__content .accordion__wrap .accordion-item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: var(--white);
  border: none;
}
.qustion__content .accordion__wrap .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.qustion__content .accordion__wrap .accordion-item .accordion-header .accordion-button {
  border-radius: 5px;
  box-shadow: none;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 500;
  color: var(--text);
}
@media (max-width: 500px) {
  .qustion__content .accordion__wrap .accordion-item .accordion-header .accordion-button {
    font-size: 1rem;
  }
}
.qustion__content .accordion__wrap .accordion-item .accordion-header .accordion-button::after {
  background: url(../../assets/img/refer/downarrow.png) no-repeat center center;
  background-size: 1.4vh;
  background-color: var(--white);
  box-shadow: 0px 4px 30px rgba(54, 54, 54, 0.1);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  transition: all 0.4s;
}
.qustion__content .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  background: url(../../assets/img/refer/topnarrow.png) no-repeat center center;
  background-size: 1.4vh;
  background-color: var(--base);
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.qustion__content .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--text);
  background-color: var(--white);
  box-shadow: none;
  border-bottom: 1px solid var(--bordertwo);
}
.qustion__content .accordion__wrap .accordion-body p {
  font-size: re(16);
  color: var(--text);
  line-height: 150%;
}

.qustion__thumb {
  animation: updown 3s ease-in-out infinite;
  width: 100%;
}
.qustion__thumb img {
  width: 100%;
}
@media (max-width: 991px) {
  .qustion__thumb {
    max-width: 500px;
    margin: 35px auto 0;
  }
}

.question__section__three {
  position: relative;
}
.question__section__three .qustion__ball {
  position: absolute;
  top: 20px;
  left: 52%;
  max-width: 300px;
}
.question__section__three .qustion__ball img {
  width: 100%;
}

.qustion__three__content .accordion__wrap .accordion-item {
  background: transparent;
  border: 1px solid var(--bordertwo);
}
.qustion__three__content .accordion__wrap .accordion-item .accordion-header .accordion-button {
  background: transparent;
  border-radius: 5px;
  box-shadow: none;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 500;
  color: var(--text);
}
@media (max-width: 500px) {
  .qustion__three__content .accordion__wrap .accordion-item .accordion-header .accordion-button {
    font-size: 1rem;
  }
}
.qustion__three__content .accordion__wrap .accordion-item .accordion-header .accordion-button::after {
  background: url(../../assets/img/refer/downarrow.png) no-repeat center center;
  background-size: 1.4vh;
  background-color: transparent;
  box-shadow: none;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  transition: all 0.4s;
}
.qustion__three__content .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  background: url(../../assets/img/refer/toblck.png) no-repeat center center;
  background-size: 1.4vh;
  background-color: transparent !important;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.qustion__three__content .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--text);
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid var(--bordertwo);
}

.qustion__three__header {
  padding-left: 40px;
}

.hotel__qustionslider {
  margin-top: 15px;
  padding-left: 134px;
  position: relative;
}
@media (max-width: 1399px) {
  .hotel__qustionslider {
    padding-left: 0px;
    margin-top: 40px;
  }
}
.hotel__qustionslider .owl-nav {
  position: absolute;
  bottom: -80px;
  left: 123px;
}
.hotel__qustionslider .owl-nav .owl-prev i {
  color: var(--base);
  font-size: 24px;
}
.hotel__qustionslider .owl-nav .owl-prev:hover i {
  color: var(--white);
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .hotel__qustionslider .owl-nav {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hotel__qustionslider .owl-nav {
    left: 15px;
  }
}

@media screen and (min-width: 175px) {
  .offsetcustom-2 {
    margin-left: 16.66%;
  }
}
@media screen and (max-width: 1600px) {
  .offsetcustom-2 {
    margin-left: 8%;
  }
}
@media (max-width: 1399px) {
  .offsetcustom-2 {
    margin-left: 0px;
  }
}

.qustion__item {
  border-radius: 5px;
}
.qustion__item img {
  border-radius: 5px;
}

.hotel__gallerywrap .owl-dots .owl-dot span {
  background: #CECECE;
}
.hotel__gallerywrap .owl-dots .owl-dot.active span {
  background: var(--base);
}

.hotel__list__section .hotelbooking__categoris__wrap {
  transform: translateY(0px);
  margin-bottom: -170px;
}
@media (max-width: 991px) {
  .hotel__list__section .hotelbooking__categoris__wrap {
    margin-bottom: 0px;
  }
}

.common__filter__wrapper {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 20px 30px 0;
}
.common__filter__wrapper svg {
  padding: 0;
  margin: 0;
}
@media (max-width: 1399px) {
  .common__filter__wrapper svg {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .common__filter__wrapper svg {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .common__filter__wrapper {
    padding: 20px 20px 0;
  }
}

.common__sidebar__head button {
  border: unset;
  padding: 0;
  background: transparent;
}
.common__sidebar__head button i {
  margin-top: 0;
  font-size: 30px;
  color: var(--text);
}

.search__item form {
  background: var(--white);
  padding: 0px 20px 2px 10px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
}
.search__item form input {
  background: transparent;
  outline: none;
  border: unset;
  color: var(--darkextra);
}
.search__item form ::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--darextra);
}
.search__item form ::placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--darextra);
}
.search__item form .search {
  border: unset;
  outline: none;
  padding: 0;
  background: transparent;
}
.search__item form .search i {
  font-size: 26px;
  color: var(--text);
}

.common__sidebar__content {
  padding: 15px 0 15px;
}
.common__sidebar__content .range__barcustom .price-input {
  display: flex;
  gap: 1px;
  align-items: center;
  justify-content: center;
}
.common__sidebar__content .range__barcustom .price-input .field {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23%;
}
.common__sidebar__content .range__barcustom .field input {
  width: 74%;
  height: 100%;
  outline: none;
  -moz-appearance: textfield;
  background: transparent;
  border: unset;
  font-size: 15px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.common__sidebar__content .range__barcustom .field input span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.common__sidebar__content .range__barcustom input[type=number]::-webkit-outer-spin-button,
.common__sidebar__content .range__barcustom input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.common__sidebar__content .range__barcustom .price-input .separator {
  font-size: 19px;
  font-weight: 700;
  color: var(--text);
}
.common__sidebar__content .range__barcustom .slider {
  height: 5px;
  position: relative;
  background: #CECECE;
  border-radius: 5px;
}
.common__sidebar__content .range__barcustom .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #06ada8;
}
.common__sidebar__content .range__barcustom .range-input {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.common__sidebar__content .range__barcustom .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.common__sidebar__content .range__barcustom input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 7px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid var(--base);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.bits__hotel {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 991px) {
  .bits__hotel {
    flex-wrap: wrap;
  }
}
.bits__hotel .tshape {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bits__hotel .bshape {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.bits__hotel .content {
  padding: 8px 5px 8px 0px;
}
@media (max-width: 1199px) {
  .bits__hotel .content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .bits__hotel .content {
    width: 100%;
  }
}
.bits__hotel .content__space {
  padding: 0px 10px 10px;
  width: 100%;
}
@media (max-width: 1199px) {
  .bits__hotel .content__space h5 {
    font-size: 20px;
  }
}
.bits__hotel .content__space .dubay img {
  width: 14px;
}
.bits__hotel .content__space .singlebed {
  border: 1px solid #DFE2F4;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.bits__hotel .thumb2 {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .bits__hotel .thumb {
    width: 50%;
    height: 100%;
  }
  .bits__hotel .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .bits__hotel .thumb {
    width: 100%;
  }
}

.bitast__icon li {
  border: 1px solid #DFE2F4;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price__off .linetrogh {
  text-decoration: line-through;
  color: var(--placeholder);
}

.bits__hotels__details {
  border: 1px solid var(--cmnborder);
}

.details__bookslider {
  position: relative;
}
.details__bookslider .item {
  width: 100%;
}
.details__bookslider .item img {
  border-radius: 5px;
  width: 100%;
}
.details__bookslider .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.details__bookslider .owl-nav .owl-prev i {
  background: var(--white);
  color: var(--base);
  font-size: 1.625rem;
}
.details__bookslider .owl-nav .owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.details__bookslider .owl-nav .owl-next i {
  background: var(--white);
  color: var(--base);
  font-size: 1.625rem;
}

.details__smallthumb .secondary {
  width: 100%;
}
.details__smallthumb .secondary img {
  width: 100%;
}

.video__thumb {
  position: relative;
}
.video__thumb img {
  border-radius: 5px;
}
.video__thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.video__thumb .video-btn .vide {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-radius: 50%;
  position: relative;
}
.video__thumb .video-btn .vide::before, .video__thumb .video-btn .vide::after {
  position: absolute;
  inset: 0;
  content: "";
}
.video__thumb .video-btn .vide::before {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #6578DD;
  z-index: -1;
  top: -3px;
  left: -3px;
  animation: vid1 3s linear infinite;
}
.video__thumb .video-btn .vide::after {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #97A5EE;
  z-index: -2;
  top: -7px;
  left: -7px;
  animation: vid2 3s linear infinite;
}
.video__thumb .video-btn .vide i {
  font-size: 26px;
  color: var(--white);
  margin-top: 0;
}

.amenities__listdetails li {
  width: 25%;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .amenities__listdetails li {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .amenities__listdetails li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .amenities__listdetails li {
    width: 100%;
  }
}
.amenities__listdetails .icon {
  border: 1px solid var(--cmnborder);
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.amenities__listdetails .icon img {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.house__rules .house__list li {
  position: relative;
  padding-left: 13px;
  width: 33.3333333333%;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .house__rules .house__list li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .house__rules .house__list li {
    width: 100%;
  }
}
.house__rules .house__list li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--base);
  content: "";
}

.hotel__related__section .bits__hotel {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hotel__related__section .bits__hotel {
    margin-bottom: 0;
  }
}

.review__star {
  width: 22px;
}

.hotel__details__checkoungwrapper {
  padding: 20px 20px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .hotel__details__checkoungwrapper {
    padding: 20px 15px;
  }
}
.hotel__details__checkoungwrapper h5 {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.check__hoteldetaislbody .dating__body__box {
  display: flex;
  flex-wrap: wrap;
}
.check__hoteldetaislbody .dating__body__box .dating__item {
  width: 45%;
  border-color: var(--bordertwo);
}
.check__hoteldetaislbody .dating__body__box .roomtype {
  width: 97%;
}
.check__hoteldetaislbody .dating__body__box .dating__inetial {
  background: var(--white);
  border-color: var(--bordertwo);
}
.check__hoteldetaislbody .dating__body__box .dating__inetial .nice-select:after {
  border-bottom: 0px solid var(--placeholder);
  border-right: 0px solid var(--placeholder);
  content: "";
  background: url(../../assets/img/svg/dropdown.svg) no-repeat center center;
  background-size: cover;
  display: block;
  height: 10px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  bottom: 40%;
  transform-origin: 66% 66%;
  transform: rotate(2deg);
  transition: all 0.15s ease-in-out;
  width: 13px;
}

@media (max-width: 1399px) {
  .extra__service__item svg {
    width: 250px;
  }
}

.extra-title {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.tactive {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 1199px) {
  .payment__cards {
    flex-wrap: wrap;
  }
}
.payment__cards a {
  background: var(--white);
  border-radius: 5px;
  width: 100%;
  height: 40px;
  display: block;
}
@media (max-width: 1199px) {
  .payment__cards a {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .payment__cards a {
    width: 19%;
  }
}
.payment__cards a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.payment__cards .master {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment__cards .master img {
  width: 30px;
  height: 20px;
}

.booking-time {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.comment__chatboxright {
  border-radius: 10px;
  padding: 20px 20px;
  border: 1px solid var(--cmnborder);
  background: var(--white);
}
.comment__chatboxright .icon {
  width: 60px;
  height: 60px;
  border: 1px solid var(--cmnborder);
  border-radius: 5px;
  background: var(--white);
}
.comment__chatboxright .icon img {
  width: 35px;
}

.comment__chatboxright .content {
  width: calc(100% - 60px);
}

.current__weather {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 20px 30px;
}
.current__weather h5 {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.current__weather .could__left .could__icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--cmnborder);
  border-radius: 5px;
}
.current__weather .weather__wrapping {
  justify-content: center;
}
@media (max-width: 1399px) {
  .current__weather .weather__wrapping {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .current__weather .weather__wrapping {
    justify-content: space-between;
  }
}

.sun__degree img {
  margin-top: 3px;
}

.hotel__confrim__body {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 1399px) {
  .hotel__confrim__body {
    padding: 25px 20px;
  }
}
@media (max-width: 575px) {
  .hotel__confrim__body {
    padding: 25px 15px;
  }
}

.skyp__hotels__wrap {
  padding: 10px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  border: 1px solid var(--cmnborder);
}

@media (max-width: 1399px) {
  .thumb__content {
    flex-wrap: wrap;
  }
}
.thumb__content .left__thumb {
  width: 100%;
}
.thumb__content .left__thumb img {
  width: 100%;
}
@media (max-width: 450px) {
  .thumb__content .left__thumb {
    flex-wrap: wrap;
  }
}

.skyp__right__content {
  padding: 5px 10px;
  width: 60%;
}
@media (max-width: 1399px) {
  .skyp__right__content {
    width: 100%;
    padding: 5px 5px;
  }
}
.skyp__right__content h4 {
  margin-top: -10px;
}

.confirms__icons .icon {
  border: 1px solid #D5DAF4;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.update__skypinfo .dating__body__box .dating__inetial {
  background: var(--white);
}
@media (max-width: 1399px) {
  .update__skypinfo .dating__body__box {
    flex-wrap: wrap;
  }
}
.update__skypinfo .dating__body__box .date__grpp .cmn__btn {
  padding: 12px 18px 12px;
}
@media (max-width: 1399px) {
  .update__skypinfo .dating__body__box .date__grpp {
    width: 45%;
  }
}
@media (max-width: 500px) {
  .update__skypinfo .dating__body__box .date__grpp {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .update__skypinfo .dating__body__box .date__grpp .dating__item {
    width: 100%;
  }
}

.cancellation__two {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 20px 20px;
  border: 1px solid var(--cmnborder);
}
.cancellation__two .icons {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid var(--cmnborder);
}

.hotel__confirm__invocie {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 20px 20px;
}
.hotel__confirm__invocie .product__total {
  border-bottom: 1px solid #D5DAF3;
}
.hotel__confirm__invocie .pricelast__items:last-child {
  border-radius: 0px;
  padding: 0 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
}
.hotel__confirm__invocie .ttoal__cost {
  border-radius: 2px;
  padding: 9px 15px;
  margin-top: 15px;
  background: var(--white);
  border: 1px solid var(--input);
  border-radius: 5px;
}
.hotel__confirm__invocie .price__cost li:not(:last-child) {
  margin-bottom: 5px;
}
.hotel__confirm__invocie .price__cost li:last-child {
/*  border-radius: 2px;
  padding: 9px 15px;*/
  margin-top: 10px;
 /* background: var(--white);*/
}
.hotel__confirm__invocie form {
  background: var(--white);
  border-radius: 10px;
}
.hotel__confirm__invocie form input {
  background: transparent;
  border: unset;
  border: 1px solid var(--cmnborder);
  border-radius: 10px 0 0 10px;
  color: var(--text);
  height: 46px;
}
.hotel__confirm__invocie form .cmn__btn {
  height: 46px;
  width: 115px;
  padding: 2px 20px 5px;
}

.direct__transfer {
  border-bottom: 1px solid #D5DAF3;
  padding-bottom: 30px;
}
.direct__transfer .radio__left .form-check-input {
  border-radius: 50%;
}
.direct__transfer .textbg {
  border-radius: 5px;
  padding: 8px 10px 10px;
  background: var(--white);
  font-family: "Lato", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}

.have__condition .radio__left label {
  width: calc(100% - 35px);
}

.full__refund img {
  margin-top: 3px;
  filter: brightness(0);
}

.car__driverdetails {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
}
.car__driverdetails form .input__grp label {
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 15px;
}
.car__driverdetails form .input__grp input {
  color: var(--text);
  border-radius: 5px;
}
.car__driverdetails form .input__grp ::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  font-family: "Lato", sans-serif;
}
.car__driverdetails form .input__grp ::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  font-family: "Lato", sans-serif;
}
.car__driverdetails form .input__grp textarea {
  outline: none;
  box-shadow: none;
  border-radius: 5px;
}

.car__confirmdetails__right .carferrari__item {
  box-shadow: none;
}
.car__confirmdetails__right .carferrari__item .thumb {
  width: 100%;
}
.car__confirmdetails__right .carferrari__item .thumb img {
  width: 100%;
}
.car__confirmdetails__right .carferrari__item .ferrari__pats {
  background: transparent;
  border: 1px dashed var(--cmnborder);
}
.car__confirmdetails__right .carferrari__item .ferrari__list {
  border-bottom: 1px solid #D5DAF3;
  margin-bottom: 0;
}
.car__confirmdetails__right .carferrari__item .pickupdetails {
  border-bottom: 1px solid #D5DAF3;
}

.cancellationtwo {
  padding: 20px 20px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  border: 1px solid var(--cmnborder);
}

.impotant__excess .nav {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.impotant__excess .nav .nav-item .nav-link {
  font-weight: 500;
  padding: 0;
  color: var(--text);
  border-radius: 0;
}
.impotant__excess .nav .nav-item .nav-link.active {
  background: transparent;
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-bottom: 1px solid var(--base);
}
.impotant__excess .tab-content {
  margin-top: 15px;
}
.impotant__excess .tab-content .tab-pane {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.radio__left .form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #b1b6cb;
  box-shadow: none;
  outline: none;
}
.radio__left input:checked[type=checkbox] {
  /*background-image: url(../../assets/img/payment/check.png);
  background-size: 0.6rem;*/
}
.radio__left .form-check-input:checked {
  border-color: var(--checkborder);
}

.form-check-input:checked {
    background-color: #12a39f;
    border-color: #12a39f !important;
}
.testimonial__section {
  position: relative;
  overflow: hidden;
}
.testimonial__section .test__shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .testimonial__section .test__shape1 {
    display: none;
  }
}
.testimonial__section .test__shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.testimonial__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
  margin: 24px 12px;
}
.testimonial__item .quote {
  width: 60px;
  display: block;
  margin: 0 auto 30px;
}
.testimonial__item .quote img {
  width: 100%;
}
@media (max-width: 991px) {
  .testimonial__item {
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .testimonial__item {
    padding: 20px 15px;
  }
}
.testimonial__item p {
  margin-bottom: 30px;
  text-align: center;
}
.testimonial__item .client {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.testimonial__item .client .thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial__item .client .thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.testimonial__item .client .content .name {
  margin-bottom: 5px;
  color: var(--text);
}
.testimonial__item .client .content .desination {
  color: var(--darextra);
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.testimoial__wrap__two .testimonial__item {
  padding: 25px 100px;
}
@media (max-width: 450px) {
  .testimoial__wrap__two .testimonial__item {
    padding: 25px 5px;
  }
}
@media (max-width: 500px) {
  .testimoial__wrap__two .testimonial__item {
    padding: 25px 25px;
  }
}
@media (max-width: 991px) {
  .testimoial__wrap__two .testimonial__item {
    padding: 25px 25px;
  }
}
@media (max-width: 1399px) {
  .testimoial__wrap__two .testimonial__item {
    padding: 25px 40px;
  }
}
.testimoial__wrap__two .owl-item {
  opacity: 0.2;
}
.testimoial__wrap__two .owl-item.center {
  opacity: 1;
}
.testimoial__wrap__two .owl-item.center .testimonial__item .client .content {
  text-align: left;
}

.testimonial__section__three {
  position: relative;
}
.testimonial__section__three .testimonial__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}
.testimonial__section__three .testimonial__item:first-child {
  margin-left: 25px;
}
.testimonial__section__three .testimonial__item:last-child {
  margin-right: 25px;
}
.testimonial__section__three::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 58%;
  background: var(--bgsection);
}

.app__section {
  position: relative;
  overflow: hidden;
}
.app__section .app__shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.app__section .app__shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .app__section .app__shape2 {
    left: 500px;
  }
}
@media (max-width: 575px) {
  .app__section .app__shape2 {
    display: none;
  }
}
.app__section .app__woman {
  position: absolute;
  bottom: 0;
  right: 0;
}
.app__section .app__plate {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .app__section .app__plate {
    display: none;
  }
}
.app__section .app__womanlandng {
  position: absolute;
  left: -30px;
  bottom: 0;
  max-width: 400px;
}
.app__section .app__womanlandng img {
  width: 100%;
}

.app__content .storyitem {
  background: var(--white);
  border-radius: 5px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  display: block;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
}
.app__content .apptext {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .app__content .apptext {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .app__content {
    margin-bottom: 35px;
  }
}
.app__content .section__header .train__list li {
  display: flex;
  gap: 15px;
}
.app__content .section__header .train__list li:not(:last-child) {
  margin-bottom: 15px;
}
.app__content .section__header .train__list li .icons {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.app__content .section__header .train__list li .icons i {
  color: var(--white);
  font-size: 18px;
  margin-top: 0;
}
.app__content .section__header .train__list li .textss {
  color: #2C3655;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

.app__thumb {
  animation: updown 2s linear infinite;
}
@media (max-width: 767px) {
  .app__thumb {
    width: 100%;
  }
  .app__thumb img {
    width: 100%;
  }
}

.app__thumb__two {
  width: 100%;
  animation: updown 2s linear infinite;
}
.app__thumb__two img {
  width: 100%;
}
@media (max-width: 991px) {
  .app__thumb__two {
    max-width: 500px;
    margin: 0 auto;
  }
  .app__thumb__two img {
    width: 100%;
  }
}

.app__thumb__three {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  animation: updown 2s linear infinite;
}
.app__thumb__three img {
  width: 100%;
}

@keyframes updown {
  50% {
    transform: translateY(-10px);
  }
}
.woman__gallery {
  overflow: hidden;
  border-radius: 10px;
}
.woman__gallery img {
  overflow: hidden;
  transition: all 0.4s;
}
.woman__gallery:hover img {
  transform: scale(1.1);
}

.galleryhotel__item {
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 10px;
}
.galleryhotel__item img {
  transition: all 0.4s;
  overflow: hidden;
}
.galleryhotel__item:hover img {
  transform: scale(1.1);
}

.support__section {
  position: relative;
  overflow: hidden;
}
.support__section .flower__shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .support__section .flower__shape {
    display: none;
  }
}

.support__contentbox {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
  text-align: center;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .support__contentbox {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .support__contentbox {
    padding: 20px 15px;
  }
}
.support__contentbox .thumb {
  margin: 0 auto 30px;
  text-align: center;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.support__contentbox h5 a {
  color: var(--text);
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .support__contentbox h5 {
    font-size: 1.375rem;
  }
}
.support__contentbox:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.01);
}
.support__contentbox:hover .thumb {
  transform: rotateY(180deg);
}
.support__contentbox:hover h5 a {
  color: var(--base);
}

.support__thumb {
  margin-left: -15rem;
}
@media (max-width: 1199px) {
  .support__thumb {
    margin-left: -20rem;
  }
}
@media (max-width: 991px) {
  .support__thumb {
    width: 100%;
    margin-left: 0;
  }
  .support__thumb img {
    width: 100%;
  }
}

.updown__support {
  transform: translateY(50px);
}
@media (max-width: 767px) {
  .updown__support {
    transform: translateY(0px);
  }
}

.refer__boxes__wrapthree {
  position: relative;
}
.refer__boxes__wrapthree .refer__item__grid {
  position: relative;
  z-index: 1;
}
.refer__boxes__wrapthree .refer__dotthree1 {
  position: absolute;
  right: -45px;
  top: 35px;
  z-index: -1;
}
@media (max-width: 500px) {
  .refer__boxes__wrapthree .refer__dotthree1 {
    display: none;
  }
}
.refer__boxes__wrapthree .refer__dotthree2 {
  position: absolute;
  right: -45px;
  bottom: -90px;
  z-index: -1;
}
@media (max-width: 500px) {
  .refer__boxes__wrapthree .refer__dotthree2 {
    display: none;
  }
}
.refer__boxes__wrapthree .refer__dotthree3 {
  position: absolute;
  left: -50px;
  top: -20px;
  z-index: -1;
}
@media (max-width: 500px) {
  .refer__boxes__wrapthree .refer__dotthree3 {
    display: none;
  }
}
.refer__boxes__wrapthree .refer__dotthree4 {
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}
@media (max-width: 500px) {
  .refer__boxes__wrapthree .refer__dotthree4 {
    display: none;
  }
}
@media (max-width: 991px) {
  .refer__boxes__wrapthree {
    margin-top: 35px;
  }
}

.order__boxes {
  /*box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);*/
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
  margin-bottom: 0px;
}
.order__boxes form input {
  color: var(--text);
}

.available__balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .available__balance {
    flex-wrap: wrap;
  }
}
.available__balance .balance {
  display: flex;
  align-items: center;
  gap: 15px;
}
.available__balance .balance .title {
  color: var(--text);
}
.available__balance span {
  color: var(--text);
}

.order__button {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--bordertwo);
}
@media (max-width: 991px) {
  .order__button {
    flex-wrap: wrap;
    border: unset;
  }
}
@media (max-width: 575px) {
  .order__button {
    gap: 10px;
  }
}
.order__button li .cmn__order {
  color: var(--text);
  font-size: 1.125rem;
  font-weight: 500;
  padding: 7px 40px 8px;
  transform: skewX(20deg);
  display: block;
  background: var(--white);
  border: 1px solid var(--bordertwo);
}
.order__button li .cmn__order span {
  transform: skewX(-20deg);
  display: inline-block;
}
@media (max-width: 575px) {
  .order__button li .cmn__order {
    padding: 7px 20px 8px;
  }
}
.order__button li .active {
  background: linear-gradient(90deg, #2942CB 0%, #02286e 100%);
  color: var(--white);
}

.mobiletext {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0px !important;
    display: block;
    padding-bottom: 7px;
}

form {
  display: flex;
  align-items: center;
}
form .flag__select {
  position: relative;
}
form .flag__select .flag {
  position: absolute;
  top: 14px;
  left: 10px;
}
form .flag__select .nice-select {
  padding: 14px 35px 14px 30px;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
form .flag__select .nice-select::after {
  content: "";
  -webkit-clip-path: polygon(54% 55%, 0 0, 100% 0);
          clip-path: polygon(54% 55%, 0 0, 100% 0);
  display: block;
  height: 15px;
  width: 15px;
  background: var(--text);
  pointer-events: none;
  position: absolute;
  right: 11px;
  bottom: 17px;
  transform-origin: 184% 66%;
  transform: rotate(-3deg);
  border-radius: 4px;
}
form .flag__select .nice-select .list li {
  color: var(--text);
}
form input {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid var(--bordertwo);
  padding: 14px 10px 14px;
}
form .cmn__btn {
  padding: 8px 30px 8px;
  border: none;
  outline: none;
  border-radius: 5px;
/*  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;*/
}
form .cmn__btn span i {
  color: var(--white);
  /*font-size: 20px;*/
}
@media (max-width: 500px) {
  form {
    flex-wrap: wrap;
    gap: 10px;
  }
  form .flag__select .nice-select {
    border-right: 1px solid var(--bordertwo);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  form .cmn__btn {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.oparator__texts {
  position: relative;
  display: grid;
}
.oparator__texts .nice-select {
  border: none;
  max-width: 220px;
  padding: 0 0 0 0;
}
.oparator__texts .nice-select::after {
  content: "";
  -webkit-clip-path: polygon(54% 55%, 0 0, 100% 0);
          clip-path: polygon(54% 55%, 0 0, 100% 0);
  display: block;
  height: 15px;
  width: 15px;
  background: var(--text);
  pointer-events: none;
  position: absolute;
  left: 100%;
  bottom: 7px;
  transform-origin: 184% 66%;
  transform: rotate(-3deg);
  border-radius: 4px;
}
.oparator__texts .nice-select .current {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.main__operator {
  border-top: 1px solid var(--bordertwo);
  margin-top: 18px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 5px;
}
.main__operator li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main__operator li .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid var(--text);
  box-shadow: none;
}

.choose__valu {
  border: 1px solid var(--bordertwo);
  border-radius: 10px;
  padding: 30px 30px;
}
.choose__valu .oparator__texts {
  margin-bottom: 30px;
  max-width: 180px;
}
@media (max-width: 575px) {
  .choose__valu {
    padding: 25px 15px;
  }
}

.valu__items {
  border: 1px solid var(--bordertwo);
  border-radius: 10px;
  padding: 30px 30px;
}
.valu__items .valu__usd {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.valu__items .valu__usd span {
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.valu__items p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid var(--bordertwo);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.valu__items .usd {
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 24px;
  display: block;
}
.valu__items .valu__btn {
  display: flex;
  align-items: center;
  gap: 10px 30px;
}
.valu__items .valu__btn .nice-select {
  width: 73px;
}
.valu__items .valu__btn .nice-select .current {
  font-weight: 500;
}
.valu__items .valu__btn .nice-select::after {
  content: "";
  -webkit-clip-path: polygon(54% 55%, 0 0, 100% 0);
          clip-path: polygon(54% 55%, 0 0, 100% 0);
  display: block;
  height: 15px;
  width: 15px;
  background: var(--text);
  pointer-events: none;
  position: absolute;
  right: 11px;
  bottom: 17px;
  transform-origin: 184% 66%;
  transform: rotate(-3deg);
  border-radius: 4px;
}
.valu__items .valu__btn .cmn__btn {
  width: 100%;
  text-align: center;
  display: block;
}
@media (max-width: 575px) {
  .valu__items {
    padding: 20px 15px;
  }
}

.order__summary__wrapper {
  border: 1px solid var(--bordertwo);
  background: var(--white);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .order__summary__wrapper {
    overflow-x: scroll;
  }
}
.order__summary__wrapper .summary__title {
  color: var(--text);
  padding: 20px 25px 20px;
}
@media (max-width: 767px) {
  .order__summary__wrapper .over__responsive {
    width: 600px;
  }
}

.order__table__fluid {
  width: 100%;
}
.order__table__fluid .bg__add {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.order__table__fluid .bg__add span {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  display: block;
}
.order__table__fluid .order__table__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order__table__fluid .order__table__items:not(:first-child) {
  border-bottom: 1px solid var(--bordertwo);
}
.order__table__fluid .order__table__items span {
  padding: 10px 25px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.order__table__box {
  max-width: 500px;
  margin: 0 0 0 auto;
  border-left: 1px solid var(--bordertwo);
}
@media (max-width: 767px) {
  .order__table__box {
    max-width: 100%;
  }
}
.order__table__box .order__graph ul li {
  display: flex;
}
.order__table__box .order__graph ul li:not(:last-child) {
  border-bottom: 1px solid var(--bordertwo);
}
.order__table__box .order__graph ul li span {
  width: 50%;
  color: var(--text);
  font-size: 1.125rem;
  font-weight: 600;
  padding: 16px 0 0 25px;
  font-family: "Lato", sans-serif;
}
.order__table__box .order__graph ul li .bg {
  font-weight: 400;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  padding: 16px 24px;
  font-size: 1rem;
  color: var(--text);
}
.order__table__box .order__graph .chck {
  text-align: center;
}

.recharge__numberbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.recharge__numberbtn .addanother {
  display: flex;
  align-items: center;
  gap: 10px;
}
.recharge__numberbtn .addanother .plus {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid var(--border);
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
.recharge__numberbtn .addanother .plus i {
  color: var(--base);
  font-size: 20px;
  margin-top: 4px;
}
.recharge__numberbtn .addanother .text {
  color: var(--base);
  width: calc(100% - 30px);
}
@media (max-width: 500px) {
  .recharge__numberbtn .addanother .text {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .order__boxestwo {
    padding: 25px 15px;
  }
}

.transaction__dating {
  gap: 40px;
  justify-content: center;
}
@media (max-width: 767px) {
  .transaction__dating {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.transaction__dating .tran__date li {
  gap: 8px 18px;
}
.transaction__dating .tran__date li:not(:last-child) {
  margin-bottom: 5px;
}
.transaction__dating .tran__date li .blodtext {
  padding-right: 12px;
  position: relative;
  width: 180px;
}
@media (max-width: 450px) {
  .transaction__dating .tran__date li .blodtext {
    width: 150px;
  }
}
.transaction__dating .tran__date li .blodtext::before {
  position: absolute;
  right: 0;
  top: -4px;
  content: ":";
  font-size: 22px;
  color: var(--text);
}

.checkout__radio {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .checkout__radio {
    padding: 25px 15px;
  }
}
.checkout__radio .primary-text {
  color: var(--text);
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single:not(:last-child) {
  margin-bottom: 10px;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input {
  border: 1px solid var(--darkextra);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: none;
  padding: 0;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input:checked {
  background-color: var(--base);
  border-color: var(--text);
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url(../../assets/img/svg/w-chaeck.svg);
  background-size: 0.6rem;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single label {
  width: calc(100% - 30px);
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

.checkout__single-wrapper .checkout__single {
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 575px) {
  .checkout__single-wrapper .checkout__single {
    padding: 25px 15px;
  }
}
.checkout__single-wrapper .checkout__single .billing {
  font-size: 1.5rem;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 575px) {
  .checkout__single-wrapper .checkout__single .billing {
    font-size: 1.25rem;
  }
}
.checkout__single-wrapper .checkout__single h4 {
  font-size: 1.375rem;
}
.checkout__single-wrapper .checkout__single .transactionid {
  justify-content: space-between;
  color: var(--text);
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
}
.checkout__single-wrapper .checkout__single .input-single textarea,
.checkout__single-wrapper .checkout__single .input-single .nice-select,
.checkout__single-wrapper .checkout__single .input-single input {
  color: var(--text);
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  width: 100%;
}
.checkout__single-wrapper .checkout__single .input-single textarea {
  padding: 10px 15px;
  outline: none;
  border: 1px solid var(--bordertwo);
}
.checkout__single-wrapper .checkout__single:not(:last-child) {
  margin-bottom: 30px;
}
.checkout__single-wrapper .checkout__single__bg {
  box-shadow: none;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.checkout__single-wrapper .checkout__single__bg .input-single label {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}
.checkout__single-wrapper .checkout__single__bg .input-single textarea,
.checkout__single-wrapper .checkout__single__bg .input-single .nice-select,
.checkout__single-wrapper .checkout__single__bg .input-single input {
  background: #FAFAFE;
}
.checkout__single-wrapper .checkout__single__bg .cmn__btn {
  border-radius: 5px;
}
.checkout__single-wrapper .checkout__single__bg .card__text .payment__cards {
  width: 48%;
}
@media (max-width: 1199px) {
  .checkout__single-wrapper .checkout__single__bg .card__text {
    flex-wrap: wrap;
  }
  .checkout__single-wrapper .checkout__single__bg .card__text .payment__cards {
    width: 100%;
  }
}
.checkout__single-wrapper .input-esingl {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.checkout__single-wrapper .input-esingl .form-check-input {
  min-width: 24px;
  height: 24px;
  border-radius: 5px;
  padding: 0;
  border: 1px solid var(--border);
  outline: none;
}
.checkout__single-wrapper .input-esingl label {
  font-size: 1.125rem;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.checkout__single-wrapper input {
  border: 1px solid var(--input);
}
.checkout__single-wrapper .nice-select {
  border: 1px solid var(--input);
}
.checkout__single-wrapper textarea {
  border: 1px solid var(--input) !important;
}

.successful__section {
  padding-top: 150px;
}

.payment__success__inner {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  border-radius: 5px;
  padding: 32px;
}
.payment__success__inner .payment__success__header {
  text-align: center;
  margin-bottom: 24px;
}
.payment__success__inner .payment__success__header .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--success);
  margin: 0 auto 20px;
}
.payment__success__inner .payment__success__header .icon i {
  color: var(--white);
  font-size: 1.625rem;
  margin-top: -3px;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__header .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
  }
}
.payment__success__inner .payment__success__header h3 {
  color: var(--text);
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .payment__success__inner .payment__success__header h3 {
    font-size: 2rem;
  }
}
.payment__success__inner .payment__success__header p {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__header h2 {
    font-size: 1.625rem;
  }
  .payment__success__inner .payment__success__header p {
    font-size: 1rem;
  }
}
.payment__success__inner .payment__success__body {
  padding: 14px 24px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.03) 0%, rgba(39, 61, 177, 0.03) 100%);
  margin-bottom: 24px;
}
.payment__success__inner .payment__success__body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment__success__inner .payment__success__body ul li:not(:last-child) {
  border-bottom: 1px solid var(--idborder);
}
.payment__success__inner .payment__success__body ul li span {
  color: var(--text);
  font-size: 1.125rem;
  font-weight: 400;
  padding: 12px 0;
  font-family: "Lato", sans-serif;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__body ul li span {
    font-size: 0.875rem;
  }
}
.payment__success__inner .payment__success__body ul li .textbo {
  font-weight: 500;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__body {
    padding: 14px 14px;
  }
  .payment__success__inner .payment__success__body li span {
    font-size: 0.875rem;
  }
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon {
  margin-top: 5px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon i {
  font-size: 1.25rem;
  color: var(--base);
  margin-top: -3px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a span {
  color: var(--text);
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__footer .payment-success__footer-inner {
    flex-wrap: wrap;
  }
}
.payment__success__inner .payment__success__footer .dbutton {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .payment__success__inner {
    padding: 15px;
  }
}

.hotel__successful {
  padding: 0;
  background: transparent;
  box-shadow: unset;
}
.hotel__successful .payment__success__body {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
}

.invoice__wrapper {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.04) 0%, rgba(39, 61, 177, 0.04) 100%);
  padding: 40px 40px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .invoice__wrapper {
    padding: 25px 10px;
  }
}
.invoice__wrapper .order__table__fluid .bg__add {
  background: #ECEEF8;
}
.invoice__wrapper .order__table__fluid .order__table__items:not(:first-child) {
  background: #F6F7FC;
}
.invoice__wrapper .order__table__flight .order__table__items {
  border-bottom: unset;
}
.invoice__wrapper .order__table__flight .order__table__itemsflight {
  padding-left: 30px;
  border-bottom: 1px solid var(--bordertwo);
}
.invoice__wrapper .order__table__box .order__graph ul li .bg {
  background: #ECEEF8;
}
.invoice__wrapper .summary__title {
  background: #F6F7FC;
}
.invoice__wrapper .order__table__box {
  background: #F6F7FC;
}
.invoice__wrapper .over__responsive {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.04) 0%, rgba(39, 61, 177, 0.04) 100%);
}
.invoice__wrapper .invoice__textwrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .invoice__wrapper .invoice__textwrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.invoice__wrapper .invoice__textwrapper .invoice__leftbox h3 {
  color: var(--text);
  margin-bottom: 20px;
}
.invoice__wrapper .invoice__textwrapper .invoice__leftnumber {
  display: flex;
  align-items: center;
}
.invoice__wrapper .invoice__textwrapper .invoice__leftnumber:not(:last-child) {
  margin-bottom: 8px;
}
.invoice__wrapper .invoice__textwrapper .bage {
  position: relative;
  min-width: 155px;
  display: inline-block;
  margin-right: 15px;
  font-size: 1.125rem;
  font-weight: 600;
}
.invoice__wrapper .invoice__textwrapper .bage::after {
  position: absolute;
  right: 0;
  top: -8px;
  content: ":";
  font-size: 1.5rem;
  color: var(--text);
}
.invoice__wrapper .invoice__textwrapper .counting {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.invoice__wrapper .invoice__textwrapper .invoice__righttbox .hirename {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text);
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
  display: block;
}
.invoice__wrapper .invoice__textwrapper .invoice__righttbox h5 {
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.invoice__wrapper .invoice__textwrapper .invoice__righttbox .bage {
  min-width: 80px !important;
}
.invoice__wrapper .getway__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .invoice__wrapper .getway__wrapper {
    flex-wrap: wrap;
  }
}
.invoice__wrapper .getway__wrapper .getway__item {
  border: 1px solid var(--bordertwo);
  padding: 10px 20px;
  width: 100%;
}
.invoice__wrapper .getway__wrapper .getway__item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.invoice__wrapper .getway__wrapper .getway__item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.invoice__wrapper .getway__wrapper .getway__item .trnsdate {
  font-family: "Lato", sans-serif;
  display: block;
  margin-bottom: 5px;
}
.invoice__wrapper .getway__wrapper .getway__item .subtrans {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.invoice__wrapper .getway__wrapperbus .getway__item {
  padding: 10px 10px;
}
.invoice__wrapper .note {
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 30px;
  text-align: center;
}
.invoice__wrapper .print__point__btn {
  justify-content: center;
}
.invoice__wrapper .print__point__btn .cmn__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  padding: 6px 35px 7px;
  border: 1px solid #D4D9F2;
  color: var(--text);
}
@media (max-width: 575px) {
  .invoice__wrapper .print__point__btn .cmn__btn {
    padding: 6px 20px 7px;
  }
}
.invoice__wrapper .print__point__btn .cmn__btn i {
  font-size: 24px;
  color: var(--base);
  transition: all 0.4s;
}
.invoice__wrapper .print__point__btn .cmn__btn:hover i {
  color: var(--white);
}
.invoice__wrapper .invoice__email {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.invoice__wrapper .invoice__email .emailrecharge__head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .invoice__wrapper .invoice__email .emailrecharge__head {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .invoice__wrapper .invoice__email .emailrecharge__head h3 {
    font-size: 2rem;
  }
}
.invoice__wrapper .invoice__email .emailrecharge__head a i {
  font-size: 2.625rem;
  color: var(--base);
}
.invoice__wrapper .invoice__email .leslie {
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 15px;
  display: block;
}
.invoice__wrapper .invoice__email .confirmed {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.invoice__wrapper .invoice__email .confirmed .form-check-input {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid var(--base);
  box-shadow: none;
}
.invoice__wrapper .invoice__email .confirmed label {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--base);
  width: calc(100% - 25px);
}
.invoice__wrapper .invoice__email p {
  font-size: 1rem;
  color: var(--text);
}

.hotel__invoice {
  border: 1px solid var(--input);
}
.hotel__invoice .invoice__textwrapper {
  border-bottom: 1px solid var(--input);
}

.ticket__timeout {
  padding: 20px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: 1px solid #DCE0F3;
}
.ticket__timeout .icon {
  width: 50px;
  height: 50px;
  /*border: 1px solid #DCE0F3;*/
  border-radius: 5px;
}

.hotelinvocie__bookngid li:not(:first-child) {
  border-left: 1px solid var(--input);
  padding-left: 110px;
}
@media (max-width: 767px) {
  .hotelinvocie__bookngid li:not(:first-child) {
    padding-left: 0;
    border-left: unset;
  }
}
.hotelinvocie__bookngid li .pratext {
  max-width: 120px;
  display: block;
}
@media (max-width: 500px) {
  .hotelinvocie__bookngid {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .invoice__scrool {
    overflow-x: scroll;
    margin-bottom: 15px;
  }
}

.hotel__invoicetable {
  width: 100%;
}
@media (max-width: 500px) {
  .hotel__invoicetable {
    width: 400px;
  }
}
.hotel__invoicetable .headfoot th {
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.hotel__invoicetable tbody tr td {
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.hotel__contact__invoice li {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 20px 20px;
  width: 33.3333333333%;
}
.hotel__contact__invoice li .icon {
  min-width: 50px;
  height: 50px;
  border: 1px solid var(--input);
  border-radius: 5px;
  background: var(--white);
}
@media (max-width: 991px) {
  .hotel__contact__invoice {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hotel__contact__invoice li {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .hotel__contact__invoice {
    flex-wrap: wrap;
  }
  .hotel__contact__invoice li {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .hotel__contact__invoice li {
    width: 100%;
  }
}

.hotel__emailinvoice .invoice__textwrapper {
  border-bottom: unset;
}
.hotel__emailinvoice .reservation__contetn {
  border-bottom: 1px solid var(--input);
}
.hotel__emailinvoice .reservation__contetn .form-check-input {
  width: 22px;
  height: 22px;
  outline: none;
  box-shadow: none;
}
.hotel__emailinvoice .reservation__contetn input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../../assets/img/payment/check.png);
  background-size: 0.7rem;
}
.hotel__emailinvoice .reservation__contetn .form-check-input:checked {
  background-color: #F4F6FC;
  border-color: var(--checkborder);
}
.hotel__emailinvoice .reservation__contetn label {
  width: calc(100% - 25px);
}

.booking__number {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  padding: 18px 20px 20px;
  width: 99%;
  margin-left: 4px;
}
@media (max-width: 575px) {
  .booking__number {
    padding: 18px 5px 20px;
  }
}

.passenger__infos .p__inforbox {
  border-radius: 5px;
  border: 1px solid var(--inputtwo);
  overflow: hidden;
}
.passenger__infos .p__inforbox .p__inf {
  max-width: 650px;
  padding: 15px 25px;
}
@media (max-width: 575px) {
  .passenger__infos .p__inforbox .p__inf {
    padding: 15px 10px;
  }
}
.passenger__infos .p__inforbox .tableitems {
  padding-left: 40px;
}
@media (max-width: 575px) {
  .passenger__infos .p__inforbox .tableitems {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .journey__invoicedata {
    flex-wrap: wrap;
  }
  .journey__invoicedata .jou__data {
    width: 100%;
  }
  .journey__invoicedata .jou__data li span {
    font-size: 14px;
  }
  .journey__invoicedata .jou__tadatwo {
    width: 100%;
  }
}

.invoice__journey {
  border: 1px solid var(--bordertwo);
  border-radius: 10px;
}
.invoice__journey h5 {
  padding: 15px 20px 20px;
}

.jou__data {
  width: 50%;
}
.jou__data li {
  padding: 10px 20px;
}

.jou__tadatwo {
  border-left: 1px solid var(--bordertwo);
  width: 50%;
}

.train__temail {
  background: var(--white);
  border: 1px solid var(--bordertwo);
}
.train__temail .order__summary__wrapper {
  border: unset;
}
.train__temail .passengertitle {
  padding: 0 0 20px 20px;
}
.train__temail .bg__add {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.train__temail .getway__wrapper {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .train__temail .getway__wrapper {
    flex-wrap: wrap;
  }
}
.train__temail .bgaddtwo {
  background: var(--white) !important;
}
.train__temail .bgaddtwo .order__graph ul li:last-child {
  border-bottom: 1px solid var(--bordertwo);
}
.train__temail .summary__title {
  background: transparent;
}
.train__temail .order__table__items {
  background: transparent;
}
.train__temail .over__responsive {
  background: var(--white);
}
.train__temail .invoice__journey {
  border: unset;
}

.hurray__booking .owl-nav {
  margin-top: 20px;
}

.hurray__offer {
  border-radius: 5px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.hurray__offer img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.hurray__offer .cmn__btn {
  background: var(--white);
  color: var(--base);
  padding: 7px 15px 7px;
}
.hurray__offer .hurray1 {
  position: absolute;
  top: 100px;
  left: 100px;
}
.hurray__offer .hurray2 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.hurray__offer .hurray3 {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.hurray__offer .hurray4 {
  position: absolute;
  top: 110px;
  left: 18px;
}
.hurray__offer:hover img {
  transform: scale(1.05);
}

.logo__sponsor .owl-item .item img {
  filter: grayscale(25);
}
.logo__sponsor .owl-item.active.center .item img {
  filter: grayscale(0);
}

.booking__referone .refer__thumb {
  margin-left: -6rem;
}
@media (max-width: 991px) {
  .booking__referone .refer__thumb {
    margin-left: 0rem;
    margin-top: 20px;
  }
}

.booking__sponsor .logo__sponsor .item img {
  filter: grayscale(25);
}

.booking__working {
  position: relative;
}
.booking__working .bworking__shape {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
@media (max-width: 1399px) {
  .booking__working .bworking__shape {
    display: none;
  }
}

.bokking__workingthumb {
  width: 100%;
}
.bokking__workingthumb img {
  width: 100%;
}

.book__workinglist {
  border-left: 2px dashed #8E9BE0;
  padding-left: 50px;
  position: relative;
}
.book__workinglist::before {
  position: absolute;
  top: -15px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: #8E9BE0;
  content: "";
  border-radius: 50%;
}
.book__workinglist::after {
  position: absolute;
  bottom: -15px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: #8E9BE0;
  content: "";
  border-radius: 50%;
}
.book__workinglist li {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.book__workinglist li:not(:last-child) {
  margin-bottom: 20px;
}
.book__workinglist li::before {
  position: absolute;
  right: calc(100% + 18px);
  width: 30px;
  border: 1px dashed #8E9BE0;
  content: "";
}
.book__workinglist li::after {
  position: absolute;
  right: calc(100% + 10px);
  width: 10px;
  height: 10px;
  background: #8E9BE0;
  content: "";
  -webkit-clip-path: polygon(61% 45%, 0 0, 0 100%);
          clip-path: polygon(61% 45%, 0 0, 0 100%);
}
.book__workinglist li .list {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  background: var(--base);
  border-radius: 50%;
  text-align: center;
}
.book__workinglist li span {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

@media (max-width: 575px) {
  .bookingone__workingcontent {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .bookingone__workingcontent .section__header {
    margin-bottom: 40px;
  }
}

.branch__wrapper {
  position: relative;
}
.branch__wrapper .dotsbox1 {
  position: absolute;
  top: -10px;
  right: -30px;
}
.branch__wrapper .dotsbox2 {
  position: absolute;
  top: -10px;
  left: -30px;
}
.branch__wrapper .dotsbox3 {
  position: absolute;
  bottom: -30px;
  left: -30px;
}
.branch__wrapper .dotsbox4 {
  position: absolute;
  bottom: -30px;
  right: -30px;
}
.branch__wrapper .dotsbox1,
.branch__wrapper .dotsbox2,
.branch__wrapper .dotsbox3,
.branch__wrapper .dotsbox4 {
  z-index: -1;
}
@media (max-width: 575px) {
  .branch__wrapper .dotsbox1,
  .branch__wrapper .dotsbox2,
  .branch__wrapper .dotsbox3,
  .branch__wrapper .dotsbox4 {
    display: none;
  }
}

.branch__left__innner .branch__item:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .branch__left__innner .branch__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .branch__left__innner {
    display: flex;
    gap: 0 24px;
  }
}
@media (max-width: 450px) {
  .branch__left__innner {
    flex-wrap: wrap;
  }
  .branch__left__innner .branch__item {
    width: 100%;
  }
  .branch__left__innner .branch__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .branch__left__innner .branch__item img {
    width: 100%;
  }
}

.branch__item {
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.branch__item img {
  border-radius: 10px;
  transition: all 0.4s;
}
.branch__item .location {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.branch__item .location .icon {
  z-index: 1;
  transition: all 0.4s;
}
.branch__item .location .text {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
  z-index: 1;
}
.branch__item .location::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #000000;
  filter: blur(35px);
}
@media (max-width: 575px) {
  .branch__item {
    width: 100%;
  }
  .branch__item img {
    width: 100%;
  }
}
.branch__item:hover img {
  transform: scale(1.1);
}
.branch__item:hover .location .icon {
  transform: rotate(-90deg);
}

.flight__brachslider .owl-dots .owl-dot {
  margin-top: 25px;
}
.flight__brachslider .owl-dots .owl-dot span {
  background: #CECECE;
}
.flight__brachslider .owl-dots .owl-dot.active span {
  background: var(--base);
}
.flight__brachslider .owl-nav {
  position: absolute;
  top: -150px;
  left: calc(50% + 560px);
}
@media (max-width: 1399px) {
  .flight__brachslider .owl-nav {
    left: calc(50% + 460px);
  }
}
@media (max-width: 1199px) {
  .flight__brachslider .owl-nav {
    left: calc(50% + 380px);
  }
}
@media (max-width: 991px) {
  .flight__brachslider .owl-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .flight__brachslider .owl-nav {
    display: none;
  }
}

.brach__flight__item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.brach__flight__item img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.4s;
}
.brach__flight__item .flitposition {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, #2E140E 100%);
  padding: 20px 20px 24px;
  border-radius: 5px;
}
.brach__flight__item .location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.brach__flight__item .location .text {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
}
@media (max-width: 1199px) {
  .brach__flight__item .location .text {
    font-size: 1.125rem;
  }
}
.brach__flight__item .pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brach__flight__item .pages .text {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.brach__flight__item .pages .arrow {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid #CECECE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.brach__flight__item .pages .arrow i {
  transition: all 0.4s;
  font-size: 20px;
  margin-top: 0px;
  color: var(--base);
}
.brach__flight__item:hover img {
  transform: scale(1.1);
}
.brach__flight__item:hover .pages .text {
  color: var(--white);
}
.brach__flight__item:hover .pages .arrow {
  border-color: var(--base);
  background: var(--base);
}
.brach__flight__item:hover .pages .arrow i {
  color: var(--white);
}
.hidd {
  overflow: hidden;
}

.max-636 {
  max-width: 636px;
}
.flight__tour {
  background: url(../../assets/img/flights/flittour.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index:-1;
}
@media (max-width: 991px) {
  .flight__tour::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(206, 227, 241, 0.7215686275);
  }
}
.flight__tour .bshape1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.flight__tour .bshape2 {
  position: absolute;
  top: 0;
  right: 0;
}

.flight__facilites__wrap .hotel__facilities__item {
  text-align: center;
  box-shadow: none;
  padding: 8px 5px;
}
@media (max-width: 1399px) {
  .flight__facilites__wrap .hotel__facilities__item {
    padding: 8px 0px;
  }
}
@media (max-width: 575px) {
  .flight__facilites__wrap .hotel__facilities__item p {
    max-width: 250px;
    margin: 0 auto;
  }
}
.flight__facilites__wrap .hotel__facilities__item .head__wrap {
  display: inline;
  margin: 0 auto;
}
.flight__facilites__wrap .hotel__facilities__item .head__wrap img {
  margin-bottom: 20px;
  transition: all 0.4s;
}
.flight__facilites__wrap .hotel__facilities__item:hover .head__wrap img {
  transform: scale(0.9);
}

.travel__dicount__item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.travel__dicount__item img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.4s;
}
.travel__dicount__item .bestoffer__content {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content {
    right: 15px;
  }
}
.travel__dicount__item .bestoffer__content .cheap {
  font-family: "Roboto", sans-serif;
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content .cheap {
    font-size: 1.25rem;
  }
}
.travel__dicount__item .bestoffer__content .usa {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  color: var(--white);
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content .usa {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}
.travel__dicount__item .bestoffer__content .offfertitle {
  font-size: 6.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content .offfertitle {
    font-size: 1.75rem;
    gap: 5px;
  }
}
.travel__dicount__item .bestoffer__content .offfertitle .uptoget {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: var(--white);
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content .offfertitle .uptoget {
    font-size: 1.125rem;
  }
}
.travel__dicount__item .bestoffer__content .offfertitle .offs {
  font-size: 2rem;
  color: var(--white);
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content .offfertitle .offs {
    font-size: 1.125rem;
  }
}
.travel__dicount__item .bestoffer__content .cmn__green {
  color: var(--green);
  background: var(--white);
  padding: 9px 18px 9px;
  font-size: 0.875rem;
}
@media (max-width: 500px) {
  .travel__dicount__item .bestoffer__content .cmn__green {
    padding: 4px 15px 4px;
  }
}
.travel__dicount__item .content {
  position: absolute;
  top: 24px;
  left: 30px;
}
@media (max-width: 575px) {
  .travel__dicount__item .content {
    top: 15px;
    left: 18px;
  }
}
.travel__dicount__item .content .boxeswidth {
  max-width: 141px;
}
@media (max-width: 575px) {
  .travel__dicount__item .content .boxeswidth {
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .travel__dicount__item .content .boxeswidth .fivepercent {
    font-size: 1.375rem;
    margin-bottom: 5px;
  }
  .travel__dicount__item .content .boxeswidth .instant {
    font-size: 1.25rem;
  }
  .travel__dicount__item .content .boxeswidth .flightbook {
    margin-bottom: 8px;
  }
  .travel__dicount__item .content .boxeswidth .cmn__btn {
    padding: 4px 15px 4px;
  }
}
.travel__dicount__item .content .fivepercent {
  font-size: 4.75rem;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
}
.travel__dicount__item .content .cmn__meron {
  color: var(--meron);
  background: var(--white);
  padding: 9px 18px 9px;
  font-size: 0.875rem;
}
.travel__dicount__item .content .instant {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  color: var(--white);
}
.travel__dicount__item .content .flightbook {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: var(--white);
  margin-bottom: 20px;
}
.travel__dicount__item .content .fivtin {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--white);
}
@media (max-width: 500px) {
  .travel__dicount__item .content .fivtin {
    font-size: 1.25rem;
  }
}
.travel__dicount__item .content .cheap {
  font-family: "Roboto", sans-serif;
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .travel__dicount__item .content .cheap {
    font-size: 1.25rem;
  }
}
.travel__dicount__item .content .usa {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  color: var(--white);
}
.travel__dicount__item .content .offfertitle {
  font-size: 6.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 18px;
}
.travel__dicount__item .content .offfertitle .uptoget {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: var(--white);
}
.travel__dicount__item .content .winter {
  font-size: 1.125rem;
  color: var(--white);
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 500px) {
  .travel__dicount__item .content .winter {
    font-size: 1rem;
  }
}
.travel__dicount__item .content .tharthy {
  font-size: 1.125rem;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  display: block;
}
.travel__dicount__item .content .cmn__base {
  color: var(--base);
  background: var(--white);
  padding: 9px 18px 9px;
  font-size: 0.875rem;
}
.travel__dicount__item .content .cmn__green {
  color: var(--green);
  background: var(--white);
  padding: 9px 18px 9px;
  font-size: 0.875rem;
}
.travel__dicount__item:hover img {
  transform: scale(1.1);
}

.flight__client__wrap .owl-nav {
  margin-top: -1px;
}

.flight__client__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  margin: 5px 5px 30px;
}
.flight__client__item .header {
  background: var(--bgsection);
  padding: 30px 30px 60px;
  text-align: center;
}
@media (max-width: 1199px) {
  .flight__client__item .header {
    padding: 30px 8px 60px;
  }
}
.flight__client__item .header img {
  width: 60px;
  margin: 0 auto 20px;
}
.flight__client__item .header p {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.flight__client__item .lastcommon {
  text-align: center;
  padding: 0 10px 30px;
}
.flight__client__item .lastcommon img {
  border-radius: 50%;
  transform: translateY(-35px);
  width: 70px;
  margin: 0 auto -12px;
}
.flight__client__item .lastcommon .ratting {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-bottom: -1px;
  margin-top: 30px;
}
.flight__client__item .lastcommon .ratting li img {
  width: 24px;
}
.flight__client__item .lastcommon h5 {
  color: var(--text);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.flight__client__item .lastcommon .degisnation {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.complaint__content__box {
  max-width: 636px;
  margin-left: 7rem;
}
@media (max-width: 1399px) {
  .complaint__content__box {
    margin-left: 0rem;
  }
}
@media (max-width: 1199px) {
  .complaint__content__box {
    padding: 0 20px;
  }
}

.complaint__content {
  background: var(--bgsection);
  height: 100%;
  padding: 100px 0 110px;
}
@media (max-width: 991px) {
  .complaint__content {
    padding: 70px 0 90px;
  }
}
.complaint__content form {
  display: inline;
}
.complaint__content form input {
  width: 100%;
  outline: none;
  color: var(--placeholder);
  padding: 16px 30px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border: 1px solid #D4D8F1;
  border-radius: 5px;
  margin-bottom: 20px;
}
.complaint__content form ::-moz-placeholder {
  color: var(--placeholder);
}
.complaint__content form ::placeholder {
  color: var(--placeholder);
}
.complaint__content form textarea {
  width: 100%;
  outline: none;
  color: var(--placeholder);
  padding: 16px 30px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border: 1px solid #D4D8F1;
  border-radius: 5px;
  margin-bottom: 20px;
}
.complaint__content .cmn__btn {
  border: none;
  outline: none;
}
.complaint__content .agree__chek {
  display: flex;
  align-items: center;
  gap: 15px;
}
.complaint__content .agree__chek .form-check-input {
  width: 24px !important;
  height: 24px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  box-shadow: none;
  outline: none;
}
.complaint__content .agree__chek .form-check-label {
  width: calc(100% - 24px);
  font-weight: 1.125rem;
  color: var(--placeholder);
}

.conplaint__thumb {
  width: 100%;
  background: url(../../assets/img/testimonial/plane.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}
.conplaint__thumb img {
  width: 100%;
}

.flight__grid__waywrapper .flight__oneway__item2 {
  overflow-x: initial;
}
.flight__grid__waywrapper .flight__oneway__item2 .flight__oneway__inner2 {
  width: initial;
}
.flight__grid__waywrapper .flight__oneway__item2 .flight__oneway__inner2 .table__two .right__tableprice {
  padding: 20px 30px 30px;
  border-left: unset;
}
.flight__grid__waywrapper .flight__oneway__item2 .flight__oneway__inner2 .table__two .right__tableprice .cmn__btn {
  font-weight: 400;
  padding: 9px 18px;
}
.flight__grid__waywrapper .flight__oneway__item2 .flight__wayfooter {
  padding: 15px 10px;
}

.train__booksection {
  background-image: unset;
  background: linear-gradient(89.58deg, rgba(117, 168, 226, 0.3) 0.34%, rgba(255, 255, 255, 0) 99.64%);
  position: relative;
}
@media (max-width: 1199px) {
  .train__booksection::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(206, 227, 241, 0.911);
  }
}
.train__booksection .hotel__content {
  position: relative;
}
.train__booksection .trainshpe {
  position: absolute;
  bottom: 0;
  right: 15px;
  max-width: 797px;
  z-index: -1;
}
.train__booksection .trainshpe img {
  width: 100%;
}

.spacebottom__none {
  margin-bottom: -100px;
}

.trainticket__thumb {
  margin-left: -20rem;
}
@media (max-width: 991px) {
  .trainticket__thumb {
    display: none;
  }
}

.train__ticket__content {
  padding: 120px 0 120px;
}
.train__ticket__content .offer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.train__ticket__content .offer__list li {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  width: 50%;
}
@media (max-width: 500px) {
  .train__ticket__content .offer__list li {
    width: 100%;
  }
}
.train__ticket__content .offer__list li .text {
  display: block;
  font-size: 1.5rem;
  color: var(--text);
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1199px) {
  .train__ticket__content .offer__list li .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .train__ticket__content {
    padding: 75px 0 80px;
  }
}

.ticketeasily__section {
  position: relative;
  background: linear-gradient(89.55deg, #D6E5F6 0.34%, #F9FCFF 60.43%);
}
.ticketeasily__section .trainticket__shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.ticketeasily__section .trainticket__shape img {
  height: 100%;
}
@media screen and (max-width: 1800px) {
  .ticketeasily__section .trainticket__shape {
    opacity: 0.3;
  }
}
@media (max-width: 1199px) {
  .ticketeasily__section .trainticket__shape {
    opacity: 0.2;
  }
}
@media (max-width: 991px) {
  .ticketeasily__section .trainticket__shape {
    opacity: 0.1;
  }
}
@media (max-width: 767px) {
  .ticketeasily__section .trainticket__shape {
    display: none;
  }
}

.trainticket__content {
  padding: 110px 0 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .trainticket__content {
    padding: 70px 0 80px;
  }
}

.train__tour {
  background-image: unset;
  background: linear-gradient(269.8deg, #E2EDFC 0.15%, #EAF1F5 56.88%);
  position: relative;
}
.train__tour .train__travelshape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.train__tour .train__travelshape img {
  height: 100%;
}
@media screen and (max-width: 1650px) {
  .train__tour .train__travelshape {
    max-width: 700px;
  }
  .train__tour .train__travelshape img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .train__tour .train__travelshape {
    max-width: 580px;
  }
  .train__tour .train__travelshape img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .train__tour .train__travelshape {
    max-width: 480px;
  }
  .train__tour .train__travelshape img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .train__tour .train__travelshape {
    display: none;
  }
}
.train__tour .bshape1,
.train__tour .bshape2 {
  max-width: 280px;
}
.train__tour .bshape1 img,
.train__tour .bshape2 img {
  width: 100%;
}

.train__tour__contetn {
  padding: 110px 0 120px;
}
@media (max-width: 1399px) {
  .train__tour__contetn {
    padding: 70px 0 80px;
  }
}

.trainbooking__system {
  padding: 10px;
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 100%;
}
.trainbooking__system .search__item {
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 500px) {
  .trainbooking__system .search__item {
    width: 100%;
  }
}

.ticket__availablebook {
  border: 1px solid var(--bordertwo);
}
@media (max-width: 500px) {
  .ticket__availablebook {
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .ticekt__dateavailable {
    width: 100%;
  }
}
.ticekt__dateavailable .tic__left {
  border-left: 1px solid var(--bordertwo);
}
.ticekt__dateavailable .tic__left .boxex {
  border-bottom: 1px solid var(--bordertwo);
  padding: 13px 30px 15px;
}
@media (max-width: 500px) {
  .ticekt__dateavailable .tic__left .boxex {
    padding: 13px 15px;
  }
}

.seat__apply {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 25px 20px 28px;
}

.number__ticket {
  gap: 20px 11px;
}

.seat__linemain__wrapper {
  max-width: 380px;
  margin: 0 auto;
}

.incomponent__box {
  max-width: 380px;
  margin: 0 auto;
  gap: 12px 30px;
  flex-wrap: wrap;
}

.bus__booksection {
  background: url(../../assets/img/bus/busbg.jpg) no-repeat center center;
  background-size: cover;
}

.busbanner {
  margin-left: 12rem;
  width: unset;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .busbanner {
    margin-left: 10rem;
  }
}
@media screen and (max-width: 1800px) {
  .busbanner {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 1700px) {
  .busbanner {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1500px) {
  .busbanner {
    margin-left: 10rem;
    max-width: 1150px;
  }
  .busbanner img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .busbanner {
    width: 400px;
    margin-left: 2rem;
  }
  .busbanner img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .busbanner {
    width: 400px;
    margin-left: 0rem;
  }
  .busbanner img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .busbanner {
    margin: 40px auto 0;
    width: 100%;
    padding: 0 50px;
  }
  .busbanner img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .busbanner {
    padding: 0 10px;
  }
}

.bus__fasilitiesthumb {
  animation: updown 2s ease-in-out infinite;
  width: 100%;
  padding: 0 30px;
}
.bus__fasilitiesthumb img {
  width: 100%;
}

.bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item {
  text-align: right;
  padding: 25px 0;
}
.bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item .head__wrap {
  text-align: right;
}
.bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item p {
  text-align: right;
}
@media (max-width: 767px) {
  .bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
  }
  .bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item .head__wrap {
    text-align: center;
  }
  .bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item p {
    text-align: center;
  }
}
.bus__facilities__wrap .bus__fasilities__left svg {
  margin-top: 18px;
  margin-bottom: 17px;
  text-align: right;
}
@media (max-width: 1199px) {
  .bus__facilities__wrap .bus__fasilities__left svg {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .bus__facilities__wrap .bus__fasilities__left svg {
    text-align: center;
    margin: 15px auto;
    display: flex;
  }
}
.bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item {
  padding: 25px 0;
  text-align: left;
}
.bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item .head__wrap {
  text-align: left;
}
.bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item p {
  text-align: left;
}
@media (max-width: 767px) {
  .bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
  }
  .bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item .head__wrap {
    text-align: center;
  }
  .bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item p {
    text-align: center;
  }
}
.bus__facilities__wrap .bus__fasilities__right svg {
  margin-top: 18px;
  margin-bottom: 17px;
}
@media (max-width: 1199px) {
  .bus__facilities__wrap .bus__fasilities__right svg {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .bus__facilities__wrap .bus__fasilities__right svg {
    text-align: center;
    margin: 15px auto;
    display: flex;
  }
}

.information__service .bus__fasilitiesthumb {
  padding: 0 0px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .information__service .bus__fasilitiesthumb {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .information__service .bus__fasilities__left svg {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .information__service .bus__fasilities__left svg {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .information__service .bus__fasilities__left svg {
    max-width: 270px;
  }
}

.car__facilitiesthumb {
  animation: updown 2s ease-in-out infinite;
}
@media (max-width: 991px) {
  .car__facilitiesthumb {
    width: 100%;
  }
  .car__facilitiesthumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .car__facilitiesthumb {
    padding: 0 80px;
    margin-bottom: 30px;
  }
}

.hotel__facilities {
  overflow: hidden;
  position: relative;
}
.hotel__facilities .carshape {
  position: absolute;
  top: 140px;
  right: calc(50% + 300px);
  max-width: 650px;
}
.hotel__facilities .carshape img {
  width: 100%;
}
@media (max-width: 991px) {
  .hotel__facilities .carshape {
    display: none;
  }
}

.bus__ticket {
  background: url(../../assets/img/bus/bustricket.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.bus__ticket::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 251, 251, 0.492);
}

.bus__ticket__content {
  position: relative;
}

.busdetail__contetn h5 {
  margin-bottom: 10px;
}
.busdetail__contetn h5 a {
  color: var(--text);
  text-decoration: underline;
}
.busdetail__contetn p {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.busdetail__contetn:hover h5 a {
  color: var(--base);
}

.homework__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.homework__item:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .homework__item {
    gap: 14px;
  }
}
.homework__item .content h5 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  color: var(--text);
}
.homework__item .content h5 a {
  color: var(--text);
}
.homework__item .content p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
@media (max-width: 500px) {
  .homework__item .content p {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .howwork__wrapper {
    margin-top: 35px;
  }
}

.busbooking__systemjourney {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 25px 30px 30px;
}
.busbooking__systemjourney .dating__body .dating__body__box {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.busbooking__systemjourney .dating__body .dating__body__box .dating__item {
  width: 100%;
}

.busbooking__systemseat {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border: 1px solid #EBEBEB;
  border-radius: 10px;
}
.busbooking__systemseat .seat__linemain__wrapper {
  padding: 20px 40px 30px;
}
@media (max-width: 991px) {
  .busbooking__systemseat .seat__linemain__wrapper {
    padding: 20px 20px 20px;
  }
}

.gap__custom {
  gap: 10px;
}

.cars__booksection {
  position: relative;
  overflow: hidden;
  background-image: unset;
  background: linear-gradient(90deg, #F9F9FF 0.94%, #FFFFFF 100%);
}

.hotel__content {
  position: relative;
  z-index: 1;
}

.car__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.car__shape img {
  height: 100%;
}
@media (max-width: 1399px) {
  .car__shape {
    opacity: 0.3;
  }
}
@media (max-width: 991px) {
  .car__shape {
    opacity: 0.1;
  }
}

.cars__ticket {
  overflow: hidden;
}

.worldwide__tumb__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .worldwide__tumb__wrapper {
    margin-top: 30px;
    gap: 15px;
  }
}
.worldwide__tumb__wrapper .thumb__innner {
  position: relative;
  z-index: 1;
}
.worldwide__tumb__wrapper .thumb__innner .tumb {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
}
.worldwide__tumb__wrapper .thumb__innner .tumb:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .worldwide__tumb__wrapper .thumb__innner .tumb:not(:last-child) {
    margin-bottom: 15px;
  }
}
.worldwide__tumb__wrapper .thumb__innner .tumb img {
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .worldwide__tumb__wrapper .thumb__innner .tumb {
    width: 100%;
  }
  .worldwide__tumb__wrapper .thumb__innner .tumb img {
    width: 100%;
  }
}
.worldwide__tumb__wrapper .thumb__innner .tumb:hover img {
  transform: scale(1.1);
}
.worldwide__tumb__wrapper .car__rount {
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
}

.car__ticket__content {
  padding: 0 0;
}

.car__facilitiesthumb2 {
  animation: updown 4s infinite;
}
@media (max-width: 1399px) {
  .car__facilitiesthumb2 {
    width: 100%;
  }
  .car__facilitiesthumb2 img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .car__facilitiesthumb2 {
    padding: 0 50px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .car__facilitiesthumb2 {
    padding: 0 20px;
  }
}

.cars__testimonial__section {
  position: relative;
}
.cars__testimonial__section .car__quote {
  position: absolute;
  bottom: 70px;
  right: 55px;
}
@media (max-width: 767px) {
  .cars__testimonial__section .car__quote {
    display: none;
  }
}

@media (max-width: 991px) {
  .carss__testimonial {
    margin-bottom: 35px;
  }
}
.carss__testimonial .flight__client__item {
  margin: 25px 30px 35px;
}
@media (max-width: 500px) {
  .carss__testimonial .flight__client__item {
    margin: 25px 15px 30px;
  }
}
.carss__testimonial .owl-nav {
  margin-top: -10px;
}
.carss__testimonial .owl-nav .owl-prev i {
  font-size: 26px;
}
.carss__testimonial .owl-nav .owl-next i {
  font-size: 26px;
}

.carferrari__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  gap: 20px 35px;
}
@media (max-width: 1199px) {
  .carferrari__item {
    gap: 15px 0px;
  }
}
@media (max-width: 1199px) {
  .carferrari__item {
    flex-wrap: wrap;
  }
  .carferrari__item .thumb {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  }
}
.carferrari__item .suv {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 6px 18px;
}
.carferrari__item .ferrari__list {
  display: flex;
  gap: 5px 37px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .carferrari__item .ferrari__list {
    margin-bottom: 20px;
  }
}
.carferrari__item .ferrari__list li {
  padding-left: 10px;
  position: relative;
}
.carferrari__item .ferrari__list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--base);
}
.carferrari__item .carferrari__content {
  padding: 5px 10px 5px 0;
}
@media (max-width: 767px) {
  .carferrari__item .carferrari__content .carferari__box {
    gap: 0 15px;
  }
}
@media (max-width: 450px) {
  .carferrari__item .carferrari__content .carferari__box {
    gap: 0 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.carferrari__item .carferrari__content .farrari__carbook {
  width: 210px;
}
@media (max-width: 1399px) {
  .carferrari__item .carferrari__content .farrari__carbook {
    min-width: 150px;
  }
}
.carferrari__item .carferrari__content .farrari__carbook .cmn__btn {
  padding: 10px 18px;
}

.ferrari__pats {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  flex-wrap: wrap;
}
.ferrari__pats li {
  width: 20%;
  padding: 20px 20px;
}
@media (max-width: 1399px) {
  .ferrari__pats li {
    padding: 18px 5px;
  }
}
@media (max-width: 500px) {
  .ferrari__pats li {
    width: 50%;
  }
  .ferrari__pats li:not(:last-child) {
    border-bottom: 1px dashed var(--cmnborder);
  }
}
.ferrari__pats li:not(:first-child) {
  border-left: 1px dashed var(--cmnborder);
}
.ferrari__pats li .icon img {
  width: 22px;
}

.cars__gridwrapper .carferrari__item .thumb {
  position: relative;
  width: 100%;
  background: var(--base);
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.cars__gridwrapper .carferrari__item .thumb .price {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 3px;
  padding: 3px 8px;
  position: absolute;
  top: 13px;
  left: 18px;
}
.cars__gridwrapper .carferrari__item .thumb .price2 {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 3px;
  padding: 3px 8px;
  position: absolute;
  top: 13px;
  right: 18px;
}
.cars__gridwrapper .carferrari__item .carferrari__content {
  padding: 5px 5px 10px 5px;
}
.cars__gridwrapper .carferrari__item .ferrari__pats {
  border: 1px dashed var(--cmnborder);
  background: transparent;
}

@media screen and (max-width: 1900px) {
  .app__shape {
    max-width: 400px;
  }
  .app__shape img {
    width: 100%;
  }
}
@media screen and (max-width: 1800px) {
  .app__womanlandng,
  .hoelmainshape3,
  .hoelmainshape2,
  .hoelmainshape,
  .app__woman,
  .app__shape,
  .test__shape2,
  .flower__refer {
    display: none;
  }
  .referman {
    max-width: 400px;
  }
  .working__section .maishape__work {
    max-width: 300px;
  }
  .working__section .maishape__work img {
    width: 100%;
  }
  .touch__element,
  .watch__element,
  .element__man {
    display: none;
  }
}
@keyframes zmin {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes zmin2 {
  0% {
    transform: scale(2.1);
  }
  100% {
    transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes zmin3 {
  0% {
    transform: translateY(10px);
  }
  20% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes zminopa {
  50% {
    opacity: 1.5;
    transform: translateX(-10px);
  }
  80% {
    opacity: 1.1;
    transform: scale(0.8);
  }
}
@keyframes cirsle {
  0% {
    transform: rotate(180deg);
  }
}
@keyframes cirsmoth {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
}
@keyframes cir360 {
  0% {
    transform: rotate(360deg);
  }
}
@keyframes smothx {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes skews {
  50% {
    transform: translateX(10px);
  }
}
@keyframes somthted {
  50% {
    transform: translateX(-20px);
  }
}
@keyframes airtifi {
  50% {
    transform: translateX(-10px) skew(-5deg);
  }
}
@keyframes rlrl {
  50% {
    transform: translate(-15px);
  }
}
@keyframes workdown {
  50% {
    transform: translateY(30px);
  }
}
@keyframes bns1 {
  50% {
    transform: rotate(-2deg);
  }
  80% {
    transform: translateX(5px);
  }
}
@keyframes vid1 {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes vid2 {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.footer__section {
  overflow: hidden;
}

.footer__widget .widget__head .footer__logo {
  max-width: 196px;
}
@media (max-width: 575px) {
  .footer__widget .widget__head .footer__logo {
    width: 180px;
    display: block;
  }
  .footer__widget .widget__head .footer__logo img {
    width: 100%;
  }
}
.footer__widget .widget__link .link {
  display: block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}
.footer__widget .widget__link .link::before {
  position: absolute;
  content: "";
  width: 50px;
  background: var(--base);
  height: 1px;
  top: 50%;
  transition: all 0.4s;
  opacity: 0;
  z-index: -1;
}
.footer__widget .widget__link .link:hover {
  color: #12a39f;
}
.footer__widget .widget__link .link:hover::before {
  height: 1px;
  opacity: 1;
  transform: rotate(40deg);
}
.footer__widget .widget__link .link:not(:last-child) {
  margin-bottom: 10px;
}
.footer__widget .widget__link form input {
  color: var(--placeholder);
  background: transparent;
  outline: none;
  border: 1px solid var(--bordertwo);
  width: 100%;
  height: 50px;
  padding: 5px 20px 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.footer__widget .widget__link form ::-moz-placeholder {
  color: var(--placeholder);
}
.footer__widget .widget__link form ::placeholder {
  color: var(--placeholder);
}
.footer__widget .widget__link form .cmn__btn {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  height: 50px;
}
.footer__widget .widget__link form .cmn__btn i {
  color: var(--textwhite);
  font-size: 22px;
}

.footer__bottom {
  justify-content: space-between;
  border-top: 1px solid #16224e;
  padding: 25px 0 30px;
}
.footer__bottom .footer__bottom__link {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 24px;
}
.footer__bottom .footer__bottom__link li a {
  font-family: "Lato", sans-serif;
}
.footer__bottom .footer__bottom__link li a:hover {
  color:#12a39f;
}
@media (max-width: 575px) {
  .footer__bottom .footer__bottom__link li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__bottom p {
    order: 1;
    margin-top: 10px;
    text-align: center;
  }
}

/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn__btn {
    border-radius: 18px;
    padding: 8px 30px 8px;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    color: var(--textwhite);
    position: relative;
    background: var(--base);
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    transition: all 0.5s;
    border:none;
}
.cmn__btn span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.cmn__btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background: #12a39f;
  transition: all 0.5s;
  width: 0px;
  height: 100%;
  color:#03225b;
}
.cmn__btn:hover {
  background-color: transparent;
}
.cmn__btn:hover span {
  color: var(--textwhite);
}
.cmn__btn:hover::before {
  width: 100%;
  left: 0;
}
.spec__btn {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.outline__btn {
    background: transparent;
    border: 1px solid var(--base);
    color: var(--base);
    transition: all 0.4s;
    padding: 8px 30px 8px;
}

/*--Button Area End--*/
/*--Button Area End--*//*# sourceMappingURL=main.css.map */
.w-full {
    width: 100%;
}
   /* Top services */
.services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.service-item {
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}
/* Container */
.service-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
  margin-top:88px;
}
.service-container::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 75%;
  background: var(--bgsection);
  content: "";
  z-index: -1;
}
.fasilities__item2 {
    gap: 10px;
    padding: 12px 10px 14px;
    border: 1px solid var(--bordertwo);
    border-radius: 5px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    font-family: "Lato", sans-serif;
    /*width: 12.5%;*/
    transition: all 0.5s;
}

@media (max-width: 600px) {
  .services {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .service-item {
    white-space: nowrap;
  }
}
.fasilities__item2 span {
    font-weight: 500;
    transition: all 0.4s;
}
.fasilities__item2 .icon img {
    transition: all 0.4s;
    width: 30px;
    height: 30px;
}
.fasilities__item2:hover {
    background: var(--base);
}
.fasilities__item2:hover span {
  color: var(--textwhite);
}
.fasilities__item2:hover .icon img {
  filter: brightness(25);
}

/*===================================
========================flight start=========================
================================*/
.box-color {
    background-color: rgb(244, 245, 252);
}
.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tab-btn {
    padding: 8px 26px;
    border: none;
    background: #ddd;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
}

.tab-btn.active{
    background:#02286e;
    color:#fff;
}

/* IMPORTANT */
.tab-content{
    display:none;
    padding:20px;
    border:1px solid #ddd;
    border-radius:5px;
}

/* First active tab */
.tab-content2.active-tab{
    display:block;
}
.tab-content2{
    display:block;
    padding:20px;
    border:1px solid #ddd;
    border-radius:5px;
}
.tab-content2.show {
    display: block;
}

/* First active tab */
.tab-content.active-tab{
    display:block;
}
.noflex {
    display: block;
}
.dbox {
    display: flex;
}
.sbtn {
    text-align: center;
    margin-top: 20px;
}
.filterbox {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: 5px 0px 11px #d6d6d6;
}
.thed {
    display: flex;
    justify-content: space-between;
    font-family: Raleway-SemiBold;
    border-bottom: 1px solid #ef6614;
    margin-bottom: 15px;
}
.thed a {
    color: #ef6614;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 9px;
}
.thed a:hover {
    color: #262626;
}
.phed {
    display: flex;
    justify-content: space-between;
    background-color: #f3f3f3;
    padding: 7px 5px;
    border-radius: 3px;
}
.phed a {
    color: #ef6614;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 0px;
}
.phed a:hover {
    color: #262626;
}
.phed h3{
    font-size: 15px;
    margin:0px;
    color: #000; 
}
#amount{
  font-weight: normal;
}

.ti {
    margin-top: 18px;
    margin-bottom: 20px;
}

.ti ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
  }

.ti ul li {
   font-size: 12px;
   font-family: OpenSans-SemiBold;
   color:#262626;
   list-style: none; 
}
.ti ul li a {
    background-color: transparent;
    padding: 6px 7px;
    border: 1px solid #ededed;
    color:#000;
}
.ti ul li a:hover {
    background-color: #ededed;
    padding: 6px 7px;
    border: 1px solid #ededed;
    color: #262626;
}
.ond p {
    color: #77797c;
    font-size: 12px;
    text-align: center;
    margin: 0px;
    font-family: OpenSans-SemiBold;
    margin-bottom: 6px;
}
.ond h2 {
    font-size: 14px;
    text-align: center;
    font-family: OpenSans-SemiBold;
}
.bg-titl-n {
    background-color: #fff;
    font-size: 13px;
}
.bg-titl-n {
    background-color: #fff;
    font-size: 13px;
    font-family: Raleway-SemiBold;
    color: #262626;
    padding-top: 8px;
    padding-bottom: 8px;
}
.gl img {
    width: 50px;
    float: left;
    margin-right: 11px;
}
.fifn01 p {
    font-size: 14px;
    margin: 0;
    padding-top: 3px;
    color: #000;
    font-family: OpenSans-SemiBold;
}
.air1 {
    color: #333;
    font-family: OpenSans-SemiBold;
    font-size: 13px;
}
.bgwt {
    background-color: #fff;
    margin-top: 15px;
    padding-bottom: 1rem;
}
.mt p {
    font-size: 16px;
    color: #333;
    font-family: OpenSans-SemiBold;
    text-align: center;
    margin-bottom: 0;
}
.gl span {
    font-size: 12px;
    color: #8b8d91;
}
.mt span {
    font-size: 12px;
    color: #8b8d91;
}
.du{
  position: relative;
}

.du h6 {
    font-size: 13px;
    color: #000;
    margin: 0;
    font-family: OpenSans-SemiBold;
    text-align: center;
}
.du h6:before {
    content: "";
    position: absolute;
    background: url(../images/arow_main.png) no-repeat;
    width: 92px;
    height: 7px;
    top: 17px;
    left: 0;
}
.du p {
    margin: 0;
    padding-top: 6px;
     color: #8b8d91;
     font-family: OpenSans-SemiBold;
     font-size: 12px;
     text-align: center;
}
.prbox h5 {
    text-align: left;
    color: #000;
}
.btn.btnnormal {
    padding-left: 0;
    font-size: 14px;
    padding-bottom: 0;
    color: #195694;
    font-family: Raleway-SemiBold;
}
.btn.btnnormal:hover {
    color: #ef6614;
}
.btn.btnnormal:focus {
    color: #ef6614;
    box-shadow: none;
}
.bfl {
    background-color: var(--base);
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 5px;
}
.bfl p{
  font-size: 14px;
  margin: 0; 
}

.flightcro .owl-nav {
    width: 105%;
    position: absolute;
    top: 8%;
    display: flex;
    justify-content: space-between;
    left: -2%;
}
.hvr-bounce-to-bottomsm {
  background-color: #ef6614;
  padding: 7px 17px;
  border-radius: 20px;
  color: #fff;
  text-shadow: 5px 5px 5px #d95d12;
  font-family: Raleway-SemiBold;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  
}
.hvr-bounce-to-bottomsm:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b3551d;
  border-radius: 20px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottomsm:hover, .hvr-bounce-to-bottomsm:focus, .hvr-bounce-to-bottomsm:active {
  color: #fff;
}
.hvr-bounce-to-bottomsm:hover:before, .hvr-bounce-to-bottomsm:focus:before, .hvr-bounce-to-bottomsm:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.cl ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.cl ul li {
    padding-right: 13px;
    font-family: OpenSans-SemiBold;
}
.cl span {
    color: #ef6614;
    padding-left: 4px;
}
.phedbk {
    display: flex;
    justify-content: space-between;
    background-color: #f3f3f3;
    padding: 7px 5px;
    border-radius: 3px;
}
.phedbk h3 {
    font-size: 17px;
    font-family: Raleway-Medium;
    margin: 0px;
    color: #000;
    padding-top: 2px;
}
.fareRuls table tr th {
    background: #f4f5fc;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
    padding-top: 8px;
}
.fareRuls td {
    padding: 10px;
}
.terms {
    font-size: 11px;
    color: #5e5e5e;
    padding: 0;
    height: 75px;
    overflow-x: hidden;
    margin-bottom: 20px;
}
.terms-h {
    color: var(--base);
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}
.frtbl_hd {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    color: #464646;
}
.frtbl_hd {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}
table, td, th {
    border: 1px solid #ECECEC;
    font-size: 12px;
}
.frtbl_sml {
    color: #6c6c6c;
    font-size: 13px;
}
.header-section.wback {
    background-color: #fff;
}
.wh{
    color:#fff !important;
}
.spec-fare {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.spec-fare h4 {
    font-size: 12px;
    margin: 0;
    color:var(--text);
}
.good-bx {
    color: #12a39f !important;
    font-size: 11px;
    background-color: #e7f9f8 !important;
    border: 1px solid #12a39f !important;
    border-radius: 3px;
    padding: 2px 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
}
.good-bx:hover {
    color: #03225b !important;
    font-size: 11px;
    background-color: #e1e3f5 !important;
    border: 1px solid #03225b !important;
    border-radius: 3px;
    padding: 2px 12px;
    margin-left: 10px;
    margin-right: 10px;
}
.good-bx span {
    font-weight: 300;
    font-size: 10px;
}

.dropdown{
    position:relative;
}

.dropbtn{
    width:100%;
    padding:25px 15px;
    background:transparent;
    color:var(--darkextra);
    border:none;
    cursor:pointer;
    border-radius:10px;
    font-size:16px;
    border: 1px solid var(--bordertwo);
    text-align: left;
}

.dropdown-content{
    display:none;
    position:absolute;
    width: 400px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:5px;
    margin-top:5px;
    padding:25px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    right: 0;
    margin-top: 15px;
}


.dropdown-content label{
    display:block;
    padding:8px;
    cursor:pointer;
}

.dropdown-content label:hover{
    background:#f1f1f1;
}
.dropdown button:after {
    border-bottom: 1px solid var(--placeholder);
    border-right: 1px solid var(--placeholder);
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    bottom: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}
.dropdown h4 {
    color: var(--base);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}
.dropdown p {
    color:var(--darkextra);
    font-size: 11px;
    font-weight: 700;
}
.bitbox.travelcls input {
    width: 100%;
    display: block !important;
    margin-bottom: 0px;
}
.bitbox.travelcls{
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Column */
    gap: 10px;
    width: 245px;
}

.bitbox{
    display: flex;
}
.bitbox input {
    width: 22px;
    border: 1px solid #d7d7d7;
    text-align: center;
    color: var(--darkextra);
    font-size: 12px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    transition: 0.3s;
}
.bitbox input:hover{
    color: #03225b !important;
    background-color: #e1e3f5 !important;
    border: 1px solid #03225b !important;
    border-radius: 3px;
    cursor: pointer;
    outline:none;
    
}

.bitbox input:focus{
    border:1px solid #03225b;
    background:#e1e3f5;
    color:#03225b;
    transition: 0.3s;
}
.bitbox input.active{
    border:1px solid #03225b;
    background:#e1e3f5;
    color:#03225b;
}
.traveler {
    color: var(--base);
    font-weight: 700;
    font-size: 17px;
}
.traveler span {
    font-size: 23px !important;
    color: #02286e !important;
    
}
.dropbtn span {
    font-size: 15px;
    font-weight: 600;
    color: var(--darkextra);
}
.pl-0 {
    padding-right: 0px !important;
}
.pr-0 {
    padding-left: 0px !important;
}
.gap1 {
    margin-bottom: 10px;
}
/*flight searchbox*/
.airport-box span {
    font-size: 14px;
    color: var(--darkextra);
}
.flight-search-box{
    width: 100%;
    position: relative;
    font-family: sans-serif;
}

.airport-box{
    position: relative;
}

.selected-airport {
    border: 1px solid var(--bordertwo);
    padding: 17px;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
}

.selected-airport h3{
    margin: 0;
    font-size: 19px;
    color: #03225b;
    margin-top: 9px;
}

.selected-airport p{
    margin: 1px 0 0;
    font-size: 13px;
    color: #777;
}
.selected-airport.dbr-radius {
  border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.selected-airport.bdr-radius {
  border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
    padding-left: 34px;
}
.col-xxl-3.col-xl-6.col-lg-3.col-md-6.col-sm-12.pr-0 {
    position: relative;
}
.altertag {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e7f9f8;
    text-align: center;
    color: #12a39f;
    border: 1px solid #12a39f;
    position: absolute;
    z-index: 1;
    top: 37px;
    left: -17px;
}
.altertag-bus {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e7f9f8;
    text-align: center;
    color: #12a39f;
    border: 1px solid #12a39f;
    position: absolute;
    z-index: 1;
    transition: 0.3s;
    cursor: pointer;
    top: 29px;
    left: -17px;
}
.altertag-bus:hover {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e1e3f5;
    text-align: center;
    color: #03225b;
    border: 1px solid #03225b;
    position: absolute;
    z-index: 1;
    transition: 0.3s;
}
.altertag:hover {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e1e3f5;
    text-align: center;
    color: #03225b;
    border: 1px solid #03225b;
    position: absolute;
    z-index: 1;
    transition: 0.3s;
}


.datebox {
    width: 100% !important;
    height: 110px !important;
    cursor: pointer !important;
}

.date-box {
    position: absolute;
    bottom: 0;
    left: 17px;
    top: 42px;
    z-index:1;
}
#datepicker {
    min-height: 109px;
}
#datepicker2 {
    min-height: 109px;
}

#datepicker input[type="date"]{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    min-height: 109px;
}
#datepicker2 input[type="date"]{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    min-height: 109px;
}

.sm-textword {
    color: #12a39f !important;
    font-size: 14px !important;
}
.kit {
    min-height: 112px;
}
.date-box p {
    color: var(--darkextra);
    font-weight: 600;
    font-size: 15px;
}
.dtm {
    color: var(--base);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
}
.dtm span {
    font-size: 23px;
    padding-right: 7px;
}

.airport-dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-top: 10px;
    display: none;
    z-index: 9999;

    
}

.airport-dropdown input{
    width: 100%;
    padding: 12px;
    border: none;
    border-bottom: 1px solid #eee;
    outline: none;
}

.airport-dropdown ul{
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
}

.airport-dropdown ul li{
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.airport-dropdown ul li:hover{
    background: #f5f7ff;
}

.airport-dropdown ul li strong{
    display: block;
    color: #03225b;
}

.airport-dropdown ul li span{
    font-size: 12px;
    color: #777;
}
.mn-top {
    margin-top: 28px;
}
.dating__body .dating__item .datelocation .calendaricon, .dating__body .dating__item #datepicker2 .calendaricon, .dating__body .dating__item #datepicker .calendaricon {
    position: absolute;
    right: 15px;
    top: 32px;
}
.btnbox-det {
    background-color: #12a39f;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 7px 16px;
    font-weight: 600;
}
.btnbox-det:hover {
    background-color: var(--base);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 7px 16px;
    font-weight: 600;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--bordertwo) !important;
    border-radius: 4px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 53px !important;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--darkextra);
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
    padding-left: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 6px 0 8px !important;
    height: 0;
    left: 50%;
    margin-left: -18px !important;
    margin-top: 6px !important;
    position: absolute;
    top: 50%;
    width: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height:53px;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 13px;
}
.select2-container{
    width:100% !important;
}
.onmimn {
    display: block;
}
.section__header h4 {
    margin-bottom: 20px;
    color: var(--text);
}
.button-group{
    align-items:center;
    gap:10px;
}
.button-group button {
    width: 100%;
    margin-bottom: 10px;
}
.bus-btn {
    color: #12a39f !important;
    font-size: 14px;
    background-color: #e7f9f8 !important;
    border: 1px solid #12a39f !important;
    border-radius: 3px;
    padding: 8px 12px;
    transition: 0.3s;
}
.bus-btn-dark{
    color: #03225b !important;
    font-size: 14px;
    background-color: #e1e3f5 !important;
    border: 1px solid #03225b !important;
    border-radius: 3px;
    padding: 8px 12px;
    transition: 0.3s;
}
.bus-btn:hover{
    color: #fff !important;
    font-size: 14px;
    background-color: #12a39f !important;
    border: 1px solid #12a39f !important;
}
.bus-btn-dark:hover{
    color: #fff !important;
    font-size: 14px;
    background-color: #03225b !important;
    border: 1px solid #03225b !important;
}
.womanbtn {
    color: #fff !important;
    font-size: 14px;
    background-color: #12a39f !important;
    transition: 0.3s;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.womanbtn:hover{
     color: #fff !important;
    background-color: #03225b !important;
    transition: 0.3s;
}
.bus__body__box .dating__bus {
    display: block;
    align-items: center;
    gap: 15px 24px;
    justify-content: center;
}
.dtm-bus {
    color: var(--base);
    font-size: 22px;
    font-weight: 600;
    display:flex;
    align-items: center;
    gap: 5px;
    
}
.dtm-bus span {
    font-size: 18px;
}
.dtm-bus p {
    padding-left: 6px;
}
.kit-bus {
    min-height: 91px;
}
.calendaricon-bus {
    position: absolute;
    right: 37px;
    top: 4px;
}
.calendaricon-bus i {
    color: #12a39f;
    font-size: 24px;
}
.fsm {
    font-size: 14px;
}
.bus-sl{
    color:var(--darkextra);
    font-size:12px;
}

/*================================================accordian tab=========================================*/
.custom-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.tab-btn {
    border: 1px solid #ddd;
    background: #fff;
    padding: 8px 26px !important;
    cursor: pointer;
    border-radius: 5px;
}

.tab-btn.active {
    background: #007bff;
    color: #fff;
}

.tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 5px;
}

.tab-content.show {
    display: block;
}
.bus_slide .owl-nav {
    position: relative !important;
    top: 0;
    left: calc(0% + 0px);
}
.bus_slide .owl-dots{
    display:none;
}
.bustype p {
    color: var(--darkextra);
    font-size: 15px;
}
.smtext {
    color: #12a39f !important;
    font-size: 13px !important;
    font-weight: 600;
    margin-top: 10px;
}
.smtext span {
    background-color: #fdcbcb;
    padding: 3px 8px;
    margin-left: 5px;
    font-size: 13px;
    color: #ab0000;
    border-radius: 3px;
}
.aminut_box {
    background-color: #f4f5fc;
    border: 1px solid #dddef1;
    border-radius: 5px;
    padding: 8px;
    margin-top: 24px;
    font-size: 12px;
    color: var(--darkextra);
}
.aminut_box img {
    width: 8%;
    margin-right: 9px;
}
.boarding-timeline {
    max-width: 500px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}
.fareRuls {
    margin-top: 17px;
}
.makeFlex {
    display: flex;
    align-items: center;
}
.hdbox {
    background-color: #e1e3f5;
    color: var(--base);
    border-radius: 5px;
    padding: 7px;
    font-size: 15px;
    font-weight: 500;
}
.timeline-item {
    display: flex;
    position: relative;
    padding-bottom: 25px;
}

.time {
    width: 80px;
    text-align: center;
}

.time h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #626262;
}

.time span {
    font-size: 14px;
    color: #888;
}
.BusPolicies_policyIcon__pzt0D img {
    margin-right: 14px;
}

.line {
    width: 30px;
    position: relative;
    display: flex;
    justify-content: center;
}

.line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -25px;
    width: 4px;
    background: #e3e3e3;
}

.timeline-item:last-child .line::before {
    bottom: 15px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #555;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin-top: 6px;
}

.location {
    flex: 1;
    padding-left: 15px;
}

.location h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #626262;
}

.location p {
    margin: 4px 0 0;
    color: #888;
    font-size: 15px;
}
.btnbox {
    position: absolute;
    right: 15px;
    top: 8px;
}
.con-box h5 {
    color: var(--darkextra);
    font-size: 17px;
    margin:0px;
}
.con-box p {
    color: #747474;
    font-size: 14px;
}
.services-box{
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom:20px;
}
.fasilities__item3 {
    gap: 10px;
    padding: 12px 10px 14px;
    border: 1px solid var(--bordertwo);
    border-radius: 5px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    font-family: "Lato", sans-serif;
    /* width: 12.5%; */
    transition: all 0.5s;
}
.fasilities__item3:hover {
    background: var(--base);
}
.fasilities__item3:hover h5{
    color: #fff;
}
.fasilities__item3:hover p{
    color: #fff;
}
.fasilities__item3 .icon img {
    transition: all 0.4s;
    width: 39px;
    height: 39px;
    background-color: #dbfffe;
    padding: 5px;
    border-radius: 5px;
}
.services_header h4 {
    border-bottom: 1px solid #d7d7d7;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
}
/*================================================
====================New style for New indx Page========================
=================================================================================================*/

.mnp {
    margin-top: -5px !important;
}
.light-col {
    color: #12a39f !important;
}

.slider-cont h1 {
    text-align: left;
    font-size: 45px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    color: #fff;
}
.carousel-item {
    position: relative;
}

.custom-caption {
    position: absolute;
    top: 20%;
    left: 0;
    right: auto;
    bottom: auto;

    text-align: left;
    width: 100%;
    transform: none;
}
.slider-cont p {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
    font-weight: normal;
}
.custom-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;   /* center vertically */
    justify-content: flex-start;
    text-align: left;
}

.cmn__btn2 {
    border-radius: 18px;
    padding: 8px 30px 8px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    color: var(--darkwhite);
    position: relative;
    background:#12a39f;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    transition: all 0.5s;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 4px 20px rgba(0, 185, 241, 0.50);
    border: 1px solid #12a39f;
}
.index__content {
    position: relative;
    z-index: 1;
}
.index__content p {
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.index__content p {
    color: #e9e8e8;
}
* ── SERVICES CARD ── */
  .services-wrap {
    max-width: 1240px; margin: -36px auto 0; padding: 0 24px;
    position: relative; z-index: 10;
  }
  .services-card {
    background: var(--white); border-radius: 20px;
    box-shadow: 0 4px 40px rgba(0,41,112,0.12);
    padding: 28px 32px;
  }
  .services-title { font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 20px; }
 .services-grid {
    display: flex;
    grid-template-columns: repeat(8, 1fr);
    gap: 7px;
    justify-content: space-around;
    flex-direction: unset;
    flex-wrap: wrap;
}
  .service-item {
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    padding: 16px 8px; border-radius: var(--radius);
    cursor: pointer; transition: background 0.15s, transform 0.15s;
    text-decoration: none; color: var(--text);
  }
  .service-item:hover { background: var(--sky-light); transform: translateY(-2px); }
  .svc-icon {
    width: 56px; height: 56px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center; font-size: 24px;
    transition: box-shadow 0.15s;
  }
  .service-item:hover .svc-icon { box-shadow: 0 4px 16px rgba(0,185,241,0.25); }
  .svc-label { font-size: 12px; font-weight: 500; text-align: center; line-height: 1.3; color: var(--text); }
  .s1 { background: #e3f6fd; color: #007fc6; }
  .s2 { background: #fce8e6; color: #c5221f; }
  .s3 { background: #e8f5e9; color: #2e7d32; }
  .s4 { background: #fff3e0; color: #e65100; }
  .s5 { background: #f3e8fd; color: #6a1b9a; }
  .s6 { background: #e8eaf6; color: #283593; }
  .s7 { background: #fce4ec; color: #ad1457; }
  .s8 { background: #f1f3f4; color: #5f6368; }


  /*=====================modelpopup design=========================*/
  .service-modal{
    border:0;
    border-radius:20px;
}

.service-box{
    text-decoration:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    color:#111;
}

.icon-box{
    width:58px;
    height:58px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:12px;
}

.icon-box i{
    font-size:28px;
}

/* Icon Colors */

.bg-blue{
    background:#e8f4ff;
}
.bg-blue i{
    color:#2196f3;
}

.bg-red{
    background:#fdeceb;
}
.bg-red i{
    color:#e53935;
}

.bg-green{
    background:#edf8ef;
}
.bg-green i{
    color:#43a047;
}

.bg-orange{
    background:#fff4e5;
}
.bg-orange i{
    color:#ff6f00;
}

.bg-purple{
    background:#f3e9ff;
}
.bg-purple i{
    color:#7b1fa2;
}

.bg-indigo{
    background:#eceeff;
}
.bg-indigo i{
    color:#3f51b5;
}

.bg-pink{
    background:#fdebf3;
}
.bg-pink i{
    color:#d81b60;
}
.modal-header h4 {
    color: var(--text);
    font-size: 18px;
}
.service-box span {
    font-size: 14px;
    font-weight: 500;
    color: var(--darkextra);
}
.service-box p {
    font-size: 12px;
    font-weight: 400;
    color: #747474;
}

.custom-close {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 15px;
}

.custom-close i{
    font-size:18px;
}
.indextitle {
    color: var(--text);
    font-size: 20px;
}
.sc-box {
    height: 622px;
    overflow-x: scroll;
}
.hotelbokking__categoris {
    background-color: #f4f6fb;
}
.mainpage__boxcolor {
    background-color: #f4f6fb;
}
/* ── PROMO BANNERS ── */
  .promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .promo-card {
    border-radius: 16px; padding: 24px 26px;
    display: flex; align-items: center; justify-content: space-between;
    cursor: pointer; transition: transform 0.15s;
    min-height: 120px; overflow: hidden; position: relative;
  }
  .promo-card:hover { transform: translateY(-2px); }
  .promo-card.blue { background: linear-gradient(120deg, #002970, #0052cc); }
  .promo-card.orange { background: linear-gradient(120deg, #e65100, #ff6b00); }
  .promo-card.teal { background: linear-gradient(120deg, #2e7d32, #66bb6a);}
   .promo-card.indigo {background: linear-gradient(120deg, #283593, #5c6bc0);}
   .promo-card.red {background: linear-gradient(120deg, #c62828, #ef5350);}
  .promo-card-text { position: relative; z-index: 1; }
  .promo-tag { font-size: 11px; font-weight: 700; background: rgba(255,255,255,0.2); color: #fff; padding: 3px 10px; border-radius: 10px; display: inline-block; margin-bottom: 7px; }
  .promo-title { font-size: 18px; font-weight: 800; color: #fff; }
  .promo-sub { font-size: 13px; color: rgba(255,255,255,0.75); margin-top: 4px; }
  .promo-big { font-size: 48px; font-weight: 900; color: rgba(255,255,255,0.18); position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-family: 'DM Serif Display', serif; }
  .promo-btn { margin-top: 12px; display: inline-block; background: #fff; color: var(--blue); font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 14px; text-decoration: none; }
  .promo-card.orange .promo-btn { color: var(--orange); }

  .light_back{
    background-color: #f4f6fb !important;
  }
  .widget__head h4 {
    font-size: 17px;
    color: #cdcdcd;
    font-weight: 400;
}
.pratext img {
    margin-left: 8px;
}
 /* ── PAYMENT METHODS ── */
  .methods-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .method-card {
    background: var(--white); border-radius: 16px;
    border: 1.5px solid #e2e8f4; padding: 24px;
    cursor: pointer; transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
  }
  .method-card:hover { border-color: #12a39f; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,185,241,0.12); }
  .method-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 14px; }
  .method-name { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
  .method-desc { font-size: 13px; color: var(--muted); line-height: 1.5; }
  .method-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--blue2); text-decoration: none; }
  .method-link:hover { text-decoration: underline; }

  /* ── APP DOWNLOAD ── */
.app-section {
    background: rgb(18, 163, 169, 0.1 );
    border-radius: 20px;
    padding: 48px;
    display: flex;
    align-items: center;
    gap: 48px;
    border: 1.5px solid rgb(18, 163, 169, 1);
}
  .app-text { flex: 1; }
.app-badge {
    display: inline;
    align-items: center;
    gap: 6px;
    background: #c9f3f5;
    color: var(--orange);
    border: 1.5px solid rgb(18, 163, 169, 1);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 16px;
}
 .app-title {
    font-size: 34px;
    color: var(--text);
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 14px;
}
 .app-title span {
    color: #0d8d93;
}
 .app-desc {
    color: var(--darkextra);
    font-size: 15px;
    margin-bottom: 28px;
    max-width: 420px;
}
  .app-btns { display: flex; gap: 12px; flex-wrap: wrap; }
 .app-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--base);
    color: #fff;
    padding: 3px 18px;
    border-radius: 12px;
    text-decoration: none;
    transition: opacity 0.15s;
    width: 183px;
}
.app-btn:hover {
    opacity: 0.85;
    background-color: #12a3a9;
    color: #fff;
}
  .app-btn i { font-size: 26px; }

  .app-btn-small { font-size: 11px; opacity: 0.7; display: block; }
  .app-btn-big { font-size: 15px; font-weight: 700; display: block; }
  .app-qr { flex-shrink: 0; text-align: center; }
  .qr-box { width: 130px; height: 130px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: #fff; }
  .qr-box svg { width: 100px; height: 100px; }
  .qr-label { font-size: 12px; color: var(--muted); margin-top: 8px; }
  .mn {z-index: 1;}
  .pratext_f img {margin-left: 8px;}
  
/*flightdetails*/
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    background-color: #12a39f !important;
    color: #fff;
    font-size: 14px;
    margin-right: 14px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--base) !important;
}
.nav-link img {
    width: 19px;
}
.baggage__restriction {
    background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
    border-radius: 5px;
    padding: 18px 10px;
    border: 1px solid var(--input);
    gap: 20px;
    margin-bottom: 20px;
}
.meal-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
    gap:15px;
}

.meal-card{
    border:1px solid #ddd;
    border-radius:12px;
    padding:15px;
    display:flex;
    gap:15px;
    align-items:center;
    transition:.3s;
}

.meal-card:hover{
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.meal-img img{
    width:50px;
    height:50px;
    object-fit:contain;
}

.meal-content{
    flex:1;
}

.meal-content h6{
    font-size:18px;
    margin-bottom:15px;
    line-height:1.4;
}

.meal-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.veg-icon{
    width:22px;
    height:22px;
    border:2px solid green;
    position:relative;
}

.veg-icon::after{
    content:'';
    width:10px;
    height:10px;
    background:green;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.price{
    font-size:16px;
    font-weight:700;
}
.meal-filter{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}

.filter-btn{
    border:1px solid #ddd;
    background:#fff;
    padding:8px 15px;
    border-radius:30px;
    cursor:pointer;
}

.filter-btn.active{
    border-color:#28a745;
    color:#28a745;
}

.category-title{
    margin-bottom:15px;
    font-weight:600;
    color:var(--darkextra);
    font-size:20px;
}
.meal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.pc_box {
    display: flex;
    margin-bottom: 15px;
}
/*========================================
   flight seats css
   ========================================*/
 /*seats choesing*/
  .aircraft{
    max-width:750px;
    margin:auto;
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.plane-header{
    text-align:center;
    margin-bottom:25px;
}

.seat-row{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-bottom:12px;
}

.row-no{
    width:50px;
    text-align:center;
    font-weight:700;
    color:#666;
}

.seat{
    width:50px;
    height:50px;
    border:2px solid #22c55e;
    border-radius:12px 12px 6px 6px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:13px;
    font-weight:600;
    color:#22c55e;
    transition:.3s;
}

.seat:hover{
    transform:translateY(-3px);
}

.selected{
    background:#2563eb;
    border-color:#2563eb;
    color:#fff;
}

.booked{
    background:#ececec;
    border-color:#d5d5d5;
    color:#999;
    cursor:not-allowed;
}

.premium{
    background:#fff5e6;
    border-color:#ff9800;
    color:#ff9800;
}

.extra-legroom{
    background:#f0fff4;
    border-color:#10b981;
    color:#10b981;
}

.exit-row{
    margin:20px 0;
    text-align:center;
    padding:12px;
    background:#ffe9e9;
    color:#dc2626;
    border-radius:8px;
    font-weight:700;
}
.legend{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.lg{
    width:18px;
    height:18px;
    display:inline-block;
    border-radius:4px;
    margin-right:5px;
    vertical-align:middle;
}

.available{background:#22c55e;}
.selected{background:#2563eb;}
.booked{background:#ccc;}
.premium{background:#ff9800;}

.custom-tabs{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
}

.tab-btn{
    padding:12px 25px;
    border:1px solid #dcdcdc;
    background:#fff;
    border-radius:30px;
    cursor:pointer;
    font-weight:600;
    transition:.3s;
}

.tab-btn:hover {
    border-color: #12a39f;
    color: #12a39f;
    background-color: #e7f9f8;
}

.tab-btn.active {
    background: var(--base);
    color: #fff;
    border-color: #013595;
}

.tab-content{
    display:block;
    padding:20px;
    border:1px solid #eee;
    border-radius:12px;
    background:#fff;
}

.active-content{
    display:block;
}
/*========================================================
   =============================all service page design change==============================*/
.services__categoris__wrap {
    background-color: transperent;
    padding: 0px 0px;
    transform: translateY(-110px);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    /*border-radius: 10px;*/
}

.hotelbooking__categoris__wrap.bg_tranpernt {
    background-color: transparent !important;
    padding: 0px !important;
    transform: none !important;
    box-shadow: none !important;
}
.balance {
    background-color: #12a39f;
    display: inline-block;
    padding: 10px;
    color: #fff;
    border-radius: 43px;
    border: 1px solid #058985;
    color: #fff;
    font-size: 16px !important;
    font-weight: 400;
    text-align: center;
}
.bbps_hed {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}
.pb-50{
    padding-bottom:50px;
}
.sticky__wrapper {
    position: sticky;
    top: 90px;
    border-radius: 10px;
}
.textdark{
    color:#03225b !important;
}
.company__logo img {
    width: 110px;
    height: 109px;
    margin-right: 20px;
}
.direct__transfer .radio__left input.form-check-input[type="radio"]{
    width: 28px !important;
    height: 14px !important;
    min-width: 14px;
    min-height: 14px;
    margin-top: 0;
}
/*===================================================meal system===============================*/

.meal-btn {
    display: inline-block;
    padding: 6px 14px;
    background: rgb(18, 163, 169, 0.1 );
    color: #0d8d93;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
    border: 1.5px solid rgb(18, 163, 169, 1);
    font-weight: 600;
}

.meal-btn.added {
    background: #28a745;
    color: #fff;
    font-weight: 600;
}

.meal-card{
    border:1px solid #ddd;
    border-radius:10px;
    padding:12px;
    transition:.3s;
}

.meal-card.active{
    border-color:#28a745;
    background:#f5fff7;
}

.seat {
    width: 50px;
    height: 50px;
    background: #ddd;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.premium {
    background: #28a745;
    color: #fff;
}

.extra-legroom {
    background: #ff9800;
    color: #fff;
}

.booked {
    background: #999;
    color: #fff;
    pointer-events: none;
}

.seat-row {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.row-no {
    width: 40px;
    text-align: center;
    font-weight: bold;
}

.tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}

.seat:hover .tooltip {
    opacity: 1;
    visibility: visible;
}
.seat.selected{
    background:#0d6efd !important;
    color:#fff !important;
    border:2px solid #084298;
}
.form___put {
    border: 1px solid var(--input);
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.me-3 img {
    width: 40px;
    height: 40px;
    /* filter: invert(66%) sepia(62%) saturate(5940%) hue-rotate(145deg) brightness(92%) contrast(86%); */
    background-color: var(--base);
    padding: 7px;
    border-radius: 5px;
}
/*====================================================new modified design of mobile recharge page==========================================*/
.hero-illust {
    position: relative;
    height: 138px;
    width: 383px;
}
.hero-dotbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 100%;
    opacity: 0.15;
    background-image: radial-gradient(circle,#fff 1.5px,transparent 1.6px);
    background-size: 18px 18px;
}
  .hphone{
    position:absolute; top:-30px; right:30px; width:170px; height:280px;
    background:#fff; border:6px solid #0b1330; border-radius:26px;
    box-shadow:0 30px 60px rgba(0,0,10,0.35);
    text-align:center; padding:20px 12px;
    transition:transform .3s ease;
  }
  .hphone:hover{ transform:translateY(-4px) rotate(-1deg); }
  .hphone .ph-logo{ font-size:15px; font-weight:800; margin-bottom:18px; }
  .hphone .ph-logo .an{ color:var(--base); } .hphone .ph-logo .pay{ color:#12a39f; }
  .ph-check{ width:48px; height:48px; border-radius:50%; background:#1fa34d; color:#fff; font-size:20px; display:flex; align-items:center; justify-content:center; margin:0 auto 14px; }
  .hphone .ph-msg{ font-size:13.5px; font-weight:700; color:#12a39f; line-height:1.4;color:var(--base); }

  .hi-circle{ position:absolute; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; box-shadow:0 14px 30px rgba(0,0,20,0.3); transition:transform .25s ease; }
  .hi-circle:hover{ transform:scale(1.1) rotate(8deg); }
  .hi-bolt{ width:56px; height:56px; top:30px; background:linear-gradient(135deg,#3b9dfd,#2f6fed); font-size:20px; }
  .hi-call{ width:60px; height:60px; bottom:-10px; right:0; background:linear-gradient(135deg,#a98cf5,#8b5cf6); font-size:22px; }
  
    /* ===== Benefits card ===== */
  .benefits-card{ padding:36px 38px; }
  .benefit-illust{ position:relative; height:200px; margin-bottom:10px; display:flex; align-items:center; justify-content:center; }
  .bi-blob{ position:absolute; width:220px; height:220px; border-radius:50%; background:radial-gradient(circle,#eef2fb,transparent 70%); }
  .bi-phone{ position:relative; width:110px; height:190px; border:5px solid #0a1c5c; border-radius:20px; background:#fff; z-index:2; }
  .bi-wallet{ position:absolute; right:42%; bottom:10px; width:90px; height:70px; background:#2f6fed; border-radius:10px; z-index:3; box-shadow:0 14px 24px rgba(47,111,237,0.3); }
  .bi-wallet::before{ content:""; position:absolute; top:-18px; right:10px; width:46px; height:30px; background:#2ecf71; border-radius:4px; transform:rotate(-8deg); }
  .bi-coin{ position:absolute; left:38%; bottom:0; width:42px; height:42px; border-radius:50%; background:linear-gradient(135deg,#ffd24c,#f08c1b); color:#fff; display:flex; align-items:center; justify-content:center; font-size:16px; z-index:4; box-shadow:0 10px 18px rgba(240,140,30,0.35); }

  .benefit-row {
    display: flex;
    gap: 16px;
    padding: 18px 10px;
    border-bottom: 1px solid #e7eaf2;
    margin: 0 -10px;
    border-radius: 10px;
    transition: background .18s ease, transform .15s ease;
}
  .benefit-row:hover{ background:#fbfbfd; transform:translateX(3px); }
  .benefit-row:last-child{ border-bottom:none; padding-bottom:18px; }
  .benefit-ic{ width:44px; height:44px; min-width:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:17px; transition:transform .2s ease; }
  .benefit-row:hover .benefit-ic{ transform:scale(1.1) rotate(-6deg); }
  .benefit-row h4{ font-size:15.5px; margin:0 0 3px; color:#0a1c5c; }
  .benefit-row p{ font-size:13.5px; color:var(--text-soft); margin:0; }
.card2 {
    background: #fff; 
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(20,30,90,0.08);
    border: none;
}
.form-card {
    padding: 34px 40px 38px;
}
.steps{ display:flex; align-items:center; margin-bottom:30px; }
  .step{ display:flex; align-items:center; gap:10px; }
  .step-num{ width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; color:#fff; background:#c7cee0; }
  .step.active .step-num{ background:#2f6fed; }
  .step span{ font-size:14.5px; font-weight:600; color:#8993a8; }
  .step.active span{ color:#2f6fed; }
  .step-line{ flex:1; max-width:60px; height:0; border-top:2px dashed #d6dbe8; margin:0 12px; }

  .field-label{ font-size:13.5px; font-weight:700; color:var(--text-dark); margin-bottom:9px; display:block; }
  .mobile-row{ display:flex; border:1px solid var(--border) !important; border-radius:10px; overflow:hidden; margin-bottom:24px; transition:border-color .18s ease, box-shadow .18s ease; }
  .mobile-row:focus-within{ border-color:#2f6fed; box-shadow:0 0 0 3px rgba(47,111,237,0.12); }
  .country-sel{ display:flex; align-items:center; gap:8px; padding:0 14px; border-right:1px solid var(--border); font-size:14px; font-weight:600; background:#fff; white-space:nowrap; }
  .mobile-row input{ flex:1; border:none; outline:none; padding:14px 14px; font-size:15px; color:var(--text-dark); }
  .contact-btn{ display:flex; align-items:center; padding:0 16px; border-left:1px solid var(--border); color:var(--text-faint); background:#fbfbfd; transition:color .18s ease, background .18s ease; cursor:pointer; }
  .contact-btn:hover{ color:#2f6fed; background:#dceafe; }

  .field-label{ font-size:13.5px; font-weight:700; color:var(--text-dark); margin-bottom:9px; display:block; }
  .mobile-row{ display:flex; border:1px solid var(--border); border-radius:10px; overflow:hidden; margin-bottom:24px; transition:border-color .18s ease, box-shadow .18s ease; }
  .mobile-row:focus-within{ border-color:#2f6fed; box-shadow:0 0 0 3px rgba(47,111,237,0.12); }
  .mobile-row input{ flex:1; border:none; outline:none; padding:14px 14px; font-size:15px; color:var(--text-dark); }
  .contact-btn{ display:flex; align-items:center; padding:0 16px; border-left:1px solid var(--border); color:var(--text-faint); background:#fbfbfd; transition:color .18s ease, background .18s ease; cursor:pointer; }
  .contact-btn:hover{ color:#2f6fed; background:var(--blue-soft); }

  .two-col{ display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-bottom:24px; }
  .select-wrap{ position:relative; }
  .select-wrap .lead-ic{ position:absolute; left:14px; top:50%; transform:translateY(-50%); font-size:15px; }
  .select-wrap select{
    width:100%; border:1px solid var(--border); border-radius:10px;
    padding:13px 36px 13px 22px; font-size:14.5px; color:var(--text-dark); appearance:none; outline:none; background:#fff;
    transition:border-color .18s ease, box-shadow .18s ease;
  }
  .select-wrap select:hover{ border-color:#b9c6e6; }
  .select-wrap select:focus{ border-color:#2f6fed; box-shadow:0 0 0 3px rgba(47,111,237,0.12); }
  .select-wrap .chev{ position:absolute; right:14px; top:50%; transform:translateY(-50%); color:var(--text-faint); font-size:12px; pointer-events:none; }

  .amount-row{ display:flex; border:1px solid var(--border); border-radius:10px; overflow:hidden; margin-bottom:22px; transition:border-color .18s ease, box-shadow .18s ease; }
  .amount-row:focus-within{ border-color:#2f6fed; box-shadow:0 0 0 3px rgba(47,111,237,0.12); }
  .amount-prefix{ display:flex; align-items:center; padding:0 16px; background:#fbfbfd; border-right:1px solid var(--border); color:var(--text-soft); font-size:15px; }
  .amount-row input{ flex:1; border:none; outline:none; padding:14px; font-size:15px; color:var(--text-dark); }
  .btn-viewplans{ border:none; border-left:1px solid var(--border); background:#fff; color:var(--text-dark); font-weight:700; font-size:14px; padding:0 20px; transition:background .18s ease, color .18s ease; }
  .btn-viewplans:hover{ background:var(--blue-soft); color:var(--navy-deep); }

  .quick-amount-label{ font-size:13.5px; font-weight:700; color:var(--text-dark); margin-bottom:12px; display:block; }
  .quick-amounts{ display:flex; gap:12px; flex-wrap:wrap; margin-bottom:28px; }
  .qa-pill{ border:1.5px solid var(--border); border-radius:24px; padding:11px 22px; font-size:14.5px; font-weight:600; color:var(--text-dark); background:#fff; transition:border-color .18s ease, color .18s ease, transform .15s ease, box-shadow .18s ease; }
  .qa-pill:hover{ border-color:#2f6fed; color:#2f6fed; transform:translateY(-2px); box-shadow:0 4px 10px rgba(47,111,237,0.12); }
  .qa-pill.active{ border-color:#2f6fed; color:#2f6fed; background:#dceafe; }

  .btn-checkout{
    width:100%; background:#0a1c5c; color:#fff; border:none;
    padding:16px 0; border-radius:10px; font-size:15.5px; font-weight:700;
    display:flex; align-items:center; justify-content:center; gap:10px;
    transition:background .18s ease, transform .12s ease, box-shadow .18s ease;
  }
  .btn-checkout:hover{ background:#0a1c5c; box-shadow:0 10px 22px rgba(10,28,92,0.3); }
  .btn-checkout:active{ transform:scale(.98); }
  .btn-checkout i{ transition:transform .18s ease; }
  .btn-checkout:hover i{ transform:translateX(3px); }
  
   /* ===== Recharge history (added section) ===== */
  .history-wrap{ max-width:1535px; margin:0 auto; padding:28px 100px 60px; }
  .history-card {
    padding: 28px 34px;
    background-color: #fff;
    box-shadow: 0 16px 40px rgba(20,30,90,0.08);
    border-radius: 18px;
}
  .history-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; }
  .history-head h2{ font-size:19px; margin:0; display:flex; align-items:center; gap:12px; }
  .history-head h2 i {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #dceafe;
    color: #2f6fed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
  .history-head a{ color:#2f6fed; font-size:14px; font-weight:600; position:relative; transition:color .15s ease; }
  .history-head a::after{ content:''; position:absolute; left:0; bottom:-2px; width:0%; height:1.5px; background:var(--blue); transition:width .2s ease; }
  .history-head a:hover::after{ width:100%; }
  .history-head a i{ transition:transform .18s ease; }
  .history-head a:hover i{ transform:translateX(2px); }

  table.history-table{ width:100%; border-collapse:collapse; }
  table.history-table thead th {
    text-align: left;
    font-size: 12.5px;
    font-weight: 700;
    color: #5b6478;
    padding: 0 10px 12px;
    border-bottom: 1px solid #e7eaf2;
}
  table.history-table tbody tr{ transition:background .15s ease; }
  table.history-table tbody tr:hover{ background:#fbfbfd; }
  table.history-table tbody td {
    padding: 14px 10px;
    border-bottom: 1px solid #e7eaf2;
    font-size: 13.5px;
    color: #1c2536;
    vertical-align: middle;
}
  table.history-table tbody tr:last-child td{ border-bottom:none; }
  .op-cell{ display:flex; align-items:center; gap:10px; }
  .op-ic{ width:30px; height:30px; min-width:30px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:12px; color:#fff; transition:transform .2s ease; }
  table.history-table tbody tr:hover .op-ic{ transform:scale(1.08); }
  .pill-success {
    background: #daf4e3;
    color: #1fa34d;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
}
  .amt-cell{ font-weight:700; }
  
  
  table, td, th {
    border: none;
    font-size: 12px;
}
.order__section.pb__60 {
    background-color: #f4f6fb;
}
/*=======================================================================================
============================================================================================new design in footer css*/
.site-footer {
    color: #aab8d1;
    font-size: 14px;
    line-height: 1.6;
}
.footer-main {
    max-width: 1320px;
    margin: 0 auto;
    /*padding: 52px 40px 36px;*/
    display: grid;
    grid-template-columns: 1.9fr 1fr 1.15fr 1.15fr 1fr 1fr 1.3fr;
    gap: 24px;
}
.footer-col h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin: 0 0 6px;
}
.footer-col .underline {
    width: 26px;
    height: 2.5px;
    background: var(--teal);
    border-radius: 2px;
    margin-bottom: 16px;
}
.footer-col h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin: 0 0 6px;
}
.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-col ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #aab8d1;
    font-size: 12.5px;
    transition: color .2s;
}
.footer-col ul li a i{
    font-size: 10px;
    color: var(--text-faint);
    transition: transform .2s, color .2s;
}
.footer-col ul li a:hover{ color: #fff; }
.footer-col ul li a:hover i{ color: var(--teal); transform: translateX(2px); }

.view-all-btn {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--teal);
    color: var(--teal);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    transition: background .2s, color .2s;
}
 .view-all-btn:hover{ background: var(--teal); color: #fff; }
 .footer-about p { margin: 0 0 22px; color: #7f8db0; max-width: 280px;font-size:13.5px;}
 .social-row a {width: 34px;height: 34px;border-radius: 50%;background: rgba(255,255,255,0.07);display: flex;align-items: center;justify-content: center;color: #fff;font-size: 14px;transition: background .2s, color .2s;}
 .social-row a:hover {background: var(--teal);color: #fff;}
 .social-row {display: flex;gap: 10px;}
 .contact-item {display: flex;gap: 10px;margin-bottom: 16px;align-items: flex-start;}
 .contact-item i {color: var(--teal);margin-top: 3px;width: 16px;text-align: center;}
 .contact-item .label {color: #fff;font-weight: 600;font-size: 13.5px;}
 .contact-item .sub {color: #7f8db0;font-size: 12.5px;}
 .whatsapp-btn {margin-top: 6px;display: inline-flex;align-items: center;gap: 8px;background: #25cc63;color: #fff;font-weight: 400;font-size: 14px;padding: 10px 18px;border-radius: 6px;transition: filter .2s;}
 .whatsapp-btn:hover {filter: brightness(1.08); color:#edebeb;}
 
 .feature-strip-wrap{
    max-width: 1320px;
    margin: 0 auto;
    /*padding: 0 40px 36px;*/
    margin-top:30px;
    margin-bottom:30px;
  }
  .feature-strip{
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 26px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .feature-item{
    display:flex;
    align-items:flex-start;
    gap: 14px;
  }
  .feature-icon{
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size: 18px;
  }
  .icon-secure{ background:#1aa552; }
  .icon-instant{ background:#1f5fc4; }
  .icon-support{ background:#7c5cfc; }
  .icon-trusted{ background:#e08a2c; }

  .feature-item .ftitle2{ color:#fff; font-weight:700; font-size:14.5px; margin-bottom:2px; }
  .feature-item .fsub{ color: var(--text-faint); font-size: 13px; }
  .footer-bottom{
    border-top: 1px solid var(--line);
  }
  .footer-bottom-inner{
    max-width: 1320px;
    margin: 0 auto;
    padding: 22px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap: wrap;
    gap: 18px;
  }
  .copyright{
    color: var(--text-faint);
    font-size: 12.5px;
    line-height: 1.5;
  }
  .made-in-india{
    display:flex;
    align-items:center;
    gap:8px;
    color: var(--text-soft);
    font-size: 13px;
    white-space:nowrap;
  }
  .made-in-india i{ color: var(--text-soft); }
  .made-in-india .love{ color: var(--teal); font-weight:600; }

  .powered-by{
    display:flex;
    align-items:center;
    gap:8px;
    color: var(--text-faint);
    font-size: 13px;
    white-space:nowrap;
  }
  .powered-by .brand{
    display:flex;
    align-items:center;
    gap:6px;
    color:#ff7a3d;
    font-weight:800;
    font-size: 14px;
  }
  .powered-by .brand .bc-icon{
    width:18px;height:18px;
    background:#1f5fc4;
    border-radius:3px;
    display:flex;align-items:center;justify-content:center;
    font-size:10px;color:#fff;
    font-weight:800;
  }

  .badges{
    display:flex;
    align-items:center;
    gap: 18px;
    flex-wrap: wrap;
  }
  .badge{
    display:flex;
    align-items:center;
    gap:6px;
    font-size: 13px;
    font-weight:700;
    color:#fff;
  }
  .badge-pci{
    background:#0fae8a;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    letter-spacing:.5px;
    display:flex;
    flex-direction:column;
    align-items:center;
    line-height:1.1;
  }
  .badge-pci small{ font-size:7px; font-weight:600; letter-spacing:.5px; }

  .badge-norton{
    display:flex;
    flex-direction:column;
    align-items:center;
    color:#fff;
    font-size:12px;
    font-weight:700;
  }
  .badge-norton .nline{
    display:flex; align-items:center; gap:4px;
  }
  .badge-norton i{ color:#f2c200; }
  .badge-norton small{
    color: var(--text-faint);
    font-weight:500;
    font-size:9px;
  }
  .badge-norton .digi{ color:#3aa0e8; font-weight:700; }

  .badge-card{
    font-style:italic;
    font-weight:800;
    font-size: 16px;
    letter-spacing:.5px;
  }
  .badge-visa{ color:#ffffff; }
  .badge-mc{ display:flex; align-items:center; }
  .badge-mc .c1{ width:18px;height:18px;border-radius:50%;background:#eb001b; margin-right:-8px; }
  .badge-mc .c2{ width:18px;height:18px;border-radius:50%;background:#f79e1b; opacity:.9; }
  .badge-rupay{ color:#ff8a00; font-style:italic; }
  .badge-upi{ color:#fff; letter-spacing:1px; }
  /* ===== Responsive ===== */
  @media (max-width: 1100px){
    .footer-main{
      grid-template-columns: repeat(3, 1fr);
    }
    .footer-about{ grid-column: 1 / -1; }
    .feature-strip{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 700px){
    .footer-main{
      grid-template-columns: repeat(2, 1fr);
      padding: 40px 24px 24px;
    }
    .footer-about{ grid-column: 1 / -1; }
    .feature-strip-wrap{ padding: 0 24px 28px; }
    .feature-strip{ grid-template-columns: 1fr; padding: 22px; }
    .footer-bottom-inner{
      padding: 20px 24px;
      justify-content: flex-start;
    }
    .badges{ gap: 14px; }
  }
/*====================================================================================================
=================================================================================================ne=w header css*/
.new-hed{
     border-bottom: 1px solid var(--border);
    padding: 0px 40px; 
}
/*==============================================================================================
===============================================================================================signuppage===*/
.signupsection {
    padding: 124px 0 0px;
    overflow: hidden;
}
.login-card h1 {
    font-size: 30px;
    margin: 0 0 8px;
}
.field-label {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
    display: block;
}
.phone-row {
    display: flex;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
}
.phone-row input {
    flex: 1;
    border: none;
    outline: none;
    padding: 13px 16px;
    font-size: 14.5px;
    color: var(--text-dark);
    background: #FFF;
    transition: var(--transition-theme);
}
.phone-row img {
    background-color: var(--base);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.btn-login {
    width: 100%;
    font-size: 15.5px;
    padding: 15px 0 !important;
    border-radius: 10px !important;
}
.divider{
    display:flex; align-items:center; gap:14px;
    margin:26px 0 22px;
    color:var(--text-faint);
    font-size:13px;
  }
  .divider::before, .divider::after{
    content:""; flex:1; height:1px; background:var(--border);
  }

  .trust-row{ display:flex; justify-content:space-between; gap:14px; margin-bottom:22px; }
  .trust-item{ flex:1; text-align:center; }
  .trust-icon{
    width:54px; height:54px;
    border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-size:20px;
    margin:0 auto 12px;
  }
  .trust-item h4{ font-size:14px; margin:0 0 6px; }
  .trust-item p{ font-size:12.5px; color:var(--text-faint); margin:0; line-height:1.45; }

  .secure-note{
    display:flex; align-items:center; justify-content:center; gap:8px;
    font-size:13px; color:var(--text-soft);
    border-top:1px solid var(--border);
    padding-top:20px;
  }
  .secure-note i{ color:var(--indigo); }
  .secure-note b {
    color: #1fa34d;
}
/* ============ RIGHT COLUMN ============ */
  .right-col{ display:flex; align-items:center; gap:28px; }
  .right-text{ flex:1; padding-top:4px; }
  .badge-pill{
    display:inline-flex; align-items:center; gap:8px;
    background:var(--indigo-soft);
    color:var(--navy);
    font-size:13px;
    font-weight:600;
    padding:8px 16px;
    border-radius:20px;
    margin-bottom:22px;
  }
  .badge-pill i{ color:var(--teal); }

  .right-text h2{
    font-size:36px;
    line-height:1.18;
    margin:0 0 18px;
    color:var(--navy);
    font-weight:800;
  }
  .right-text h2 .accent{ color:var(--indigo); }

  .right-text .lead{ font-size:15.5px; color:#5b6478; margin:0 0 30px; max-width:420px; line-height:1.6; }

  .feat-list{ display:flex; flex-direction:column; gap:22px; }
  .feat-row{ display:flex; gap:16px; align-items:flex-start; }
  .feat-icon{
    width:42px; height:42px; min-width:42px;
    border-radius:12px;
    background:var(--indigo-soft);
    color:var(--indigo);
    display:flex; align-items:center; justify-content:center;
    font-size:16px;
  }
  .feat-row h4{ font-size:15.5px; margin:0 0 4px; color:var(--text-dark); }
  .feat-row p{ font-size:13.5px; color:var(--text-faint); margin:0; line-height:1.5; }

  /* ============ PHONE ILLUSTRATION ============ */
  .right-illustration{
    flex:0 0 330px;
    position:relative;
    height:560px;
  }
  .deco-rings{
    position:absolute;
    top:50%; left:50%;
    width:480px; height:480px;
    transform:translate(-50%,-50%);
    border-radius:50%;
    border:1px solid rgba(108,92,231,0.18);
  }
  .deco-rings::before, .deco-rings::after{
    content:"";
    position:absolute;
    inset:40px;
    border-radius:50%;
    border:1px solid rgba(108,92,231,0.14);
  }
  .deco-rings::after{ inset:80px; }

  .phone{
    position:absolute;
    top:18px; left:50%;
    width:250px; height:500px;
    transform:translateX(-50%) rotate(7deg);
    background:#15161a;
    border-radius:38px;
    padding:7px;
    box-shadow:0 30px 60px rgba(20,20,50,0.25);
    z-index:5;
  }
  .phone::before{
    content:"";
    position:absolute;
    top:0; left:50%;
    width:90px; height:18px;
    background:#15161a;
    border-radius:0 0 14px 14px;
    transform:translateX(-50%);
  }
  .phone-screen{
    background:#fff;
    width:100%; height:100%;
    border-radius:32px;
    padding:18px 14px;
    overflow:hidden;
  }
  .ph-head{
    display:flex; align-items:center; justify-content:space-between;
    margin-bottom:16px;
  }
  .ph-head i{ color:var(--text-faint); font-size:13px; }
  .ph-head .ph-logo{ font-size:15px; font-weight:800; }
  .ph-head .ph-logo .an{ color:var(--navy); }
  .ph-head .ph-logo .pay{ color:var(--teal); }

  .balance-card{
    background:var(--indigo-soft);
    border-radius:14px;
    padding:14px 16px;
    margin-bottom:16px;
    position:relative;
  }
  .balance-card .lbl{ font-size:10.5px; color:var(--text-soft); margin-bottom:4px; }
  .balance-card .amt{ font-size:17px; font-weight:800; color:var(--navy); }
  .balance-card .add-btn{
    position:absolute; bottom:10px; right:12px;
    background:var(--navy);
    color:#fff;
    font-size:9.5px;
    font-weight:700;
    padding:5px 9px;
    border-radius:6px;
  }

  .ph-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }
  .ph-app{
    background:#f5f6fa;
    border-radius:10px;
    padding:10px 5px;
    display:flex; flex-direction:column; align-items:center; gap:6px;
  }
  .ph-app i{ font-size:13px; color:var(--indigo); }
  .ph-app span{ font-size:8px; font-weight:600; color:var(--text-soft); text-align:center; }

  /* Floating decorative icons */
  .float-icon{
    position:absolute;
    display:flex; align-items:center; justify-content:center;
    border-radius:50%;
    box-shadow:0 10px 24px rgba(30,40,90,0.18);
  }
  .f-shield{
    width:60px; height:60px; top:48px; left:6px;
    background:linear-gradient(135deg,#8b7df5,#6c5ce7);
    color:#fff; font-size:22px; z-index:6;
  }
  .f-coin{
    width:54px; height:54px; bottom:42px; right:18px;
    background:linear-gradient(135deg,#ffd24c,#f08c1b);
    color:#fff; font-size:20px; z-index:6;
  }
  .f-gift-1{
    width:54px; height:54px; bottom:130px; left:-6px;
    background:linear-gradient(135deg,#9b6cf2,#6c5ce7);
    color:#fff; font-size:20px; border-radius:14px; transform:rotate(-12deg); z-index:6;
  }
  .f-gift-2{
    width:56px; height:56px; top:120px; right:-16px;
    background:linear-gradient(135deg,#ff7ab0,#ec4899);
    color:#fff; font-size:21px; border-radius:14px; transform:rotate(10deg); z-index:6;
  }
  .f-plane{
    width:70px; height:70px; top:190px; left:-46px;
    background:transparent;
    color:#aab3c8; font-size:34px;
    transform:rotate(-18deg); z-index:4;
    box-shadow:none;
  }
  .f-bus{
    width:60px; height:60px; bottom:78px; right:-40px;
    background:linear-gradient(135deg,#5b8af9,#2f6fed);
    color:#fff; font-size:22px; border-radius:14px; z-index:4;
  }

  /* ============ BOTTOM FEATURE STRIP ============ */
  .feature-strip-wrap{ max-width:1400px; margin:0 auto; padding:56px 40px 56px; }
  .feature-strip{
    border-radius:18px;
    box-shadow:0 10px 40px rgba(20,30,70,0.06);
    padding:30px 36px;
    display:grid;
    transition:var(--transition-theme);
    grid-template-columns:repeat(4,1fr);
    gap:24px;
  }
  .bg-wht{
       background:#fff !important; 
  }
  .feature-item{ display:flex; align-items:flex-start; gap:14px; }
  .feature-icon{
    width:46px; height:46px; min-width:46px;
    border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-size:18px;
  }
.feature-item .ftitle {
    font-weight: 700;
    font-size: 14.5px;
    margin-bottom: 2px;
    color: #16213d;
}
  .feature-item .fsub{ font-size:13px; color:var(--text-faint); }

  /* ============ RESPONSIVE ============ */
  @media (max-width:1100px){
    .page-grid{ grid-template-columns:1fr; }
    .right-col{ flex-direction:column; }
    .right-illustration{ width:100%; }
    .feature-strip{ grid-template-columns:repeat(2,1fr); }
    .nav-links{ display:none; }
    .pl-50 {padding-right: 0px;}
  }
  @media (max-width:560px){
    .login-card{ padding:28px; }
    .trust-row{ flex-direction:column; }
    .feature-strip{ grid-template-columns:1fr; padding:24px; }
    .right-text h2{ font-size:32px; }
  }
  .pl-50 {
    padding-right: 35px;
}
/*===========================================================================
============================================================================signupcss==*/
.right-panel{
    background: var(--panel-bg);
    border-radius:18px;
    padding:36px 40px;
    position:relative;
    transition:var(--transition-theme);
  }
  .right-grid{ display:grid; grid-template-columns:1fr 420px; gap:16px; align-items:start; }

  .right-text h2{ font-size:30px; margin:0; line-height:1.25; color:var(--navy); font-weight:800; }
  .right-text h2.teal{ color:var(--teal); }
  .right-text .lead{ font-size:14.5px; color:var(--text-soft); margin:18px 0 26px; max-width:480px; line-height:1.6; }

  .svc-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    max-width:480px;
    margin-bottom:30px;
  }
  .svc-tile{
    background:#fff;
    border-radius:14px;
    padding:18px 10px;
    text-align:center;
    box-shadow:0 6px 18px rgba(20,30,70,0.05);
    transition:var(--transition-theme), transform .2s ease;
  }
  .svc-tile:hover{ transform:translateY(-3px); }
  .svc-ic{
    width:46px; height:46px;
    border-radius:12px;
    display:flex; align-items:center; justify-content:center;
    font-size:18px;
    margin:0 auto 10px;
  }
  .svc-tile span{ font-size:12.5px; font-weight:700; color:var(--text-dark); }

  .trust-strip{
    background:#fff;
    border-radius:14px;
    box-shadow:0 8px 26px rgba(20,30,70,0.06);
    padding:26px 30px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    margin-top:24px;
    transition:var(--transition-theme);
  }
  .trust-strip .t-item{ text-align:center; }
  .trust-strip .t-ic{
    width:50px; height:50px;
    border-radius:50%;
    background:var(--teal-deep);
    opacity:.9;
    color:#fff;
    display:flex; align-items:center; justify-content:center;
    font-size:19px;
    margin:0 auto 12px;
    transition:var(--transition-theme);
  }
  .trust-strip h5{ font-size:14.5px; margin:0 0 4px; color:var(--text-dark); }
  .trust-strip p{ font-size:12.5px; color:var(--text-faint); margin:0; line-height:1.45; }

  /* ===== Phone illustration ===== */
  .phone-stage{ position:relative; height:560px; }
  .phone-mock{
    position:absolute; top:0; left:10px;
    width:230px; height:480px;
    background:#15161a;
    border-radius:34px;
    padding:7px;
    box-shadow:0 30px 60px rgba(20,20,50,0.22);
    z-index:5;
  }
  .phone-screen{ background:#fff; width:100%; height:100%; border-radius:28px; padding:18px 14px; }
  .ph-logo{ font-size:14px; font-weight:800; text-align:center; margin-bottom:16px; }
  .ph-logo .an{ color:var(--navy); } .ph-logo .pay{ color:var(--teal); }

  .ph-balance{ margin-bottom:16px; }
  .ph-balance .lbl{ font-size:9.5px; color:var(--text-faint); }
  .ph-balance .amt{ font-size:16px; font-weight:800; color:var(--navy); margin-bottom:6px; }
  .ph-balance .add-btn{ display:inline-block; background:var(--teal-deep); color:#fff; font-size:9px; font-weight:700; padding:5px 10px; border-radius:6px; }

  .ph-section-title{ font-size:9.5px; font-weight:700; color:var(--text-soft); margin:10px 0 8px; }
  .ph-icons{ display:grid; grid-template-columns:repeat(4,1fr); gap:6px; margin-bottom:6px; }
  .ph-icons div{ display:flex; flex-direction:column; align-items:center; gap:4px; }
  .ph-icons i{ font-size:13px; }
  .ph-icons span{ font-size:6.5px; font-weight:600; color:var(--text-soft); text-align:center; }

  .ph-refer{
    margin-top:14px;
    background:#e3f7f3;
    border-radius:12px;
    padding:10px 12px;
  }
  .ph-refer .rt{ font-size:10.5px; font-weight:800; color:var(--navy); margin-bottom:4px; }
  .ph-refer .rd{ font-size:8px; color:var(--text-soft); margin-bottom:8px; line-height:1.4; }
  .ph-refer .rbtn{ background:var(--teal-deep); color:#fff; font-size:8.5px; font-weight:700; padding:5px 10px; border-radius:6px; display:inline-block; }

  .deco{ position:absolute; z-index:3; }
  .deco-plane{ top:6px; right:22px; color:var(--teal); font-size:26px; transform:rotate(35deg); }
  .deco-trail{
    position:absolute; top:38px; right:46px; width:70px; height:46px;
    border:1.5px dashed #9fdcd2; border-radius:0 0 0 50%; border-right:none; border-top:none;
    z-index:2;
  }
  .deco-bag{
    top:90px; right:-26px;
    width:90px; height:170px;
    background:linear-gradient(160deg,#1ec8b0,#0f7d6e);
    border-radius:16px;
    box-shadow:0 14px 30px rgba(20,100,90,0.25);
  }
  .deco-bag::before{
    content:""; position:absolute; top:-22px; left:50%; transform:translateX(-50%);
    width:38px; height:26px; border:5px solid #b9c2cc; border-bottom:none; border-radius:10px 10px 0 0;
  }
  .deco-bag .stripe{ position:absolute; top:14px; bottom:14px; left:50%; width:2px; background:rgba(255,255,255,0.35); transform:translateX(-50%); }

  .deco-giftbox{
    width:64px; height:54px;
    border-radius:6px;
    box-shadow:0 10px 20px rgba(20,30,70,0.15);
    display:flex; align-items:center; justify-content:center;
  }
  .gift-1{ bottom:30px; right:-30px; background:#caa27a; }
  .gift-2{ bottom:6px; right:50px; background:#10141a; }
  .gift-3{ bottom:-6px; right:-14px; width:50px; height:50px; background:var(--teal-deep); }
  .deco-giftbox .ribbon{ position:absolute; top:-8px; left:50%; transform:translateX(-50%); width:18px; height:18px; border:3px solid #fff; border-radius:50%; border-bottom-color:transparent; border-left-color:transparent; }
  .deco-giftbox i.fa-brands.fa-amazon{ color:#ff9900; font-size:20px; }
  .deco-giftbox i.fa-brands.fa-google-play{ color:#fff; font-size:18px; }

  /* ============ BOTTOM TRUST BAR ============ */
  .bottom-bar{
    border-top:1px solid var(--border);
    padding:22px 40px;
    display:flex;
    justify-content:center;
    gap:60px;
    flex-wrap:wrap;
    background:var(--page-bg);
    transition:var(--transition-theme);
  }
  .bb-item{ display:flex; align-items:center; gap:9px; font-size:13.5px; color:var(--text-soft); font-weight:600; }
  .bb-item i{ color:var(--text-faint); font-size:14px; }
  .bb-item i.fa-heart{ color:#e0524c; }

  /* ============ RESPONSIVE ============ */
  @media (max-width:1180px){
    .hero-grid{ grid-template-columns:1fr; }
    .right-grid{ grid-template-columns:1fr; }
    .phone-stage{ margin:0 auto; max-width:400px; }
    .nav-links{ display:none; }
  }
  @media (max-width:600px){
    .signup-card{ padding:26px; }
    .oauth-row{ flex-direction:column; }
    .svc-grid{ grid-template-columns:repeat(2,1fr); }
    .trust-strip{ grid-template-columns:repeat(2,1fr); }
    .bottom-bar{ gap:20px; justify-content:flex-start; }
  }
 .signup-card{
    background:var(--card-bg);
    border:1px solid var(--border);
    border-radius:18px;
    box-shadow:0 14px 40px rgba(20,30,70,0.06);
    padding:36px 38px;
    transition:var(--transition-theme);
  }
  .card-head{ display:flex; gap:18px; align-items:flex-start; margin-bottom:26px; }
  .avatar-wrap{ position:relative; width:72px; height:72px; min-width:72px; }
  .avatar-ring{
    position:absolute; inset:-6px;
    border:1.5px dotted #b9e8e0;
    border-radius:50%;
  }
  .avatar-circle{
    width:72px; height:72px;
    border-radius:50%;
    background:var(--teal-deep);
    opacity:.92;
    display:flex; align-items:center; justify-content:center;
    color:#fff;
    font-size:26px;
    position:relative; z-index:2;
    transition:var(--transition-theme);
  }
  .card-head h1{ font-size:22px; margin:0 0 2px; color:var(--navy); font-weight:800; line-height:1.3; }
  .card-head h1 .teal{ color:var(--teal); }
  .card-head .accent-bar{ width:46px; height:3px; background:var(--teal); border-radius:2px; margin:8px 0 10px; }
  .card-head p{ font-size:13.5px; color:var(--text-faint); margin:0; line-height:1.5; }

  .field-label{ font-size:13.5px; font-weight:700; color:var(--text-dark); margin-bottom:8px; display:block; }
  .input-wrap{ position:relative; margin-bottom:22px; }
  .input-wrap i{ position:absolute; left:15px; top:50%; transform:translateY(-50%); color:var(--text-faint); font-size:14px; }
  .input-wrap input{
    width:100%;
    border:1px solid var(--border);
    border-radius:9px;
    padding:13px 16px 13px 40px;
    font-size:14px;
    color:var(--text-dark);
    background:var(--input-bg);
    outline:none;
    transition:var(--transition-theme);
  }
  .input-wrap input:focus{ border-color:var(--teal); box-shadow:0 0 0 3px rgba(30,200,176,0.12); }
  .input-wrap input::placeholder{ color:var(--text-faint); }

  .agree-row{ display:flex; align-items:flex-start; gap:10px; margin-bottom:20px; }
  .agree-row input{ margin-top:3px; width:16px; height:16px; accent-color:var(--navy); cursor:pointer; }
  .agree-row label{ font-size:12.5px; color:#5b6478; line-height:1.6; }
  .agree-row a{ color:var(--navy); font-weight:600; text-decoration:underline; }

  .btn-create{
    width:100%;
    background:var(--navy);
    color:#fff;
    border:none;
    padding:15px 0;
    border-radius:10px;
    font-size:15.5px;
    font-weight:700;
    display:flex; align-items:center; justify-content:center; gap:10px;
    margin-bottom:18px;
  }
  .btn-create:hover{ background:#142a59; }
  .btn-create i{ border:1.5px solid #fff; border-radius:50%; padding:4px; font-size:11px; }

  .divider{ display:flex; align-items:center; gap:12px; margin:0 0 18px; color:var(--text-faint); font-size:13px; }
  .divider::before, .divider::after{ content:""; flex:1; height:1px; background:var(--border); }

  .oauth-row{ display:flex; gap:12px; margin-bottom:20px; }
  .oauth-btn{
    flex:1; display:flex; align-items:center; justify-content:center; gap:10px;
    border:1px solid var(--border);
    border-radius:9px;
    padding:12px 0;
    font-size:14px;
    font-weight:600;
    color:var(--text-dark);
    background:var(--card-bg);
    transition:background .2s ease;
  }
  .oauth-btn:hover{ background:var(--tile-bg); }
  .oauth-btn i.fa-google{ color:#ea4335; }

  .secure-line{
    display:flex; align-items:center; justify-content:center; gap:8px;
    font-size:13px; color:var(--text-soft); font-weight:500;
  }
  .secure-line i{ color:var(--teal-deep); }
  .secure-line b{ color:var(--text-dark); }
  
  .wallet-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgb(20 195 190 / 13%);
    border: 1px solid #97e7dc;
    border-radius: 24px;
    padding: 8px 16px;
    cursor: pointer;
    transition: box-shadow .15s, transform .15s, var(--transition-theme);
}
  .wallet-pill:hover{ box-shadow:0 4px 14px rgba(31,163,77,0.20); transform:translateY(-1px); }
  .wallet-pill .wp-icon{
    width:24px; height:24px; border-radius:50%;
    background:var(--teal); color:#fff;
    display:flex; align-items:center; justify-content:center; font-size:11px; flex-shrink:0;
  }
  .wallet-pill .wp-amt{ font-size:14.5px; font-weight:700; color:var(--text-dark); }
  .wallet-pill .fa-chevron-down{ font-size:10px; color:var(--text-faint); transition:transform .15s; }
  .wallet-pill:hover .fa-chevron-down{ transform:translateY(1px); }

.profile-mini{
    display:flex; align-items:center; gap:9px;
    padding:5px 8px 5px 5px; border-radius:24px;
    cursor:pointer; transition:background .15s;
  }
  .profile-mini:hover{ background:var(--row-hover); }
  .profile-mini-avatar-wrap{ position:relative; width:34px; height:34px; flex-shrink:0; }
  .profile-mini-avatar{
    width:34px; height:34px; border-radius:50%;
    background:#d6ddf7; color:var(--navy);
    display:flex; align-items:center; justify-content:center;
    font-size:13px; font-weight:800; overflow:hidden;
    transition:box-shadow .15s;
  }
  .profile-mini:hover .profile-mini-avatar{ box-shadow:0 0 0 3px var(--blue-soft); }
  .profile-mini .mini-dot{
    position:absolute; bottom:-1px; right:-1px; width:10px; height:10px;
    border-radius:50%; background:var(--green); border:2px solid var(--nav-bg);
  }
  .profile-mini .mini-name{ font-size:14px; font-weight:700; color:var(--text-dark); display:flex; align-items:center; gap:5px; white-space:nowrap; }
  .profile-mini .mini-name .fa-chevron-down{ font-size:10px; color:var(--text-faint); transition:transform .15s; }
  .profile-mini:hover .mini-name .fa-chevron-down{ transform:translateY(1px); }
  .personal__information {background-color: #f5f6fb;}
  .notif-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px 10px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 6px;
}
.notif-item p {
    margin: 0;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text);
}
.notif-item span {
    font-size: 11.5px;
    color: var(--text-faint);
}
.notif-head span {
    font-size: 12px;
    color: var(--teal);
    font-weight: 600;
    cursor: pointer;
}
.notif-head strong {
    font-size: 13.5px;
}
.bell-btn {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    font-size: 17px;
    cursor: pointer;
    transition: background .15s, color .15s, transform .15s;
}
.bell-btn .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: 9.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--nav-bg);
    animation: badgePulse 2.2s ease-in-out infinite;
}
.form-control {
    border-radius: 10px !important;
    border: 1px solid var(--border) !important;
    padding-left: 23px !important;
    padding-top: 0px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: none !important;
    border-style: none;
    border-width: none !important;
    height: 0;
    left: 50%;
    margin-left: 0px !important;
    margin-top: 0px !important;
    position: absolute;
    top: 50%;
    width: 0;
}



