/**
* Template Name: onitsway
* Template URL: https://bootstrapmade.com/onitsway-free-bootstrap-html-template-corporate/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "poppins", sans-serif;
  color: #5C6C7B;
  font-size: 1rem;


}

body>* {
  scrollbar-width: thin;
  scrollbar-color: #149f38 #f5f6f6;
}

/* ::-webkit-scrollbar {
  width: 5px;
  scrollbar-color: #149f38 #f5f6f6;
  opacity: 0;
}

::-webkit-scrollbar-thumb {
  background: rgba(111, 133, 147, 0.1);
} */

::-webkit-scrollbar {
  width: 5px;
  background: #f5f6f6;
}

::-webkit-scrollbar-thumb {
  background: #149f38;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #117e2b;
}


.btn-dashbord {
  font-size: 12px !important;
  font-weight: 500;
  /* letter-spacing: 0.9px; */
  /* letter-spacing: 0.9px; */
  padding: 9px !important;
  gap: 10px;
  /* line-height: 1; */
  letter-spacing: 0 !important;
  text-transform: uppercase;

}

#main {
  padding-top: 74px;
}

.py-100 {
  padding: 100px 0;
}

/*  */

.bar>.nav {
  overflow: hidden;
}

.bar>.nav {
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #149f38 #f5f6f6;
}

.shop_icon-1 {
  display: none;
}

.bar {
  position: relative;
}

.bar>.nav {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.bar li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;

}

.done {
  background-color: var(--rgba-primary-1) !important;
  color: var(--primary) !important;
}

.bar>.nav .nav-link,
.sw.sw-justified>.nav>li {
  flex-basis: 0;
  flex-grow: 1;
  display: inline-flex;
  text-align: center;
}

.bar>.nav .nav-item:first-child .nav-link {
  padding-left: 10px;
  margin-left: 0;
}

.top-badge {
  position: absolute;
  top: -3px;
  right: 0px;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 !important;
  line-height: 1.3rem !important;

}

.bar>.nav .nav-link {
  position: relative;
  height: 100%;
  padding: 10px;
  margin-right: 30px;
  margin-left: -30px;
  padding-left: 50px;
  transition: all .5s ease-in-out;
}

.bar>.nav .nav-link>.num {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  pointer-events: none;
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  border-radius: 10em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  clear: both;
  line-height: 1;
  text-decoration: none;
}

.bar>.nav .nav-link::after,
.bar>.nav .nav-link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -50px;
  border: 50px solid transparent;
  border-left-width: 40px;
  transition: all .5s ease-in-out;

}

.bar>.nav .nav-link.decline::before {
  border-left-color: red !important;
}



.bar>.nav .nav-link.active::before {
  border-left-color: var(--primary) !important;
}

.bar>.nav .nav-link.done::before {
  border-left-color: var(--primary-1) !important;
}

.bar>.nav .nav-link.default::before {
  border-left-color: #b0b0b1;
  z-index: 1;
}

.bar>.nav .nav-link.active::after {
  border-left-color: var(--primary) !important;
}

.bar>.nav .nav-link.done::after {
  border-left-color: rgb(231 245 235) !important;
}

.bar>.nav .nav-link.default::after {
  border-left-color: #f8f9fa;
}

/* .bar>.nav .nav-link::before{
  background-color: var(--primary);
} */
.bar>.nav .nav-link::after {
  z-index: 2;
}

.bar>.nav .nav-link.default {
  color: #888;
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.bar>.nav .nav-link.default.active {
  background-color: var(--primary);
  color: #fff;
}

.bar>.nav .nav-link.default.done {
  background-color: var(--rgba-primary-1) !important;
  color: #fff;
}

/* status-bar */
/* .staus-bar{
  background-color: #f5f5f5;
  color: white;
  padding: 10px;
  text-align: center;
  min-width: 200px;
  
  height: 70px;
  clip-path: polygon(75% 0%, 100% 51%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);

}
.staus-bar h6{
  font-size: 12px;
  font-weight: 600;
  
  position: relative;
  right: -7px;
  margin-bottom: 0;
  top: 35%;

} */
/* .staus-bar.active{
  background-color: var(--primary);
  
}
.staus-bar.active h6{
  color: #fff;
} */


/* base */
.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.fs-13 {
  font-size: 13px;
}

.text-light {
  color: #5C6C7B !important;
}

.py-80 {
  padding: 80px 0;
}

.pb-80 {
  padding-bottom: 80px;
}

.py-110 {
  padding: 110px 0;

}

.fs-11 {
  font-size: 11px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px !important;
}

.table {
  --bs-table-bg: transparent;
}

.traveler-list-table tr {
  transition: all 0.5s;
  cursor: pointer;
}

.traveler-list-table tr:hover {
  background-color: #F7F8F9;
}

.traveler-content h6 {
  font-size: 20px;
  font-weight: 500;

}

.taveler-order-details {
  display: flex;
  align-items: center;
}

.taveler-order-details span {
  font-size: 14px;
  font-weight: 500;
}

.flow-media img {
  transform: scaleX(-1);
  background: var(--primary);
  border-radius: 8px;
  width: 80px;
  height: 80px;
  padding: 12px;
  margin-bottom: 30px;

}

.flow-chart {
  position: relative;
  margin-bottom: 120px;
}

.float-logo {
  position: relative;
}

.float-logo p {
  position: absolute;
}

.float-logo::after,
.float-logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 303px;
  background: repeating-linear-gradient(to right,
      var(--primary) 0,
      var(--primary) 5px,
      transparent 5px,
      transparent 10px);
  width: 344px;
  height: 2px;

}

.flow-chart.style-1:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;

  background: repeating-linear-gradient(to bottom, var(--primary) 0, var(--primary) 5px, transparent 5px, transparent 10px);
}

.float-logo::before {
  left: -229px;
  width: 342px;
}

.flow-chart:after {

  content: "";
  position: absolute;
  width: 2px;
  height: 100px;

  background: repeating-linear-gradient(to bottom, var(--primary) 0, var(--primary) 5px, transparent 5px, transparent 10px);
}

.flow-media p {
  margin-left: auto;
  margin-right: auto;
  max-width: 462px;
}

.move-1 {
  -webkit-animation: move1 5s infinite;
  animation: move1 5s infinite;
}

.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite;
}

.move-3 {
  -webkit-animation: move3 5s infinite;
  animation: move3 5s infinite;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}

@-webkit-keyframes move3 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(5px, 0);
  }

  40% {
    transform: translate(5px, 5px);
  }

  65% {
    transform: translate(0, 5px);
  }

  65% {
    transform: translate(5px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.main-login {
  position: relative;
  z-index: 1;



}

.header-select .btn {
  border: 0;

  font-size: 1rem;
  font-weight: 600;
  padding: 0 !important;
  text-transform: capitalize;
}

.header-select .dropdown-menu.show {
  min-width: 100px;
}

.header-select .dropdown-item.active {
  color: white !important;
}

.login-bg-bx {
  height: 100%;
  display: flex;
  align-items: center;
}

/* notification-strat */
.notification-bell-icon {
  background: var(--rgba-primary-1);
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  margin-right: 16px;

}

.notification-title {
  width: 80%;
}

.main-login:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 21px;
  right: -17px;
  background-image: url(../images/cloud.svg);
  width: 100%;
  height: 175px;
  background-repeat: repeat-x;
  -webkit-animation: slide 30s linear infinite;
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1920px;
  }
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  padding: 0;
  border-bottom: 0 !important;
}

.font-w600 {
  font-weight: 600;
}

.font-w500 {
  font-weight: 500;
}

.font-w400 {
  font-weight: 400;
}

.accordion-button:focus {
  box-shadow: unset;

}

.navbar-expand-lg .navbar-collapse {
  display: none !important;
}

.border-end {
  border-color: var(--border-color-dark);
}

.accordion-button .collapsed {
  padding-bottom: 0;
}

.fs-9 {
  font-size: 9px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pb-110 {
  padding-bottom: 110px;
}

.form-label {
  font-size: 14px;
  color: var(--dark);
  font-weight: 500;
}

.form-control {
  height: 45px;
  border-radius: 4px;
  font-size: 14px;
  padding: 9px 20px;
  border: 1px solid var(--border-color-1);
}

.form-control:focus {
  box-shadow: unset;
  border-color: var(--border-color-1);
}

.form-control-lg {
  height: 66px;
  border-radius: 10px;
  border: 1px solid #D1D1D1;
}

.form-control-lg::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #8B8484;
  opacity: 0.4;
  letter-spacing: 0.25px;


}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 42px;
}

h5 {
  font-size: 25px;
}

:root {
  --primary: #149F38;
  --secondary: #2F2F30;
  --section-card-color: #090E23;
  --light: #f4f4f4;
  --rgba-primary-1: rgba(20, 159, 56, 0.1);
  --rgba-primary-2: rgba(20, 159, 56, 0.2);
  --rgba-secondary-1: rgba(40, 43, 44, 0.1);
  --border-color: #E1E1E1;
  --border-color-1: #E2E2E2;
  --border-color-dark: #D6D4D4;
  --dark: #101A29;
  --radius: 12px;
  --radius-sm: 8px;
  --text-dark: #000;


}

.bg-primary {
  background-color: var(--primary) !important;
}

.banner-media img {
  width: 50vw;
}

.breadcrumb-item .active {
  color: var(--primary);
}

