@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.sections-pad {
padding: 60px 0px;
}
table.table-responsive thead th, table.table-responsive td {
    white-space: nowrap;
    vertical-align: middle !important;
}
input, textarea {color: #000;padding: 10px 15px;}
/*USER HEADER CSS START*/

.top-bar {
background: #0f0f0f;
padding: 10px 0px;
}
.top-bar .row {
align-items: center;
}
.top-bar a {
color: #fff;
font-size: 14px;
font-family: 'Poppins';
font-weight: 300;
}
.top-bar .top-bar-left a {
margin-right: 15px;
}
.top-bar .top-bar-left a:last-child {
margin: 0px;
}
.top-bar .top-bar-left a i {
color: #ed1b24;
margin-right: 5px !important;
}
.top-bar .social-media {
text-align: right;
}
.top-bar .social-media a {
background: #fff;
color: #ed1b24;
width: 30px;
height: 30px;
display: inline-block;
text-align: center;
border-radius: 50px;
font-size: 14px;
line-height: 30px;
transition: 0.5s;
margin-left: 2px;
}
.top-bar .social-media a:hover {
background: #ed1b24;
color: #fff;
}
.top-bar .top-bar-left a:hover {
color: #ed1b24;
}
.btn-login {
background: #ed1b24;
color: #fff;
padding: 8px 15px;
display: inline-block;
text-align: center;
font-family: 'Poppins';
font-size: 16px;
border-radius: 5px;
font-weight: 500;
border:none;
}

.btn-login.user-login {
background: #000;
}
.btn-login.user-login:hover {
background: #ed1b24;
color: #fff;
}
.btn-login:hover {
background: #000;
color: #fff;
}
.btn-login i {
font-family: 'Font Awesome 5 Free';
font-style: normal;
margin-right: 5px;
font-weight: bold;
}

div#stickymenu.sticky {
border-bottom: none !important;
padding-top: 0px;
position: fixed;
top: 0;
width: 100%;
background-color: #fff;
z-index: 99;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
transition: 0.5s;
}
#stickymenu.sticky .navbar-brand img {
max-height: 60px;
}
.vendor-dropdown h5 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color:#252525;
    line-height: 30px;
        margin: 0px;
}
.vendor-dropdown a.dropdown-toggle {
    padding-right: 20px;
}
.vendor-dropdown a.dropdown-toggle:after {
    top: 13px;
    position: absolute;
    right: 0px;
    bottom: auto;
}
.vendor-dropdown .dropdown-menu {
    background: #ffffff;
    color: #ffff;
    width: 100%;
    box-shadow: 0px 8px 10px #0000001c;
}
/*USER HEADER CSS CLOSE*/

/*HOME PAGE SLIDER CSS */

