@import url(../fonts/font.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "uni_neueregular";
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* ///////////////////   Starting TATA Code //////////////////// */

/* .container,
 .container-fluid,
 .container-xxl,
 .container-xl,
 .container-lg,
 .container-md,
 .container-sm {
   width: 100%;
   padding-right: var(--bs-gutter-x, 0.75rem);
   padding-left: var(--bs-gutter-x, 0.75rem);
   margin-right: auto;
   margin-left: auto;
 }
 @media (min-width: 320px) {
  .container-sm, .container {
    max-width: 96%;
  }
}
 @media (min-width: 576px) {
   .container-sm, .container {
     max-width: 540px;
   }
 }
 @media (min-width: 768px) {
   .container-md, .container-sm, .container {
     max-width: 720px;
   }
 }
 @media (min-width: 992px) {
   .container-lg, .container-md, .container-sm, .container {
     max-width: 960px;
   }
 }
 @media (min-width: 1200px) {
   .container-xl, .container-lg, .container-md, .container-sm, .container {
     max-width: 1140px;
   }
 }
 @media (min-width: 1400px) {
   .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
     max-width: 1320px;
   }
 }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }

  @media (min-width: 992px) {
    .col-lg {
      flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
      flex: 0 0 auto;
      width: auto;
    }

    .row-cols-lg-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }

    .row-cols-lg-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }

    .row-cols-lg-3 > * {
      flex: 0 0 auto;
      width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }

    .row-cols-lg-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }

    .row-cols-lg-6 > * {
      flex: 0 0 auto;
      width: 16.6666666667%;
    }
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  @media (max-width: 991px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
      }
  } */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1290px;
  }
}

.section {
  margin: 55px 0 110px;
}

@media only screen and (max-width: 1247px) {
  .section {
    margin: 25px 0 50px;
  }
}

input[type="checkbox"] {
  accent-color: #202767;
}

.header .brand-logo {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.header .wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .header .wrapper {
    gap: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .brand-logo img {
    width: 80%;
  }
  .wrapper a {
    text-align: right;
  }
}

.header .langswicher {
  display: flex;
  align-items: center;
  /* position: relative; */
}

.header .langswicher select {
  color: #fff;
  font-size: 16px;
  border: 0;
  position: relative;
  padding: 0;
  margin: 0 0 0 5px;
  line-height: 1;
  background: transparent;
  appearance: none;
  position: relative;
  width: 52px;
  height: 22px;
}

.header .langswicher select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  background-image: url(../images/arrowdown.png);
  background-repeat: no-repeat;
  right: -12px;
  top: 10px;
}
.header .langswicher select:focus-visible {
  outline: none;
}
.header .langswicher span {
  position: relative;
}
.header .langswicher span::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  background-image: url(../images/arrowdown.png);
  background-repeat: no-repeat;
  right: -12px;
  top: -1px;
}

.header .langswicher select option {
  margin: 0;
  padding: 0;
  color: #000;
}

.header {
  position: relative;
  z-index: 999;
}
.banner {
  background-image: url(../images/bus-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  /* margin-top: -70px; */
  background-position: left center;
}
@media only screen and (max-width: 1480px) {
  .banner{
    height: 570px;
  }
}

@media only screen and (max-width: 1310px) {
  .banner {
    background-position: left;
  }
}

@media (max-width: 1024px) {
  .banner {
    background-image: url(../images/bus-mobilebanner.jpg);
    height: 470px;
    background-position: left bottom;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 407px;
  }
}
.banner__wrapper {
  display: flex;
  justify-content: space-between;
}

.banner__content {
  padding: 120px 0;
  /* flex-basis: 40%; */
}
@media (max-width: 767px) {
  .banner__content {
    padding: 100px 0;
  }
}

.banner__content img {
  margin-bottom: 10px;
}

.banner__content h1 {
  font-size: 46px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .banner__content h1 {
    font-size: 32px;
    line-height: 30px;
  }
}

.banner__content h1 strong {
  font-size: 55px;
  line-height: 55px;
  font-weight: 900;
  display: block;
}

@media (max-width: 1541px) {
  .banner__content h1 strong {
    font-size: 54px;
    line-height: 54px;
  }
}

@media (max-width: 1024px) {
  .banner__content h1 strong {
    font-size: 48px;
    line-height: 44px;
  }
}

.text-52 {
  font-size: clamp(2.625rem, 2.179rem + 1.19vw, 3.25rem) !important;
  font-family: "uni_neueheavy";
}

.banner__content p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
}