::selection {
  background-color: var(--primary);
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-success {
  color: #2fb53c !important;
}

.bgl-primary {
  background-color: var(--rgba-primary-1);
}

.bgl-secondary {
  background-color: var(--rgba-secondary-1);
}

.bgl-success {
  background-color: rgba(48, 180, 60, 0.1);
}

.bgl-danger {
  background-color: rgba(255, 87, 51, 0.1);
}

strong {
  color: #000;
}

.badge {
  padding: 4px 16px 4px 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 13.5px;
}

.badge-light {
  background: #0C1F1F0A;
  color: #0C1F1F;
}

.badge-primary {
  background-color: var(--primary);
  border-color: var(--primary)
}

.btn {
  font-size: 18px;
  font-weight: 500;

  letter-spacing: 0.9px;
  border-radius: var(--radius-sm);
  padding: 18px 54px 18px 54px;
  gap: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.btn-sm {
  padding: 12px 20px;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: var(--radius-sm);
  line-height: 16.5px;
}

textarea {
  min-height: auto !important;
  height: auto !important;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);

}

.btn-primary:hover .svg-head,
.btn-outline-primary:hover .svg-head {
  filter: brightness(20.5);
}

.btn-primary.light {
  background-color: var(--rgba-primary-2);
  border-color: var(--rgba-primary-2);
  color: var(--primary);
}

.btn-primary.light:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);

}

.btn-primary.light:hover img {
  filter: brightness(27.5);
}

.btn-primary:hover {
  color: #fff !important;
}

.btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
}

.btn-outline-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover img {
  filter: brightness(19.5);
}

.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-success {
  background-color: #149F38;
  border-color: #149F38;
  color: #E4E4E4;
}

.btn-danger {
  background-color: #FF0B0B;
  border-color: #FF0B0B;
  color: #fff;
}

.btn-warning {
  background-color: #FFA432;
  border-color: #FFA432;
  color: #fff;
}

.btn-secondary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}


a {
  color: var(--primary);
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

a:hover {
  color: var(--primary);
  text-decoration: none;
}

.font-w600 {
  font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-weight: 600;
  color: #000;
}

.welcome-box .btn {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: var(--radius-sm);
  padding: 14px 26px 14px 26px;
  gap: 10px;
  line-height: 1;
  text-transform: unset;



}

body.home-v2 {
  background-color: var(--light);
}

body.home-v3 {
  background-color: var(--light);
}

body.home-v3 p {
  line-height: normal;
}

body.home-v3 .clients-box-1 {
  border-radius: var(--radius-lg);
}

body.home-v3 .text-seconadry {
  color: var(--secondary);
}

.btn-block {
  width: 100%;
  display: block;
}

.main-banner {
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.main-banner:after {
  content: "";
  position: absolute;
  background-color: var(--primary);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.main-banner-content {
  position: relative;
  z-index: 1;

}

.main-banner-content h1 {
  color: #fff;
  margin-bottom: 30px;
}

.clients-1 {
  padding: 12px 0;
  text-align: center;
}

.clients-1 img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients-1 img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients-1 img {
    max-width: 40%;
  }
}

.Landscape-media {
  box-shadow: -28px 28px 0 0px var(--primary);
}

.Landscape-media img {
  width: 100%;
}

.video-media {
  position: relative;

}

.video-media:after {
  position: absolute;
  content: "";
  background-color: var(--primary);
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-media {
  position: relative;
}

.about-media img {
  border-radius: 30px;
}

.section-padding {
  padding-top: 100px;
}

.about-sub-bx {
  background-color: #fff;
  width: 150px;
  height: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: -10%;
  left: -10%;


}

/* style-2 css strat */
.Potential-bx {
  background-color: #fff;
  padding: 25px;
  border-radius: var(--radius-lg);

}

.Potential-icon-bx {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background-color: var(--rgba-primary-1);
  line-height: 40px;
  border-radius: var(--radius);
  margin-right: 10px;
  min-width: 40px;
}

.Potential-icon-bx img {
  width: 50%;
}




.choose-content h6 {
  font-size: 0.9rem;
  margin-bottom: 3px;
}

.why-chosse-us-box {
  background-color: var(--rgba-primary-1);
  padding: 15px;
  border-radius: var(--radius);
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

.preloader_media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader_media img {
  filter: hue-rotate(102deg);
}

/* #preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--primary);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 1px 2px 0px #00000040;
  background-color: #fff;
}

/* #header.header-scrolled,
#header.header-inner-pages {
  background: rgba(255, 255, 255, 1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */

.header-nav .logo-header {
  display: none;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* /* .navicon{
  width: 40px;
  height: 40px;
  background: var(--secondary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: var(--radius);
  margin-left: 8px;
}
.navicon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: #fff;
  left: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navicon span:nth-child(1) {
  top: 11px;
  width: 22px;
}
.navicon span:nth-child(2) {
  top: 20px;
  width: 25px;
}
.navicon span:nth-child(3) {
  top: 29px;
  width: 20px;
} */
/* .open span:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.open span:nth-child(3) {
  top: 19px;
  width: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
} */

.sub-menu-down>a:after {
  content: "\f078";
  font-size: 9px;
  margin-left: 5px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";

}

.sub-menu {
  background-color: #fff;
  display: block !important;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 10px 0 !important;
  position: absolute;
  visibility: hidden;
  width: 180px;
  top: 58px;
  z-index: 10;
  border-radius: var(--radius);
  margin-top: 20px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sub-menu li a {
  color: #777;
  display: block;
  font-size: 14px;
  padding: 8px 25px;
  line-height: 1.3;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 500;
}

.sub-menu li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary);
  left: 20px;
  top: 16px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.sub-menu li:hover a:after {
  width: 10px;
}

.sub-menu li:hover a {
  color: var(--primary);
  padding: 8px 20px 8px 37px;
}

.header-btn {
  display: inline-block;
  padding: 0.625rem 1rem;
  border-radius: 6px;
  transition: 0.5s;
  color: #fff !important;
  background: var(--primary);
  font-size: 0.813rem !important;

}

.header-btn:hover {
  color: #fff !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;

}


.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--primary);
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .shop_icon-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 11px;
  }


  .about-content {
    padding-left: 0 !important;
    padding-top: 30px;
  }


  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--primary);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--primary);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #F5F5F5;
  min-height: 600px;
}

#hero .container {
  padding-top: 72px;
}

#hero-1 .container-fluid {
  padding-top: 14px;
}

.vh-100 {
  height: 100vh;
  min-height: 700px;
}

move-1 {
  -webkit-animation: move1 5s infinite;
  animation: move1 5s infinite;
}

.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite;
}

.move-3 {
  -webkit-animation: move3 5s infinite;
  animation: move3 5s infinite;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}

@-webkit-keyframes move3 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(5px, 0);
  }

  40% {
    transform: translate(5px, 5px);
  }

  65% {
    transform: translate(0, 5px);
  }

  65% {
    transform: translate(5px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}





/* onitsway */
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  color: #000000;

}

.forword-service-bx .form-check-input {
  width: 20px;
  height: 20px;
}

.forword-service-bx .form-check-label {
  color: #000;
  font-size: 20px;
  margin-left: 5px;

  font-weight: 500;
}

.forword-service-bx h4 {
  font-weight: 500;
  font-size: 30px;

  margin-bottom: 20px;
}

.forword-service-bx {
  margin-top: 30px;
}

.forword-service-bx h6 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;

}

.benift-bx p {
  font-weight: 500;
  /* text-transform: capitalize; */
}

.benift-media.traveler img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 8px;
}

.welcome-box p {
  margin-bottom: 30px;
}

.welcome-box {
  background-image: url(../images/welcom-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  margin: 16px 0;
  padding: 86px 46px;
  z-index: 2;
  margin-bottom: 40px;
}

.wave {
  margin-left: 8px;
  animation-name: wave-animation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
}

.welcome-box:after {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@keyframes wave-animation {
  0% {
    transform: rotate(0.0deg)
  }

  10% {
    transform: rotate(14.0deg)
  }

  /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8.0deg)
  }

  30% {
    transform: rotate(14.0deg)
  }

  40% {
    transform: rotate(-4.0deg)
  }

  50% {
    transform: rotate(10.0deg)
  }

  60% {
    transform: rotate(0.0deg)
  }

  /* Reset for the last half to pause */
  100% {
    transform: rotate(0.0deg)
  }
}

.support_dash_media img {
  width: 14%;
  position: absolute;
  right: 38px;
  bottom: 5px;
  animation: floating 2s ease-in-out infinite alternate, fadeIn 0.5s ease-in-out;
  filter: brightness(1.2);

}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

}

.welcome-box h2 {
  font-size: 40px;
  color: white;

}

.wel-card-bx.card {
  border-radius: 12px;
  box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
  border: 1px solid #EEEEEE;
}