.single-banner-slide {
  height: 400px;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.single-banner-slide span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.single-banner-slide h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
}
.single-banner-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:rgb(0 0 0 / 70%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.single-banner-slide p {
  color: #fff;
  font-size: 15px;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
.single-banner-slide a {
  color: #000;
  background: #fff;
  padding: 10px 45px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  transition: 0.3s;
}
.single-banner-slide a:hover {
  color: #fff;
  background: #000;
}

section.banner-area .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-carousel .owl-nav.disabled button.owl-prev, .owl-carousel .owl-nav.disabled button.owl-next {
    width: 45px;
    height: 45px;
    background:#ed1b24 !important;
    border-radius: 50px;
    font-size: 0px;
    line-height: 0px;
    gap: 10px;
    top: 50%;
    position: absolute;
    left: 0px;
    right: 0;
        color: #fff;
    border: none;
}
.owl-carousel .owl-nav.disabled button.owl-prev span, .owl-carousel .owl-nav.disabled button.owl-next span {
    position: relative;
    font-size: 0;
}
.owl-carousel .owl-nav.disabled button.owl-prev span:after, .owl-carousel .owl-nav.disabled button.owl-next:after {
    position: absolute;
    content: '\f061';
    font-size: 18px;
    left: 8px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(180deg);
    right: 0;
}
.owl-carousel .owl-nav.disabled button.owl-next:after {
  
    left: 0px;
    transform: rotate(0deg);
    right: 0;
}
.owl-carousel .owl-nav.disabled button.owl-prev {
    right: auto;
    left: 5%; 
}
.owl-carousel .owl-nav.disabled button.owl-next {
    right: 5%;
    left: auto;
}
.box-home-one-sec {
    margin-top: -40px;
    z-index: 9;
    position: relative;
}


/*USER DHASBOARD CSS START*/
.user-dashboard .cards-slider.section-one {
    padding: 0px;
    overflow-x: hidden;
    scrollbar-width: none;
        scrollbar-color: inherit;
}
.user-dashboard .cards-slider.section-one .col-sm-12 {
width:23.9%;
display: inline-block;
margin: 5px !important;
}
.main.user-dashboard {
padding: 50px 0px;
}
.main.user-dashboard .cards-slider.section-one .card {
position: relative;
padding-bottom: 50px;
border: none;
}
.main.user-dashboard .cards-slider.section-one .card {
position: relative;
padding-bottom: 60px;
}
.main.user-dashboard .cards-slider.section-one h6.booking-user {
background: #000;
color: #ffffff;
padding: 10px;
display: block;
font-size: 17px;
border-radius: 0px;
position: absolute;
width: 100%;
left: 0;
bottom: 0;
margin: 0px;
border-radius:0px 0px 8px 8px;
text-align: center;
}
.user-booking-table {
margin: 50px 5px 0px;
}
.user-booking-table h5.card-title, .popup-dhasboard-pymnt .modal-content .modal-header h5 {
font-family: "Oswald", sans-serif;
font-size: 28px;
font-weight: 600;
color: #ed1b24;
line-height: 30px;
margin-bottom: 20px;
}
.popup-dhasboard-pymnt .modal-content .modal-header h5 {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    margin: 0px auto;
    padding: 10px 0px;
    display: block;
}

.user-booking-table .card-body {
padding: 30px;
}
.card.user-booking-table table.table {
border: 1px solid #c1c1c1;
margin: 0px;
width: 100%;
overflow: overlay !important;
}
.user-booking-table table.table thead tr th {
background: #000000;
color: #fff;
font-size: 15px;
font-weight: 500;
}
.card.user-booking-table table.table tbody tr td {
font-size: 14px;
color: #000;
vertical-align: middle;
}
.card.user-booking-table table.table tbody tr th {
color: #000;
font-size: 14px;
font-weight: 600;
vertical-align: middle;
}
#approveBidBtn, a.btn-vendor-assigned, .card.user-booking-table table.table button.btn-vendor-assigned, .card.user-booking-table table.table a.btn-view-bids:hover {
background: #ed1b24;
color: #fff;
padding: 5px 10px;
text-align: center;
font-family: 'Poppins';
font-size: 14px;
border-radius: 5px;
font-weight: 500;
border: none;
width: 100%;
}
#approveBidBtn:hover, .card.user-booking-table table.table button.btn-vendor-assigned:hover, .card.user-booking-table table.table a.btn-view-bids {
background: #000000;
color: #fff;
padding: 5px 10px;
text-align: center;
font-family: 'Poppins';
font-size: 14px;
border-radius: 5px;
font-weight: 500;
border: none;
width: 100%;
display: block;
}
a.btn-vendor-assigned:hover {background: #000;}
.popup-dhasboard-pymnt .modal-content {
    background: url(/img/buspage2.jpg) center center;
    position: relative;
    background-size: cover;
    z-index: 0;
    border: none;
    border-radius: 10px;
}
.popup-dhasboard-pymnt .modal-content:after {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000db;
    top: 0;
    border-radius: 10px;
}
.popup-dhasboard-pymnt .modal-content .modal-body {
    background: #fff;
    color: #000;
    font-weight: 500;
    padding: 20px 25px;
    border-radius: 0px 0px 10px 10px;
}
.popup-dhasboard-pymnt .modal-content .modal-body .btn-login {
    margin-top: 10px;
    margin: 5px auto 0px 0px;
        width: 100%;
    display: block;
}
.card.user-booking-table table.table tbody tr td input {
    top: 2px;
    position: relative;
}
.cards-slider.section-one.box-after-banner .card {
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-image: linear-gradient(180deg, #5e595f 0%, #18161600 13%);
    border: none;
    padding: 30px 20px;
}
/*USER DHASBOARD CSS CLOSED*/

/*VENDOR DHASBOARD CSS START*/
.tab-vendors ul#jobTabs {
    background: #e5e4e4;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.become-vendor-page h2 {
    color: #fff;
    margin-bottom: 15px;
}
.become-vendor-page {
        padding: 70px 10px 50px;
    color: #fff;
    text-align: center;
}
.become-vendor-page  .card-body .half-box {
    display: inline-block;
    gap: 10px;
    margin: 0px 20px;
}

.become-vendor-page .card-body .half-box {
    width: 100%;
    text-align: center;
    margin: 0px 0px 10px;
    display: block;
}
.become-vendor-page .card-body {
    margin: 0px auto;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0px;
    border-radius: 10px;
    padding: 0px 0px 8px;
    margin: 30px auto 0px;
}

.tab-vendors .tab-content .card, .tab-vendors .tab-content .card-body {
    margin: 0px;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}
.tab-vendors ul#jobTabs .nav-link.active {
    background: #ed1b24;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #ed1b24;
}
.tab-vendors ul#jobTabs .nav-link {
    font-family: 'Oswald';
    font-size: 20px;
    color: #000;
}
.tab-vendors .tab-content .card-body h5.card-title {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins';
    margin-bottom: 5px;
}
.tab-vendors .tab-content .card-body p.card-text {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
}   
.main.user-dashboard .vendor-job-detail-page .col-sm-12.col-md-6.col-lg-6 {
    width: 32.3%;
}
.booking-details-box .card.user-booking-table table.table tbody tr td.booking-information {
    color: #000000;
    padding: 12px 20px;
    font-weight: 500;
    font-family: 'Oswald';
    font-size: 16px;
}
.booking-details-box .card.user-booking-table table.table tbody tr td {
    font-size: 15px;
    color: #000;
}

