@import url('https://fonts.googleapis.com/css2?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');
body , html {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
    .login{
        margin-bottom: 40px !important;
    }
.loaderImg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbar {
    z-index: 1005;
}
.nav-item .nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #4E4E4E !important;
    text-transform: uppercase;
    margin-right: 15px;
}
.login .nav-link {
    border: 1px solid #212121;
    padding: 5px 20px;
    border-radius: 42px;
    width: fit-content;
}
.nav-item .nav-link.active {
    color: #FE9307 !important;
}
/* Login popup Styling  */
#change-mobile-number , #resend-otp{
    font-size: 14px;
    font-weight: 500;
}
.otp-input {
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 5px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.otp-input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.modal-content {
    padding: 10px;
}
#otp-input-field, #submit-otp, #resend-otp {
    display: none;
}
/* checked input */
.form-check-input:checked + .form-check-label {
    color: #FE9307;
}
/* ============= Off Canvas ==================== */
.offcanvas-header {
    box-shadow: 0px 5px 5px aliceblue;
}
.offcanvas-body ul {
    padding:0px;
    list-style: none;
}
.offcanvas-body ul li{
    padding:8px;
    width: 70%;
    clip-path: polygon(0% 20%, 60% 20%, 100% 46%, 100% 50%, 100% 48%, 60% 80%, 0% 80%);
}
.offcanvas-body ul li a {
    text-decoration: none;
    font-weight: 500;
    color: #4E4E4E;
    font-size: 15px;
}
.offcanvas-body ul li:hover {
    background-color: #FE9307;
}
.offcanvas-body ul li:hover a {
    color: #fff;
}

/* ========== Navbar CSS ============ */
/* ================================== */

nav {
    z-index: 1000;
}
.offcanvas {
    z-index: 9999;
}
nav .part1 .companyLogo img{
    width: 180px;
}
nav .part1 a {
    text-decoration: none;
    color: #212121;
}
nav .part1 i {
    display: none;
}
#navUser {
    display: none;
}
nav .part2 {
    display: flex;
    gap: 20px;
}
nav .part2 a {
    font-size: 14px;
    font-weight: 500;
    color: #4E4E4E;
    text-decoration: none;
}