.icon-bx-dash {
  background-color: rgba(20, 159, 56, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-left: auto;
  display: inline-block;
  text-align: center;
  line-height: 40px;

}

.dark-light {
  background-color: rgba(0, 0, 0, 0.2);
}

.danger-light {
  background-color: rgba(204, 13, 57, 0.2);
}

.card-body h3 {
  font-size: 30px;

}

.card-body p {
  color: #0C1F1F;
}

.contact-content ul li {
  display: inline-flex;
  flex-wrap: wrap;
}

.login-bx .form-control-lg {
  font-size: 14px;
  color: #888;
}

.iti {
  width: 100%;
}

.sender-media img {
  width: 50vw;
}

.flex-wapper {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 700px;
  justify-content: center;
}

.chat-modal {
  border: 1px solid var(--border-color-dark);
  width: 600px;

  border-radius: var(--radius);
}

/* choose-delivery */
.star-rating {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-left: 11px;
  line-height: 0.6;
}

.price-tag {
  position: absolute;
  right: 30px;
}

.chat-body {
  height: 568px;
  overflow-y: scroll;
}

.chat-modal h4 {
  font-size: 24px;

}

.chat-header,
.chat-footer {
  padding: 1rem 1.875rem;
}

.chat-header {
  border-bottom: 1px solid var(--border-color-dark);

}

.chat-modal .chat-box-area {
  height: 24rem;
  background-color: white;
  padding: 0;
}

.chat-modal .message-received,
.chat-modal .message-sent {
  width: 48%;
}

.chat-modal .message-received p,
.chat-modal .message-sent p {
  background-color: #f5f5f5;
  color: var(--text-dark);
  padding: 14px 30px;
  font-size: 20px;

  font-weight: 5;
  width: fit-content;
  border-radius: 20px 0 20px 0;
}

.chat-modal .message-sent p {
  background: var(--primary);
  color: #fff;
}

.chat-modal .message-received small,
.chat-modal .message-sent small {
  font-size: 16px;
  color: #054752;
}

.chat-footer {
  border-top: 1px solid var(--border-color-1);
  background: white;
}

.chat-footer .form-control {
  font-size: 20px;
  color: #054752;

}

.chat-modal .chat-line {
  text-align: center;
  margin-bottom: 30px;
  background: var(--light);
  margin-left: auto;
  margin-right: auto;
  max-width: 104px;
  padding: 5px 10px;
  border-radius: 8px;
  color: var(--primary);
  font-size: 0.7rem;

}

.media {
  display: flex;
  align-items: flex-start;
}

.chat-body {
  padding: 1.875rem;
}

.delivery-sender h5 {
  font-size: 32px;
  margin-bottom: 32px;
  text-transform: capitalize;
}

.form-details.style-1 {
  border: 1px solid var(--border-color-dark);
  border-radius: var(--radius);
  padding: 16px;
  padding: 26px 16px;
}

.review-info h5 {
  font-size: 20px !important;
  margin-bottom: 8px !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  color: var(--text-dark) !important;
}

.review-table h2 {
  font-size: 32px;
  margin-bottom: 32px;
}

.review-table-bx {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.review-table-bx img {
  margin-right: 11px;
}

.review-info p {
  font-size: 15px;
  color: #5C6C7B;
}

.review-info h5 {
  color: var(--text-dark);
  font-size: 1.25rem;
  text-transform: capitalize;
}

.pickup-detaills .booking-bx {
  padding: 30px 36px;
}

.pickup-detaills .booking-bx .accordion-header {
  margin-bottom: 0;
}

.pickup-detaills .booking-bx .accordion-button {
  font-size: 20px;
  border-bottom: 0 !important;
}

.review-option-bx {
  margin-top: 30px;
  border: 1px solid var(--border-color);
  padding: 30px 39px;
  border-radius: 10px;
}

.review-option-bx h4 {
  margin-bottom: 30px;
}

.review-option .form-check-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);


}

.review-option .form-check-input:checked[type=radio] {
  background-image: none;
  border: 2px solid var(--text-dark);
}

.review-option {
  margin-top: 30px;
}

.review-option h6 {
  font-size: 18px;
  margin-bottom: 10px;

}

.review-order-bx {
  display: flex;
  align-items: center;
  padding-bottom: 13px;
  padding-top: 20px;
  border-bottom: 1px solid var(--border-color-1);
}

.review-info-1 p {
  font-size: 13px;
  color: #5C6C7B;
  margin-bottom: 0;
  font-weight: 600;
}

.shopping-entries {
  margin-bottom: 40px;
}

.default-select .btn {
  font-family: 'Poppins';
  letter-spacing: 0;
  font-size: 14px;
}

.shopping-entries .form-label {
  font-size: 16px;

}

.shopping-entries .btn {

  letter-spacing: 0;
  color: 263238;
  font-size: 16px;
  height: 66px;
  line-height: 40px;
}

#hero p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

/* shopcss */
.shop-info {
  display: flex;
  align-items: center;

}

.terms-right-bx {
  background-color: #101A29;
  color: #fff;
}

.term-bx {
  margin-bottom: 70px;
}

.term-bx:last-child {
  margin-bottom: 0;
}

.terms-points li {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 0;
  padding-left: 26px;
  text-align: start;
  position: relative;
}

.number-list {
  padding-left: 17px;
}

.number-list li {
  list-style-type: decimal;
  padding-left: 35px;
}

.number-list li::marker {
  font-size: 16px;

  font-weight: 600;
  color: var(--primary);
  margin-right: 16px;
}


.terms-points li:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 16px;

  position: absolute;
  left: 0;
  color: var(--primary);
  text-align: center;
  top: 10px;
}

.number-list li {
  padding: 7px 0;
  padding-left: 5px;
}


.term-bx h4 {
  font-size: 28px;
  margin-bottom: 32px;
}

.term-bx p {
  color: #737588;
  margin-bottom: 25px;
}

.terms-right-bx {
  padding: 26px 30px;
  border-radius: 6px;
  padding-bottom: 30px;
}

.terms-right-bx h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 12px;
}

.terms-right-bx p {
  line-height: 25px;
  margin-bottom: 32px;
}

.terms-right-bx .form-label {
  color: #fff;

}

.terms-right-bx .form-control {
  height: 45px;

  padding: 9px 16px;
}

.terms-right-bx .form-control::placeholder {}

.terms-right-bx .btn {

  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 600;
  padding: 13px 34px 16px 34px;
  margin-top: 26px;

  border-radius: 4px;
}

.shop-media img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid var(--dark);
  margin-right: 15px;
}

.modal-header {
  padding: 1rem 1.875rem;
}

.modal-header .close {
  padding: 0.875rem 1.815rem;
  margin: 0;
  position: absolute;
  right: 0;
  float: none;
  top: 0;
  font-size: 1.875rem;
  font-weight: 100;
}

.modal-footer {
  padding: 1rem 1.875rem;
}

.modal-content {
  border-radius: 6px;
  background-color: #fff;
}

.shpoing-bx {
  background-color: #FAFAFA;
  border-radius: var(--radius);
  padding: 42px 27px;
  margin-top: 40px;
}

.shpoing-bx h6 {
  font-size: 1.875rem;

  font-weight: 500;
}

.shpoing-bx h6 {
  font-size: 1.675rem;
}

.shpoing-bx p {
  margin-bottom: 3.125rem;
  margin-top: 1.563rem;
}

.shpoing-bx small {

  font-size: 0.875rem;
  color: var(--text-dark);
  font-weight: 600;
}

.price-details h6 {
  font-size: 1.125rem;
  font-weight: 600;
}

.price-details small {
  color: #5E626F;
}

.default-select.style-1 .dropdown-toggle {
  font-family: "poppins", sans-serif;
  color: #8B8484;
  letter-spacing: 0;
  border-radius: 0;
}

.bootstrap-select>.dropdown-toggle {
  background-color: white;
  border-color: var(--border-color-1);
  padding: 14px 20px;

}

.price-details {
  display: flex;
  justify-content: space-between;

}

.bootstrap-select .dropdown-menu li a {
  font-size: 0.8rem;
  padding: 12px 16px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary);
}

.shop-table {
  margin-top: 2rem;

}

.shop-table table th {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.7rem;

  white-space: nowrap;
  text-align: center;
}

.table-bordered>:not(caption)>* {
  border-color: #CCCCCC;


}

.shop-table table td {
  font-family: "poppins", sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 600;

}

.shop-table table td .form-check {
  display: inline-flex;
}

.check-lg .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
}

.form-check-input:focus {
  box-shadow: unset;
}

.input-dateicon {
  position: relative;
}

.banner-btn {
  display: flex;
  align-items: center;
}