.booking-details-box form strong {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}
.booking-details-box form input {
    height: 45px;
    padding: 10px 15px;
    width: 100%;
}
.box-shadow {
    width: 100%;
    margin: 0px 0px;
    text-align: center;
    padding: 30px;
    box-shadow: 0px 0px 10px #d6d6d6;
    height: 100%;
    text-align: left;
    border-radius: 10px;
}
.booking-details-box form textarea {
    width: 100%;
}
.booking-details-box form strong {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
    color: #ed1b24;
    font-family: 'Oswald';
}
.container.booking-details-box .card.user-booking-table .card-body {
    padding: 50px;
}
.step-box .step-one {
    width: 194px;
    display: inline-block;
    margin: 90px 23px 23px 23px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    border-color: -moz-linear-gradient(top, #555555, #111111);
    border-image:linear-gradient(to right, #ffffff 20%, #ed1b24 80%) 1;
    border-radius: 5px;
    border-width: 4px;
    border-style: solid;
    padding: 15px 10px 0px;
    position: relative;
        z-index: 1;
}
.step-box .step-one:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #ed1b24;
    top: -105px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 50px;
}
.step-box .step-one:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 76%;
    background: #fff;
    top: -95px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 50px;
    z-index: -1;
}
.step-box {
    /* max-width: 90%; */
    margin-bottom: 20px;
}
.step-box .step-one h3 {
    color: #ed1b24;
    font-size: 23px;
}
.border-box {
    height: 2px;
    background: #ffffff;
    margin: 0px auto;
}
.become-vendor-page .container {
    max-width: 1000px;
}
/*VENDOR DHASBOARD CSS CLOSED*/


/*HOME FIRST SECTION CSS START*/
body, p {  font-family: "Poppins", sans-serif;}
a {    -moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cards-slider.section-one .card .card-body h4.card-text {
font-family: "Oswald", sans-serif;
font-size: 20px;
font-weight: 600;
color:#ed1b24;
line-height: 30px;
}
.cards-slider.section-one .card .card-body {
padding: 0px;
}
.cards-slider.section-one .card {
padding: 20px;
margin: 0px;
}

.cards-slider.section-one .card p {
margin-bottom: 0px;
color: #000;
font-size: 16px;
}
.popup-dhasboard-pymnt .modal-content .modal-body h5.card-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Oswald';
    color: #ed1b24;
}
/*HOME FIRST SECTION CSS CLOSED*/

/*HOME SERVICE SECTION CSS START*/
.services {
margin: 40px 0px;
}
.services h1 {
text-align: center;
font-size: 35px;
font-weight: 700;
font-family: "Oswald", sans-serif;

position: relative;
letter-spacing: 0px;
padding-bottom: 15px;
margin-bottom: 20px;
}
.services h1:after {
position: absolute;
content: '';
width: 90px;
height: 4px;
background:#ed1b24;
left: 0;
right: 0;
margin: 0px auto;
bottom: 0;
}
.services .cards-slider .card {
padding: 20px 30px;
margin: 0px 0px 0px 0px;
}
.services .cards-slider .card .card-body {
padding: 0px;
}
.services .cards-slider .card img {
width: 100%;
height: 120px;
object-fit: contain;
}
.services .cards-slider .card .card-body h4.card-text {
text-align: center;
margin: 20px 0px 0px;
font-size: 20px;
font-weight: 400;
font-family: "Oswald", sans-serif;

text-transform: capitalize;
}
.services .cards-slider .card .card-body h3.coming-soon {
position: absolute;
font-size: 12px;
background: #ed1b24;
color: #fff;
border-radius: 50px;
padding: 5px 10px;
top: 5px;
right: 5px;
}
/*HOME SERVICE SECTION CSS CLOSED*/


/*INNER PAGE BIKE SERVICES CSS START*/
.card.bikes-boxes {
width: 31%;
margin: 10px !important;
}


/*LOGIN PAGE CSS START*/
div#customer-login-page:after {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: #00000091;
left: 0;
top: 0;
z-index: -1;
}
div#customer-login-page {
background: url(/img/new2.jpeg) no-repeat center center;
background-size: cover;
position: relative;
z-index: 0;
}
div#customer-login-page .carousel-item {
display: block;
}
div#customer-login-page .login-logo img {
width: 210px;
margin: 0px auto;
display: block;
text-align: center;
}
div#customer-login-page h4:after {
position: absolute;
content: '';
width: 60px;
height: 4px;
background: #ed1b24;
left: 0;
bottom: 0;
right: 0;
margin: 0px auto;
}
div#customer-login-page h4 {
color: #000000;
font-size: 24px;
font-weight: 600;
letter-spacing: 0px;
margin: 30px 0px 0px;
/* text-align: left; */
position: relative;
padding-bottom: 10px;
font-family: 'Poppins';
}
div#customer-login-page form input.form-control {
color: #000;
border-radius: 5px;
height: 50px;
}
.bg-login {
background: #fff;
padding: 40px;
border-radius: 10px;
max-width: 50%;
margin: 0px auto;
}
div#customer-login-page form .bg-light {
display: none !important;
}