nav .part2 .middleLinks.active a{
    color: #FE9307;
}
nav .part-3 a i{
    font-size: 20px;
}
nav .part-3 .login a{
    color: #fff;
    background-color: #FE9307;
    font-weight: 500;
    font-size: 14px;
    padding: 6px;
    text-decoration: none;
    border-radius: 5px;
}
/* =========== HOME BANNER ============= */
/* ====================================== */
.homeBanner {
    background-color: #F5F7F6;
    min-height: 550px;
    position: relative;
}
#homecar {
    z-index: 0;
    position: relative;
    top: 14%;
}
.homeBanner::after {
    content: " ";
    display: block;
    background-image: url(../images/smallcircle.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 165px;
    height: 140px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.homeBanner::before {
    content: " ";
    display: block;
    background-image: url(../images/bigcricle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 520px;
    height: 620px;
    position: absolute;
    bottom: 0%;
    right: 0%;
}
#banner {
    padding-top: 80px;
    position: relative;
}
.homeBanner .content .lightText {
    font-size:18px;
    color: #ADADAD;
    font-weight: 400;
}
.homeBanner .content .mainText {
    font-size:40px;
    font-weight: 700;
    color: #2D2D2D;
    line-height: 45px;
}
.homeBanner .content .desc {
    font-size: 15px;
    font-weight: 500;
    color: #212121;
}
.homeBanner .content .mainText span {
    color: #FE9307;
}

/*=============== booking ============== */
/* ====================================== */

.bookingForm {
    z-index: 5;
    /* width: 60%; */
    top: 60%;
    position: absolute;
}
.bookingForm .fourthColumn button {
    border: none;
    outline: none;
    background-color: transparent;
}
.bookingForm .fourthColumn button img {
    width: 70px;
}
.nav-tabs {
    width: fit-content;
}
.bookingForm form.selfRental {
    width: fit-content;
}
.bookingForm form.outStation {
    width: fit-content;
}
.selectionBox label {
    font-size: 14px;
    font-weight: 500;
}
.bookingForm select {
    border: none;
    background-color: transparent;
    color: rgba(30, 28, 36, 85%);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.bookingForm .firstColumn {
    border: 2px solid #EBEBEB;
    width: fit-content;
    border-radius: 10px;
    position: relative;
}
.bookingForm .firstColumn::before {
    content: " Pick up & Return City";
    position: absolute;
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    padding: 2px;
    background-color: #fff;
    top: -17%;
    left: 10%;
}
.bookingForm .firstColumn.outFirst::before {
    content: " Pick up & Drop Location";
    position: absolute;
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    padding: 2px;
    background-color: #fff;
    top: -17%;
    left: 10%;
}
.bookingForm .secondColumn::before {
    content: " Pickup Date";
    position: absolute;
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    padding: 2px;
    background-color: #fff;
    top: -17%;
    left: 10%;
}
.bookingForm .thirdColumn::before {
    content: "Return Date";
    position: absolute;
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    padding: 2px;
    background-color: #fff;
    top: -17%;
    left: 10%;
}
.bookingForm .secondColumn {
    border: 2px solid #EBEBEB;
    width: fit-content;
    border-radius: 10px;
    position: relative;
}
.bookingForm .secondColumn input {
    width: 90px;
    border: none;
    outline: none;
    color: rgba(30, 28, 36, 85%);
    font-size: 14px;
    font-weight: 500;
}
.bookingForm .secondColumn .line {
    width: 1px;
    height: 30px;
    background-color: #EBEBEB;
}
.bookingForm .thirdColumn {
    border: 2px solid #EBEBEB;
    width: fit-content;
    border-radius: 10px;
    position: relative;
}
.bookingForm .firstColumn input {
    width: 120px;
    border: none;
    outline: none;
    color: rgba(30, 28, 36, 85%);
    font-size: 14px;
    font-weight: 500;
}
.bookingForm .thirdColumn input {
    width: 90px;
    border: none;
    outline: none;
    color: rgba(30, 28, 36, 85%);
    font-size: 14px;
    font-weight: 500;
}
.fourthColumn .search {
    display: none;
}
.bookingForm .thirdColumn .line {
    width: 1px;
    height: 30px;
    background-color: #EBEBEB;
}
.ui-timepicker-standard a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.ui-timepicker-standard {
    z-index: 1002 !important;
}
#note {
    font-size: 12px;
    font-weight: 600;
}
/* ==================== */
.datepicker table tr td.today {
    background-color: #ff0;
    color: #000;
}
.ui-timepicker-standard a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.ui-timepicker-standard {
    z-index: 1002 !important;
}

  .ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid red !important;
    background: #FE9307!important;
    color: #fff !important;
    font-weight: 500 !important;
    font-family: var(--body-font) !important;
    font-size: 15px;
  }
  
  .ui-datepicker td.disabled-date a {
    background-color: #f2f2f2 !important; /* Disabled color */
      color: #d9d9d9;
  }
/* =================================================== */
.yourBestCars .top-section .small-heading {
    font-size: 21px;
    font-weight: 500;
    color: #FE9307;
}
.yourBestCars .top-section .big-heading {
    font-size: 40px;
    font-weight: 600;
    color: #2D2D2D;
}
/* .slick-track {
    height: 325px !important;
} */
.cards-Section .carcard .feature .text {
    font-size: 9px;
    font-weight: 500;
    color: #343D3C;
}
.cards-Section .carcard {
    border: 1.5px solid #E5E8F1;
    border-radius: 5px;
    position: relative;
    height:380px;
}
.cards-Section .carcard .carName {
    font-size: 19px;
    font-weight: 600;
    color: #161616;
}
.cards-Section .carcard .cardesc {
    font-size: 12px;
    font-weight: 400;
    color: #515F65;
}
.cards-Section .carcard .carImg {
    position: relative;
}
.cards-Section .carcard .carImg::after {
    content: "";
    display: block;
    /* background-image: url(../images/car1.png); */
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -3%;
    left: 20%;
}
.line {
    width: 100%;
    height: 1px;
    background-color: #F1F1F1;
}
.sline {
    height: 30px;
    width: 1px;
    background-color: #F1F1F1;
}
.booknowBtn {
    border: 1.5px solid #E5E8F1;
    outline: none;
    font-size: 11px;
    padding: 6px 20px;
    font-weight: 500;
    background-color: #ffff;
    color: #FE9307;
    border-radius: 42px;
    position: absolute;
    z-index: 10px;
    bottom: -5%;
    left: 27%;
}
.booknowBtn i {
    font-size: 10px;
}
.cards-Section .carcard:hover {
    background-color: #fff;
    box-shadow: 0px 4px 10px #d8d8d8;
    transition: all 0.3s ease;
    cursor: pointer;
}
.cards-Section .carcard:hover .booknowBtn {
    background-color: #FE9307;
    border: none;
    color: #fff;
}
.rating {
    padding: 5px 10px;
    background-color: #FE9307;
    width: fit-content;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    right: 3.5%;
    top: 5%;
}
.price {
    padding: 5px 12px;
    background-color: #2D2D2D;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    width: fit-content;
    border-radius: 20px 0px 8px 20px;
    position: absolute;
    right: 0%;
    bottom: 0px;
}
.cards-Section .priv-arr {
    color:rgba(203, 203, 203, 1);
    position: absolute;
    right: 70px;
    top:-60px;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.13);
    border: 1px solid #374B5C;
    color: #374B5C;
}