.input-dateicon .icon {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 2rem;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.datepicker.datepicker-dropdown {
  padding: 1rem;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.datepicker table tr td span.active {
  background-image: unset;
  background-color: var(--primary) !important;
}

.datepicker.datepicker-dropdown td.day,
.datepicker.datepicker-dropdown th.next,
.datepicker.datepicker-dropdown th.prev {
  height: 33px;
  width: 33px !important;
  text-align: center;
  font-weight: 500;
  border-radius: 6px;
  font-size: 0.8rem;
  color: var(--text-dark);
}

.datepicker.datepicker-dropdown td.day.old,
.datepicker.datepicker-dropdown td.day.new,
.datepicker.datepicker-dropdown th.next.old,
.datepicker.datepicker-dropdown th.next.new,
.datepicker.datepicker-dropdown th.prev.old,
.datepicker.datepicker-dropdown th.prev.new {
  color: #eee;
  font-size: 0.8rem;
}

.datepicker.datepicker-dropdown td.day:hover,
.datepicker.datepicker-dropdown th.next:hover,
.datepicker.datepicker-dropdown th.prev:hover {
  color: var(--primary);
}

.datepicker.datepicker-dropdown th.datepicker-switch,
.datepicker.datepicker-dropdown th.next,
.datepicker.datepicker-dropdown th.prev {
  font-weight: 500;
  font-size: 14px;
  color: var(--text-dark);
  text-align: center;
}

.datepicker.datepicker-dropdown th.dow {
  font-weight: 400;
  font-size: 0.75rem;
  height: 2rem;
  color: var(--text-dark);
}

.datepicker table tr td.selected,
.datepicker table tr td.active.active {
  border: 0;
  background: var(--primary) !important;
  color: #fff;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.active.active:hover {
  background: var(--primary) !important;
  color: #fff;
}

.datepicker table tr td.today {
  background: var(--primary) !important;
  color: #ffffff !important;
}

.datepicker table tr td.today:hover {
  background: var(--primary) !important;
  color: #ffffff;
}

.datepicker table tr td.today.disabled {
  box-shadow: 0rem 0rem 1.875rem 0.3125rem rgba(243, 30, 122, 0.3);
  color: #ffffff;
}

.datepicker table tr td.today.disabled:hover {
  box-shadow: 0rem 0rem 1.875rem 0.3125rem rgba(243, 30, 122, 0.3);
  color: #ffffff;
}

/* .otp .form-control-lg{
  height: 60px; */

.about-media img {
  height: 466px;
  object-fit: cover;

}

.banner-info {
  margin-right: auto;
  max-width: 585px;
}

.section-sub-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #0E33CB;
  font-size: 14px;
  display: block;

  margin-bottom: 16px;
  letter-spacing: 0.9px;
}

.title,
.title-sm {
  font-weight: 700;
  font-size: 48px;
  line-height: 63px;
  margin-bottom: 20px;

}

.title-sm {
  font-size: 33px;
  line-height: 1.5;
  font-weight: 600;

}

.list-bx {
  background-color: #E6F4FA;
  padding: 1rem;
  border-radius: var(--radius-sm);
  font-size: 1.25rem;
  color: var(--text-dark);

  margin-bottom: 1rem;

}

.main-sender-left ul li {
  background-color: #E6F4FA;
  padding: 1.25rem;
  border-radius: var(--radius-sm);
  font-size: 1.25rem;
  margin-bottom: 1rem;
  display: inline-flex;
  color: #000;
  width: 100%;
  align-items: center;

}

.number-circle {
  min-width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  text-align: center;
  line-height: 3.75rem;
  color: #fff;
  border-radius: 50%;
  margin-right: 16px;
  background-color: var(--primary);
}

.work-media img {
  width: 90%;
}

lottie-player {
  --lottie-player-seeker-track-color: #e48509;
  --lottie-player-seeker-thumb-color: #ffcc00;
}

.title.style-1 {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 14px;
}

.para {
  color: #737588;
  line-height: 25px;
  margin-bottom: 48px;
}

.heading-box {
  border: 1px solid #e2e2e2;
  padding: 37px 33px;
  border-radius: 4px 0px 0px 0px;
}

.heading-box svg {
  margin-bottom: 27px;
}

.heading-box h5 {
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 20px;

}

.heading-box p {
  color: #737588;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.counter-section {
  background-color: var(--section-card-color);
  padding: 65px 0;
}

.counter-bx {
  border-right: 1px solid rgba(230, 230, 230, 0.2);
  text-align: center;
}

.counter-bx:nth-child(4) {
  border-right: 0;
  /* Remove right border from every 3rd child */
}

.counter-bx h2 {
  color: #fff;
  font-size: 56px;

}

.counter-bx span {
  color: #2CD8B1;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-left-bx {
  background-color: #fff;
  padding: 20px 24px 25px 25px;
  border-radius: 6px;
  margin-bottom: 42px;
}

.contact-right-bx.form-control {
  border-color: #E2E2E2;

}

.contact-right-bx.form-control::placeholder {
  font-size: 16px;
  color: #737588;
}

textarea.form-control {
  min-height: 135px !important;
  height: 135px !important;
}

.contact-left-bx :last-child {
  margin-bottom: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.contact-content p {
  margin-bottom: 24px !important;
}

.contact-btn {
  margin-top: 30px;

}

.contact-btn .btn {
  border-radius: 4px;
  font-family: "poppins", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
}

.contact-right-bx {
  background-color: #fff;
  padding: 50px;
  border-radius: 6px;
}

.contact-content h2 {
  font-size: 20px;
  margin-bottom: 14px;
}

.contact-content p {
  margin-bottom: 24px;
}

.contact-list {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-right: 18px;

}

.contact-list-bx {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.contact-list-bx i {
  font-size: 24px;
  color: #2CD8B1;
  margin-right: 24px;
}

.login-media {
  width: 50vw;
}

.login-media img {
  width: 100%;
}

.login-bx {
  background-color: #fff;
  width: 643px;
  border-radius: 20px;
  padding: 55px 40px;
}

.login-bx .login-para {
  margin-bottom: 0;
  color: var(--text-dark);
  font-size: 20px;

  margin-top: 24px;

}

.default-check .form-check-input {
  width: 24px;
  height: 24px;
  border-color: #000;
  border-radius: 0;
  margin-right: 11px;
}

.default-check .form-check-label {
  font-size: 18px;
  color: #0C1F1F;
  line-height: 2;


}

.login-forget a {
  font-size: 18px;

}

.login-bx .btn-dark {
  font-family: "poppins", sans-serif;
  background-color: #030303;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding: 9px 17px;
  width: 242px;
  height: 48px;

}

.login-bx .form-control-lg {
  border-radius: 10px;
  border: 1px solid #D1D1D1;
  margin-bottom: 30px;
}

.login-left-content h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 48px;

  line-height: 1.5;

}

.border-right {
  border-right: 1px solid #F4F4F5;
}

.profile-top-bx {
  padding: 40px 90px 0px;
  text-align: center;

}

.profile-top-bx .profile-media img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 4px 30px 0px #00000033;
}

.profile-top-bx .profile-media {
  position: relative;
  margin-bottom: 14px;
  display: inline-block;
}

.profile-info h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;

}

.profile-info p {
  font-size: 14px;
  font-weight: 600;

  margin-bottom: 32px;
}

.profile-info span {
  display: block;
  margin-bottom: 32px;

}

.edit {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  background-color: var(--primary);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  bottom: 0;
  right: 0;
}

.profile-container {
  box-shadow: 0px 4px 10px 0px #0000001A;

}

.profile-sidebar {
  border-top: 1px solid #F4F4F5;
}

.profile-sidebar .nav-tabs {
  flex-direction: column;
  border-bottom: 0;
}

.profile-sidebar .nav-tabs .nav-link {
  width: 100%;
  color: #1C2B38;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 30px 20px 30px;
  text-align: left;
  border: 0;
  border-radius: 0;
  text-transform: capitalize;
}

.profile-sidebar .nav-tabs .nav-link.active {
  background-color: var(--primary);
  color: #F1F1F1;
  border-radius: 0;
}

.profile-heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 44px;
}

.arrow {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 21px;

}

.profilr-right-bx {
  padding: 38px 39px;
}

.profile-details-card {
  background-color: #f5f6f6;
  border-radius: 16px;
  padding: 16px;
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.profile-details-card-header {
  display: flex;
  align-items: center;
  padding: 0px 0px 8px 0px;
  border-bottom: 1px solid rgba(12, 31, 31, 0.1);

  margin-bottom: 16px;

}

.profile-details-card-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0C1F1F;
  margin-right: auto;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}

.profile-details-card-header h4 span {
  font-size: 8px;
  font-weight: 700;
  margin-left: 8px;
}

.profile-details-card-body small {
  font-size: 9px;
  font-weight: 500;
  color: #0C1F1F40;
  margin-bottom: 4px;
}

.profile-details-card-body h6 {
  font-size: 11px;
  font-weight: 500;
  color: var(--dark);
}

.profile-details-card-body>div>div>div {
  margin-bottom: 24px;
}

.card-body-media img {
  width: 100%;
  border-radius: 8px;
}

.profile-details-card-footer {
  padding-top: 24px;
  display: flex;
  align-items: center;

}

.profile-details-card-footer .btn {
  font-family: "poppins", sans-serif;
  padding: 12px 20px;
  font-size: 11px;
}

.profile-details-card-footer .btn-warning {
  padding: 12px 50px;
  font-size: 11px;
}

.booking-bx {
  border: 1px solid var(--border-color-dark);
  border-radius: var(--radius-sm);
  overflow: hidden;
  padding: 24px 16px 24px 16px;
  margin-bottom: 16px;
}

.booking-bx .accordion-button h6 {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.edit-tool {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #ECEDEE;
  display: inline-block;
  text-align: center;
  line-height: 21px;

}

.booking-bx .accordion-item {
  border: 0;
}

.booking-bx .accordion-button {
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0 !important;
  box-shadow: unset;
  border-bottom: 1px solid rgba(12, 31, 31, 0.2) !important;
}

.setting-btn {
  margin-top: 56px;
  text-align: end;
}

.setting-btn.style-1 {
  margin-top: 16px;
  text-align: left;
}

hr {
  margin: 1rem -52px;
  border-color: #F4F4F5;
}

.review-bx {
  padding: 20px;
  border: 1px solid var(--border-color-dark);
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
}

.review-sub-bx {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
}

.review-sub-bx span {
  margin: 0px 16px;
  display: block;
  align-self: end;
}

.space-class {
  display: flex;
  align-items: center;
}

.traveler-card {
  box-shadow: 0px 8px 34px 0px #0000000F;
  border-radius: 4px;
  display: flex;
}

.traveler-media img {
  width: 150px;
  height: 245px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 20px;
}

.traveler-title {
  margin-bottom: 50px;
}

.traveler-content {
  padding: 26px 0;
}

.traveler-content .review-sub-bx .badge {
  border-radius: 30px;
  padding: 6px 40px;
  font-size: 11px;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.traveler-content .review-sub-bx .badge:hover {
  color: white;
}

.traveler-list-update-bx {
  box-shadow: 0px 4px 10px 0px #0000001A;
  padding: 69px 69px;
  border-radius: 30px;
}

.traveler-list-update-bx .form-label {
  font-size: 16px;
  letter-spacing: 0.25px;
  font-weight: 400;
}

.traveler-list-update-bx h5 {
  font-size: 23px;
  font-weight: 700;
  color: #42505C;
  margin-bottom: 40px;

  padding-bottom: 38px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2)
}

.table-title {
  margin-bottom: 24px;
  margin-top: 8px;
}

.table-box {
  border: 1px solid #E7E7ED;
  border-radius: 4px;
  margin-bottom: 20px;


}

.table-responsive {
  scrollbar-width: thin;
}

.traveler-list-table tbody td {
  border-bottom: 0;
  padding: 21px 16px;
  font-size: 14px;
  /* font-family:Source Sans Pro; */
  white-space: nowrap;
  text-align: start;
}

.traveler-list-table thead th {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  /* font-family:Source Sans Pro; */
  white-space: nowrap;
  vertical-align: middle;

}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
}

.traveler-list-table :first-child {
  border-top-left-radius: 4px;
}


.form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #CDCED9;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.administration-title {
  font-size: 86px;

  margin-bottom: 39px;
}

.btn-group {
  display: inline-block;

}

.btn-group .btn {
  border-radius: 10px !important;
  border: 1px solid #D1D1D1;
  font-size: 24px;
  font-family: "poppins", sans-serif;
  padding: 21px 52px;
  color: rgba(139, 132, 132, 0.4);
}