.btn-register {
color: #000;
}
div#customer-login-page button.btn-login {
background: #000000;
color: #fff;
border: none;
padding: 13px 50px;
border-radius: 5px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
}
button.btn-next {
background: #ed1b24;
color: #fff;
border: none;
padding: 13px 50px;
border-radius: 5px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
width: fit-content;
margin: 10px 0px 20px;
margin: 10px auto;
display: block;
}
div#customer-login-page .btn-login:hover, button.btn-next:hover {
background: #000;
}
/*LOGIN PAGE CSS CLOSED*/
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
opacity: 0;
visibility: hidden;
transition: opacity .5s ease-out, visibility 0s linear .5s;
z-index: 99999;
}

#spinner.show {
transition: opacity .5s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
position: fixed;
right: 30px;
bottom: 30px;
transition: 0.5s;
z-index: 99;
}

/*** Button Start ***/
.btn {
font-weight: 600;
transition: .5s;
}

.btn-square {
width: 32px;
height: 32px;
}

.btn-sm-square {
width: 34px;
height: 34px;
}

.btn-md-square {
width: 44px;
height: 44px;
}

.btn-lg-square {
width: 56px;
height: 56px;
}

.btn-xl-square {
width: 66px;
height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
}

.btn.btn-primary {
color: var(--bs-white);
}

.btn.btn-primary:hover {
background: var(--bs-secondary);
border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
color: var(--bs-white);
}

.btn.btn-secondary:hover {
background: var(--bs-primary);
border: 1px solid var(--bs-primary);
}

.btn.btn-light {
color: var(--bs-primary);
}

.btn.btn-light:hover {
color: var(--bs-white);
background: var(--bs-primary);
border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
background: var(--bs-white);
}

.sticky-top {
transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
position: relative;
margin-right: 25px;
padding: 0px 0;
letter-spacing: 1px;
color: #000;
font-size: 17px;
font-weight: 500;
outline: none;
transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
padding: 0px;
color: #000;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
color: #ed1b24;
}

.navbar-light .navbar-brand img {
max-height: 70px;
transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
max-height: 70px;
}

.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 600;
vertical-align: middle;
margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
background: var(--bs-primary);
color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
transform: rotateX(0deg);
visibility: visible;
margin-top: 8px !important;
background: var(--bs-light);
transition: .5s;
opacity: 1;
}



@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
display: block;
visibility: hidden;
top: 100%;
transform: rotateX(-75deg);
transform-origin: 0% 0%;
border: 0;
border-radius: 10px;
margin-top: 8px !important;
transition: .5s;
opacity: 0;
}
}

@media (max-width: 991px) {
.navbar.navbar-expand-lg .navbar-toggler {
padding: 12px 15px;
border: 1px solid #000000;
color: #ffffff;
background: #000;
border-radius: 5px;
font-size: 25px;
}

.navbar-light .navbar-nav .nav-link {
position: relative;
margin-right: 0px;
padding: 10px 0;
letter-spacing: 0px;
}
 .btn-login {
margin-bottom: 10px;
}
.container-md, .container-sm, .container {
width: 100%;
max-width: 100%;
}
.inner-banner {
padding: 10px;
}
.sticky-top .navbar-light .navbar-nav .nav-link {
padding: 12px 0;
}
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
object-fit: cover;
}

.carousel-inner .carousel-item.active img {
width: 100%;
height: 300px !important;
object-fit: cover;
min-height: 300px !important;
}
.carousel-inner .carousel-item.active {
z-index: -1;
position: relative;
}
.inner-banner {
position: relative;
top: 100px;
}
.banner-img {
position: relative;
overflow: hidden;
}
.carousel-inner .carousel-item.active:after {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: #010101bd;
z-index: 1;
left: 0;
right: 0;
top: 0;
}
.inner-banner h4 {
font-size: 18px;
font-weight: 300;
margin: 10px 0px;
}
.inner-banner h3, .inner-banner h4 {
color: #fff;
}
.inner-banner h3 {
font-size: 40px;
line-height: 40px;
text-transform: capitalize;
margin-bottom: 20px;
letter-spacing: 2px;
font-weight: 400;
}
.banner-img img {
width: 100%;
height: 100%;
object-fit: cover; /* Makes sure the image covers the container */
}

.carousel-item .carousel-caption {
position: inherit;
width: 100%;
height: 100%;
padding: 0px;
left: 0;
bottom: 0;
right: 0;
background: none;
}
input:focus, input:focus-visible, select.form-select:focus, select.form-select:focus-visible, textarea:focus, textarea:focus-visible {
outline: none !important;   
box-shadow: none !important;
}
.carousel .carousel-indicators {
left: 75%;
top: 50%;
margin-right: 25%;
transform: translateY(-50%);
flex-direction: column;
}

.carousel-indicators [data-bs-target] {
display: flex;
width: 15px;
height: 15px;
border: 6px solid var(--bs-white);
border-radius: 15px;
padding: 0;
margin-top:10px;
margin-bottom:10px;
background-color: var(--bs-secondary);
opacity: 1;
transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
background-color: var(--bs-primary);
}

@media (max-width: 992px) {
.carousel-indicators [data-bs-target] {
display: none;
}
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
position: relative;
overflow: hidden;
background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0 60px 0;
transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
background: var(--bs-light);
}