.cards-Section .priv-arr:hover {
    border: 1px solid #FE9307;
    color: #FE9307;
}
.cards-Section .next-arr {
    color:rgba(203, 203, 203, 1);
    position: absolute;
    right: 0px;
    top: -60px;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.13);
    border: 1px solid #374B5C;
    color: #374B5C;
}
.cards-Section .next-arr:hover {
    border: 1px solid #FE9307;
    color: #FE9307;
}

/* =================================== */
.howitWorks{
    background-color: #FCFCFC;
}
.howitworksSteps .step {
    height: 237px;
}
.howitworksSteps {
    display: flex;
    gap: 15px;
   justify-content: space-between;
   align-items: center;
}
.small-heading {
    font-size: 21px;
    font-weight: 500;
    color: #FE9307;
}
.big-heading {
    font-size: 40px;
    font-weight: 600;
    color: #2D2D2D;
}
.howitworksSteps .step {
    border-radius: 10px;
    /* box-shadow: 10px 10px 30px rgba(0, 0, 0, 10.2%); */
    position: relative;
}
.howitworksSteps .step .step1Img img {
    width: 90px;
}
.howitworksSteps .step .step1Img {
    position: relative;
}
.howitworksSteps .step .stepName {
    font-size: 18px;
    font-weight: 500;
    color: #2D2D2D;
}
.howitworksSteps .step .stepdesc {
    font-size: 12px;
    font-weight: 400;
    color: #8C8E95;
    line-height: 16px;
}
/* ======================== */
.whatweoffer .right-side .big-heading {
    line-height: 45px;
}
.whatweoffer .right-side .para {
    font-size: 14px;
    font-weight: 300;
    color: #8C8E95;
    line-height: 17px;
}
.whatweoffer .right-side .firstRow .whatCard .cardImage img {
    width: 80px;
}
.whatweoffer .right-side .firstRow .whatCard {
    border-radius: 8px;
}
.whatweoffer .right-side .firstRow .whatCard:hover {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 10.2%);
}
.whatweoffer .right-side .firstRow .whatCard .name {
    font-size: 16px;
    color: #474747;
    font-weight: 500;
}
.whatweoffer .right-side .firstRow .whatCard .desc {
    font-size: 12px;
    color: #8C8E95;
    font-weight: 400;
    line-height: 14px;
}