.check .btn-group {
  margin-bottom: 61px;
}

.btn-1 {
  margin-right: 55px;
}

.btn-check:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.btn-outline-primary {
  --bs-btn-active-bg: var(--primary);
  /* color: #fff; */

}

.btn-outline-primary:hover img {
  filter: brightness(11.5px);
}

.btn-light {
  background-color: #E8E8E8;
  border-color: #E8E8E8;

}

.btn.style-1 {
  font-family: "poppins", sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 20px;
  padding: 13px 18px;
}

.btn-block {
  display: block !important;
  width: 100% !important;
}

.banner-btn .btn {
  padding: 13px;
  letter-spacing: 0;
  font-size: 15px;
  margin-top: 40px;
  line-height: 2;
}

.form-control.solid {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  height: 66px;

  font-size: 1rem;

  border-radius: var(--radius-sm);
  padding-left: 3.013rem;
}

.form-icon {
  position: absolute;
  top: 68%;
  transform: translateY(-50%);
  left: 16px;
}

/* input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
} */
.sender-content h2 {
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 30px;
}

.chat-media img {
  width: 60px;
  height: 60px;
  border: 2px solid var(--text-dark);
  border-radius: 50%;
  margin-right: 16px;

}

.chat-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background: var(--rgba-primary-2);
  text-align: center;
  border-radius: var(--radius);

}

.sender-content p {
  margin-bottom: 40px;
  color: #5C6C7B;
}

.form-control.solid::placeholder {
  font-size: 1.125rem;

  text-transform: capitalize;
}

.passport-media {
  position: absolute;
  top: 64%;
  transform: translateY(-50%);
  right: 0px;
}

.dob-title {
  font-size: 24px;

  font-weight: 400;
  margin-bottom: 21px;
}

.login-btn {
  margin-bottom: 30px;
}

.login-btn .btn {

  padding: 15px 74px 15px 74px;
  font-size: 21px;
  font-weight: 400;
}

.login-btn .btn-dark {
  background-color: #263238;
  border-color: #263238;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  margin-left: 20px;
}

.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
}

.btn-white:active {
  background-color: #fff !important;
  border-color: #fff !important;
}

.sender-login-bx {
  box-shadow: 0px 4px 10px 0px #0000001A;
  padding: 60px 79px;
  border-radius: 20px;

}

.sender-login-bx .form-label {
  font-size: 20px;

}

.sender-login-bx .form-control-lg {
  border-radius: 10px;
  color: #fff;
}

.sender-login-bx .form-control-lg::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.sender-login-bx .btn {
  font-family: "poppins", sans-serif;
}

.icon-back {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  line-height: 40px;
  background-color: var(--rgba-primary-1);
  color: var(--primary);
  border-radius: 8px;
}

.login-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-light p {
  color: #8C9095 !important;
  margin-bottom: 65px;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 14px;
}

.sender-tab .nav-tabs {
  border: 0;
  border-radius: 8px;
  background-color: #E8E8E8;
  padding: 4px;
  width: fit-content;
}

.sender-tab .nav-tabs .nav-item .nav-link {
  border: 0;
  border-radius: 8px;
  margin: 0;
  color: var(--text-gray);
  padding: 0.5rem 1.125rem;
  font-weight: 500;
  text-align: center;
}

.sender-tab .nav-tabs .nav-item .nav-link.active {
  background: var(--primary);
  color: #fff;
}

.sender-tab .nav-tabs .nav-item .nav-link.active:hover {
  color: #fff;
}

.sender-tab .nav-tabs .nav-item .nav-link:hover {
  color: var(--primary);
}

.review-order-bx svg {
  margin-right: 16px;
}

.form-details {
  margin-bottom: 50px;
}

.form-default-select .btn {
  height: 66px;
  color: #5C6C7B;

  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  border-radius: var(--radius-sm);
  text-transform: capitalize;
}

.table-heading {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}

.btn-wide {
  /* padding: 8px 56px !important; */
  padding: 8px 8px !important;
  font-family: "poppins", sans-serif;
  font-size: 11px !important;
  letter-spacing: 0 !important;
}

/* onitsway */

/* main-traveler-resgistrtion-page */
.number-circle:hover {
  color: #fff;
}

.section-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 918px;
  text-align: center;

}


.section-title p {
  color: #000;

  font-size: 20px;
  font-weight: 500;
}

.benift-bx {
  background-color: #e7f4fa;
  border-radius: 10px;
  padding: 30px;
}

.benift-bx img {
  width: 148px;
  height: 148px;
}

.benift-bx:first-child {
  margin-top: 56px;
}

.mb69 {
  margin-bottom: 69px;
}

.benift-bx {
  margin-bottom: 32px;
}

.benift-sub-bx {
  display: flex;
  align-items: center;
}

.benift-sub-bx h1 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 52px;
  color: #054752;
  margin-right: 8px;
}

.benift-sub-bx h4 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 32px;
  color: #000;
  text-transform: capitalize;
}

.section-title {
  margin-bottom: 60px;
}

.benift-sub-bx h1 .about-left-content p {

  margin-bottom: 20px;
}

.ticket-card-bx {
  background-color: var(--section-card-color);
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);

}

.ticket-card-bx h2,
.ticket-card-bx h5 {
  color: #fff;
  text-transform: uppercase;
}

.seprate {
  border-right: 1px dashed #fff;
  margin-right: 16px;
  padding-right: 16px;

}

.service-bx {
  background-color: #E6F4FA;
  padding: 50px;
  transition: all 0.5s;
  cursor: pointer;
  height: 336px;
}

.service-bx svg {
  margin-bottom: 10px;
}

.section-bg {
  background-color: #E6F4FA;
}

.bg-light {
  background-color: #FAFAFA;
}

.testimonial-title {
  font-family: "poppins", sans-serif;
  color: var(--primary);
  margin-bottom: 16px;
}

.testimonial-media {
  margin-top: 100px;
  position: relative;
}

.testimonial-media img {
  width: 85%;
}

.testimonial-icon {
  width: 132px;
  height: 132px;
  border-radius: 8px;
  background-color: var(--primary);
  position: absolute;
  top: -44px;
  right: 77px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.testimonial-card {
  background-color: var(--secondary);
  border-radius: var(--radius);
  padding: 38px;
  margin-top: 24px;
  width: 506px;
  /* height:282px; */
}

.testimonial-card.style-1 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  width: 100%;
}

.testimonial-card.style-1 p {
  color: #5B5B5E;
}

.testimonial-card.style-1 h6 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.9px;
}

.testimonial-card p {
  font-weight: 400;
  color: #fff;
  margin-bottom: 46px;
}

.testimonial-card h6 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.9px;
  font-weight: 500;
}

.star {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.star li:first-child {
  margin: 0;
}

.star li {
  margin: 0 5px;
}

.service-bx h5 {
  color: #040018;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 22px;
  margin-bottom: 85px;
}

.service-bx p {
  color: #202124;

  font-weight: 500;
  width: 75%;
}

.service-bx:hover {
  background-color: var(--primary);
}

.service-bx:hover p,
.service-bx:hover h5 {
  color: #fff;
}


.adbout-bx img {
  height: 410px;
  object-fit: cover;
}

.about-left-content {
  padding-right: 45px;
}


.map {
  position: relative;
  z-index: 1;
}

.map iframe {
  width: 100%;
}

.map:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFAF3;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: soft-light;
}