.feature .feature-item {
display: flex;
border-radius: 10px;
}

.feature .feature-item .feature-icon span {
width: 90px; 
height: 90px;
display: flex;
align-items: center;
justify-content: center;
color: var(--bs-secondary);
background: var(--bs-primary);
border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
animation-name: icon-animat;
animation-duration: 5s;
animation-delay: 1s;
animation-direction: alternate;
animation-iteration-count: infinite;
transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 10px;
background: var(--bs-light);
transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
width: 90px; 
height: 90px; 
border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
display: flex;
align-items: center;
justify-content: center;
color: var(--bs-secondary);
background: var(--bs-primary);
animation-name: icon-animat;
animation-duration: 5s;
animation-delay: 1s;
animation-direction: alternate;
animation-iteration-count: infinite;
transition: 0.5s;
}

.about .about-img {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;

}

.about .about-img .img-1 {
height: 85%;
margin-right: 50px;
}

.about .about-img .img-2 {
position: absolute;
width: 100%; 
bottom: 0; 
right: 0;
padding-left: 50px;
border-radius: 10px;
}

.about .about-img::after {
content: "";
position: absolute;
width: 10px;
height: 98%;
top: 0;
right: 0;
border-radius: 10px;
background: var(--bs-primary);
z-index: -1;
}

.about .about-item .text-item {
position: relative;
padding-left: 25px;
}

.about .about-item .text-item::after {
content: "";
position: absolute;
width: 5px;
height: 100%;
top: 0;
left: 0;
border-radius: 10px;
background: var(--bs-secondary);
}
/*** About End ***/


/*** Fact Counter Start ***/
.counter {
    background: linear-gradient(rgb(0 0 0 / 82%), rgb(0 0 0 / 79%)), url(../img/buspage2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter .counter-item .counter-item-icon {
width: 90px; 
height: 90px; 
border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
display: flex;
align-items: center;
justify-content: center;
color:#fff;
background:#ed1b24;
animation-name: icon-animat;
animation-duration: 5s;
animation-delay: 1s;
animation-direction: alternate;
animation-iteration-count: infinite;
transition: 0.5s;
}
.counter .counter-item.text-center, .counter .counter-item.text-center h4.text-white {
    color: #fff !important;
    font-family: 'Poppins';
    font-size: 20px;
}
.counter .counter-item.text-center .counter-counting.my-3 {
    font-family: 'Oswald';
    margin: 15px 0px 5px !important;
}
/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
box-shadow: 0 0 45px rgba(0, 0, 0, .1);
border-radius: 10px;
background: var(--bs-white);
transition: 0.5s;
}

.service .service-item:hover {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 60px;
background: var(--bs-light);
}

.service .service-item::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
left: 0;
background: var(--bs-primary);
border-radius: 10px;
z-index: -1;
transition: 0.5s;
opacity: 0;
}

.service .service-item:hover::after {
opacity: 1;
}

.service .service-item .service-icon {
width: 90px; 
height: 90px; 
border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
display: flex;
align-items: center;
justify-content: center;
color: var(--bs-secondary);
background: var(--bs-primary);
animation-name: icon-animat;
animation-duration: 5s;
animation-delay: 1s;
animation-direction: alternate;
animation-iteration-count: infinite;
transition: 0.5s;
}
/*** Service End ***/


/*** Process Start ***/
.steps {
background:linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg-1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.steps .steps-item {
position: relative;
background: var(--bs-secondary);
border-radius: 10px;
}
.steps .steps-item h4,
.steps .steps-item p {
color: #fff;
}
input.form-select {
border-radius: 0px;
color: #000;
}
.steps .steps-item p {
font-size: 14px;
}

.steps .steps-item h4 {
font-size: 18px;
font-weight: 600;
font-family: 'Poppins';
}
.steps .steps-item .setps-number {
position: absolute;
width: 64px;
height: 64px;
bottom: 0; 
right: 40px;
font-weight: 900;
border: 1px solid var(--bs-white); 
border-radius: 64px;
transform: translateY(50%);
color: var(--bs-white);
background: var(--bs-secondary);
display: flex;
align-items: center;
justify-content: center;
}
/*** Process End ***/


/*** Blog Start ***/
.blog .blog-item {
border-radius: 10px;
transition: 0.5s;
}

.blog .blog-item:hover {
box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
position: relative;
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
content: "";
position: absolute;
width: 100%;
height: 0;
bottom: 0;
left: 0;
background: rgba(255, 255, 255, 0.3);
transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
height: 100%;
}

.blog .blog-item .blog-img img {
transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
transform: scale(1.2);
}  

.blog .blog-item .blog-content {
position: relative;
background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
position: absolute;
top: 0; 
left: 25px; 
transform: translateY(-50%);
padding: 12px 25px;
border-radius: 10px;
color: var(--bs-white);
background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
display: flex;
justify-content: space-between;
}
/*** Blog End ***/


/*** Banner Start ***/
.banner .banner-item {
position: relative;
width: 100%;
height: 100%;
border-radius: 10px;
transition: 0.5s;
z-index: 1;
}

.banner .banner-item::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 10px;
background: rgba(0, 0, 0, .6);
z-index: 2;
}