/* =============== */
.whychooseus{
    background-color: #fcfcfc;
    width: 100%;
    /*height: 100%;*/
}
/* .whychooseus .left-side .leftImage {
    width: 100%;
    height: 380px;
} */
.whychooseus .left-side .leftImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whychooseus .right-side .world-png {
    background-image: url(../images/world_map_PNG28.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    width: 100%;
}
.whychooseus .right-side .point1 {
    font-size: 14px;
    font-weight: 500;
    color: #161616;
    padding: 8px 10px 8px 60px;
    background-color: #fff;
    width: 70%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10.2%);
    position: relative;
    cursor: pointer;
}
.whychooseus .right-side .point1 .number {
    clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
    background-color: #161616;
    width: 50px;
    color:#fff;
    background-color: #FE9307;
    padding: 8px;
    position: absolute;
    left: 0;
    top: 0;
}
.whychooseus .right-side .answer1 .line {
    height: 35px;
    width: 5px;
    background-color: #FE9307;
}
.whychooseus .right-side .answer1 {
    width: 70%;
    /* display: none; */
}
.whychooseus .right-side .desc {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    width: 70%;
}
.whychooseus .right-side .answer1 .content .orangeText {
    font-size: 10px;
    font-weight: 400;
    color: #FE9307;
}
.whychooseus .right-side .answer1 .content .mainText {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    line-height: 15px;
}
.whychooseus .right-side {
    position: relative;
    height: 100%;
}
.whychooseus .right-side::after {
    content: " ";
    background-image: url(../images/whychooseusCAR.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 300px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* serviceable cities */
.servicebleCities {
    padding-bottom: 100px;
    position: relative;
 background-image:url(../images/Icon/servicebleCitiesBoottom.png) ;
    background-position: center;
    background-repeat: no-repeat;
}
/*.servicebleCities::before{*/
/*    content: " ";*/
/*    display: block;*/
/*    background-image:url(../images/Icon/servicebleCitiesBoottom.png) ;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    width: 100%;*/
/*    min-height: 250px;*/
/*    position: absolute;*/
/*    bottom: 0%;*/
/*}*/
.servicebleCities .Cities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.servicebleCities .Cities .city {
    border-radius: 10px;
}
.servicebleCities .Cities .city:hover {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 10.2%);
}
.servicebleCities .Cities .city .cardImage img {
    width: 70px;
}
.servicebleCities .Cities .city .cityDesc .name {
    font-size: 16px;
    color: #474747;
    font-weight: 700;
}
.servicebleCities .Cities .city .cityDesc .desc {
    font-size: 12px;
    color: #8C8E95;
    font-weight: 400;
    line-height: 14px;
}
/* Testimonial Section starts here */
.Testimonial {
    background-image: url(../images/Icon/testimonialBack.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}
.Testimonial .textimonialCard {
    margin-top: 70px;
    position: relative;
}
.Testimonial .textimonialCard .mainImg {
    position: absolute;
    top: 10%;
    left: 38%;
    width:120px;
}
.Testimonial .textimonialCard .testi2 {
    position: absolute;
    top: -10%;
    left: 63%;
    width: 40px;
}
.Testimonial .textimonialCard .testi3 {
    position: absolute;
    top: -7%;
    left: 78%;
    width: 30px;
}
.Testimonial .textimonialCard .testi4 {
    position: absolute;
    top: -10%;
    left: 28%;
    width: 40px;
}
.Testimonial .textimonialCard .testi5 {
    position: absolute;
    top: -7%;
    left: 15%;
    width: 30px;
}
.Testimonial .textimonialCard .client-review {
    color: #4e4e4e;
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
}
.Testimonial .textimonialCard .bigText {
    text-transform: uppercase;
    font-weight: 600;
    color: #FE9307;
    font-size: 18px;
}
.Testimonial .textimonialCard .smallText {
    color: #FE9307;
    font-size: 18px;
    font-weight: 500;
} 
#TestimonialCards .priv-arr {
    color:#000;
    position: absolute;
    top: 50%;
    left: -15%;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.13);
    background-color: #fff;
}
#TestimonialCards .next-arr {
    position: absolute;
    right: -15%;
    top: 50%;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    color: #000;
}