@media only screen and (max-width: 1199px) {
  .contact-info.style-1 .title {
    font-size: 32px;
  }

  .notification-title {
    width: 70%;
  }

  .page-nav {
    padding-top: 68px !important;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info.style-1 .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-info.style-1 .title {
    font-size: 24px;
  }

  .shop_icon-1 {
    margin: 0 9px;
  }

  .btn-dashbord {
    font-size: 11px !important;
    font-weight: 500;
    /* letter-spacing: 0.9px; */
    /* letter-spacing: 0.9px; */
    padding: 5px 5px !important;
    gap: 10px;
    /* line-height: 1; */

    text-transform: capitalize !important;
  }

}

.support_dash_media {
  display: none;
}

.wave {
  width: 40px;
  height: 40px;
}

.welcome-box h2 {
  font-size: 20px !important;
}


.contact-info.style-1 .text {
  color: var(--secondary);

  font-size: 20px;
  margin-left: unset;
  margin-right: unset;
  max-width: 540px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .contact-info.style-1 .text {
    font-size: 26px;
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 767px) {
  .contact-info.style-1 .text {
    font-size: 22px;
    margin-bottom: 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .contact-info.style-1 .text {
    font-size: 20px;
  }
  .chat-body{
    height: calc(100vh - 134px);
  
  }

  .notification-title {
    width: 60%;
  }

  .logo svg {
    width: 130px;
  }

  .banner-btn .btn:last-child {
    margin-bottom: 0px;
    margin-top: 0px;

  }
}

@media only screen and (max-width: 400px) {
  .banner-btn .btn {
    line-height: 2.7;
  }

  .banner-btn .btn:last-child {
    margin-bottom: 0px !important;
    /* margin-top: 10px !important; */
    margin-top: 0px !important;
  }

  .shop_icon-1 {
    margin: 0 6px;
  }

  .logo svg {
    width: 120px;
  }

}

.contact-info.style-1 .text span {
  color: var(--secondary);
}

.contact-info.style-1 .contact-bottom {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0 0;
}

.contact-info.style-1 .contact-bottom h3,
.contact-info.style-1 .contact-bottom .h3 {
  color: var(--secondary);
}

.contact-info.style-1 .contact-bottom .contact-left {
  margin-right: 190px;
}

.contact-left {
  ul {
    display: block;
  }
}

.map-iframe {
  height: 450px;
}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* google-clouds */
.google-pills {
  box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}

.google-pills .nav-tabs {
  flex-direction: column;
  border: 0;
}

.google-pills .nav-tabs .nav-link {
  border: 0;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  border-bottom: 1px dashed var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 0;
}

.google-pills .nav-tabs .nav-link:after {
  content: "\f30b";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: 0;
  color: var(--seconday);
  top: 10px;
}

/* seo */

.swiper-pagination.style-1 {
  position: relative;
  bottom: 0;
}

.swiper-pagination-bullet {
  height: 6px;
  width: 35px;
  border-radius: var(--radius);
  margin: 0 5px;
  background-color: #b7b2b2;
  transition: all 0.5s;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary);
  width: 75px;
}

/* blog */

.blog-box {
  overflow: hidden;
  position: relative;
  height: auto;
}

.blog-content.style-1 a {
  color: #000;

}


.blog-content h2 {
  font-size: 1.125rem;
}

.blog-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* .blog-content a{
    color:var(--secondary)
} */
.blog-content a:hover {
  color: var(--primary);
}

.card {
  margin-bottom: 30px;
}

.blog-box .blog-media {
  width: 100%;
  overflow: hidden;
  height: auto;
}

.blog-media :after {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 1;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;

}

.blog-box .blog-media a {
  display: block;
  height: 100%;
}

.blog-box .blog-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;

}

.blog-box img {
  transition: all 0.5s;
}

.blog-box:hover img {
  transform: scale(1.1);
}

.blog-box:hover .blog-media :after {
  animation: shine .75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.wp-block-tag-cloud a,
.tagcloud a {
  position: relative;
  border: 1px solid var(--secondary);
  padding: 8px 15px;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  font-size: 14px;
  color: #131617;
  line-height: 1.4;
  border-radius: 10px;
  font-weight: 400;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

.widget-title {
  position: relative;
  margin-bottom: 18px;
  font-size: 1.125rem;
}

.widget-title .title {
  margin-bottom: 0;
}

/* page-nav */

.page-nav {
  padding-top: 70px;
  text-align: center;

}

.about-home {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  background-position: center;
}

.svg-gap {
  margin: 0 64px;
}

.about-home.style-1 {
  background-size: cover;
}

.about-home::after {
  position: absolute;
  content: "";
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
}

.page-content {
  z-index: 1;
  color: white;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 837px;
}


.page-nav h2 {
  font-size: 56px;
  color: #fff;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}




/*--------------------------------------------------------------
#feature-bx
--------------------------------------------------------------*/

ul {
  /* //display: flex; */
  /* padding: 0px 10px; */
  padding: 0;
}

ul .customer-image {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -10px;
}

ul .customer-image img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}



/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about-content {
  padding-left: 50px;
}

.about-content-right {
  padding-right: 40px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--primary);
  line-height: 1;
}



@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: var(--secondary);
}

#footer .footer-newsletter {
  padding: 50px 0;
  background-color: var(--light);
}



#footer .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  height: 50px;
  border-radius: var(--radius);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: var(--primary);
}

#footer .footer-top {
  padding: 70px 0 30px 0;
  background: var(--secondary);
}

.footer-contact img {
  margin-bottom: 20px;
}

#footer .footer-top .footer-contact p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: #EBEBED;



}

#footer .footer-top h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;


  padding-bottom: 20px;
}

#footer .footer-top .footer-links {
  margin-bottom: 20px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--primary);
  font-size: 18px;

  line-height: 1;
}

#footer .footer-top .footer-links ul li {

  display: flex;
  align-items: center;
}

.footer-links p {
  color: #EBEBED;
  line-height: 25px;
  margin-bottom: 12px;
}

.desc a {
  padding-left: 10px;

}

.mb12 {
  margin-bottom: 12px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #EBEBED;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  /* font-family:  Urbanist; */
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--primary);
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--primary);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 35px;
  padding-bottom: 45px;
  color: #fff;
  border-top: 1px solid #495CA0;
}

#footer .copyright {
  float: left;
  font-weight: 600;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

/* social-media */
.socail-list li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0;
  padding-left: 35px;
  text-align: start;
  position: relative;
}

.socail-list li:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: var(--rgba-primary-1);
  display: block;
  position: absolute;
  left: 0;
  color: var(--primary);
  border-radius: 35px;
  text-align: center;
  top: 10px;
  line-height: 20px;
}

.bar>.nav::-webkit-scrollbar {
  width: 12px;
}

.header-nav .nav>li.open .sub-menu-1 {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.header-nav .nav>li.sub-menu-down.open>a i:before {
  content: "\f078";
}

.header-nav .sub-menu-1>li>a {
  padding: 5px 0;
  display: block;
  font-size: 15px;
  color: var(--secondary);
}

.benift-sub-bx {
  margin-bottom: 10px;
}

.shop-table table th:first-child {
  border-top-left-radius: 10px;
}

.image-bx img {
  width: 80px;
  height: 80px;
  border-radius: 50%;

}

.apporvel-bx {
  text-align: center;
  margin-bottom: 60px;
}

.apporvel-bx img {
  margin-bottom: 40px;
}

.apporvel-bx p {
  font-size: 20px;
  margin-bottom: 26px;
  letter-spacing: 0.25px;
}

.apporvel-bx h3 {
  font-size: 25px;
  letter-spacing: 0.25px;
}

.step-bx {
  background-color: #fff;
  height: 287px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: var(--radius);
}

.step-bx ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;

}

.step-bx ul li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  position: relative;

}

.step-bx ul li:last-child a:after {
  content: none;
}

#hero-1 {
  height: 100vh;
  min-height: 900px;
  padding-top: 72px;
}

.step-bx ul li a,
.step-bx ul li .active {
  width: 80px;
  height: 80px;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 50%;
  line-height: 80px;
}

.step-bx ul li a:after {
  position: absolute;
  content: "";
  background-color: #f5f5f5;
  width: calc(100% - 78px);
  height: 5px;
  top: 30%;

  left: 148px;
}

.step-bx ul li .active {
  background-color: var(--primary);
}



/* responsive */

@media screen and (max-width: 1400px) {
  .login-left-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .flow-chart:after {
    height: 80px;
  }

  .chat-modal h4 {
    font-size: 18px;

  }

  .forword-service-bx h4 {
    font-size: 24px;
  }

  .forword-service-bx h6 {
    font-size: 16px;
  }

  .forword-service-bx .form-check-label {
    font-size: 16px;
  }

  .table-heading {
    font-size: 24px;
  }

  .card-body {
    padding: 10px 24px;

  }

  .svg-gap {
    margin: 0 34px;
  }

  .about-home {
    height: 300px;

  }

  .page-nav h2 {
    font-size: 40px;
  }

  .step-bx ul li a,
  .step-bx ul li .active {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .step-bx svg {
    width: 20px;

  }

  .step-bx ul li a:after {
    width: calc(100% - 68px);
    top: 26%;
    left: 69%;

  }

  .step-bx h6 {
    font-size: 13px;
  }

  .chat-media img {
    width: 48px;
    height: 48px;
  }

  .chat-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;

  }

  .chat-icon svg {
    width: 20px;
    height: 20px;
  }

  .chat-modal .message-received p,
  .chat-modal .message-sent p {
    padding: 11px 27px;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .chat-modal .message-received,
  .chat-modal .message-sent {
    width: auto;
  }

  .chat-modal .message-received small,
  .chat-modal .message-sent small {
    font-size: 13px;
  }

  .chat-footer .form-control {
    font-size: 16px;
  }

  .chat-footer svg {
    width: 20px;
  }

  .image-bx img {
    width: 30px;
    height: 30px;
  }

  .message-sent small,
  .message-received small {
    font-size: 10px;
    color: #888;
  }

  .message-sent p,
  .message-received p {
    margin-bottom: 0 !important;
  }

  .form-control.solid {
    height: 53px;
  }

  .form-default-select .btn {
    height: 53px;
    line-height: 24px;
  }

  .form-control.solid::placeholder {
    font-size: 15px;
  }

  .traveler-list-update-bx {
    padding: 60px 50px;
  }

  .pickup-detaills .booking-bx {
    padding: 16px 20px;
  }

  .pickup-detaills .booking-bx .accordion-button {
    font-size: 16px;
  }

  .traveler-list-update-bx h5 {
    font-size: 20px;
  }

  .review-info h5 {
    font-size: 16px !important;
    margin-bottom: 5px !important
  }

  .review-info-1 h6 {
    font-size: 14px;
  }

  .review-option-bx {
    padding: 20px 24px;
  }

  .review-option-bx h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .review-option h6 {
    font-size: 15px;
  }

  .review-option .form-check-label {
    font-size: 14px;
  }

  .shop-table table th {
    font-size: 1rem;
  }

  .shopping-entries .btn {
    height: auto;
    line-height: normal;
    font-size: 13px;
  }

  .sender-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .benift-media.style-1 img {
    width: 50%;
  }

  .main-sender-left ul li {
    font-size: 1rem;
  }

  .banner-btn .btn {
    font-size: 14px;
  }

  .title-sm {
    font-size: 28px;
  }

  .list-bx {
    font-size: 0.9rem;

  }

  .login-bg-bx {
    /* height: 672px; */
  }

  .shop-media img {
    width: 50px;
    height: 50px;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 0.8rem;
    padding: 10px 16px;
  }

  .header-select .btn {

    font-size: 0.8rem;

  }

  .shop-details h4 {
    font-size: 1.25rem;
  }

  .booking-bx {
    padding: 16px;
  }

  .default-check .form-check-label {
    font-size: 16px;
  }

  .login-bx .login-para {
    font-size: 17px;
  }

  .login-forget a {
    font-size: 16px;
  }

  .counter-bx h2 {
    font-size: 46px;
  }

  .profile-heading {
    margin-bottom: 30px;
  }

  .vendor-list-update-bx .form-label {
    font-size: 14px;
  }

  .profile-sidebar .nav-tabs .nav-link {
    font-size: 14px;
  }

  .profile-top-bx .profile-media img {
    width: 100px;
    height: 100px;
  }

  .profile-info h4 {
    font-size: 20px;
  }

  .heading-box svg {
    width: 38px;
    height: 38px;
    margin-bottom: 20px;
  }

  .heading-box h5 {
    font-size: 18px;
  }

  .login-bx {
    width: 100%;
    height: 100%;

  }

  .login-bx .btn {
    font-size: 16px;
  }

  .form-control-lg {
    height: 50px;

  }

  .form-control-lg::placeholder {
    font-size: 14px;
  }

  .navbar a {
    padding: 10px 16px;
    font-size: 0.8rem;
  }

  #hero h1 {
    font-size: 35px;
  }

  #hero p {
    font-size: 16px;
  }

  .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 20px;
  }

  body {
    font-size: 0.9rem;
  }

  .btn {
    padding: 18px 30px 18px 30px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  .ticket-card-bx h2 {
    font-size: 32px;
  }

  .ticket-card-bx h5 {
    font-size: 23px;
  }

  .section-title h3 {
    font-size: 32px;
  }

  .section-title p {
    font-size: 16px;
  }

  .benift-sub-bx h1 {
    font-size: 52px;
  }

  .benift-sub-bx h4 {
    font-size: 22px;
  }

  .service-bx svg {
    width: 26px;
    height: 26px;
  }

  .service-bx {
    height: 100%;
  }

  .service-bx h5 {
    font-size: 18px;
    margin-bottom: 65px;
  }

  .star li svg {
    width: 26px;
    height: 26px;
  }

  .testimonial-card {
    height: auto;
  }

  .testimonial-card p {
    margin-bottom: 36px;
  }

  .testimonial-card h6 {
    font-size: 16px;
  }

  .testimonial-icon {
    width: 100px;
    height: 100px;
    right: 151px;
  }

  .testimonial-icon svg {
    width: 48px;
    height: 48px;
  }

  #footer .footer-top h4 {
    font-size: 18px;
  }

  #footer .footer-top .footer-contact p {
    font-size: 16px;
  }

  #footer .footer-top .footer-links ul a {
    font-size: 14px;
  }

  .administration-title {
    font-size: 70px;
  }

  .passport-media svg {
    width: 32px;
    height: 32px;
  }

  .passport-media {
    right: 9px;
  }

  .page-nav h2 {
    font-size: 50px;
    margin-bottom: 0;
  }

  .title.style-1 {
    font-size: 34px;
    line-height: 46px;

  }

  .section-title {
    max-width: 703px;
  }
}