.para-text {
  font-size: 26px !important;
}

.banner__content p > span {
  color: #00a9fe;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .banner__content p {
    font-size: 24px;
    line-height: 24px;
  }
}

.banner__form {
  margin-top: 60px;
  /* flex-basis: 41.2%; */
}

.enqiuryform {
  max-width: 400px;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .enqiuryform {
    max-width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0px;
  }
}

.enqiuryform h2 {
  font-size: 24px;
  line-height: 32.4px;
  font-weight: 700;
  color: #0058bf;
  margin-bottom: 10px;
}

.enqiuryform .input {
  margin-bottom: 20px;
}

.enqiuryform .input span {
  font-size: 12px;
  font-weight: 500;
  color: red;
  line-height: 2;
}

.enqiuryform .input input {
  width: 100%;
  border: 1px solid #d9d9d9;
  height: 40px;
  color: #4d4d4d;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
}

.enqiuryform .input input::placeholder {
  color: #4d4d4d;
  opacity: 1;
}

.enqiuryform .input input:active,
.enqiuryform .input input:focus,
.enqiuryform .input input:focus-visible {
  border: 1px solid #d9d9d9;
  outline: #d9d9d9;
}

.enqiuryform .select {
  position: relative;
}

.enqiuryform .select select {
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  width: 100%;
  color: #4d4d4d;
  margin: 0 0 20px;
  appearance: none;
  background-color: #fff;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}

.enqiuryform .select select:active,
.enqiuryform .select select:focus,
.enqiuryform .select select:focus-visible {
  border: 1px solid #d9d9d9;
  outline: #d9d9d9;
}

.enqiuryform .select:after {
  content: "";
  position: absolute;
  transition: 0.3s all ease-in;
  top: 9px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACjSURBVHgB7Y47DgIhFEX5zLQTl2BCRTdLoCRUsFIo6WRWoCUJjeWULoCAYmWMIHYWnOQ173PPA2AwGDRhjB2+7XDOj605ah0uy3IWQqy1nTKb5/nUeqQqsNZeEUJqmib9SVJ6GGP9KOWcu9VyMGjgvd8ppRuEUBNCthDC/h5ujLm0MiDoQEq5ppR0jFE9v+oM7xa8SnLOoDf8Z4qkFBgMBv/FHZyyOjZYj5ZbAAAAAElFTkSuQmCC);
}

.enqiuryform .select option,
.enqiuryform .select optgroup {
  color: #000;
}

.enqiuryform .checkbox-group {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.enqiuryform .checkbox-group [type="checkbox"] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  flex-basis: 5%;
}

@media (max-width: 1024px) {
  .enqiuryform .checkbox-group [type="checkbox"] {
    flex-basis: 4%;
  }
}
@media (max-width: 767px) {
  .enqiuryform .checkbox-group [type="checkbox"] {
    flex-basis: 15%;
  }
}

.enqiuryform .checkbox-group label {
  font-size: 12px;
  line-height: 16.2px;
  font-weight: 500;
  color: #4d4d4d;
  max-width: 85%;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .enqiuryform .checkbox-group label {
    max-width: 100%;
  }
}

.enqiuryform .btn {
  color: #fff;
  background-color: #202767;
  border: 1px solid #202767;
  padding: 13px 45px 14px;
  transition: 0.3s all ease-in-out;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21.6px;
  text-transform: none;
  width: 100%;
  border-radius: 0px;
  display: block;
  text-align: center;
}

.enqiuryform .btn:hover {
  color: #202767;
  background-color: #fff;
}

.sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 999;
  left: 0px;
}

@media (max-width: 1024px) {
  .sticky {
    display: block;
  }
}

.sticky .btn {
  color: #fff;
  background-color: #202767;
  border: 1px solid #202767;
  padding: 15px 45px;
  transition: 0.3s all ease-in-out;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21.6px;
  text-transform: none;
  width: 100%;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.sticky .btn:hover {
  color: #202767;
  background-color: #fff;
}

.sticky .btn img {
  margin-left: 10px;
  transform: rotate(270deg);
}

.hide {
  display: none !important;
}

#desktopFilter {
  display: block;
}

/* #mobileFilterButton {
  display: none;
} */

#mobileOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b3;
  z-index: 999;
  display: none;
}

#mobileCheckboxContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #fff;
  transition: transform 0.3s ease-out;
  transform: translateY(100%);
  overflow-y: scroll;
  z-index: 1000;
  padding: 20px;
}

#mobileCheckboxContainer.show {
  transform: translateY(0);
  border-radius: 10px 10px 0 0;
}

#closeButton {
  position: absolute;
  top: 12px;
  right: 10px;
  display: none;
}

.desktopform .col2section {
  display: flex;
  gap: 20px;
}
.desktopform .input,
.desktopform .select {
  flex-basis: 50%;
}

@media (max-width: 1480px) {
  .enqiuryform {
    padding: 15px;
    max-width: 400px;
  }
  .desktopform .col2section {
    gap: 10px;
  }
  .desktopform .input {
    margin-bottom: 10px;
  }
  .enqiuryform h2 {
    font-size: 20px;
  }
  .enqiuryform .select select {
    margin-bottom: 10px;
  }
  .enqiuryform .checkbox-group {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  #desktopFilter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: #fff;
    transition: transform 0.3s ease-out;
    transform: translateY(100%);
    overflow-y: scroll;
    z-index: 1000;
    padding: 20px;
  }
  #closeButton {
    display: block;
  }
  .banner__form.show {
    transform: translateY(0) !important;
    border-radius: 10px 10px 0 0;
  }

  #mobileOverlay.show {
    display: block;
  }

  body.mobile-filter-active {
    overflow: hidden;
  }

  .enqiuryform {
    padding: 0px;
    max-width: 100%;
  }
  .desktopform .col2section {
    display: block;
  }
  .desktopform .input {
    margin-bottom: 15px;
  }
  .enqiuryform .checkbox-group.checkbox-grouptwo {
    margin-bottom: 15px;
  }
  .enqiuryform .select select {
    margin-bottom: 15px;
  }
  .enqiuryform .button .btn {
    margin-top: 20px;
  }

  .prima__header {
    text-align: center;
  }

  .prima__header p span {
    display: block;
  }

  .prima__header p {
    line-height: 1.3;
  }
}