/* ================== */
.blog {
    margin-bottom: 150px;
}
.blog .blogCards .blogcard {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 9%);
    margin-bottom: 20px;
    border-radius: 10px;
}
.blog .blogCards .blogcard .date {
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 500;
    background-color: #f1cea0;
    width: fit-content;
    color: #FE9307;
    border-radius: 20px;
}
.blog .blogCards .blogcard .darkHeading {
    text-transform: uppercase;
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.blog .blogCards .blogcard .para {
    font-size: 13px;
    font-weight: 400;
    color: #2d2d2d;
    line-height: 16px;
}
.blog .blogCards .blogcard .blog-content a {
    font-size: 12px;
    font-weight: 400;
    color: #C4C4C4;
    text-decoration: none;
}
.blog .blogCards .blogcard .blog-content a i {
    color: #FE9307;
    font-size: 15px;
}
.blog .blogCards {
    position: relative;
}
.blog .blogCards::before {
    content: " ";
    display: block;
    background-image: url(../images/world.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: -20%;
    position: absolute;
}
/* ============= */
.blogCards .priv-arr {
    position: absolute;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    bottom: -10%;
    left: 47%;
    color: #ADADAD;
    cursor: pointer;
}

.blogCards .priv-arr:hover {
    color: #FE9307;
}
.blogCards .next-arr {
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    color: #374B5C;
    right: 47%;
    bottom: -10%;
    color: #ADADAD;
    cursor: pointer;
}
.blogCards .next-arr:hover {
    color: #FE9307;
}
/* footer section starts here */
.footerStarts {
    margin-top:100px;
    padding-top: 150px;
    position: relative;
}
.footerStarts .footer .part1 .companyLogo img {
    width: 180px;
}
.footerStarts .footer .part1 .companyDesc {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 17px;
}
.footerStarts .footer .ourLinks .heading {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.footerStarts .footer .SubscribeNow .heading {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.footerStarts .footer .ourLinks ul {
    padding: 0px !important;
}
.footerStarts .footer .ourLinks ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 12px;
    color: #fff;
}
.footerStarts .footer .ourLinks ul li a {
    text-decoration:none;
    color:#fff !important;
}
.footerStarts .footer .subscribe {
    border: 1px solid #fff;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 42px;
}
.footerStarts .footer .subscribe i {
    font-size: 20px;
    font-weight: 600;
}
.footerStarts .footer .subscribe input {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footerStarts .footer form {
    position: relative;
    width: fit-content;
}
.footerStarts .footer form .buttonGo button {
    padding: 10px 15px;
    background-color: #FE9307;
    color: #fff;
    border: none;
    border-radius: 35px;
    outline: none;
    position: absolute;
    right: 1%;
    top: 6%;
}
/* ================= */
#contactBox {
    /* background-color: #FE9307; */
    background-image: url(../images/Icon/contactusbanner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 85%;
    position: absolute;
    top: -5%;
}
.contactUs .phone .Image img {
    width: 80px;
}
.contactUs .phone .content .bigText {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.contactUs .phone .content .smallText {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.contactUs a img {
    width: 60px;
}
/* =============== */
.copyright {
    border-top: 1px solid #fff;
}
.copyright .copyText {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
/* ================ */
.FaqStarts .viewall {
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #FE9307;
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #FE9307;
    border-radius: 42px;
    height: 35px;
}
/* accordian starts here */
.accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: transparent !important;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #000 !important;
    --bs-accordion-active-bg: #fff !important;
  }

  .accordion-button:focus {
    box-shadow: none !important;
  }
  .accordion-body {
    padding-top: 0px !important;
    color: #949494;
    font-size: 14px;
    font-weight: 400;
  }

  /* =============== */
.accordion .accordion-item .question {
    font-size: 16px;
    font-weight: 500;
}
.accordion .accordion-item button {
    background-color: transparent !important;
}
/* == */
.bottomSectionStarts {
    position: relative;
}
.bottomSectionStarts::before {
    content: " ";
    display: block;
    background-image: url(../images/Icon/faqbefore.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35%;
    height: 50%;
    position: absolute;
    top: 0%;
    right: 0px;
    z-index: -5;
}
/* ======================================== */
#section-cars .carList {
    border: 1.5px solid #E5E8F1;
    position: relative;
}
#section-cars .carList .background-image {
    /*background-color: #EFF7FC;*/
    border-radius: 10px;
    position: relative;
}
#section-cars .carList .background-image img {
    width: 380px;
    height: 170px;
    display: block;
}
#section-cars .carList .carName {
    font-size: 19px;
    font-weight: 600;
    color: #161616;
}
#section-cars .carList .aboutText {
    font-size: 12px;
    font-weight: 400;
    color: #515F65;
}
#section-cars .carList .carFeatures img {
    width: 20px;
    height: 24px;
    object-fit: contain;
}
#section-cars .carList .carFeatures .text {
    color: #343D3C;
    font-size: 10px;
    font-weight: 400;
}
#section-cars .carList .carFeatures .vertiLine {
    height: 25px;
    width: 1px;
    background-color: #D9D9D9;
}
#section-cars .carList .carBtn {
    border: 1.5px solid #E5E8F1;
    outline: none;
    font-size: 15px;
    padding: 6px 20px;
    font-weight: 500;
    background-color: #ffff;
    color: #FE9307;
    border-radius: 42px;
    position: absolute;
    z-index: 10px;
    bottom: -5%;
    left: 30%;
    text-decoration:none;
  }
  #section-cars .carList .carBtn i {
    color: #FE9307;
  }
  #section-cars .carList:hover {
    border: none;
 }
 #section-cars .carList:hover .carBtn{
    background-color: #FE9307;
    color: #fff;
    border: none;
}
#section-cars .carList:hover .carBtn i {
    color: #fff;
}
/* =========== Login Modal CSS Starts here ========== */
.modal-header {
    background-color: #FE9307;
}
.modal .modal-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.modal-body .enter {
    font-size: 18px;
    font-weight: 600;
}
.modal-body .para {
    font-size: 14px;
    color: #535353;
    line-height: 16px;
}
.mobile-input {
    display: flex;
    margin-bottom: 15px;
}
.input-group-text {
    border-radius: 0px !important;
    background-color: #fff !important;
}
.input-group-prepend {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
}
.input-group-prepend input {
    border: none;
    outline: none; 
    padding-left:15px ;
    width: 100%;
    font-size:15px;
    font-weight: 500;
}
.input-group-prepend span {
    border-right: 1px solid #c2c2c2;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    font-size: 14px;
  font-weight: 500;
}
.modal-body .by {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 50px;
}
/* ==================== */
.citiesBtn button {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #FE9307;
    outline: none;
    background-color: #ffff;
    padding: 8px 25px;
    color: #FE9307;
    border-radius: 42px;
    text-transform: uppercase;
}
.citiesBtn button:hover {
    cursor: pointer;
}
/* ===================== */
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	padding: 145px 0 50px 0;
    background:url(../images/background/3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}
