@font-face {
  font-family: "Niramit";
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiXim-rLfA.ttf) format("truetype");
}
@font-face {
  font-family: "Niramit";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiOiq-rLfA.ttf) format("truetype");
}
@font-face {
  font-family: "Niramit";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_usMpWdvgLdNxVLXbZqkQiu.ttf) format("truetype");
}
@font-face {
  font-family: "Niramit";
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiYiu-rLfA.ttf) format("truetype");
}
@font-face {
  font-family: "Niramit";
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiTiy-rLfA.ttf) format("truetype");
}
@font-face {
  font-family: "Niramit";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiKi2-rLfA.ttf) format("truetype");
}
@font-face {
  font-family: "Niramit";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVRh4hi-Oqw.ttf) format("truetype");
}
@font-face {
  font-family: "Niramit";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_uuMpWdvgLdNxVLXbNalg.ttf) format("truetype");
}
@font-face {
  font-family: "Niramit";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVUB5hi-Oqw.ttf) format("truetype");
}
@font-face {
  font-family: "Niramit";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVWx-hi-Oqw.ttf) format("truetype");
}
@font-face {
  font-family: "Niramit";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVQh_hi-Oqw.ttf) format("truetype");
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Niramit";
  background: white-color;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
}

p {
  color: #515151;
  line-height: 24px;
  font-weight: 400;
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  p {
    font-size: 0.813rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
  color: #1E5D93 !important;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #1E5D93;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #f6f4f4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
.scrollup img {
  width: 50px;
  height: 50px;
}

.form-group,
.form-floating,
.form-control {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select,
.form-control input,
.form-control .form-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus,
.form-control input:focus,
.form-control textarea:focus,
.form-control .form-select:focus,
.form-control select:focus {
  color: #5a5a59;
  outline: 0 !important;
  box-shadow: none !important;
  border-color: #1E5D93;
  transition: all 0.6s ease-in-out;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group button:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating select:focus,
.form-floating button:focus,
.form-control input:focus,
.form-control textarea:focus,
.form-control select:focus,
.form-control button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #2563eb;
  /* Tailwind blue-600 */
}
.form-group .form-control,
.form-floating .form-control,
.form-control .form-control {
  border: none;
}
.form-group textarea,
.form-floating textarea,
.form-control textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  color: #5a5a59;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder, .form-control ::-moz-placeholder {
  color: #b1b1ae;
  font-weight: 400;
  font-size: 0.875rem;
  /* Firefox */
}
.form-group ::placeholder,
.form-floating ::placeholder,
.form-control ::placeholder {
  color: #b1b1ae;
  font-weight: 400;
  font-size: 0.875rem;
  /* Firefox */
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder,
.form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1ae;
  font-weight: 400;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder,
.form-control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1ae;
  font-weight: 400;
}

.form-label {
  margin-bottom: 0.2rem;
  color: #727272;
}

.header {
  width: 100%;
}
.header .full_colum {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  align-items: center;
}
@media (width <= 1200px) {
  .header .full_colum {
    padding: 0.5rem 0;
  }
}
.header .full_colum .logo img {
  width: 158px;
}
.header .full_colum .right_boxes {
  display: flex;
  gap: 10px;
  align-items: center;
}
.header .full_colum .right_boxes .login,
.header .full_colum .right_boxes .call,
.header .full_colum .right_boxes .web {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  display: flex;
  align-items: center;
  background: #1E5D93;
  padding: 0.3rem 0.8rem;
  cursor: pointer;
}
.header .full_colum .right_boxes .login a,
.header .full_colum .right_boxes .call a,
.header .full_colum .right_boxes .web a {
  color: #fff !important;
}
@media (width <= 768px) {
  .header .full_colum .right_boxes .login a span,
  .header .full_colum .right_boxes .call a span,
  .header .full_colum .right_boxes .web a span {
    display: none;
  }
}
@media (width <= 768px) {
  .header .full_colum .right_boxes .login span,
  .header .full_colum .right_boxes .call span,
  .header .full_colum .right_boxes .web span {
    display: none;
  }
}
.header .full_colum .right_boxes .login img,
.header .full_colum .right_boxes .call img,
.header .full_colum .right_boxes .web img {
  padding-right: 0.3rem;
}
@media (width <= 768px) {
  .header .full_colum .right_boxes .login img,
  .header .full_colum .right_boxes .call img,
  .header .full_colum .right_boxes .web img {
    padding-right: 0;
  }
}
.header .full_colum .right_boxes .call a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 768px) {
  .header .full_colum .right_boxes .call a {
    padding: 0.3rem 0;
  }
}
@media (width <= 480px) {
  .header .full_colum .right_boxes .call {
    display: none;
  }
}
.header .full_colum .right_boxes .web {
  background: none;
}
@media (width <= 768px) {
  .header .full_colum .right_boxes .web {
    display: none;
  }
}
.header .full_colum .right_boxes .web a {
  color: #515151 !important;
}
.header .full_colum .right_boxes .login {
  background-color: #FFBA01;
  color: #fff !important;
}

.search_banner {
  background: url(../images/banner.jpg) no-repeat center center;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-size: cover;
}
@media (width <= 480px) {
  .search_banner {
    height: 50vh;
  }
}
.search_banner h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
}
@media (width <= 768px) {
  .search_banner h2 {
    font-size: 2rem;
  }
}
@media (width <= 480px) {
  .search_banner h2 {
    font-size: 1.6rem;
  }
}
.search_banner .search_box form {
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
  width: 60%;
  margin: 0 auto;
  display: flex;
  margin-top: 1rem;
  background: none #fff;
  padding: 0.7rem;
}
@media (width <= 1200px) {
  .search_banner .search_box form {
    width: 80%;
  }
}
@media (width <= 992px) {
  .search_banner .search_box form {
    width: 100%;
  }
}
@media (width <= 768px) {
  .search_banner .search_box form {
    flex-direction: column;
    width: 70%;
    padding: 1rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
  }
}
@media (width <= 480px) {
  .search_banner .search_box form {
    width: 90%;
  }
}
.search_banner .search_box form .custom-input {
  border: none !important;
}
.search_banner .search_box form .search {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
}
@media (width <= 768px) {
  .search_banner .search_box form .search {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
  }
}
@media (width <= 480px) {
  .search_banner .search_box form .search .icon img {
    width: 18px;
  }
}
.search_banner .search_box form .calender {
  width: 40%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border-left: 1px solid var(--bs-border-color);
}
@media (width <= 768px) {
  .search_banner .search_box form .calender {
    width: 100%;
    border-left: none;
    padding: 0;
    padding-bottom: 0.5rem;
  }
}
.search_banner .search_box form .calender .form-control {
  border: none;
  color: #515151;
}
.search_banner .search_box form .calender .form-control:focus {
  color: var(--bs-form-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-primary-border-subtle);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
@media (width <= 480px) {
  .search_banner .search_box form .calender .icon img {
    width: 18px;
  }
}
.search_banner .search_box form .search_btn {
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 30%;
  padding: 1rem;
  color: #fff !important;
  background: #1E5D93;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (width <= 768px) {
  .search_banner .search_box form .search_btn {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
.search_banner .search_box form .search_btn a {
  color: #fff !important;
}
.search_banner .search_box form .search_btn:hover {
  color: #fff;
  background: #FFBA01;
}

.about_container {
  width: 100%;
}
.about_container h1 {
  font-size: 2.5rem;
  color: #1E5D93;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (width <= 1200px) {
  .about_container h1 {
    font-size: 2rem;
  }
}
@media (width <= 480px) {
  .about_container h1 {
    font-size: 1.8rem;
  }
}
@media (width <= 1200px) {
  .about_container .fs-5 {
    font-size: 1.1rem !important;
  }
}
@media (width <= 480px) {
  .about_container .fs-5 {
    font-size: 0.938rem !important;
  }
}
.about_container .about-img {
  padding-right: 2rem;
}
@media (width <= 1200px) {
  .about_container .about-img {
    padding-right: 0;
  }
}

.our_buses {
  width: 100%;
  background: linear-gradient(98.48deg, #1A6390 23.22%, #FFBA01 101.99%);
}
.our_buses h3 {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  font-weight: 800;
}
@media (width <= 1200px) {
  .our_buses h3 {
    font-size: 2rem;
  }
}
@media (width <= 480px) {
  .our_buses h3 {
    font-size: 1.8rem;
  }
}
.our_buses p {
  text-align: center;
  color: #fff;
}
.our_buses .buses_photos {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  position: relative;
  aspect-ratio: 4/3;
}
.our_buses .buses_photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.our_buses .buses_photos .bus_detail {
  border-radius: 0 0 1rem 1rem;
  -webkit-border-radius: 0 0 1rem 1rem;
  -moz-border-radius: 0 0 1rem 1rem;
  -ms-border-radius: 0 0 1rem 1rem;
  -o-border-radius: 0 0 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7725490196);
  padding: 0.5rem 1rem;
  color: #fff;
  width: 100%;
}
@media (width <= 480px) {
  .our_buses .buses_photos .bus_detail {
    font-size: 0.813rem;
    line-height: 18px;
  }
}
.our_buses .owl-carousel .owl-nav button.owl-prev,
.our_buses .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #1E5D93;
  width: 30px;
  height: 30px;
  border: 1px solid #1E5D93;
}
.our_buses .owl-carousel .owl-nav button.owl-prev:hover,
.our_buses .owl-nav button.owl-next:hover {
  background: #1E5D93;
  color: #fff;
  border: 1px solid #fff;
}
.our_buses .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .our_buses .owl-prev {
    left: 20px;
  }
}
@media (max-width: 480px) {
  .our_buses .owl-prev {
    left: 2px;
  }
}
.our_buses .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .our_buses .owl-next {
    right: -10px;
  }
}
@media (max-width: 480px) {
  .our_buses .owl-next {
    right: -26px;
  }
}

