@keyframes slide {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
@-webkit-keyframes slide {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

p {
  margin: 0;
  padding: 0;
}

.form-group {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}

.btn {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border-radius: 0;
}
.btn:hover {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
}
.btn:focus {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
}
.btn:active {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
}
.btn:active:focus {
  box-shadow: none;
}
.btn:visited {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-radius: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.list-inline {
  margin: 0;
  padding: 0;
}
.list-inline::after {
  display: block;
  content: "";
  clear: both;
}
.list-inline li {
  float: left;
}
.list-inline li a {
  display: inline-block;
}

.form-control {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.form-control:hover {
  text-decoration: none;
  outline: none;
}
.form-control:focus {
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1254901961);
}
.form-control:active {
  text-decoration: none;
  outline: none;
}

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .container {
    max-width: 1330px;
  }
}
/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .container {
    max-width: 1330px;
  }
}
/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .container {
    max-width: 1330px;
  }
}
/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1330px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .container {
    max-width: 1330px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .container {
    max-width: 1170px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 544px) and (max-width: 767px) {
  .container {
    min-width: 100%;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 543px) {
  .container {
    max-width: 100%;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .container {
    max-width: 100%;
  }
}
/* Smaller phones */
body {
  font-weight: 400;
  font-size: 14px;
  line-height: inherit;
  font-family: "Inter";
  overflow-x: clip;
}

img,
video,
iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.no_event {
  pointer-events: none;
}

.scroll_off {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

label.error {
  display: block;
  color: #f00 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-top: 8px;
}

.text-success {
  color: #25d366 !important;
}

.callout {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 13px;
}
.callout.callout-success {
  border-left-color: #1e7e34;
  background-color: #28a745;
  color: #fff;
}
.callout.callout-danger {
  border-left-color: #bd2130;
  background-color: #d72d3e;
  color: #fff;
}

.alert.alert-success {
  border-left-color: #1e7e34;
  background-color: #28a745;
  color: #fff;
}
.alert.alert-danger {
  border-left-color: #bd2130;
  background-color: #d72d3e;
  color: #fff;
}

.popover {
  max-width: 360px;
  padding: 20px;
  border: 1px solid #e8e8eb;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 50, 0.12);
}
.popover .popover-body {
  padding: 0;
}
.popover .popover-body p {
  font-weight: 600;
  font-size: 14px;
  color: #111111;
  padding-bottom: 10px;
}
.popover .popover-body p a {
  color: #111111;
  display: inline-block;
}
.popover .popover-body a {
  color: #111111;
  font-weight: 600;
  display: block;
}

#pb_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: none;
}

#pb_scroll::-webkit-scrollbar {
  width: 5px;
  background-color: none;
}

#pb_scroll::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 10px;
}

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
.spacing_btm {
  margin-bottom: 90px;
}

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .spacing_btm {
    margin-bottom: 70px;
  }
}
/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .spacing_btm {
    margin-bottom: 70px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .spacing_btm {
    margin-bottom: 50px;
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .spacing_btm {
    margin-bottom: 40px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .spacing_btm {
    margin-bottom: 30px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .spacing_btm {
    margin-bottom: 25px;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .spacing_btm {
    margin-bottom: 25px;
  }
}
/* Smaller phones */
.header_section {
  background-color: #ff0000;
  padding: 15px 0;
}
.header_section .inner_area .img_logo {
  height: 95px;
  width: 95px;
  margin: 0 auto;
}
.header_section .inner_area .img_logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .header_section {
    padding: 12px 0;
  }
  .header_section .inner_area .img_logo {
    height: 85px;
    width: 85px;
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .header_section {
    padding: 12px 0;
  }
  .header_section .inner_area .img_logo {
    height: 85px;
    width: 85px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .header_section {
    padding: 12px 0;
  }
  .header_section .inner_area .img_logo {
    height: 75px;
    width: 75px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .header_section {
    padding: 12px 0;
  }
  .header_section .inner_area .img_logo {
    height: 75px;
    width: 75px;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .header_section {
    padding: 12px 0;
  }
  .header_section .inner_area .img_logo {
    height: 75px;
    width: 75px;
  }
}
/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
.footer_section {
  background-color: #ff0000;
  padding: 12px 0;
}
.footer_section .inner_area p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.footer_section .inner_area p .link {
  color: #ffffff;
}
.footer_section .inner_area p .link:hover {
  color: #e5b13e;
}

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
.main_section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.main_section .parent_area {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 85svh;
  border-radius: 8px;
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.3294117647);
  overflow: hidden;
  position: relative;
}
.main_section .parent_area .left {
  height: 100%;
  background-color: #ff0000;
  display: grid;
  align-items: center;
}
.main_section .parent_area .left .content {
  width: 80%;
  padding-block: 50px;
  margin-inline: auto;
}
.main_section .parent_area .left .content .img_area {
  aspect-ratio: 1/1;
  margin-inline: auto;
  margin-bottom: 18px;
  height: 240px;
}
.main_section .parent_area .left .content h6 {
  font-size: 30px;
  text-align: center;
  color: #ff0000;
  text-shadow: 0px 0px 10px #fff;
}
.main_section .parent_area .left .content p {
  font-size: 16px;
  text-align: center;
  text-wrap: pretty;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
}
.main_section .parent_area .right {
  height: 100%;
  background-color: #e5b13e;
}
.main_section .parent_area .right .content .img_area {
  height: 350px;
}
.main_section .parent_area .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3294117647);
  width: 120px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .main_section .parent_area .left .content .img_area {
    height: 240px;
  }
  .main_section .parent_area .right .content .img_area {
    height: 295px;
  }
  .main_section .parent_area .center {
    width: 90px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .main_section {
    height: fit-content;
  }
  .main_section .parent_area {
    min-height: 100svh;
  }
  .main_section .parent_area .left .content {
    padding-block: 25px;
  }
  .main_section .parent_area .left .content .img_area {
    height: 195px;
  }
  .main_section .parent_area .left .content h6 {
    font-size: 24px;
  }
  .main_section .parent_area .left .content p {
    font-size: 14px;
  }
  .main_section .parent_area .right .content .img_area {
    height: 257px;
  }
  .main_section .parent_area .center {
    width: 50px;
    border-radius: 6px;
    top: 10px;
    left: 10px;
    transform: unset;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .main_section {
    height: fit-content;
  }
  .main_section .parent_area {
    min-height: 100svh;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .main_section .parent_area .left .content {
    padding-block: 25px;
  }
  .main_section .parent_area .left .content .img_area {
    height: 195px;
  }
  .main_section .parent_area .left .content h6 {
    font-size: 24px;
  }
  .main_section .parent_area .left .content p {
    font-size: 14px;
  }
  .main_section .parent_area .right .content .img_area {
    height: 257px;
  }
  .main_section .parent_area .center {
    width: 50px;
    border-radius: 6px;
    top: 10px;
    left: 10px;
    transform: unset;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .main_section {
    height: fit-content;
  }
  .main_section .parent_area {
    min-height: 100svh;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .main_section .parent_area .left .content {
    padding-block: 25px;
  }
  .main_section .parent_area .left .content .img_area {
    height: 195px;
  }
  .main_section .parent_area .left .content h6 {
    font-size: 24px;
  }
  .main_section .parent_area .left .content p {
    font-size: 14px;
  }
  .main_section .parent_area .right .content .img_area {
    height: 257px;
  }
  .main_section .parent_area .center {
    width: 50px;
    border-radius: 6px;
    top: 10px;
    left: 10px;
    transform: unset;
  }
}
/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
.tracker_section {
  padding: 30px 0;
}
.tracker_section .inner_area::after {
  display: block;
  content: "";
  clear: both;
}
.tracker_section .inner_area {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tracker_section .inner_area .left_area {
  float: left;
  width: 400px;
  background-color: #ffffff;
  padding: 25px 0;
}
.tracker_section .inner_area .left_area h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 25px;
  padding: 0 20px;
}
.tracker_section .inner_area .left_area .list_area {
  overflow: auto;
  padding: 0 20px;
  margin-bottom: 20px;
}
.tracker_section .inner_area .left_area .list_area::-webkit-scrollbar-track {
  border-radius: 10px;
}
.tracker_section .inner_area .left_area .list_area::-webkit-scrollbar {
  height: 5px;
  width: 3px;
}
.tracker_section .inner_area .left_area .list_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffffff;
}
.tracker_section .inner_area .left_area .list_area li {
  margin-bottom: 20px;
}
.tracker_section .inner_area .left_area .list_area li:last-child {
  margin-bottom: 0;
}
.tracker_section .inner_area .left_area .list_area li .inner_item {
  display: flex;
}
.tracker_section .inner_area .left_area .list_area li .inner_item .circle {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #ffffff;
  align-content: center;
  text-align: center;
  flex-shrink: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tracker_section .inner_area .left_area .list_area li .inner_item .circle i {
  font-size: 18px;
  color: #1f1f1f;
}
.tracker_section .inner_area .left_area .list_area li .inner_item .content {
  padding-left: 15px;
}
.tracker_section .inner_area .left_area .list_area li .inner_item .content .title {
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 5px;
}
.tracker_section .inner_area .left_area .list_area li .inner_item .content .txt {
  font-size: 14px;
  font-weight: 400;
  color: #1f1f1f;
}
.tracker_section .inner_area .left_area .card_fare {
  display: flex;
  gap: 8px;
  margin: 0 20px;
  padding: 15px;
  background-color: #ff0000;
  border-radius: 8px;
}
.tracker_section .inner_area .left_area .card_fare li {
  width: calc((100% - 8px) / 3);
  display: inline-block;
}
.tracker_section .inner_area .left_area .card_fare li .fare_con .fare_title {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
}
.tracker_section .inner_area .left_area .card_fare li .fare_con .fare_txt {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.tracker_section .inner_area .right_area {
  float: right;
  width: calc(100% - 400px);
}
.tracker_section .inner_area .right_area .map_area {
  height: 100%;
}
.tracker_section .inner_area .right_area .map_area iframe {
  height: 100%;
  width: 100%;
}

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
/* 1200 desktop only */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .tracker_section .inner_area .left_area {
    width: 370px;
  }
  .tracker_section .inner_area .right_area {
    width: calc(100% - 370px);
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .tracker_section .inner_area .left_area {
    width: 350px;
  }
  .tracker_section .inner_area .right_area {
    width: calc(100% - 350px);
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .tracker_section {
    padding: 20px 0;
  }
  .tracker_section .inner_area .left_area {
    width: 310px;
    padding: 20px 0;
  }
  .tracker_section .inner_area .left_area h3 {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .tracker_section .inner_area .left_area .list_area {
    padding: 0 15px;
  }
  .tracker_section .inner_area .left_area .list_area li .inner_item .content {
    padding-left: 12px;
  }
  .tracker_section .inner_area .right_area {
    width: calc(100% - 310px);
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .tracker_section {
    padding: 20px 0;
  }
  .tracker_section .inner_area {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
  }
  .tracker_section .inner_area .left_area {
    order: 1;
    width: 100%;
    padding: 20px 0;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .tracker_section .inner_area .left_area h3 {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .tracker_section .inner_area .left_area .list_area {
    padding: 0 15px;
  }
  .tracker_section .inner_area .left_area .list_area li .inner_item .content {
    padding-left: 12px;
  }
  .tracker_section .inner_area .right_area {
    order: 0;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .tracker_section .inner_area .right_area .map_area {
    height: 250px;
  }
}
/* Smaller phones */
@media (max-width: 360px) {
  .tracker_section {
    padding: 20px 0;
  }
  .tracker_section .inner_area {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
  }
  .tracker_section .inner_area .left_area {
    order: 1;
    width: 100%;
    padding: 20px 0;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .tracker_section .inner_area .left_area h3 {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .tracker_section .inner_area .left_area .list_area {
    padding: 0 15px;
  }
  .tracker_section .inner_area .left_area .list_area li .inner_item .content {
    padding-left: 12px;
  }
  .tracker_section .inner_area .right_area {
    order: 0;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .tracker_section .inner_area .right_area .map_area {
    height: 250px;
  }
}
/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */

/*# sourceMappingURL=custom.css.map */