.banner .banner-item .banner-content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
margin-left: 0;
margin-bottom: 0;
padding: 25px;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: end;
z-index: 5;
}

@media (min-width: 992px) {
.banner .banner-item .banner-content h2 {
font-size: 45px;
margin-bottom: 20px;
}
.user-header #navbarCollapse {
width: 100%;
text-align: right;
display: ruby !important;
vertical-align: middle;
}
.banner .banner-item .banner-content h1 {
font-size: 72px;
margin-bottom: 20px;
}

.banner .banner-item .banner-content p {
font-size: 40px;
margin-bottom: 20px;
}
}
/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
position: relative;
text-align: center;
border-radius: 10px;
margin-top: 100px;
background: var(--bs-light);
transition: 0.5s;
z-index: 1;
}

.team .team-item::after {
content: "";
position: absolute;
width: 100%;
height: 0;
bottom: 0;
left: 0;
border-radius: 10px;
background: var(--bs-secondary);
z-index: 2;
transition: 0.5s;
}

.team .team-item:hover::after {
height: 100%;
}

.team .team-item .team-content {
position: relative;
z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
color: var(--bs-white);
}
.team .team-item:hover .team-content p {
color: var(--bs-white);
}

.team .team-item .team-img {
position: relative;
overflow: hidden;
top: -100px;
margin-bottom: -100px;
border-radius: 10px;
z-index: 3;
}

.team .team-item .team-img img {
transition: 0.5s;
}

.team .team-item:hover .team-img img {
transform: scale(1.1);
}

.team .team-item .team-img::after {
content: "";
position: absolute;
width: 100%;
height: 0;
top: 0;
left: 0;
border-radius: 10px;
background: rgba(255, 255, 255, .3);
z-index: 4;
transition: 0.5s;
}

.team .team-item:hover .team-img::after {
height: 100%;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
margin-right: -1px;
}

.testimonial .testimonial-item {
position: relative;
margin-top: 35px;
border: 1px solid var(--bs-secondary);
border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
position: absolute;
width: 70px;
height: 70px;
top: 0;
right: 25px;
transform: translateY(-50%);
border-radius: 70px;
color: var(--bs-white);
background: var(--bs-secondary);
display: flex;
align-items: center;
justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
display: flex;
align-items: center;
background: var(--bs-light);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
width: 100px; 
height: 100px; 
border-radius: 100px;
border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
display: flex;
justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
width: 30px;
height: 30px;
border-radius: 30px;
margin: 20px 10px 0 10px;
background: var(--bs-primary);
transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
width: 30px;
height: 30px;
border-radius: 30px;
background: var(--bs-secondary);
transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
position: relative;
margin-top: 50%;
margin-left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
content: "";
width: 15px;
height: 15px;
border-radius: 15px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: var(--bs-white);
transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-add-item {
border-radius: 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
width: 90px; 
height: 90px; 
border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
display: flex;
align-items: center;
justify-content: center;
color: var(--bs-secondary);
background: var(--bs-primary);
animation-name: icon-animat;
animation-duration: 5s;
animation-delay: 1s;
animation-direction: alternate;
animation-iteration-count: infinite;
transition: 0.5s;
}

/*** Contact End ***/

/*SINGLE BIKE DETAIL PAGE CSS START*/
h1.bike-form-head {
text-align: center;
font-weight: 800;
color: #fff;
margin: 30px 0px 60px;
padding-bottom: 20px;
position: relative;
}
h1.bike-form-head:after {
position: absolute;
content: '';
width: 100px;
height: 4px;
background: #ed1b24;
left: 0;
margin: 0px auto;
bottom: 0;
right: 0;
}
h1.bike-form-head {
text-align: center;
color: #fff;
margin: 30px 0px 60px;
padding-bottom: 20px;
position: relative;
font-size: 40px;
font-family: "Oswald", sans-serif;
}
h1, h2, h3 {font-weight: 700; font-family: "Oswald", sans-serif;}
.Journey-detail h4.journey-head {
text-align: center;
font-weight: 600;
font-family: 'Poppins';
margin-bottom: 20px;
font-size: 30px;
position: relative;
padding-bottom: 15px;
}
.Journey-detail h4.journey-head:after {
position: relative;
position: absolute;
content: '';
width: 100px;
height: 4px;
background: #ed1b24;
left: 0;
right: 0;
margin: 0px auto;
bottom: 0;
}
.Journey-detail div#form-step-1 {
max-width: 75%;
margin: 40px auto;
}
form#journey-form select.form-select {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #000000;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #ced4da;
appearance: none;
border-radius: 10px;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-radius: 0px;
}
form#journey-form .row > * { padding: 15px 5px 0px;}
form#journey-form a.text-start.text-white.d-block.mb-2 {
font-weight: 700;
margin-bottom: 15px !important;
display: block !important;
}
form#journey-form .bg-light {
background: #000 !important;
color: #fff !important;
font-size: 14px;
text-transform: capitalize;
}   
.Journey-detail  div#form-step-2 input.form-control {
border-radius: 5px;
height: 45px;
color: #000;
}
form#journey-form .row > * .input-group input {
border-radius: 0px;
color: #000;
}
.Journey-detail div#form-step-2 {
max-width: 60%;
margin: 0px auto;
}
/*SINGLE BIKE DETAIL PAGE CSS CLOSED*/
/*** Footer Start ***/
.footer {
background: #fff;
color: #000;
border-top: 2px solid #ed1b24;
}
.social-media a.btn:hover {
background: #fff;
color: #000;
border-color: #ffffff;
}
.footer .footer-item a.btn.btn-primary:hover {
background: #fff;
color: #000;
letter-spacing: 0px;
}
.footer h4:after {
position: absolute;
content: '';
width: 70px;
height: 4px;
background: #ed1b24;
left: 0;
margin: 0px auto;
bottom: 0;
}
.footer h4 {
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Oswald';
    letter-spacing: 0px;
    font-weight: 600;
    color: #000 !important;
}
.footer .footer-item a.btn.btn-primary {
    color: #fff;
}
.footer .footer-item a.btn.btn-primary:hover {
    background: #000;
    color: #fff !important;
}
.d-flex.social-media a {
    background: #000;
    color: #fff !important;
}
.d-flex.social-media a:hover {
    background: #ed1b24;
    color: #fff;
}
.back-to-top {
    background: #000;
    width: 50px;
    height: 50px;
}
.copyright {
    border-top: 1px solid rgb(237 27 36);
    background: #000000;
    padding: 10px 0px !important;
}
.copyright a.border-bottom.text-white {
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
}
.copyright a.border-bottom.text-white:hover {
    color: #ed1b24 !important;
}
.footer .footer-item a {
line-height: 35px;
color: var(--bs-body);
transition: 0.5s;
}