.how_to_use {
  background: #FFFEE6;
}
.how_to_use h3 {
  font-size: 2.5rem;
  color: #000;
  text-align: left;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media (width <= 1200px) {
  .how_to_use h3 {
    font-size: 2rem;
  }
}
@media (width <= 480px) {
  .how_to_use h3 {
    font-size: 1.8rem;
  }
}
.how_to_use .steps {
  width: 100%;
  margin-top: 2rem;
}
.how_to_use .steps ul {
  display: flex;
  flex-wrap: wrap;
}
.how_to_use .steps ul li {
  list-style: none;
  width: 20%;
}
@media (width <= 992px) {
  .how_to_use .steps ul li {
    width: 33.3%;
    margin-bottom: 1.3rem;
  }
}
@media (width <= 480px) {
  .how_to_use .steps ul li {
    width: 50%;
  }
}
.how_to_use .steps ul li .digit {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  background: #FFBA01;
  width: 65px;
  height: 65px;
  color: #fff;
  padding: 1.5rem;
  font-size: 2rem;
  font-weight: 800;
}
@media (width <= 1200px) {
  .how_to_use .steps ul li .digit {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .how_to_use .steps ul li .digit {
    margin-bottom: 0.5rem;
  }
}
.how_to_use .steps ul li h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  position: relative;
}
@media (width <= 1200px) {
  .how_to_use .steps ul li h4 {
    font-size: 1.1rem;
  }
}
.how_to_use .steps ul li h4::before {
  left: 0;
  width: 40px;
  height: 3px;
  position: absolute;
  content: "";
  bottom: -5px;
  background: #1E5D93;
}

.trips {
  width: 100%;
  background: #fff;
}
.trips h3 {
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
@media (width <= 1200px) {
  .trips h3 {
    font-size: 2rem;
  }
}
@media (width <= 480px) {
  .trips h3 {
    font-size: 1.8rem;
  }
}
.trips p {
  text-align: center;
  color: #fff;
}
.trips .buses_photos {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  position: relative;
  border: 1px solid #fff;
}
.trips .buses_photos img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.trips .buses_photos .bus_detail {
  border-radius: 0 0 1rem 1rem;
  -webkit-border-radius: 0 0 1rem 1rem;
  -moz-border-radius: 0 0 1rem 1rem;
  -ms-border-radius: 0 0 1rem 1rem;
  -o-border-radius: 0 0 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #020024;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
  padding: 0.5rem 1rem;
  color: #fff;
  width: 100%;
  text-align: right;
}
@media (width <= 480px) {
  .trips .buses_photos .bus_detail {
    font-size: 0.813rem;
    line-height: 18px;
  }
}
.trips .buses_photos .bus_detail span {
  display: block;
}
.trips .owl-carousel .owl-nav button.owl-prev,
.trips .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #1E5D93;
  width: 30px;
  height: 30px;
  border: 1px solid #1E5D93;
}
.trips .owl-carousel .owl-nav button.owl-prev:hover,
.trips .owl-nav button.owl-next:hover {
  background: #1E5D93;
  color: #fff;
  border: 1px solid #fff;
}
.trips .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .trips .owl-prev {
    left: 20px;
  }
}
@media (max-width: 480px) {
  .trips .owl-prev {
    left: 2px;
  }
}
.trips .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .trips .owl-next {
    right: -10px;
  }
}
@media (max-width: 480px) {
  .trips .owl-next {
    right: -26px;
  }
}