.firstsection {
  background-image: url(../images/bgblue.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* height: 280px; */
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 50px 0;
}

@media (max-width: 1024px) {
  .firstsection {
    padding: 30px 0;
    background-position: bottom;
    height: 500px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .firstsection {
    background-image: url(../../prima/mobile.png);
  }
  .prima__header {
    text-align: center;
    margin-top: 50px;
  }
}

.firstsection p {
  font-size: 18px;
  line-height: 24.3px;
  font-weight: 500;
  color: #fff;
  max-width: 65%;
}

@media (max-width: 1024px) {
  .firstsection p {
    max-width: 100%;
    font-size: 16px;
    line-height: 21.6px;
  }
}

@media (max-width: 767px) {
  .secondsection {
    margin-bottom: 0px;
  }
}

.secondsection img {
  width: 100%;
}

.secondsection .secondsection__wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media (max-width: 1248px) {
  .secondsection .secondsection__wrapper {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1248px) {
  .secondsection .secondsection__wrapper .item {
    /* flex-basis: 100%; */
  }
}

@media (max-width: 1024px) {
  .secondsection .secondsection__wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .secondsection .secondsection__wrapper .item {
    flex-basis: 100%;
  }
}

.secondsection .secondsection__wrapper .item:last-of-type {
  background-color: #0058bf;
  max-width: 600px;
  padding: 80px 40px 80px 60px;
  margin-left: -40px;
}

@media (max-width: 1248px) {
  .secondsection .secondsection__wrapper .item:last-of-type {
    /* margin: -30px auto auto; */
    padding: 20px;
    background-color: #0058bf;
    max-width: 600px;
  }
}

@media (max-width: 1024px) {
  .secondsection .secondsection__wrapper .item:last-of-type {
    margin: -30px auto auto;
    padding: 50px 40px 60px 50px;
    background-color: #0058bf;
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .secondsection .secondsection__wrapper .item:last-of-type {
    padding: 20px 20px 20px 20px;
    max-width: 400px;
    margin: 0 auto auto;
    top: -30px;
    position: relative;
    z-index: 9;
  }
}

@media (max-width: 767px) {
  .secondsection .secondsection__wrapper .item:last-of-type {
    max-width: 350px;
  }
}

.secondsection .secondsection__wrapper .item h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

.secondsection .secondsection__wrapper .item h2 strong {
  font-size: 36px;
  line-height: 34px;
  font-weight: 900;
  display: block;
}

@media (max-width: 767px) {
  .secondsection .secondsection__wrapper .item h2 {
    font-size: 24px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .secondsection .secondsection__wrapper .item h2 strong {
    font-size: 36px;
    line-height: 34px;
  }
}

.secondsection .secondsection__wrapper .item p {
  color: #fff;
  font-size: 16px;
  line-height: 21.6px;
  max-width: 87%;
}

@media (max-width: 767px) {
  .secondsection .secondsection__wrapper .item p {
    max-width: 100%;
  }
}

.thirdsection {
  text-align: center;
  margin: 0;
}

.thirdsection img {
  width: 100%;
}

.thirdsection h2 {
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  color: #0058bf;
  position: relative;
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.thirdsection h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
}

@media (max-width: 991px) {
  .thirdsection .row {
    flex-direction: column-reverse;
  }

  .thirdsection .row.reverse {
    flex-direction: column;
  }
}

.danger {
  color: red;
}

.thirdsection .content {
  text-align: left;
}

.thirdsection h3 {
  font-size: 32px;
  line-height: 26px;
  font-weight: 500;
  color: #0058bf;
  margin-bottom: 15px;
  text-align: left;
}

.thirdsection .para {
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}

.thirdsection .button {
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 700;
  background-color: #0058bf;
  position: relative;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s all ease-in;
  padding: 18px 18px 18px 48px;
  text-transform: none;
  color: #fff;
  text-align: left;
}

@media (max-width: 767px) {
  .thirdsection .button {
    width: 100%;
    text-align: center;
  }
  .thirdsection h2 {
    font-size: 32px;
    line-height: 26px;
  }
  .thirdsection h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}

.thirdsection .button:after {
  content: "";
  position: absolute;
  transition: 0.3s all ease-in;
  top: 30px;
  transform: translateY(-50%);
  left: 15px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACMSURBVHgB7ZKLCYAgEIbPaIBGaIRWa4Q2cDPboEZoAztB6Sq1NIUiPzg47vV7cgCFTyE1IT0VZKYI/EnAdYIY4sec3OCWevsp+24cw0KeEY7aKIEWbSLDld8mE9D5jgh0nrrdnBpuwhgbsa83PoRytUHsnOxnSr9oQWtSbIHMxqEb9DTxAPXQAQqvYQWwELhD4lcxIwAAAABJRU5ErkJggg==);
}

@media (max-width: 767px) {
  .thirdsection .button:after {
    left: 34%;
  }
}

@media (max-width: 640px) {
  .thirdsection .button:after {
    left: 32%;
  }
}

@media (max-width: 560px) {
  .thirdsection .button:after {
    left: 30%;
  }
}

@media (max-width: 480px) {
  .thirdsection .button:after {
    left: 25%;
  }
}

@media (max-width: 400px) {
  .thirdsection .button:after {
    left: 26%;
  }
}

@media (max-width: 1024px) {
  .thirdsection img {
    margin-bottom: 30px;
    width: 100%;
  }
}
.fourthsection {
  margin-top: 30px;
}
.fourthsection__wrapper {
  background: #202767;
  padding: 50px 20px;
  border-radius: 10px;
  display: flex;
  gap: 20px;
}

@media (max-width: 1024px) {
  .fourthsection__wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .fourthsection__wrapper {
    padding: 50px 20px 25px;
  }
}

.fourthsection__wrapper .title {
  flex-basis: 27%;
}

@media (max-width: 1024px) {
  .fourthsection__wrapper .title {
    flex-basis: 100%;
  }
}

.fourthsection__wrapper h2 {
  text-transform: none;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  margin-top: 45px;
}

@media (max-width: 1024px) {
  .fourthsection__wrapper h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .fourthsection__wrapper h2 {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 24px;
    text-align: left;
  }
}

.fourthsection ul {
  display: flex;
  align-items: self-start;
  border-radius: 20px;
  gap: 20px;
}

@media (max-width: 1024px) {
  .fourthsection ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .fourthsection ul {
    gap: 0px;
  }
}

.fourthsection ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: calc(26% - 20px);
}

@media (max-width: 1024px) {
  .fourthsection ul li {
    flex-basis: calc(50% - 20px);
    text-align: center;
  }
}

@media (max-width: 767px) {
  .fourthsection ul li {
    flex-basis: 100%;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.fourthsection ul li img {
  width: 62px;
  margin: auto auto 20px;
}

@media (max-width: 767px) {
  .fourthsection ul li img {
    flex-basis: 13%;
    margin: 0;
  }
}

.fourthsection ul li p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  .fourthsection ul li p {
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .fourthsection ul li p {
    max-width: 100%;
    text-align: left;
  }
}

.footer {
  background-color: #2f2f2f;
  padding: 50px 0;
}

.footer img {
  margin-bottom: 30px;
}

.footer__wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .footer__wrapper {
    border-top: none;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.footer__wrapper p {
  font-size: 14px;
  line-height: 18.9px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 1024px) {
  .footer {
    padding: 50px 0 100px 0;
  }

  .footer__wrapper p {
    flex-basis: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #fff;
  }
}

.footer__list {
  display: flex;
  gap: 50px;
  align-items: center;
}

@media (max-width: 1024px) {
  .footer__list {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.footer__list a {
  font-size: 14px;
  line-height: 18.9px;
  font-weight: 500;
  color: #fff;
}

.footer__list .list:hover {
  border-bottom: 1px solid #fff;
}

@media (max-width: 1024px) {
  .footer__list a {
    flex-basis: 100%;
  }
}

.footer__list ul {
  display: flex;
  gap: 10px;
  padding-left: 70px;
}

@media (max-width: 1024px) {
  .footer__list ul {
    padding-left: 0;
  }
}

.footer__list ul li a img {
  margin-bottom: 0;
}

/* Performance */

.performance__wrapper {
  position: relative;
}

.performance__img {
  max-width: 100%;
}

.performance__content {
  position: absolute;
  background-color: #fffffff5;
  top: 36px;
  right: 30px;
  padding: 100px 30px;
  width: calc(513px - 20px);
  height: 340px;
}

.performance__content h2 {
  font-size: clamp(1.125rem, 1.05rem + 1vw, 1.5rem);
  color: #0058bf;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5px;
}

.performance__content h2 span {
  font-family: "uni_neueheavy";
  font-size: clamp(2rem, 1.95rem + 2vw, 2.25rem);
  font-weight: 900;
}

.performance__content p {
  font-size: 16px;
  line-height: 1.2;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .performance__content {
    top: 26px;
    right: 30px;
    padding: 40px 30px;
    width: calc(513px - 20px);
    height: calc(290px - 50px);
  }
}

@media (max-width: 1024px) {
  .performance__content {
    position: relative;
    top: unset;
    right: unset;
    padding: 20px;
    width: auto;
    height: auto;
    margin: -20px 30px;
  }
  .performance__content p {
    padding-right: 0;
  }
}

/* Performance */

/* T.16 Campaingn */

.keyhighlight__wrapper {
  background: #202767;
  padding: 70px 50px 60px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .keyhighlight__wrapper {
    flex-wrap: wrap;
  }
  .keyhighlight .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .keyhighlight__wrapper {
    padding: 50px 15px 25px;
    border-radius: 0px;
  }
}

.keyhighlight__wrapper .title {
  flex-basis: 27%;
}

@media (max-width: 1024px) {
  .keyhighlight__wrapper .title {
    flex-basis: 100%;
  }
}

.keyhighlight__wrapper h2 {
  text-transform: none;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 1024px) {
  .keyhighlight__wrapper h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .keyhighlight__wrapper h2 {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.keyhighlight ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  gap: 20px;
  row-gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .keyhighlight ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .keyhighlight ul {
    gap: 0px;
  }
}

.keyhighlight ul li {
  display: flex;
  align-items: center;
  flex-basis: calc(33.33% - 20px);
  gap: 20px;
}

@media (max-width: 1024px) {
  .keyhighlight ul li {
    flex-basis: calc(50% - 20px);
    text-align: center;
  }
}

@media (max-width: 767px) {
  .keyhighlight ul li {
    flex-basis: 100%;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.keyhighlight ul li img {
  width: 62px;
  max-width: 62px;
}

@media (max-width: 767px) {
  .keyhighlight ul li img {
    flex-basis: 13%;
    margin: 0;
  }
}

.keyhighlight ul li p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .keyhighlight ul li p {
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .keyhighlight ul li p {
    max-width: 100%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .productsection {
    margin-bottom: 0px;
  }
}

.productsection img {
  width: 100%;
}

.productsection .productsection__wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media (max-width: 1248px) {
  .productsection .productsection__wrapper {
    flex-wrap: nowrap;
  }
}
.productsection .productsection__wrapper .itemimg {
  z-index: 1;
}

@media (max-width: 1248px) {
  .productsection .productsection__wrapper .item {
    /* flex-basis: 100%; */
  }
}

@media (max-width: 1024px) {
  .productsection .productsection__wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .productsection .productsection__wrapper .item {
    flex-basis: 100%;
  }
}

.productsection .productsection__wrapper .item:last-of-type {
  background-color: #0058bf;
  max-width: 820px;
  padding: 60px 40px 60px 160px;
  margin-left: -100px;
}

.productsection .productsection__wrapper .blue.item{
    background-color: #0081DE;
}

@media (max-width: 1248px) {
  .productsection .productsection__wrapper .item:last-of-type {
    max-width: 740px;
    padding: 60px 40px 60px 140px;
    background-color: #0058bf;
  }

  .productsection .productsection__wrapper .itemimg {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .productsection .productsection__wrapper .item:last-of-type {
    max-width: 680px;
    padding: 60px 40px 60px 140px;
    background-color: #0058bf;
  }
}

@media (max-width: 1024px) {
  .productsection .productsection__wrapper .item:last-of-type {
    margin: -120px auto auto;
    padding: 140px 15px 60px 15px;
    background-color: #0058bf;
    max-width: 100%;
  }
  .productsection .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .productsection .productsection__wrapper .item:last-of-type {
    padding: 120px 20px 20px 20px;
    margin: 0 auto auto;
    margin-top: -95px;
  }
}

@media (max-width: 767px) {
  .productsection .productsection__wrapper .item:last-of-type {
    /* max-width: 350px; */
  }
}

.productsection .productsection__wrapper .item h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

.productsection .productsection__wrapper .item h2 strong {
  font-size: 36px;
  line-height: 34px;
  font-weight: 900;
  display: block;
}

@media (max-width: 767px) {
  .productsection .productsection__wrapper .item h2 {
    font-size: 24px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .productsection .productsection__wrapper .item h2 strong {
    font-size: 36px;
    line-height: 34px;
  }
}

.productsection .productsection__wrapper .item p {
  color: #fff;
  font-size: 16px;
  line-height: 21.6px;
  max-width: 87%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .productsection .productsection__wrapper .item p {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  .productsection .productsection__wrapper .item p {
    max-width: 100%;
  }
}

.enqiuryform .select-width {
  width: 50%;
}
.enqiuryform .checkbox-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.enqiuryform .checkbox-item input {
  margin: 0 !important;
  display: none;
}
.enqiuryform .checkbox-item label {
  font-size: 14px !important;
  color: #4d4d4d !important;
  position: relative !important;
  cursor: pointer;
  max-width: 100% !important;
}
.enqiuryform .checkbox-item label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #0058bf;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -4px;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.enqiuryform .checkbox-item input:checked + label:before {
  background-color: #0058bf;
  border: 3px solid #0058bf;
}
.enqiuryform .checkbox-item input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: translateY(-45%) rotate(45deg);
}
.enqiuryform .checkbox-item:nth-child(1) {
  margin-right: 15px;
}
.enqiuryform .option-question {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1.3;
  margin-bottom: 7px;
}

.enqiuryform .checkbox-group.checkbox-grouptwo {
  margin-bottom: 14px;
}

.banner .banner__wrapbox {
  max-width: 480px;
}
@media (max-width: 767px) {
  .banner .banner__wrapbox {
    max-width: 480px;
  }
}
.banner .banner__wrapbox h1 strong {
  font-size: 42px;
  margin-bottom: 20px;
}
.banner .banner__wrapbox p {
  font-size: 24px;
}

@media (max-width: 767px) {
  .banner .banner__wrapbox h1 strong {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 32px;
  }
  .banner .banner__wrapbox p {
    text-align: center;
    font-size: 16px !important;
    line-height: 20px;
  }
}

/* Buses */

.section__intro {
  background-color: #0058bf;
}

.section__intro p {
  color: #fff;
  font-size: clamp(1.25rem, 1vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .section__intro p {
    text-align: left;
    padding: 20px 0;
  }
}

.journey__content h3 {
  color: #202767;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.journey__content p {
  color: #202767;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-top: 23px;
}

.journeyslider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.journeyslider .slick-dots li button {
  text-indent: -100000px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background: transparent;
  width: 16px;
  height: 16px;
}

.journeyslider .slick-dots .slick-active button:focus {
  outline: none;
}

.journeyslider .slick-dots .slick-active button {
  background-color: #fff;
}

.itemimg__left {
  margin-top: 100px;
}

.journeyslider .slick-slide img {
  width: 100%;
}

.lpo-916 .banner__content{
    flex-basis: 65%;
}
.lpo-916 .banner__form{

    flex-basis: 35%;
}

@media (max-width: 1024px) {

    .lpo-916 .banner__content{
        flex-basis: 100%;
    }
    .lpo-916 .banner__form{

        flex-basis: 100%;
    }

  .lpo-916 .banner__content h1{
      text-align: center;
  }
  .journey .container {
    padding: 0;
  }
  .journery__wrapper {
    flex-direction: column-reverse;
  }
  .journey__content {
    margin-top: 20px;
  }
  .journey__img {
    padding-left: 0;
    padding-right: 0;
  }
  .itemimg__left {
    margin-top: 0px;
  }
}



/* Buses */



/* Arablic Css */

.lang_ar h1,
.lang_ar h2
 {
  text-align: right !important;
}

.lang_ar p,
.lang_ar h3{
  text-align: right !important;
}

.lang_ar .thirdsection .button {
  float: right;
}

.lang_ar .banner__content img {
  float: right;
}

.lang_ar .banner__content h1 {
  clear: both;
}

.lang_ar .fourthsection__wrapper {
  flex-direction: row-reverse;
}

.lang_ar .enqiuryform .select:after {
  left: 10px;
  right: inherit;
}

.lang_ar .fourthsection ul li {
  align-items: flex-end;
}

.lang_ar .fourthsection ul li img {
  margin: auto 0px 20px;
}

@media (max-width: 1199px) {
  .lang_ar .banner__content {
    padding-right: 50px;
  }
}

@media (max-width: 1024px) {
  .lang_ar #closeButton {
      left: 0px !important;
      right: inherit;
  }
  .lang_ar .banner__content {
    padding-right: 0px;
  }
  .lang_ar .banner__wrapper {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .lang_ar .fourthsection ul li {
    align-items: center;
    flex-direction: row-reverse;
}
  .lang_ar .fourthsection ul li img {
    margin: auto 0px auto;
  }
}
/*  Bhutan Campaign - Yodha */

.zenoncampaign .section-space {
  padding: 120px 0;
}
.zenoncampaign .section-top-space {
  padding-top: 120px;
}
.zenoncampaign .section-bottom-space {
  padding-bottom: 120px;
}
.zenoncampaign .txt-center {
  text-align: center;
}
 
.zenoncampaign .iframe-video {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}
 
.zenoncampaign .iframe-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
 
.zenoncampaign h2 {
  font-weight: 400;
  font-style: italic;
  font-size: 64px;
  line-height: 1.2;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.zenoncampaign h2 span {
  font-weight: 900;
  color: #307fe1;
}
.zenoncampaign span.d-block {
  display: block;
}
.zenoncampaign p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
.zenoncampaign p:not(:last-child) {
  margin-bottom: 20px;
}
.zenoncampaign p span {
  font-weight: 900;
}
.zenoncampaign .w-80 {
  width: 80%;
  margin: 0 auto;
}
.zenoncampaign img{
  max-width: 100%;
}
.zenoncampaign .mobile-img {
  display: none;
}
.zenoncampaign .iframecontent {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 48px;
}
 
.zenoncampaign .m-auto img {
  margin: 0 auto;
}
 
.zenoncampaign .section2 .section2__contain {
  width: 64%;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
 
.zenoncampaign .section3 .section3__contain {
  width: 60%;
  margin-bottom: -151px;
  padding-top: 40px;
}
.zenoncampaign .section4 .section4__contain {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.zenoncampaign .section4 .section4__contain > div {
  width: 50%;
}
 
.zenoncampaign .section4__keyhighlight h2 {
  font-size: 32px;
  margin-bottom: 32px;
  font-style: italic;
}
.zenoncampaign .section4__keyhighlight {
  padding-top: 30px;
}
 
.zenoncampaign .section4__keywrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.zenoncampaign .section4__keywrapper > div {
  width: 44%;
  display: flex;
  gap: 15px;
  align-items: center;
}
.zenoncampaign .section4__keywrapper h3 {
  color: #307fe1;
  margin-bottom: 6px;
  font-size: 18px;
}
.zenoncampaign .section4__keywrapper p {
  font-size: 18px;
}
 
.campaignfooter {
  background-color: #0a0a5f;
  padding: 40px 0;
}
.campaignfooter__flexwrap {
  display: flex;
  align-items: center;
}
.campaignfooter ul {
  display: flex;
  align-items: center;
}
.campaignfooter ul:nth-child(2) {
  margin-left: auto;
  padding-right: 30px;
}
.campaignfooter ul li {
  font-size: 16px;
  line-height: 1.2;
}
.campaignfooter ul li,
.campaignfooter ul li a {
  color: #ffffff;
}
.campaignfooter ul li:not(:first-child) {
  padding-left: 30px;
}
 
@media screen and (max-width: 1680px) {
  .zenoncampaign h2 {
    font-size: 46px;
  }
  .zenoncampaign p {
    font-size: 18px;
  }
}
 
@media screen and (max-width: 1380px) {
  .zenoncampaign p {
    font-size: 18px;
  }
  .zenoncampaign .section4__keywrapper h3 {
    font-size: 16px;
  }
  .zenoncampaign .section4__keywrapper p {
    font-size: 14px;
  }
}
 
@media screen and (max-width: 991px) {
  .zenoncampaign h2 {
    font-size: 46px;
  }
  .zenoncampaign p {
    font-size: 16px;
  }
  .zenoncampaign .section-top-space {
    padding-top: 80px;
  }
  .zenoncampaign .section-bottom-space {
    padding-bottom: 80px;
  }
  .zenoncampaign .section-space {
    padding: 80px 0;
  }
  .zenoncampaign .section3 .section3__contain {
    width: 58%;
    margin-bottom: -81px;
  }
  .zenoncampaign .section4 .section4__contain {
    flex-direction: column;
    gap: 0px;
  }
  .zenoncampaign .section4 .section4__contain > div {
    width: 100%;
    padding-bottom: 30px;
  }
  .campaignfooter {
    padding: 40px 0 80px;
  }
}
 
@media screen and (max-width: 767px) {
  .zenoncampaign h2 {
    font-size: 32px;
  }
  .zenoncampaign p {
    font-size: 16px;
  }
  .zenoncampaign .section-space {
    padding: 60px 0;
  }
  .zenoncampaign .iframecontent {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .zenoncampaign .w-80 {
    width: 90%;
    margin: 0 auto;
  }
  .zenoncampaign .iframe-video {
    padding-bottom: 50%;
  }
  .zenoncampaign .section2 .section2__contain {
    width: 90%;
  }
  .zenoncampaign .section3 .section3__contain {
    width: 100%;
    margin-bottom: 1px;
  }
  .zenoncampaign .section4 .section4__contain > div {
    width: 100%;
    padding-bottom: 10px;
  }
  /* footer */
  .campaignfooter ul:first-child {
    gap: 20px;
  }
  .campaignfooter ul:last-child {
    padding-top: 10px;
  }
  .campaignfooter ul:first-child li {
    padding: 0px;
  }
  .campaignfooter ul:not(:last-child) {
    flex-direction: column;
    align-items: center;
  }
  .campaignfooter ul:nth-child(2) {
    margin-left: 0px;
    padding: 0px;
  }
  .campaignfooter__flexwrap {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }  
}
@media screen and (max-width: 480px) {
  .zenoncampaign .desktop-img {
    display: none;
  }
  .zenoncampaign .mobile-img {
    display: block;
    width: 100%;
  }
  .zenoncampaign .section4__keywrapper {
    gap: 20px;
  }
  .zenoncampaign .section4__keywrapper h3 {
    font-size: 14px;
  }
  .zenoncampaign .section4__keywrapper > div {
    gap: 6px;
  }
  .zenoncampaign .section2 .section2__contain {
    width: 100%;
  }
  .zenoncampaign .section3 .section3__contain {
    padding-top: 20px;
  }
}

.g-recaptcha{
  transform: scale(0.8);
  transform-origin: 0 0 0;
  height: 62px;
}