@media (max-width: 1199px) {
  .navbar a {
    padding: 10px 14px;
    font-size: 0.7rem;
  }

  .banner-btn .btn {
    font-size: 11px;
    line-height: 1.7;
    padding: 11px;
  }

  .contact-left-bx {
    margin-bottom: 24px;
  }

  .contact-right-bx {
    padding: 30px;
  }

  .step-bx ul li a:after {
    left: 72%;
  }

  .title-sm {
    font-size: 25px;
  }

  .extra-toggle svg {
    width: 22px;
    height: 22px;
  }

  .terms-right-bx h2 {
    font-size: 23px;
    line-height: 27px;
  }

  .terms-right-bx p {
    line-height: 21px;
    margin-bottom: 20px;
  }

  .heading-box {
    padding: 27px 23px;
  }

  #hero h1 {
    font-size: 35px;
  }

  .ticket-card-bx h5 {
    font-size: 20px;
  }

  .otp .form-control-lg {
    padding: 0;

  }

  .section-title {
    max-width: 482px;
  }

  .service-bx h5 {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .service-bx {
    height: auto;
    padding: 30px;
  }

  .service-bx p {
    width: 100%;
  }

  .star li svg {
    width: 22px;
    height: 22px;
  }

  .star {
    margin-bottom: 16px;
  }

  .testimonial-card p {
    margin-bottom: 26px;
  }

  .testimonial-card {
    padding: 28px;
  }

  .testimonial-card {
    width: auto;
  }

  .login-btn .btn {
    padding: 15px 30px 15px 30px;
    font-size: 16px;
  }

  .login-left-content h2 {
    font-size: 26px;
  }

  .sender-login-bx {
    padding: 35px 40px;
  }

  .profile-details-card-footer .btn-warning {
    padding: 12px 37px;
  }
}

@media (max-width: 991px) {
  .banner-media img {
    width: 100%;
  }

  .contact-content ul {
    display: grid;
  }

  .forword-service-bx h6 {
    font-size: 15px;
  }

  .sender-media img {
    width: 100%;
  }

  .benift-media img {
    width: 100%;
  }

  .form-details {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .table-heading {
    font-size: 20px;
  }

  .step-bx ul li a:after {
    left: 76%;
    width: calc(100% - 57px);

  }

  .svg-gap {
    margin: 0 24px;
  }

  .main-login:after {
    content: none;
  }

  .login-bg-bx {
    height: 100%;
  }

  .banner-btn .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .traveler-list-update-bx {
    padding: 48px 38px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .traveler-list-update-bx .form-label {
    font-size: 14px;
  }

  .traveler-list-update-bx h5 {
    margin-bottom: 30px;
    padding-bottom: 28px;
  }

  .pickup-detaills .booking-bx .accordion-button {
    font-size: 14px;
  }

  .pickup-detaills .booking-bx .accordion-button::after {
    transform: scale(0.9);
  }

  .review-info-1 h6 {
    font-size: 13px;
  }

  .review-option-bx h4 {
    font-size: 18px;
  }

  .review-info-1 p {
    font-size: 11px;
  }

  .py-100 {
    padding: 50px 0;
  }

  .price-details h6 {
    font-size: 1rem;
  }

  .counter-bx h2 {
    font-size: 40px;
  }

  .counter-bx span {
    font-size: 12px;
  }

  .sender-content {
    margin-bottom: 40px;
  }

  .step-bx ul li a,
  .step-bx ul li .active {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .title.style-1 {
    font-size: 24px;
    line-height: 1;
  }

  .table-title {
    font-size: 18px;
  }

  .page-nav h2 {
    font-size: 42px;
  }

  .card-body-media {
    margin-top: 16px;
  }

  .main-wrapper {
    padding-top: 83px !important;

  }

  .login-bx {
    margin-bottom: 40px;
  }

  .administration-title {
    font-size: 60px;
  }

  .login-left-content h2 {
    white-space: wrap;
  }

  #main {
    padding: 0;
  }

  #hero .container {
    padding-top: 53px;
  }

  #hero {
    height: 100%;
  }

  #hero h1 {
    font-size: 30px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .work-media img {
    width: 100%;
  }

  .about-left-content {
    padding-right: 0;
  }

  .about-left-content {
    margin-bottom: 16px;
  }

  section {
    padding: 30px 0;
  }

  .benift-sub-bx h1 {
    font-size: 46px;
  }

  .testimonial-card.style-1 {
    margin-top: 24px;
  }

  .sidebar-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }

  .sidebar-left .header-nav.nav-dark {
    background-color: #202020;
  }

  .sidebar-left .header-nav.show {
    left: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 100%;
  }

  .contact-area1 {
    max-width: 100%;
  }

  .sidebar-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 30px 20px;
    width: 100% !important;
  }

  .sidebar-left .header-nav .logo-header img {
    max-width: unset;
    width: 180px;
    height: auto;
    vertical-align: middle;
  }

  .sidebar-left .header-nav li.open a {
    position: relative;
  }

  .sidebar-left .navbar-toggler.open {
    z-index: 999;
  }

  .sidebar-left .navbar-toggler.open span {
    background: #fff;
  }

  .social-icon {
    padding: 20px;
    display: block;
  }

  .social-icon li {
    display: inline-block;
    margin: 0 2px;
  }

  .social-icon li a {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 38px;
    text-align: center;
    border-radius: var(--radius-sm);

  }

  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }

  .header-nav .nav>li {
    border-bottom: 1px solid var(--border-color);
    width: 100%;
  }

  .has-mega-menu.sub-menu-down>a:after {
    content: none;
  }

  .header-nav .nav>li>a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: var(--secondary);
  }

  .header-nav .nav>li.menu-item-has-children>a i,
  .header-nav .nav>li.sub-menu-down>a i {
    background-color: var(--secondary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    border-radius: var(--radius-sm);
    margin: 0;
  }

  .header-nav .nav>li.menu-item-has-children>a i:before,
  .header-nav .nav>li.sub-menu-down>a i:before {
    content: "\f054";
  }

  .header-nav .nav>li .sub-menu-1 {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
  }

  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }

  .login-media {
    display: none;
  }

  .login-left-content h2 {
    font-size: 28px;
  }

  .btn-group .btn {
    padding: 16px 21px;
  }

  .check .btn-group {
    margin-bottom: 30px;
  }

  .main-sender-left ul li {
    font-size: 0.9rem;
    padding: 1rem;
  }

  .number-circle {
    min-width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }

  .banner-info {
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 1340px) {
  .float-logo::before {
    left: -201px;
    width: 285px;
  }

  .flow-chart:after {
    height: 96px;
  }

  .float-logo:after {
    width: 289px;
    left: 274px;
  }
}

@media screen and (max-width: 1200px) {

  .float-logo:after {
    width: 228px;
    left: 243px;
  }

  .float-logo::before {
    left: -171px;
    width: 223px;
  }

}

@media (max-width: 992px) {
  .float-logo::before {
    left: -133px;
    width: 150px;
  }

  .float-logo:after {
    width: 148px;
    left: 204px;
  }

}