.footer .footer-item p {
line-height: 28px;
}

.footer .footer-item a:hover {
color:#ed1b24;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
color: var(--bs-primary) !important;
}

.get-in-touch {
background: url(/img/buspage2.jpg) center center;
position: relative;
background-size: cover;
z-index: 0;
color: #ffff;
}
.get-in-touch:after {
z-index: -1;
position: absolute;
content: '';
width: 100%;
height: 100%;
background: #000000c9;
top: 0;
}
a.btn-contact-us {
background: #ed1b24;
color: #fff;
padding: 10px 30px;
display: inline-block;
text-align: center;
font-family: 'Poppins';
font-size: 16px;
border-radius: 5px;
font-weight: 500;
}
a.btn-contact-us:hover {
background: #000000;
color: #ffffff;
}
.get-in-touch h2 {
color: #fff;
font-size: 35px;
margin-bottom: 15px;
}
/*** Footer End ***/


/*** start ***/
/* .card{
padding=0;

} */
.card-wrapper{

}
/*** end ***/

/*** card slider start ***/

.cards-slider {
display: flex;
/* gap: 20px; Adds space between the cards */
padding: 10px; /* Adds padding inside the slider */
overflow-x: auto; /* Enables horizontal scrolling if there are too many cards */
scrollbar-width: thin; /* Makes the scrollbar thinner */
scrollbar-color: #ffffff #ffffff; /* Customizes scrollbar color */
}
.cards-slider .card {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow to the cards */
border-radius: 10px; /* Rounds the corners of the cards */
transition: transform 0.3s ease, box-shadow 0.3s ease; /* Adds transition effects */
}

.cards-slider .card:hover {
transform: translateY(-5px); /* Lifts the card slightly when hovered */
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increases the shadow on hover */
}

/*** end ***/





/*RESPONSIVE CSS START*/
@media (max-width:1400px) {
.user-dashboard .cards-slider.section-one .col-sm-12 {width: 23.7%;}
.main.user-dashboard .vendor-job-detail-page .col-sm-12.col-md-6.col-lg-6 {
    width: 32%;
}
}
@media (max-width:1200px) {
.top-bar-left { text-align: center; margin-bottom: 10px;}
.top-bar .social-media {text-align: center;}

.box-home-one-sec {margin-top: 30px;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    position: relative;
    left: 45%;
    width: fit-content;
}
.container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
}
.owl-carousel .owl-nav.disabled button.owl-prev, .owl-carousel .owl-nav.disabled button.owl-next {
    top: auto;
    bottom: 30px;
    left: auto;
    right: auto;
}
.owl-carousel .owl-nav.disabled button.owl-next {
    left: 60px;
    right: 0;
}
.single-banner-slide {
    padding-bottom: 40px;
}
.main.user-dashboard .vendor-job-detail-page .col-sm-12.col-md-6.col-lg-6 {
    width: 32%;
}
}

@media (max-width:1040px) {
.user-dashboard .cards-slider.section-one .col-sm-12 {width: 23.3%;}
.container.booking-details-box .card.user-booking-table .card-body {
    padding: 15px;
}
.box-shadow {padding: 20px 10px;}
}