.bg-breadcrumb2 {
	position: relative;
	padding: 145px 0 50px 0;
    background:url(../images/background/8.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}
.bg-breadcrumb3 {
	position: relative;
	padding: 145px 0 50px 0;
    background:url(../images/background/6.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}
@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 50px;
    }

}
 /*** Counter Facts Start ***/

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../images/background/8.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 200px;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #FE9307;
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: #FE9307;
    display: flex;
    
}

.counter-facts .counter h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #FE9307;
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/* ========================= */
#section-cars .item_filter_group {
    border: 1px solid #c2c2c2;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.13);
}
#section-cars .item_filter_group input{
    margin-right: 15px;
}
#section-cars .item_filter_group h4 {
    font-size: 18px;
    font-weight: 500;
}
#section-cars {
    margin-bottom: 200px;
}
/* ======================= */
#warning-message , #otp-sent-message{
    font-size: 14px;
    font-weight: 500;
}
#send-otp {
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 30px;
    background-color: #FE9307;
    color: #fff;
}
#otp-input-field input {
    padding: 8px 15px;
}
#submit-otp {
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 30px;
    color: #fff;
    background-color: #FE9307;
}
/* ======================================= */
/* #topNavbar {
    position: sticky;
    top: 0%;
    left: 0%;
    background-color: #fff;
    z-index: 9999;
    border-bottom: 1px solid aliceblue;
} */
/* ====================== Payment page css ============ */