@media (max-width: 600px) {
  #hero .container {
    padding-top: 53px;
  }

  .float-logo::before,
  .float-logo:after {
    content: none;
  }


  .apporvel-bx img {
    margin-bottom: 20px;
    width: 13%;

  }

  .float-logo {
    margin-bottom: 100px;
  }

  .flow-chart.style-1:after {
    top: -87px;
  }

  .svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
    background: #f5f3e7;
  }

  .svg-container svg {
    width: 16px;
    height: 16px;
  }

  .svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .work-left-box {
    margin-top: 40px !important;
  }

  .float-logo p {
    position: relative;
  }

  .flow-chart.style-1 {
    margin-bottom: 0;
  }

  .forword-service-bx h4 {
    font-size: 20px;
  }

  .apporvel-bx p {
    font-size: 16px;
  }

  .apporvel-bx {
    margin-bottom: 40px;
  }

  .step-bx ul li a,
  .step-bx ul li .active {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .step-bx ul li a:after {
    left: 74%;
    width: calc(100% - 40px);
    top: 22%;
  }

  .step-bx h6 {
    font-size: 10px;
  }

  .step-bx svg {
    width: 16px;
  }

  .step-bx {
    height: 182px;
    padding: 0 8px;
  }

  #hero-1 {
    min-height: 665px;
  }

  .profilr-right-bx {
    padding: 24px 20px;
  }

  .sender-content h2 {
    margin-bottom: 10px;
  }

  .sender-content p {
    margin-bottom: 20px;
  }

  .form-details {
    display: block;
  }

  .profile-details-card-footer .btn-warning {
    padding: 12px 17px;
  }

  .ticket-card-bx h5 {
    font-size: 16px;
  }

  .bg-light p {
    margin-bottom: 0;
  }

  .ticket-card-bx {
    height: 110px;
  }

  .social-links {
    margin-bottom: 20px;
  }

  .shpoing-bx h6 {
    font-size: 1.45rem;
  }

  .btn {
    padding: 15px 22px 15px 22px;
    font-size: 0.8rem;
  }

  .shop-details {
    font-size: 0.813rem;
  }

  .shpoing-bx p {
    font-size: 0.8rem;
  }

  .price-details h6 {
    font-size: 0.9rem;
  }

  .shpoing-bx small {
    font-size: 0.775rem;
  }

  .pt-100 {
    padding-top: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .py-80 {
    padding: 40px 0;
  }

  .py-110 {
    padding: 40px 0;
  }

  #footer .footer-top .footer-contact p {
    margin-bottom: 16px;
  }

  .counter-bx span {
    font-size: 9px;
  }

  .counter-bx h2 {
    font-size: 30px;
  }

  .chat-modal {
    width: 513px;
  }

  .welcome-box h2 {
    font-size: 39px;
  }

  .welcome-box {
    padding: 40px 25px;
  }

  .benift-media.traveler img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width:575px) {
  #hero .container {
    padding-top: 30px;
  }

  /* .offcanvas {
    height: calc(100% - 150px);

  } */

  .welcome-box h2 {
    font-size: 26px;
  }

  .card {
    margin-bottom: 0.938rem;
  }

  .welcome-box {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .sender-content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .step-bx ul li a:after {
    width: calc(100% - 4px);
  }

  .apporvel-bx h3 {
    font-size: 20px;
  }

  .review-table-bx {
    flex-wrap: wrap;
    margin-bottom: 20px;

  }

  .step-bx {
    overflow-x: scroll;
    white-space: nowrap;
  }

  .step-bx ul {
    flex-wrap: nowrap;
  }

  .step-bx h6 {
    font-size: 10px;
    padding: 0 10px;
  }

  .step-bx ul li a:after {
    left: 71%;
  }

  .chat-modal {
    width: 100%;
  }

  .chat-media img {
    height: 40px;
    width: 40px;
    margin-right: 8px;
  }

  .chat-modal h4 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .chat-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .chat-icon svg {
    width: 16px;
    height: 16px;
  }

  .image-bx img {
    width: 35px;
    height: 35px;

  }

  .chat-modal .message-received small,
  .chat-modal .message-sent small {
    font-size: 12px;
  }

  .chat-modal .message-received p,
  .chat-modal .message-sent p {
    padding: 9px 24px;
    font-size: 14px;
  }

  .chat-footer .form-control {
    font-size: 14px;
  }

  .chat-footer svg {
    width: 18px;
  }

  .term-bx h4 {
    margin-bottom: 14px;
    font-size: 23px;
  }

  .term-bx {
    margin-bottom: 30px;
  }

  .terms-right-bx {
    padding: 16px 19px;
    border-radius: 6px;
    padding-bottom: 19px;
  }

  .term-bx p {
    margin-bottom: 13px;
  }

  .pickup-detaills .booking-bx .accordion-button {
    font-size: 13px;
  }

  .pickup-detaills .booking-bx .accordion-button::after {
    transform: scale(0.7);
  }

  .traveler-list-update-bx h5 {
    font-size: 20px;
  }

  .traveler-list-update-bx {
    padding: 28px 14px;
  }

  #hero h1 {
    font-size: 24px;
  }

  .sender-content {
    margin-bottom: 20px;
  }

  .shopping-entries {
    margin-bottom: 20px;
  }

  .banner-btn {
    flex-wrap: wrap;
  }

  .banner-btn .btn {
    margin-top: 0;
    margin-bottom: 0;

  }

  .section-title h3 {
    font-size: 24px;
  }

  .title-sm {
    font-size: 19px;
  }

  /* .banner-btn .btn:last-child {
    margin-bottom: 20px;
    margin-top: 10px;
  } */

  #hero p {
    font-size: 14px;
  }

  .shpoing-bx {
    padding: 20px;
  }

  .shpoing-bx p {
    margin-bottom: 2.225rem;
    margin-top: 1.163rem;
  }

  .section-sub-title {
    font-size: 12px;
  }

  .title {
    font-size: 24px;
    line-height: 33px;
  }

  .pb-100 {
    padding-bottom: 20px;
  }

  .section-title p {
    font-size: 15px;
  }

  .testimonial-media img {
    width: 100%;
  }

  .testimonial-icon svg {
    width: 38px;
    height: 38px;

  }

  .testimonial-media img {
    width: 100%;
  }

  .testimonial-icon {
    width: 80px;
    height: 80px;
    right: 27px;

  }

  .pb-110 {
    padding-bottom: 20px;
  }

  #footer .footer-top {
    padding: 40px 0 30px 0;
  }

  #footer .footer-top .footer-contact p {
    margin-bottom: 16px;
  }

  #footer .footer-top .footer-contact p {
    font-size: 16px;
  }

  #footer .footer-top h4 {
    padding-bottom: 8px;
  }

  #footer .footer-bottom {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .social-links {
    margin-top: 8px;
  }

  .benift-sub-bx h1 {
    font-size: 36px;
  }

  .benift-sub-bx h4 {
    font-size: 18px;
  }

  .benift-bx {
    padding: 24px 16px;
    margin-bottom: 16px;
  }

  .login-bx {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .login-bx .form-control-lg {
    margin-bottom: 16px;
    height: 48px;
  }

  .login-left-content h2 {
    font-size: 18px;
  }

  .login-bx .btn-dark {
    padding: 10px 20px;
    width: auto;
    height: auto;
    font-size: 13px;
  }

  .administration-title {
    font-size: 40px;
    margin-bottom: 20px;

  }

  .btn-1 {
    margin-right: 14px;
  }

  .page-nav h2 {
    font-size: 30px;
  }

  .login-btn .btn {
    padding: 15px 20px 15px 20px;
    font-size: 15px;
  }

  .main-wrapper.style-1 {
    padding-top: 40px !important;
  }

  .profilr-right-bx {
    padding: 31px 0px;
  }

  hr {
    margin: 1rem -30px;
    border-color: #F4F4F5;
  }

  .profile-details-card-footer {
    flex-wrap: wrap;
  }

  .profile-details-card-footer .btn-warning {
    padding: 12px 50px;
    margin-left: unset !important;
    margin-top: 5px;
  }

  .profile-heading {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .profile-details-card-footer {
    padding-top: 0;
  }

  .profile-sidebar .nav-tabs .nav-link {
    padding: 15px 20px 15px 20px;
  }

  .pt-100 {
    padding-top: 40px;
  }

  .vendor-list-update-bx {
    padding: 28px 0px;
  }

  .vendor-list-update-bx h5 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .default-check .form-check-label,
  .login-forget a {
    font-size: 13px;
  }

  .default-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .login-bx .login-para {
    font-size: 15px;
  }

  .traveler-list-table thead th {
    font-size: 14px;
    padding: 12px 13px;

  }

  .para {
    margin-bottom: 28px;
  }

  title.style-1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .section-title h2 {
    font-size: 23px;
  }

  .counter-bx {
    margin-bottom: 16px;
  }

  .contact-right-bx {
    padding: 16px;
  }

  .mb-30 {
    margin-bottom: 16px;
  }

}

.title-about {
  color: #000000;
  font-size: 28px;
  font-weight: 700 !important;
  line-height: 1.3;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;

}

.about-media-1 {
  text-align: center;

}

.arrow-media {
  bottom: 67px;
  right: -62%;
  transform: rotate(135deg);
  position: absolute;
}

.arrow-media-1 img {
  width: 30%;
}

.arrow-media-1 {
  bottom: 65px;
  left: -56%;
  transform: rotate(224deg);
  position: absolute;

}

.arrow-media-2 {
  position: absolute;
  bottom: -83px;
  left: 28%;
  transform: translateX(-50px);
  transform: rotate(267deg);
}

.arrow-media-2 img {
  width: 30%;
}

.about-media-4 {
  margin-top: 100px;
}

.about-media-4 {
  margin-bottom: 40px;
}

.arrow-media img {
  width: 30%;
}

.bar-main.style-1 {
  overflow: hidden;
}


.toggle-password {
  position: absolute;
}

.bar-main.style-1 .bar li {
  flex-grow: unset;
}

.vendor-list-table th {
  white-space: nowrap;
}

.btn-xs {
  padding: 5px 11px;
}

.vendor-list-table .form-control {
  width: unset;
}

.cursor-pointer {
  cursor: pointer;
}