@media (max-width:992px) {

.card.user-booking-table table.table tbody tr td, .user-booking-table table.table thead tr th, .card.user-booking-table table.table button.btn-vendor-assigned, .card.user-booking-table table.table a.btn-view-bids, .card.user-booking-table table.table a.btn-view-bids:hover {font-size: 12px;        vertical-align: top;}
.card.user-booking-table table.table tbody tr th {font-size: 11px;}
.main.user-dashboard .vendor-job-detail-page .col-sm-12.col-md-6.col-lg-6 {
    width: 31.5%;
}
}
@media (max-width:876px) {
.card.bikes-boxes {width: 30%;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {left: 43%;}
.user-dashboard .cards-slider.section-one .col-sm-12 { width: 48%;}
.booking-details-box form {
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}
.booking-details-box form strong {font-size: 26px;}

}

@media (max-width:767px) {
.cards-slider.section-one .card {margin: 0px 0px 20px;}
.services h1 {font-size: 30px;}
.services h1:after { width: 70px;height: 3px;}
.services .cards-slider .card .card-body h3.coming-soon {font-size: 10px;}
.services .cards-slider .card { padding: 20px 8px;margin: 0px 0px 0px 0px;}
.services .cards-slider .card .card-body h4.card-text {font-size: 14px;}
.footer .col-md-6.col-lg-6.col-xl-3 {margin: 40px 0px 0px;}
.footer {padding: 0px 15px !important;}
.footer .footer-item p { margin: 0px !important;}
.container-fluid.footer{ padding: 10px 15px 0px !important;}
.card.bikes-boxes { width:47%;}
.bg-login {max-width: 80%;}
.single-banner-slide h2 { font-size: 26px;text-align: center;        margin: 6px 0px;}
.single-banner-slide {
        padding: 0px 20px 70px 20px;
}
.single-banner-slide p { max-width: 100%; }
.counter .col-sm-6.col-md-6.col-lg-6.col-xl-3 {
    width: 50%;
    margin: 20px 0px;
}
.main.user-dashboard .vendor-job-detail-page .col-sm-12.col-md-6.col-lg-6 {
    width:48%;
}
.container.booking-details-box .row .col-md-6.col-12.col-lg-6.col-sm-12 {
    margin-bottom: 20px;
}
.container.booking-details-box .card.user-booking-table .card-body {
    padding: 15px 15px 0px;
}
}

@media (max-width:687px) {
.card.bikes-boxes { width:46%;}
.Journey-detail h4.journey-head {font-size: 23px;}
form#journey-form .row > * { padding: 15px 15px 0px;}
.Journey-detail div#form-step-2 {
max-width: 100%;
margin: 0px auto;
}
.user-booking-table {
    margin: 20px 5px 0px;
}
.user-dashboard .cards-slider.section-one .col-sm-12 {
        width: 100%;
        margin: 0px !important;
}
.user-booking-table .card-body {
    padding: 20px 10px;
}
.user-booking-table h5.card-title, .popup-dhasboard-pymnt .modal-content .modal-header h5 {font-size: 24px;}
table.table.table-bordered.table-responsive {
    display: block;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { left: 35%;}
.main.user-dashboard .vendor-job-detail-page .col-sm-12.col-md-6.col-lg-6 {
    width: 100%;
}
}

@media (max-width:520px) {
.card.bikes-boxes { width: 45%;margin: 9px !important;}
.carousel-inner .carousel-item.active img {height: 250px !important;min-height: 250px !important;}
.inner-banner h3 { font-size: 32px;line-height:40px;letter-spacing: 1px;}
.inner-banner { top: 60px;}
h1.bike-form-head {font-size: 32px;    margin: 0px 0px 30px;}
.Journey-detail div#form-step-1 {margin: 20px auto;        max-width: 100%;}
.bg-login {max-width: 100%;}
.top-bar .top-bar-left a:last-child {
margin: 5px;
display: block;
}
.counter .counter-item.text-center, .counter .counter-item.text-center h4.text-white {
    font-size: 14px;
}
.tab-vendors ul#jobTabs .nav-link {font-size: 16px; padding: 5px 10.4px;}
.tab-vendors .tab-content .card-body h5.card-title {
    font-size: 16px;
    margin-bottom: 0px;
}
.tab-vendors .tab-content .card-body p.card-text {font-size: 14px;}
.booking-details-box .card .card-header {font-size: 20px;}
}
}

@media (max-width:469px) {
.card.bikes-boxes {width: 45%;margin: 9px !important;}
.top-bar a {font-size: 11px;}
.top-bar .top-bar-left a {margin-right: 10px;}
.top-bar .social-media {display: none;}
.top-bar-left {margin-bottom: 0px;}
.navbar.navbar-expand-lg .navbar-toggler { padding: 8px 10px;  font-size: 20px;}
.navbar-light .navbar-brand img {max-height: 60px;}
.top-bar {padding: 5px 0px;}
.booking-details-box .card .card-body .col-md-12 {margin-bottom: 10px;}
.booking-details-box .card .card-body .col-md-12 span {
    font-weight: 400;
    font-size: 14px;
    padding-left: 0px;
}
.booking-details-box .card .card-body .col-md-12 {
    align-items: center;
    vertical-align: top;
    display: block;
    margin-bottom: 10px;
    /* padding: 0px; */
}
}
@media (max-width:381px) {
.card.bikes-boxes {width: 44%;margin: 9px !important;}
}