.paymentPage , .fareDetails{
    margin-bottom: 150px;
}
.paymentMethod .QrCodeImg img {
    height: 350px;
    object-fit: contain;
}
.uploadScreenshoot .please {
    font-size: 15px;
    font-weight: 500;
}
.uploadScreenshoot .sumbScreenshoot {
    font-size: 14px;
    padding: 8px 30px;
    font-weight: 500;
    background-color: #FE9307;
    color: #fff;
    border: none;
    outline: none;
}
.paymentInfo {
    background-color: #FE9307;
    color: #fff;
    font-weight: 500;
}
.paymentInfo .pricee {
    color: #fff;
}
#modalPayment .Text {
    font-weight: 500;
    font-size: 18px;
}
#modalPayment .note {
    font-size: 15px;
    font-weight: 500;
}
#modalPayment button {
    border:none;
    outline: none;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    background-color: #FE9307;
    color: #fff;
}

/* ============================ */
.offcanvas-body .heading {
    background-color: #FE9307;
    font-weight: 500;
 }  
 .offcanvas-body .field {
    border: 1px solid #c3c3c3;
 } 
 .offcanvas-body form input {
    outline: none;
    border: 1px solid #c2c2c2;
    background-color: transparent;
    font-size:15px;
    font-weight: 500;
    padding: 5px 20px;
    /* width: 100%; */
    margin-bottom: 12px;
    text-align: center;
 }
 .offcanvas-body form button {
    background-color: #FE9307;
    padding: 8px 30px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
 }
 .offcanvas-body .avilHeading {
    font-size: 20px;
    font-weight: 600;
 }
 .offcanvas-body .percentOff {
    border: 1px dashed #FE9307;
    padding: 5px 15px;
    font-size: 15px;
    color: #FE9307;
    font-weight: 500;
 }
 .offcanvas-body .desc {
    font-size: 15px;
    color: #c3c3c3;
 }
 .offcanvas-body .coupon button {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none;
    padding: 6px 20px;
    background-color: #FE9307;
 }
 .totalAmount label , .tokenAmount {
    font-weight: 500;
    font-size: 15px;
 }
 /* New CSS Added on 10/7/2024*/
 .ui-timepicker-viewport {
     scrollbar-width:none;
 }
 #manangeAccount {
     margin-bottom:200px;
 }
 .blog-thumb {
     margin-top:50px;
 }
 .detail-page {
     padding-bottom:100px;
 }
 .detail-page .col-lg-8 .img img {
     width:100%;
     height:300px;
     object-fit:cover;
 }
 .detail-page .sidebar .blog-thumb h5 {
     margin-top:10px;
     font-size:18px;
     font-weight:600;
     color:#FE9307;
 }
 #showLess {
    background-color:#FE9307;
     font-size:14px;
     font-weight:500;
     border-radius:42px;
     padding:10px 30px;
     border: none; 
 }
 #showMore {
     background-color:#FE9307;
     font-size:14px;
     font-weight:500;
     border-radius:42px;
     padding:10px 30px;
     border: none;
 }
 #booking table td a {
     text-decoration:none;
     background-color:#FE9307;
     font-size:12px;
     font-weight:500;
     border-radius:42px;
     padding:5px 10px;
     border: none;
     color:#fff !important;
 }
 #section1 {
     margin-bottom:150px;
 }
 #payStat {
     font-size:10px !important;
 }