.footer {
  background: #1D242B;
}
.footer h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (width <= 1200px) {
  .footer h4 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .footer h4 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .footer h4 {
    font-size: 1.4rem;
  }
}
.footer p {
  color: #fff;
  margin-bottom: 0;
}
@media (width <= 768px) {
  .footer p {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.footer p a {
  color: #fff !important;
}
.footer .about_company {
  width: 60%;
}
@media (width <= 1200px) {
  .footer .about_company {
    width: 90%;
  }
}
@media (width <= 768px) {
  .footer .about_company {
    width: 100%;
  }
}
.footer .about_company p {
  color: #fff;
  text-align: left;
}
.footer .list ul li {
  list-style: none;
  color: #fff;
  font-size: 0.875rem;
}
.footer .list ul li a {
  color: #fff !important;
}
.footer .list ul li span {
  padding-right: 0.5rem;
}
.footer .lists ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (width <= 768px) {
  .footer .lists ul {
    justify-content: center;
    gap: 2px 15px;
  }
}
.footer .lists ul li {
  list-style: none;
  color: #fff;
  font-size: 0.875rem;
}
.footer .lists ul li a {
  color: #fff !important;
}
.footer .lists ul li span {
  padding-right: 0.5rem;
}

.search_banner_inner {
  background: #1E5D93;
  background: linear-gradient(90deg, rgb(30, 93, 147) 0%, rgb(255, 186, 1) 100%);
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-size: cover;
}
@media (width <= 768px) {
  .search_banner_inner {
    height: 60vh;
  }
}
@media (width <= 480px) {
  .search_banner_inner {
    height: 50vh;
  }
}
.search_banner_inner h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
}
@media (width <= 768px) {
  .search_banner_inner h1 {
    font-size: 2rem;
  }
}
@media (width <= 480px) {
  .search_banner_inner h1 {
    font-size: 1.6rem;
  }
}
.search_banner_inner .search_box form {
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
  width: 60%;
  margin: 0 auto;
  display: flex;
  margin-top: 1rem;
  background: none #fff;
  padding: 0.7rem;
}
@media (width <= 1200px) {
  .search_banner_inner .search_box form {
    width: 80%;
  }
}
@media (width <= 992px) {
  .search_banner_inner .search_box form {
    width: 100%;
  }
}
@media (width <= 768px) {
  .search_banner_inner .search_box form {
    flex-direction: column;
    width: 70%;
    padding: 1rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
  }
}
@media (width <= 480px) {
  .search_banner_inner .search_box form {
    width: 90%;
  }
}
.search_banner_inner .search_box form .custom-input {
  border: none !important;
}
.search_banner_inner .search_box form .search {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
}
@media (width <= 768px) {
  .search_banner_inner .search_box form .search {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
  }
}
@media (width <= 480px) {
  .search_banner_inner .search_box form .search .icon img {
    width: 18px;
  }
}
.search_banner_inner .search_box form .calender {
  width: 40%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border-left: 1px solid var(--bs-border-color);
}
@media (width <= 768px) {
  .search_banner_inner .search_box form .calender {
    width: 100%;
    border-left: none;
    padding: 0;
    padding-bottom: 0.5rem;
  }
}
.search_banner_inner .search_box form .calender .form-control {
  border: none;
  color: #515151;
}
.search_banner_inner .search_box form .calender .form-control:focus {
  color: var(--bs-form-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-primary-border-subtle);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
@media (width <= 480px) {
  .search_banner_inner .search_box form .calender .icon img {
    width: 18px;
  }
}
.search_banner_inner .search_box form .search_btn {
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 30%;
  padding: 1rem;
  color: #fff !important;
  background: #1E5D93;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (width <= 768px) {
  .search_banner_inner .search_box form .search_btn {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
.search_banner_inner .search_box form .search_btn a {
  color: #fff !important;
}
.search_banner_inner .search_box form .search_btn:hover {
  color: #fff;
  background: #FFBA01;
}

.inner__container {
  width: 100%;
  /* Vertical Steps Style */
  /* Interactive buttons */
}
.inner__container .static {
  width: 100%;
}
.inner__container .static h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
.inner__container .static h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.inner__container .static h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.inner__container .static ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.inner__container .static ul li {
  color: #515151;
  line-height: 24px;
  font-weight: 400;
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  .inner__container .static ul li {
    font-size: 0.813rem;
  }
}
.inner__container .static .nolist {
  padding-left: 0;
}
.inner__container .static .nolist li {
  list-style: none;
}
.inner__container .static .nolist li img {
  margin-right: 0.5rem;
}
.inner__container .my__account__list {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: #1E5D93;
  padding: 1rem;
}
.inner__container .my__account__list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inner__container .my__account__list ul li {
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  width: 100%;
  background: #fff;
  list-style: none;
}
.inner__container .my__account__list ul li a {
  color: #000 !important;
  padding: 0.6rem 0.7rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
@media (width <= 768px) {
  .inner__container .my__account__list ul li a {
    font-size: 0.875rem;
  }
}
.inner__container .my__account__list ul .active {
  background: #FFBA01;
}
.inner__container .top_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.inner__container .top_flex h3 {
  color: #1E5D93;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.inner__container .top_flex .right {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner__container .top_flex .right .filter {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 15px;
}
.inner__container .top_flex .right .filter h4 {
  font-size: 0.938rem;
  white-space: nowrap;
}
.inner__container .top_flex .right .filter .form-control {
  max-width: 130px;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.inner__container .top_flex .right .calendar {
  display: flex;
  align-items: center;
  gap: 15px;
}
.inner__container .top_flex .right .calendar .form-control {
  max-width: 130px;
  font-size: 0.875rem;
  flex-shrink: 0;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.inner__container .top_flex .right .calendar h4 {
  font-size: 0.938rem;
  white-space: nowrap;
}
.inner__container .top_flex .right .multiselect .search-bar {
  max-width: 500px;
  margin: auto auto;
}
.inner__container .top_flex .right .multiselect .search-bar .input-group {
  overflow: hidden;
}
.inner__container .top_flex .right .multiselect .search-bar .form-control {
  border: none;
  padding-left: 15px;
  max-width: 200x;
  font-size: 0.875rem;
  flex-shrink: 0;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.inner__container .top_flex .right .multiselect .search-bar .btn {
  border: none;
  padding: 3px 10px;
  color: #fff;
  background: #1E5D93;
}
.inner__container .myprofile__box {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: #FCF6E7;
  padding: 1.5rem;
}
.inner__container .myprofile__box .Edit {
  cursor: pointer;
}
.inner__container .myprofile__box .dropping_location {
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  background: #FFBA01;
  padding: 0.5rem 1rem;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.inner__container .myprofile__box .dropping_location span {
  font-weight: 600;
}
.inner__container .myprofile__box .lists1 {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.inner__container .myprofile__box .lists1 .heading,
.inner__container .myprofile__box .lists1 .name {
  width: 30%;
  padding: 0.5rem 0;
}
@media (width <= 1200px) {
  .inner__container .myprofile__box .lists1 .heading,
  .inner__container .myprofile__box .lists1 .name {
    font-size: 0.875rem;
  }
}
.inner__container .myprofile__box .lists1 .name {
  width: 70%;
}
@media (width <= 1200px) {
  .inner__container .myprofile__box .lists1 .name {
    font-size: 0.875rem;
  }
}
.inner__container .myprofile__box .lists1 .name span {
  font-weight: 600;
}
.inner__container .myprofile__box .lists1 .fp {
  color: #1E5D93;
}
.inner__container .myprofile__box .table {
  --bs-table-bg: background-image: none;
}
.inner__container .myprofile__box .table a {
  color: #000 !important;
}
.inner__container .myprofile__box .table a i {
  color: #1E5D93;
}
.inner__container .myprofile__box .table span {
  font-weight: 600;
}
.inner__container .myprofile__box .table .full {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}
.inner__container .myprofile__box .table .full span {
  font-weight: 400;
  font-size: 0.875rem;
}
.inner__container .myprofile__box .table .full h4 {
  font-weight: 500;
  font-size: 1rem;
}
.inner__container .myprofile__box .table .full .full_box {
  display: flex;
  gap: 20px;
}
.inner__container .myprofile__box .table .full .full_box a {
  color: #1E5D93 !important;
}
.inner__container .booking_details {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  padding: 1.5rem;
  border: 1px solid #D8D5D5;
}
.inner__container .booking_details .bus_details {
  margin-bottom: 0.5rem;
  color: #1E5D93;
  color: #1E5D93;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.inner__container .booking_details .bus_details span {
  color: #A08C8C;
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
}
.inner__container .booking_details .date_details {
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-right: 0.5rem;
  font-size: 1rem;
  flex-wrap: wrap;
}
.inner__container .booking_details .date_details .to {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 1rem;
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1E5D93;
  margin: 0 0.5rem;
}
.inner__container .booking_details .date_details .date {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #FFF4D6;
  padding: 0.1rem 0.5rem;
  color: #000;
  font-size: 1rem;
  margin-right: 0.5rem;
  font-weight: 500;
}
.inner__container .booking_details .date_details .date span {
  color: #766B6B;
  font-size: 0.813rem;
  font-weight: 400;
}
.inner__container .booking_details .passengers {
  padding-top: 1rem;
  border-top: 1px solid #D8D5D5;
}
.inner__container .booking_details .passengers h4 {
  color: #1E5D93;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.inner__container .booking_details .passengers h5 {
  color: #1E5D93;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.inner__container .booking_details .passengers .passenger_detail {
  width: 100%;
  margin-bottom: 1.5rem;
}
.inner__container .booking_details .passengers .passenger_detail .full {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner__container .booking_details .passengers .passenger_detail .full .left {
  width: 50%;
}
.inner__container .booking_details .passengers .passenger_detail .full .left .name {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
.inner__container .booking_details .passengers .passenger_detail .full .left .name span {
  color: #A08C8C;
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
}
.inner__container .booking_details .passengers .passenger_detail .full .right {
  color: #A08C8C;
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
}
.inner__container .booking_details .ticket_sendto {
  padding-top: 1rem;
  border-top: 1px solid #D8D5D5;
}
.inner__container .booking_details .ticket_sendto h4 {
  color: #1E5D93;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.inner__container .faredetails {
  width: 100%;
  position: sticky;
  top: 100px;
  display: inline-block;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  padding: 1.5rem;
  border: 1px solid #D8D5D5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.inner__container .faredetails h5 {
  color: #1E5D93;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media (width <= 480px) {
  .inner__container .faredetails h5 {
    font-size: 1rem;
  }
}
.inner__container .faredetails .btn_2 {
  font-size: 1rem;
}
.inner__container .faredetails .amount {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.inner__container .faredetails .amount .headings {
  color: #000;
  font-size: 1rem;
  display: flex;
  flex: 0 50%;
}
.inner__container .faredetails .amount .no {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
.inner__container .faredetails .amount .no_total {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}
.inner__container .faredetails .amount .total {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
}
.inner__container .faredetails .amount .totalamount {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
}
.inner__container .faredetails .amount .headings__coupon {
  color: #000;
  font-size: 0.875rem;
  display: flex;
  width: 40%;
}
@media (max-width: 1200px) {
  .inner__container .faredetails .amount .headings__coupon {
    width: 100%;
  }
}
.inner__container .faredetails .amount .couponcode {
  width: 60%;
}
@media (max-width: 1200px) {
  .inner__container .faredetails .amount .couponcode {
    width: 100%;
  }
}
.inner__container .faredetails .amount .couponcode .coupon-form {
  background: white;
  border-radius: 8px;
  display: flex;
  gap: 10px;
}
.inner__container .faredetails .amount .couponcode .coupon-form input[type=text] {
  padding: 0 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.875rem;
  flex: 1;
  width: 100px;
}
.inner__container .faredetails .amount .couponcode .coupon-form button {
  padding: 5px 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}
.inner__container .faredetails .amount .couponcode .coupon-form button:hover {
  background-color: #45a049;
}
.inner__container .faredetails .promocode_applied {
  font-size: 0.813rem;
}
.inner__container .faredetails .promocode_applied span {
  font-weight: 600;
}
.inner__container .faredetails .promocode_applied a {
  color: red !important;
}
.inner__container .faredetails .promocode_applied i {
  color: #07c107;
}
.inner__container .faredetails .promocode_applied_valied {
  font-size: 0.813rem;
}
.inner__container .faredetails .promocode_applied_valied i {
  color: red;
}
.inner__container .bg_one,
.inner__container .bg_two,
.inner__container .bg_three,
.inner__container .bg_four {
  padding: 2.5rem 1.5rem;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
}
.inner__container .bg_one h3,
.inner__container .bg_two h3,
.inner__container .bg_three h3,
.inner__container .bg_four h3 {
  font-weight: 700;
  margin-top: 0.5rem;
}
.inner__container .bg_one .icon,
.inner__container .bg_two .icon,
.inner__container .bg_three .icon,
.inner__container .bg_four .icon {
  display: flex;
  justify-content: flex-end;
}
@media (width <= 768px) {
  .inner__container .bg_one .icon,
  .inner__container .bg_two .icon,
  .inner__container .bg_three .icon,
  .inner__container .bg_four .icon {
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
}
.inner__container .bg_one .icon img,
.inner__container .bg_two .icon img,
.inner__container .bg_three .icon img,
.inner__container .bg_four .icon img {
  width: 60px;
}
.inner__container .bg_one {
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  background: #FF9466;
  background: linear-gradient(90deg, rgb(255, 148, 102) 0%, rgb(255, 182, 150) 100%);
}
.inner__container .bg_two {
  background: #08C583;
  background: linear-gradient(90deg, rgb(8, 197, 131) 0%, rgb(12, 240, 161) 100%);
}
.inner__container .bg_three {
  background: #FD6073;
  background: linear-gradient(90deg, rgb(253, 96, 115) 0%, rgb(255, 141, 156) 100%);
}
.inner__container .bg_four {
  background: #03ADAD;
  background: linear-gradient(90deg, rgb(3, 173, 173) 0%, rgb(0, 218, 222) 100%);
}
.inner__container .steps-vertical {
  width: 100%;
  margin: 2rem auto;
  padding: 0;
}
.inner__container .step-vertical {
  display: flex;
  position: relative;
  padding: 1rem 0;
}
.inner__container .step-vertical:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: 0;
  width: 2px;
  background: #e9ecef;
}
.inner__container .step-vertical-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  border: 2px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 20px;
  color: #6c757d;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.inner__container .step-vertical-content {
  padding-top: 0.5rem;
}
.inner__container .step-vertical-content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1E5D93;
  margin-bottom: 1rem;
}
@media (width <= 1200px) {
  .inner__container .step-vertical-content h4 {
    font-size: 1.3rem;
  }
}
.inner__container .step-vertical-content .img-box {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border: 1px solid #e5e5e5;
}
.inner__container .step-vertical-content .img-box img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.inner__container .step-vertical.complete .step-vertical-icon {
  background: #FFBA01;
  border: 3px solid #fff;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  box-shadow: rgba(40, 155, 255, 0.2) 0px 7px 29px 0px;
}

.inner_banner {
  height: 25vh;
}

.bus_listing {
  width: 100%;
}
.bus_listing .bus_found {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bus_listing .bus_found .total_busfound h3,
.bus_listing .bus_found .to_place h3 {
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
}
@media (width <= 768px) {
  .bus_listing .bus_found .total_busfound h3,
  .bus_listing .bus_found .to_place h3 {
    font-size: 0.938rem;
  }
}
.bus_listing .bus_found .total_busfound h3 span,
.bus_listing .bus_found .to_place h3 span {
  color: #1E5D93;
}
.bus_listing .bus_single_list {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #D8D5D5;
  padding: 1.5rem;
  margin-top: 1rem;
}
@media (width <= 768px) {
  .bus_listing .bus_single_list {
    padding: 1rem;
  }
}
.bus_listing .bus_single_list .bus__details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D8D5D5;
}
@media (width <= 768px) {
  .bus_listing .bus_single_list .bus__details {
    padding-bottom: 1rem;
  }
}
.bus_listing .bus_single_list .bus__details .bus__name {
  display: flex;
  align-items: center;
}
@media (width <= 480px) {
  .bus_listing .bus_single_list .bus__details .bus__name {
    padding-right: 1rem;
  }
}
@media (width <= 768px) {
  .bus_listing .bus_single_list .bus__details .bus__name {
    margin-bottom: 1rem;
  }
}
.bus_listing .bus_single_list .bus__details .bus__name .bus_pic {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  aspect-ratio: 1/1;
  width: 80px;
}
.bus_listing .bus_single_list .bus__details .bus__name .bus_pic img {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bus_listing .bus_single_list .bus__details .bus__name .details {
  padding-left: 0.5rem;
}
.bus_listing .bus_single_list .bus__details .bus__name .details h4 {
  font-size: 1.125rem;
  color: #000;
}
.bus_listing .bus_single_list .bus__details .bus__name .details h4 span {
  color: #A08C8C;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.3rem;
}
.bus_listing .bus_single_list .bus__details .departure,
.bus_listing .bus_single_list .bus__details .arrival,
.bus_listing .bus_single_list .bus__details .fare,
.bus_listing .bus_single_list .bus__details .seats__available {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (width <= 480px) {
  .bus_listing .bus_single_list .bus__details .departure,
  .bus_listing .bus_single_list .bus__details .arrival,
  .bus_listing .bus_single_list .bus__details .fare,
  .bus_listing .bus_single_list .bus__details .seats__available {
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.bus_listing .bus_single_list .bus__details .departure h4,
.bus_listing .bus_single_list .bus__details .arrival h4,
.bus_listing .bus_single_list .bus__details .fare h4,
.bus_listing .bus_single_list .bus__details .seats__available h4 {
  font-size: 1.125rem;
  color: #000;
}
@media (width <= 1200px) {
  .bus_listing .bus_single_list .bus__details .departure h4,
  .bus_listing .bus_single_list .bus__details .arrival h4,
  .bus_listing .bus_single_list .bus__details .fare h4,
  .bus_listing .bus_single_list .bus__details .seats__available h4 {
    font-size: 1rem;
  }
}
@media (768px <= width <= 992px) {
  .bus_listing .bus_single_list .bus__details .departure h4,
  .bus_listing .bus_single_list .bus__details .arrival h4,
  .bus_listing .bus_single_list .bus__details .fare h4,
  .bus_listing .bus_single_list .bus__details .seats__available h4 {
    font-size: 0.938rem;
  }
}
@media (width <= 768px) {
  .bus_listing .bus_single_list .bus__details .departure h4,
  .bus_listing .bus_single_list .bus__details .arrival h4,
  .bus_listing .bus_single_list .bus__details .fare h4,
  .bus_listing .bus_single_list .bus__details .seats__available h4 {
    font-size: 0.875rem;
  }
}
.bus_listing .bus_single_list .bus__details .departure h4 span,
.bus_listing .bus_single_list .bus__details .arrival h4 span,
.bus_listing .bus_single_list .bus__details .fare h4 span,
.bus_listing .bus_single_list .bus__details .seats__available h4 span {
  color: #A08C8C;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.3rem;
}
.bus_listing .bus_single_list .bus__details .departure .refresh,
.bus_listing .bus_single_list .bus__details .arrival .refresh,
.bus_listing .bus_single_list .bus__details .fare .refresh,
.bus_listing .bus_single_list .bus__details .seats__available .refresh {
  transition: all 0.4s ease-in-out;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border: none;
  background: #FFBA01;
  color: #fff;
  padding: 0.3rem;
  width: 30px;
  height: 30px;
}
.bus_listing .bus_single_list .bus__details .departure .refresh:hover,
.bus_listing .bus_single_list .bus__details .arrival .refresh:hover,
.bus_listing .bus_single_list .bus__details .fare .refresh:hover,
.bus_listing .bus_single_list .bus__details .seats__available .refresh:hover {
  background: #1E5D93;
}
.bus_listing .bus_single_list .tabs {
  margin-top: 1rem;
  width: 100%;
  position: relative;
}
.bus_listing .bus_single_list .tabs .viewseats {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #fff;
  padding: 0.5rem 1.5rem;
  background: #1E5D93;
  font-weight: 600;
}
@media (width <= 768px) {
  .bus_listing .bus_single_list .tabs .viewseats {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.5rem;
  }
}
.bus_listing .bus_single_list .tabs .nav-tabs {
  border: none;
  gap: 10px;
}
.bus_listing .bus_single_list .tabs .nav-tabs .nav-link {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border: 1px solid #B8B5AC;
  color: #515151;
}
@media (width <= 768px) {
  .bus_listing .bus_single_list .tabs .nav-tabs .nav-link {
    font-size: 0.875rem;
  }
}
@media (width <= 480px) {
  .bus_listing .bus_single_list .tabs .nav-tabs .nav-link {
    padding: 0.2rem 0.4rem;
  }
}
.bus_listing .bus_single_list .tabs .nav-tabs .nav-link:hover {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #FFBA01;
  color: #fff;
}
.bus_listing .bus_single_list .tabs .nav-tabs .nav-link.active {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #FFBA01;
  color: #fff;
}
.bus_listing .bus_single_list .tabs .tab-pane .full_clm {
  width: 100%;
  display: flex;
}
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .left,
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .right {
  width: 50%;
}
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .left h5,
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .right h5 {
  color: #1E5D93;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (width <= 1200px) {
  .bus_listing .bus_single_list .tabs .tab-pane .full_clm .left h5,
  .bus_listing .bus_single_list .tabs .tab-pane .full_clm .right h5 {
    font-size: 1.2rem;
  }
}
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .left .boarding_points,
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .right .boarding_points {
  width: 100%;
}
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .left .boarding_points ul,
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .right .boarding_points ul {
  display: flex;
  flex-wrap: wrap;
}
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .left .boarding_points ul li,
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .right .boarding_points ul li {
  list-style: none;
  width: 50%;
  padding: 0.2rem 0;
  color: #515151;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
@media (width <= 768px) {
  .bus_listing .bus_single_list .tabs .tab-pane .full_clm .left .boarding_points ul li,
  .bus_listing .bus_single_list .tabs .tab-pane .full_clm .right .boarding_points ul li {
    width: 100%;
  }
}
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .left .boarding_points ul li span,
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .right .boarding_points ul li span {
  color: #000;
  min-width: 50px;
  display: inline-block;
  font-weight: 600;
}
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .left .boarding_points ul li span .day,
.bus_listing .bus_single_list .tabs .tab-pane .full_clm .right .boarding_points ul li span .day {
  color: #918f8f;
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
  line-height: 12px;
}
.bus_listing .bus_single_list .tabs .tab-pane .busimages {
  width: 50%;
  display: flex;
  justify-content: center;
}
.bus_listing .bus_single_list .tabs .tab-pane .busimages .buses_photos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  position: relative;
  border: 1px solid #fff;
  aspect-ratio: 4/3;
}
.bus_listing .bus_single_list .tabs .tab-pane .busimages .buses_photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.bus_listing .bus_single_list .tabs .tab-pane .owl-carousel .owl-nav button.owl-prev,
.bus_listing .bus_single_list .tabs .tab-pane .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #1E5D93;
  width: 30px;
  height: 30px;
  border: 1px solid #1E5D93;
}
.bus_listing .bus_single_list .tabs .tab-pane .owl-carousel .owl-nav button.owl-prev:hover,
.bus_listing .bus_single_list .tabs .tab-pane .owl-nav button.owl-next:hover {
  background: #1E5D93;
  color: #fff;
}
.bus_listing .bus_single_list .tabs .tab-pane .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .bus_listing .bus_single_list .tabs .tab-pane .owl-prev {
    left: 20px;
  }
}
@media (max-width: 480px) {
  .bus_listing .bus_single_list .tabs .tab-pane .owl-prev {
    left: 2px;
    top: 40%;
  }
}
.bus_listing .bus_single_list .tabs .tab-pane .owl-next {
  position: absolute;
  right: -60px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .bus_listing .bus_single_list .tabs .tab-pane .owl-next {
    right: -10px;
  }
}
@media (max-width: 480px) {
  .bus_listing .bus_single_list .tabs .tab-pane .owl-next {
    right: -26px;
    top: 40%;
  }
}
.bus_listing .bus_single_list .tabs .tab-pane.active {
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.bus_listing .bus_single_list:hover {
  box-shadow: 0 1px 12px rgba(29, 29, 29, 0.102);
  background: #FCFCF1;
}

.offcanvas-header {
  padding: 1rem 1.5rem;
}
@media (768px <= width <= 992px) {
  .offcanvas-header {
    padding: 1rem;
  }
}
.offcanvas-header h5 {
  color: #1E5D93;
  font-weight: 600;
}

.offcanvas-body {
  padding: 1.5rem;
}
@media (768px <= width <= 992px) {
  .offcanvas-body {
    padding: 1rem;
  }
}
@media (width <= 768px) {
  .offcanvas-body {
    padding: 1rem;
  }
}
@media (width <= 768px) {
  .offcanvas-body label {
    font-size: 0.813rem;
  }
}
.offcanvas-body h3 {
  font-size: 1.25rem;
  color: #1E5D93;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (width <= 480px) {
  .offcanvas-body h3 {
    font-size: 1rem;
  }
}
.offcanvas-body .full__coloum {
  width: 100%;
  display: flex;
}
@media (width <= 768px) {
  .offcanvas-body .full__coloum {
    flex-direction: column;
  }
}
.offcanvas-body .full__coloum .seat_select {
  width: 40%;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offcanvas-body .full__coloum .seat_select {
    width: 45%;
  }
}
@media (768px <= width <= 992px) {
  .offcanvas-body .full__coloum .seat_select {
    width: 45%;
  }
}
@media (width <= 768px) {
  .offcanvas-body .full__coloum .seat_select {
    width: 100%;
  }
}
.offcanvas-body .full__coloum .seat_select h3 {
  text-align: left;
}
.offcanvas-body .full__coloum .seat_select .plane {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  margin: 0 auto;
  padding: 1rem;
  background: #FFFEDE;
}
@media (width <= 768px) {
  .offcanvas-body .full__coloum .seat_select .plane {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.offcanvas-body .full__coloum .seat_select .plane h4 {
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  text-align: center;
  padding: 0.3rem 0.6rem;
  background: #f0eebc;
  font-size: 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.offcanvas-body .full__coloum .seat_select .plane h3 {
  margin-bottom: 1rem;
}
.offcanvas-body .full__coloum .seat_select .plane .staring {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}
.offcanvas-body .full__coloum .seat_select .plane .staring .wheel {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.offcanvas-body .full__coloum .seat_select .exit {
  position: relative;
  height: 50px;
}
.offcanvas-body .full__coloum .seat_select .exit:before,
.offcanvas-body .full__coloum .seat_select .exit:after {
  content: "EXIT";
  font-size: 14px;
  line-height: 18px;
  padding: 0px 2px;
  font-family: "Arial Narrow", Arial, sans-serif;
  display: block;
  position: absolute;
  background: green;
  color: white;
  top: 50%;
  transform: translate(0, -50%);
}
.offcanvas-body .full__coloum .seat_select .exit:before {
  left: 0;
}
.offcanvas-body .full__coloum .seat_select .exit:after {
  right: 0;
}
.offcanvas-body .full__coloum .seat_select ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-body .full__coloum .seat_select .seats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.offcanvas-body .full__coloum .seat_select .seat {
  display: flex;
  padding: 5px;
  height: 55px;
  width: 55px;
  position: relative;
}
@media (max-width: 480px) {
  .offcanvas-body .full__coloum .seat_select .seat {
    height: 48px;
    width: 48px;
  }
}
.offcanvas-body .full__coloum .seat_select .empty {
  opacity: 0;
  cursor: none;
}
.offcanvas-body .full__coloum .seat_select .seat:nth-child(2) {
  margin-right: 0%;
}
.offcanvas-body .full__coloum .seat_select .last {
  display: flex;
  flex: 0 0 20%;
  padding: 5px;
  height: 50px;
  position: relative;
}
.offcanvas-body .full__coloum .seat_select .last:nth-child(2) {
  margin-right: 0;
}
.offcanvas-body .full__coloum .seat_select .seat input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.offcanvas-body .full__coloum .seat_select .seat input[type=checkbox]:checked + label {
  background: #71B7F2;
  animation-name: rubberBand;
  animation-duration: 300ms;
  animation-fill-mode: both;
}
.offcanvas-body .full__coloum .seat_select .seat input[type=checkbox]:disabled + label {
  background: #57D163;
  overflow: hidden;
}
.offcanvas-body .full__coloum .seat_select .seat input[type=checkbox]:disabled + label:after {
  content: "";
  text-indent: 0;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.offcanvas-body .full__coloum .seat_select .seat input[type=checkbox]:disabled + label:hover {
  box-shadow: none;
  cursor: not-allowed;
}
.offcanvas-body .full__coloum .seat_select .seat label {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0.563rem;
  font-weight: 500;
  line-height: 1.8rem;
  padding: 4px 0;
  background: #FFD565;
  border-radius: 5px;
  animation-duration: 300ms;
  animation-fill-mode: both;
  z-index: 1;
}
.offcanvas-body .full__coloum .seat_select .female input[type=checkbox]:disabled + label:after {
  content: "";
  text-indent: 0;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.offcanvas-body .full__coloum .seat_select .female input[type=checkbox]:disabled + label:hover {
  box-shadow: none;
  cursor: not-allowed;
}
.offcanvas-body .full__coloum .seat_select .female input[type=checkbox]:disabled + label {
  background: #f1a9a0;
  overflow: hidden;
}
.offcanvas-body .full__coloum .seat_select .female label {
  background: #f1a9a0;
}
.offcanvas-body .full__coloum .seat_select .seat label:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  top: 1px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0%);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
.offcanvas-body .full__coloum .seat_select .seat label:hover {
  cursor: pointer;
  box-shadow: 0 0 0px 2px #5C6AFF;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.offcanvas-body .full__coloum .seat_select .rubberBand {
  animation-name: rubberBand;
}
.offcanvas-body .full__coloum .seat_details {
  width: 60%;
  border: 1px solid #E9DFDF;
  padding: 1.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offcanvas-body .full__coloum .seat_details {
    width: 55%;
  }
}
@media (768px <= width <= 992px) {
  .offcanvas-body .full__coloum .seat_details {
    width: 55%;
  }
}
@media (width <= 768px) {
  .offcanvas-body .full__coloum .seat_details {
    width: 100%;
    padding: 1rem;
  }
}
.offcanvas-body .full__coloum .seat_details .seat_availabitity {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum {
    min-width: 85px;
  }
}
@media (max-width: 480px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum {
    min-width: 65px;
  }
}
.offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum h6 {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
@media (max-width: 480px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum h6 {
    font-size: 0.813rem;
  }
}
.offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .available {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 45px;
  height: 45px;
  background: #FFD565;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .available {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .available {
    width: 30px;
    height: 30px;
  }
}
.offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .researved {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 45px;
  height: 45px;
  background: #71B7F2;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .researved {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .researved {
    width: 30px;
    height: 30px;
  }
}
.offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .female {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 45px;
  height: 45px;
  background: #f1a9a0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .female {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .female {
    width: 30px;
    height: 30px;
  }
}
.offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .selected {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 45px;
  height: 45px;
  background: #57D163;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .selected {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .offcanvas-body .full__coloum .seat_details .seat_availabitity .coloum .selected {
    width: 30px;
    height: 30px;
  }
}
.offcanvas-body .full__coloum .seat_details .heading {
  width: 100%;
  margin: 1rem 0;
}
.offcanvas-body .full__coloum .seat_details .heading h5 {
  color: #1E5D93;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.offcanvas-body .full__coloum .seat_details .pickup__location {
  padding-bottom: 1rem;
  height: 185px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #888 #f1f1f1;
  /* Firefox */
}
.offcanvas-body .full__coloum .seat_details .pickup__location .custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.offcanvas-body .full__coloum .seat_details .pickup__location .custom-radio input[type=radio] {
  display: none;
}
.offcanvas-body .full__coloum .seat_details .pickup__location .custom-radio span {
  height: 20px;
  width: 20px;
  border: 2px solid #FFBA01;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}
.offcanvas-body .full__coloum .seat_details .pickup__location .location {
  color: #000;
  border: none !important;
  padding-left: 1rem;
  font-weight: 500;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.offcanvas-body .full__coloum .seat_details .pickup__location .custom-radio input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 8px;
  width: 8px;
  background-color: #FFBA01;
  border-radius: 50%;
}
.offcanvas-body .full__coloum .seat_details .pickup__location::-webkit-scrollbar {
  width: 8px;
}
.offcanvas-body .full__coloum .seat_details .pickup__location::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.offcanvas-body .full__coloum .seat_details .pickup__location::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.offcanvas-body .full__coloum .seat_details .pickup__location::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.offcanvas-body .full__coloum .seat_details .seatno {
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px solid #E9DFDF;
  border-bottom: 1px solid #E9DFDF;
  display: flex;
  flex-direction: column;
}
.offcanvas-body .full__coloum .seat_details .seatno .headings {
  color: #1E5D93;
  font-weight: 600;
  font-size: 1.125rem;
  display: flex;
}
.offcanvas-body .full__coloum .seat_details .seatno .no {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.offcanvas-body .full__coloum .bg_assistence {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: #D5EBFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
}
.offcanvas-body .full__coloum .bg_assistence .form-check-label {
  color: #06345C;
}
.offcanvas-body .full__coloum .faredetails {
  width: 100%;
  display: inline-block;
}
.offcanvas-body .full__coloum .faredetails h5 {
  color: #1E5D93;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media (width <= 480px) {
  .offcanvas-body .full__coloum .faredetails h5 {
    font-size: 1.15rem;
  }
}
.offcanvas-body .full__coloum .faredetails .amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-body .full__coloum .faredetails .amount .headings {
  color: #000;
  font-size: 1rem;
  display: flex;
  flex: 0 50%;
}
.offcanvas-body .full__coloum .faredetails .amount .no {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}
.offcanvas-body .full__coloum .faredetails .amount .total {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
}
.offcanvas-body .full__coloum .faredetails .amount .totalamount {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
}
.offcanvas-body .full__coloum .faredetails .amount .headings__coupon {
  color: #000;
  font-size: 1rem;
  display: flex;
  width: 40%;
}
.offcanvas-body .full__coloum .faredetails .amount .couponcode {
  width: 60%;
}
.offcanvas-body .full__coloum .faredetails .amount .couponcode .coupon-form {
  background: white;
  border-radius: 8px;
  display: flex;
  gap: 10px;
}
.offcanvas-body .full__coloum .faredetails .amount .couponcode .coupon-form input[type=text] {
  padding: 0 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.875rem;
  flex: 1;
  width: 100px;
}
.offcanvas-body .full__coloum .faredetails .amount .couponcode .coupon-form button {
  padding: 5px 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}
.offcanvas-body .full__coloum .faredetails .amount .couponcode .coupon-form button:hover {
  background-color: #45a049;
}
.offcanvas-body .full__box {
  width: 100%;
  border: 1px solid #E9DFDF;
  padding: 1rem;
}
@media (width <= 768px) {
  .offcanvas-body .full__box {
    padding: 1rem;
  }
}
.offcanvas-body .full__box .form-label {
  color: #000;
  font-weight: 500;
}
.offcanvas-body .full__box .form-label i {
  color: #FFBA01;
}
@media (width <= 768px) {
  .offcanvas-body .full__box .form-label {
    font-size: 0.875rem;
  }
}
.offcanvas-body .full__box .form-label span {
  font-weight: 600;
  color: #1E5D93;
}
.offcanvas-body .full__box .form-label .line {
  padding: 0 0.8rem;
  font-weight: 300;
  color: #cec9c9;
}
.offcanvas-body .full__box .under__children {
  margin-top: 1.5rem;
}
.offcanvas-body .full__box .under__children h5 {
  font-size: 1.15rem;
  color: #1E5D93;
  margin-bottom: 1rem;
}
.offcanvas-body .full__box .under__children .full_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.offcanvas-body .full__box .under__children .full_box .para__content {
  flex: 1 1 50%;
  /* Takes up more space if needed */
  min-width: 200px;
}
.offcanvas-body .full__box .under__children .full_box .para__content p {
  margin-bottom: 0;
}
.offcanvas-body .full__box .under__children .full_box .tc {
  flex-shrink: 0;
}
.offcanvas-body .full__box .under__children .full_box .tc a {
  color: red !important;
  text-decoration: underline;
  font-size: 0.813rem;
  font-style: italic;
}
.offcanvas-body .full__box .under__children .select__children {
  margin-top: 0.5rem;
}
.offcanvas-body .full__box .under__children .select__children .btn_2 {
  font-size: 0.813rem;
}
.offcanvas-body .full__box .under__children .delete {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff !important;
  padding: 0.5rem;
  background: red;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
.offcanvas-body .total__amount {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}
.offcanvas-body .total__amount .text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  padding-right: 1rem;
}
@media (width <= 480px) {
  .offcanvas-body .total__amount .text {
    font-size: 1rem;
  }
}
.offcanvas-body .total__amount .amount {
  display: flex;
  justify-content: flex-end;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
@media (width <= 480px) {
  .offcanvas-body .total__amount .amount {
    font-size: 1rem;
  }
}
.offcanvas-body .btn_box {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.offcanvas-body .btn_box .btn_2,
.offcanvas-body .btn_box .btn_3 {
  font-size: 0.813rem;
}
@media (width <= 768px) {
  .offcanvas-body .btn_box .btn_2,
  .offcanvas-body .btn_box .btn_3 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (width <= 480px) {
  .offcanvas-body .btn_box .btn_2,
  .offcanvas-body .btn_box .btn_3 {
    font-size: 0.813rem;
  }
}

.width_60 {
  width: 65% !important;
}
@media (1200px <= width <= 1400px) {
  .width_60 {
    width: 75% !important;
  }
}
@media (width <= 1200px) {
  .width_60 {
    width: 80% !important;
  }
}
@media (768px <= width <= 992px) {
  .width_60 {
    width: 100% !important;
  }
}
@media (width <= 768px) {
  .width_60 {
    width: 100% !important;
  }
}
@media (1200px <= width <= 1400px) {
  .width_60 .form-select,
  .width_60 .form-control {
    font-size: 0.875rem;
  }
}
@media (width <= 1200px) {
  .width_60 .form-select,
  .width_60 .form-control {
    font-size: 0.813rem;
  }
}

.width_45 {
  width: 45% !important;
}
@media (1200px <= width <= 1400px) {
  .width_45 {
    width: 50% !important;
  }
}
@media (width <= 1200px) {
  .width_45 {
    width: 55% !important;
  }
}
@media (768px <= width <= 992px) {
  .width_45 {
    width: 65% !important;
  }
}
@media (width <= 768px) {
  .width_45 {
    width: 80% !important;
  }
}
@media (width <= 480px) {
  .width_45 {
    width: 100% !important;
  }
}
@media (1200px <= width <= 1400px) {
  .width_45 .form-select,
  .width_45 .form-control {
    font-size: 0.875rem;
  }
}
@media (width <= 1200px) {
  .width_45 .form-select,
  .width_45 .form-control {
    font-size: 0.813rem;
  }
}

@media (768px <= width <= 992px) {
  .modal {
    --bs-modal-width: 700px;
  }
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-header h3 {
  color: #1E5D93;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.modal .modal-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.modal .modal-body h3 {
  font-size: 1.25rem;
  color: #1E5D93;
  font-weight: 600;
}
@media (width <= 480px) {
  .modal .modal-body h3 {
    font-size: 1rem;
  }
}
.modal .modal-body h4 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
  text-align: center;
}
@media (width <= 480px) {
  .modal .modal-body h4 {
    font-size: 1rem;
  }
}
.modal .modal-body .btn_box {
  width: 100%;
  display: flex;
  gap: 10px;
}
.modal .modal-body .registered_mobile {
  margin: 1rem 0;
  color: #6A6262;
  font-weight: 500;
}
@media (width <= 1200px) {
  .modal .modal-body .registered_mobile {
    font-size: 0.875rem;
  }
}
.modal .modal-body .registered_mobile span {
  color: #000;
}
.modal .modal-body .otp-container {
  width: 100%;
}
.modal .modal-body .otp-container .otptext {
  font-size: #242324;
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
}
.modal .modal-body .otp-container .opt_coloum {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.modal .modal-body .otp-container .opt_coloum .otp-input {
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #FFBA01;
  border-radius: 5px;
}
.modal .modal-body .otp-container .opt_coloum .otp-input:focus {
  border-color: #FFBA01;
  outline: none;
  box-shadow: 0 0 3px #FFBA01;
}
.modal .modal-body .otp-container .resendotp {
  width: 100%;
  margin: 0.3rem 0;
  display: flex;
  justify-content: flex-start;
  font-size: 0.813rem;
  color: #060500;
  font-weight: 600;
}
.modal .modal-body .otp-container .verify {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: 100%;
  background-color: #1E5D93;
  color: #fff;
  padding: 0.5rem 0;
  border: none;
  margin: 1rem 0;
}
.modal .modal-body .verify {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: 100%;
  background-color: #1E5D93;
  color: #fff;
  padding: 0.5rem 0;
  border: none;
  margin: 1rem 0;
}
.modal .modal-body .receive_otp {
  font-size: 0.813rem;
  color: #4C4545;
  display: flex;
}
.modal .modal-body .receive_otp .resendotp {
  padding-left: 1rem;
  font-weight: 600;
}
.modal .modal-body .receive_otp .resendotp a {
  font-weight: 600;
}
.modal .modal-body .countdown_timer span {
  color: #E5181B;
  font-weight: 600;
}
.modal .modal-body form {
  width: 100%;
  height: 100%;
  display: flex;
}
.modal .modal-body form .full_boxes {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.modal .modal-body form .full_boxes h5 {
  font-size: 1.8rem;
  color: #1E5D93;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (992px <= width <= 1200px) {
  .modal .modal-body form .full_boxes h5 {
    font-size: 1.6rem;
  }
}
@media (768px <= width <= 992px) {
  .modal .modal-body form .full_boxes h5 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .modal .modal-body form .full_boxes h5 {
    font-size: 1.4rem;
  }
}
.modal .modal-body form .full_boxes .btn_2 {
  width: 100%;
  margin-top: 1rem;
  padding: 0.7rem 1rem;
}
.modal .modal-body form .full_boxes .not_a_member {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 0.938rem;
  font-weight: 500;
}
@media (width <= 768px) {
  .modal .modal-body form .full_boxes .not_a_member {
    margin-top: 1rem;
  }
}
.modal .modal-body form .full_boxes .not_a_member span {
  cursor: pointer;
  color: #FFBA01;
  font-size: 1rem;
}

.payment-success {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.payment-success .success_box {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: #1E5D93;
  background: linear-gradient(137deg, rgb(30, 93, 147) 0%, rgb(255, 186, 1) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.payment-success .success_box .full__coloum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  min-height: 300px;
}
.payment-success .success_box .full__coloum h5 {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}
.payment-success .success_box .full__coloum h1 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  margin: 1rem 0;
}
@media (width <= 768px) {
  .payment-success .success_box .full__coloum h1 {
    font-size: 1rem;
  }
}
.payment-success .success_box .full__coloum h2 {
  color: #fff;
  font-size: 6.5rem;
  text-align: center;
  font-weight: 600;
  margin: 1rem 0;
  text-shadow: -1px 4px 5px rgb(0, 0, 0);
}
@media (768px <= width <= 992px) {
  .payment-success .success_box .full__coloum h2 {
    font-size: 4.5rem;
  }
}
@media (width <= 768px) {
  .payment-success .success_box .full__coloum h2 {
    font-size: 3.5rem;
  }
}
@media (width <= 480px) {
  .payment-success .success_box .full__coloum h2 {
    font-size: 3rem;
  }
}
.payment-success .success_box .full__coloum .booked_date,
.payment-success .success_box .full__coloum .seat-number {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.5058823529);
  font-size: 1.375rem;
  color: #373131;
  font-weight: 400;
}
@media (768px <= width <= 992px) {
  .payment-success .success_box .full__coloum .booked_date,
  .payment-success .success_box .full__coloum .seat-number {
    font-size: 1.15rem;
  }
}
@media (width <= 768px) {
  .payment-success .success_box .full__coloum .booked_date,
  .payment-success .success_box .full__coloum .seat-number {
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem 2.5rem;
  }
}
.payment-success .success_box .full__coloum .booked_date span,
.payment-success .success_box .full__coloum .seat-number span {
  font-weight: 600;
}
@media (width <= 768px) {
  .payment-success .success_box .full__coloum .booked_date span,
  .payment-success .success_box .full__coloum .seat-number span {
    display: block;
  }
}
.payment-success .success_box .send_whatsapp {
  border-radius: 0 0 1rem 1rem;
  -webkit-border-radius: 0 0 1rem 1rem;
  -moz-border-radius: 0 0 1rem 1rem;
  -ms-border-radius: 0 0 1rem 1rem;
  -o-border-radius: 0 0 1rem 1rem;
  background: #CEE9FF;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}
@media (width <= 992px) {
  .payment-success .success_box .send_whatsapp {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.payment-success .success_box .send_whatsapp .text {
  display: flex;
  flex: 0 80%;
  padding-right: 1rem;
}
@media (width <= 992px) {
  .payment-success .success_box .send_whatsapp .text {
    flex: 0 100%;
    align-items: flex-start;
  }
}
.payment-success .success_box .send_whatsapp .text p {
  margin-bottom: 0;
}

.whatsapp_contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.whatsapp_contact .whatsapp,
.whatsapp_contact .contact {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #42C552;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp_contact .contact {
  background: #1E5D93;
}

.custom-input {
  border: 1px solid #b5b5b5 !important;
  box-shadow: none !important;
  height: 34px;
  /* or any height you prefer */
}

.custom-input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.pagination .page-item.active .page-link {
  background-color: #1E5D93;
  color: #f6f4f4 !important;
  border: #1E5D93;
}

.timecount {
  font-size: 1rem;
  font-weight: 600;
  color: #1E5D93;
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.timecount span {
  padding-left: 0.5rem;
}

.disabled {
  cursor: not-allowed;
}

.seat label {
  user-select: none; /* Prevent text selection */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

input[type=checkbox] {
  border: 2px solid #1E5D93;
}

.btn_1 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s ease-in-out;
  font-size: 1rem;
  border: 1px solid #1E5D93;
  color: #1E5D93 !important;
  background: none;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  cursor: pointer;
}
.btn_1 i {
  transition: all 0.4s ease-in-out;
}
@media (width <= 768px) {
  .btn_1 {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
}
.btn_1:hover {
  background: #1E5D93;
  color: #fff !important;
}
.btn_1:hover i {
  padding-left: 0.5rem;
}

.btn_2 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s ease-in-out;
  font-size: 0.813rem;
  border: none;
  font-weight: 600;
  background: #1E5D93;
  color: #fff !important;
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_2 i {
  transition: all 0.4s ease-in-out;
  padding-right: 0.2rem;
}
@media (width <= 768px) {
  .btn_2 {
    font-size: 0.875rem;
  }
}
.btn_2:hover {
  background: #FFBA01;
  color: #fff !important;
}

.btn_3 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s ease-in-out;
  font-size: 0.813rem;
  background: none;
  font-weight: 600;
  border: 1px solid #1E5D93;
  color: #1E5D93 !important;
  padding: 0.3rem 1rem;
  cursor: pointer;
}
.btn_3 i {
  transition: all 0.4s ease-in-out;
}
@media (width <= 768px) {
  .btn_3 {
    font-size: 0.875rem;
  }
}
.btn_3:hover {
  background: #FFBA01;
  border: 1px solid #FFBA01;
  color: #fff !important;
}

.btn_4 {
  transition: all 0.4s ease-in-out;
  border: 1px solid #1E5D93;
  padding: 0.4rem 1rem;
  color: #1E5D93;
  background: none;
}
.btn_4:hover {
  background: #1E5D93;
  color: #fff;
}

.btn_ylw {
  background: #FFBA01;
  color: #000;
}
.btn_ylw:hover {
  background: #1E5D93;
  color: #fff;
}/*# sourceMappingURL=main.css.map */