:root {
    --common-found: 'Jost';
    --theme-found: 'Jost';
    --theme-color: #f9bb08;
}

body {
    font-family: "Jost" ;
    overflow-x: hidden;
}
p{
    font-family: "Jost" ;
    font-size: 16px;
    line-height: 30px;
    color: #444;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
h2,h3,h4,h5,h6 {
    color: #000;
}
input {
    outline: none;
}
a{
    text-decoration: none;
}
h1 {
    font-family: var(--common-found);
    font-size: 50px;
    line-height: 80px;
    font-weight: bold;
}
h2{
    font-size:35px;
}
h3{
    font-size:26px;
}
h4{
    font-size:24px;
}
h5{
    font-size:20px;
}
h6{
    font-size: 18px;
}
img {
    max-width: 100%;
}
.gap {
    padding: 50px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
} 
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
/* 01. header */
header {
    position: absolute;
    z-index: 141111;
    width: 100%;
    top: 0;
}
.top-bar p {
    color: #fff;
    font-family: var(--common-found);
}

.slideDown .header-top-bar {
    background-color: #ffffff;
    backdrop-filter: blur(10px);
}
a.register span {
    display: flex;
}
/* 02. top-bar */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px; 
} 
.help-number {
    display: flex;
    gap: 50px;
} 
.help-number h6 {
    color: #fff;
    font-family: var(--common-found);
    font-weight: 400;
    font-size: 16px;
} 
.help-number a {
    color: #fff;
    font-family: var(--common-found);
} 
.help-number i {
    padding-right: 6px;
    font-size: 20px;
    transform: translateY(4px);
    display: inline-block;
}
/* 03. login */
.login > a {
    color: #fff;
}
.login {
    display: flex;
    align-items: center;
}
.login > a i {
    padding-right: 12px;
    font-size: 22px;
    transform: translateY(4px);
    display: inline-block;
}
.login a.register {
    background-color: #ffcf43;
    padding: 12px 24px;
    display: flex;
    color: #000;
    border-radius: 62px; 
    margin-left: 26px;
    align-items: center;
    justify-content: center;
}
.slideDown .header-top-bar .nav-link {
    /*color: #fff;*/
}
.login a.register:hover {
    background-color: #fff;
    color: #000;
}
/* 04. bottom-bar */
.bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom-bar ul {
    display: flex;
    align-items: center;
}  
.bottom-bar ul li {
    padding-right: 20px;
    padding-left: 20px;
}
.bottom-bar ul li a {
    color: #fff;
    text-transform: capitalize;
}
.bottom-bar ul li a:hover {
    color: var(--theme-color);
}
.clients-slider .item {
    display: flex;
    justify-content: center;
}
.bottom-bar ul li a,.bottom a {
    transition: .3s ease-in-out;
} 
/* 05. progress go to top */
#progress {
  z-index: 111;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
}
#progress-value {
    display: block;
    height: calc(110% - 15px);
    width: calc(110% - 15px);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #ffffff;
    background-color: var(--theme-color);
}
span#progress-value i {
    font-size: 22px;
}
/* 06. preloader */
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    top: 0;
    background-color: var(--theme-color) ;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    top: 0%;
}
.page-loaded .preloader {
    top: -100%;
} .car__body {
  -webkit-animation: shake 0.2s ease-in-out infinite alternate;
          animation: shake 0.2s ease-in-out infinite alternate;
}
.car__line {
  transform-origin: center right;
  stroke-dasharray: 22;
  -webkit-animation: line 0.8s ease-in-out infinite;
          animation: line 0.8s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
ellipse.car__wheel--right { 
    fill: #000000;
}

ellipse.car__wheel--left {
    fill: #000;
}
.car__line--top {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.car__line--middle {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.car__line--bottom {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes shake {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(3%);
  }
}

@keyframes shake {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(3%);
  }
}
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
/* 07. #home */ 
#home { 
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#home:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    opacity: .5;
    z-index: 3;
} 
/* 08. hero-text */
.hero-text {
    position: relative;
}
.img-slider img { 
    animation: imgscale 10s infinite;
}

@keyframes imgscale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06); 
    }
    100% {
        transform: scale(1); 
    }
}
.hero-section-text {
    position: absolute;
    width: 1296px;
    z-index: 11;
    padding-top: 120px;
    padding-bottom: 20px;
}
.hero-text h1 {
    color: #fff;
    margin-bottom: 30px;
}

.hero-text h5 {
    font-size: 25px;
    color: #fff;
    padding-bottom: 25px;
}
.login a.register i {
    padding-right: 14px;
    font-size: 22px;
    transform: translateY(0px);
    height: 24px;
}
ul.theme-list li {
    color: #fff;
    padding-bottom: 12px;
    font-size: 20px;
}

ul.theme-list li i {
    color: var(--theme-color);
    font-size: 18px;
    padding-right: 12px;
}
.hero-text h1 span {
    position: relative; 
}
.hero-text h1 span:before {
    position: absolute;
    width: 100%;
    height: 30px;
    background-image: url(../img/text-line.png);
    content: "";
    background-repeat: no-repeat;
    bottom: -20px;
    background-size: 100%;
    animation: textline 8s infinite;
}
@keyframes textline {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
}
/* 09. car-book */
.car-book {
    background-color: #f5f5dd;
    border-radius: 0 0 20px 20px;
    padding: 25px;
    position: relative;
}

.save-upto {
    display: flex;
    align-items: center;
    background-color:  #ffb21d;
    padding: 8px;
    gap: 10px;
    border-radius: 34px;
    width: fit-content;
    padding-right: 22px;
    padding-left: 14px; 
    position: relative;
    margin-bottom: 30px;
    z-index: 11;
} 
.save-upto h6 {
    color: #fff;
    font-size: 14px;
} 
.car-book h3 {
    font-size: 20px;
    font-weight: bold;
} 
.car-book ul {
    display: flex;
    gap: 24px;
    padding-top: 10px;
    padding-bottom: 16px;
    color: #292929;
} 
.car-book > a {
    font-weight: bold;
} 
.car-book > a:hover {
    color:  var(--theme-color);
}
.car-book > a i {
    padding-left: 10px;
    transform: rotate(325deg) translateY(4px);
    font-size: 14px;
    color: #7a7a7a;
} 
.car-book > a:hover i {
    transform: rotate(360deg) translateY(0px);
    color: var(--theme-color);
}
.car-book ul li i {
    padding-right: 6px;
    font-size: 18px;
    transform: translateY(2px);
    display: inline-block;
} 
.car-book ul li i.flaticon-coin {
    padding-right: 3px;
}
.car-book ul li {
    color: #292929;
    font-weight: 500;
}
 .car-book img.car-back {
    position: absolute;
    top: 40px;
    transform: translate(-50%, -2%);
    left: 50%;
    z-index: 0;
} 
.car-book:hover img.car-back { 
    transform: translate(-50%, 9%);
}
.car-book img {
    z-index: 0;
    position: relative;
}
.car-book:hover img {
    transform: scale(0.9);
}
.car-book ul svg {
    margin-right: 5px;
}
.car-book.two {
    background-color: #ffe9e9;
}
.car-book.three {
    background-color: #ebeeff;
}
.car-book.for {
    background-color: #f1f1f1;
}
/* 10. heading */
.heading {
    text-align: center;
    width: 90%;
    margin: auto;
    padding-bottom:30px;
} 
.heading span {
    font-weight: 800;
    letter-spacing: 2px;
    color: #444444;
} 
.heading h2 {
    font-weight: bold;
    z-index: 11;
    position: relative;
}
.heading h2 span {
    position: relative; 
    color: #000;
    z-index: 1111;
}
.heading h2 span:before {
    position: absolute;
    width: 100%;
    height: 30px;
    background-image: url(../img/text-line.png);
    content: "";
    background-repeat: no-repeat;
    bottom: -20px;
    background-size: 100%;
    z-index: -1;
    animation: textline 8s infinite;
}
.heading.two {
    text-align: left;
    width: 100%;
    padding-bottom: 40px;
}
.heading.two p {
    padding-top: 20px;
    width: 90%;
}
/* 11. stap */
.stap {
    text-align: center;
    padding: 60px;
    position: relative; 
} 
.stap:before {
    content: "";
    position: absolute;
    background-color: #f3f3f3;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

} 
.stap.active:before ,
.stap:hover:before {
    background-color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 0px 32px 10px rgba(0,0,0,0.06);
    z-index: 1;
}
.stap img {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
} 
.stap h4 {
    z-index: 1;
    position: relative;
    font-weight: bold;
    color: #121212;
    padding-bottom: 6px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
} 
.stap h3 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 22px;
    z-index: 1;
    position: relative; 
}
.stap p {
    z-index: 1;
    position: relative;
}
/* 12. car-here */ 
.car-here {
    position: relative;
} 
.car-here img,.car-here figure {
    border-radius: 30px;
}
/* 13. count-style */
.count-style {
    position: absolute;
    bottom: 0;
    left: 20px;
    background-color: #5d5d5dc9;
    display: flex;
    gap: 80px;
    padding: 30px 40px;
    border-radius: 20px;
    border: 3px solid #5f6668;
    bottom: 20px;
    backdrop-filter: blur(5px);
} 
h3.ms-animated sup {
    font-size: 37px;
}
.count-style h3 {
    font-size: 60px;
    color: #fff;
} 
.count-style span {
    color: #fff;
} 
.count-style:before {
    content: "";
    position: absolute;
    border: 1px solid #8c8989;
    height: 100px;
    right: 48%;
} 
.list-style li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 16px;
    font-size: 18px;
}
.list-style li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    left: 0;
    top: 8px;
}
/* 14. service */ 
.service > div {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    padding: 14px;
    justify-content: space-between;
    padding-right: 18px;
    border-radius: 16px;
    padding-left: 25px;
} 
.service:hover > div {
    background-color : #1894c7;
} 
.service h3 {
    font-weight: bold;
    font-size: 24px;
} 
.service:hover h3,.service:hover i {
    color: #fff;
}
.service p {
    padding-top: 20px;
    width: 90%;
    padding-left: 25px;
} 
.service {
    padding-bottom: 50px;
}
.service i {
    font-size: 56px;
    height: 64px;
}
/* 15. video */
.video {
    position: relative;
    right: 0;
    text-align: center;
}
.video img,.video figure {
    border-radius: 20px;
    width: 100%;
}
.video i {
    position: absolute;
    animation: shadow-pulse 1s infinite;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: var(--theme-color); 
    top: 20px; 
    right: 20px; 
    z-index: 111;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}
/* 16. car-hire */
.car-hire {
    display: flex;
    border: 9px solid #ffffff;
    border-radius: 20px;
    background-color: #ffffff21;
    padding: 10px;
    padding-left: 40px;
    align-items: center;
}   
.car-hire ul.theme-list li {
    color: #000;
    font-size: 16px;
}
.car-info {
    display: flex;
    width: 75%;
    align-items: center;
} 
.car-info ul {
    background-color: #000000;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    z-index: 11;
} 
.car-data {
    width: 25%;
}
.car-hire h4 {
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: bold;
} 
.car-hire p {
    padding-bottom: 20px;
} 
.car-data h5 {
    font-size: 34px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 20px;
} 
.car-data h5 span {
    font-size: 16px;
    font-weight: 500;
}
button.btn span {
    padding-bottom: 0;
}
/* 17. btn */
/* .btn {
    background-color: var(--theme-color);
    padding: 14px 40px;
    border-radius: 10px;
    color: #fff;
    position: relative; 
}
.btn:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    width: 100%;
    height: 10%;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: 3;
    opacity: 0;
}   */
.btn span {
    position: relative;
    z-index: 111;
} 
.btn:hover:before {
    height: 100%;
    opacity: 1;
}
.car-info ul li {
    color: #fff;
    font-size: 14px;
    position: relative; 
}
.car-info ul li:not(:last-child){
    border-bottom: 3px dashed #1e1e1e;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.car-info ul li span {
    position: absolute;
    left: 37%;
}
.nav-pills {
    display: -webkit-inline-box; 
    margin-bottom: 55px;
    width: auto;
} 
.nav-pills .nav-link {
    width: 248px;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 14px !important;
    color: black;
    border: 5px solid transparent;
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
    font-weight: bold;
} 
.nav-pills .nav-link.active {
    border: 5px solid var(--theme-color);
    background-color: #fff;
    color: #000;
}
.nav-pills .nav-link img {
    width: 70px;
}
.p-100 {
    padding-top: 100px;
}
/* 18. car-bok */
.car-bok {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
} 
.car-bok:hover img {
    transform: scale(0.85);
}
.car-bok h4 {
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 22px;
} 
.car-bok:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
} 
.car-bok img {
    position: relative;
    padding-left: 10px;
}
/* 19. locations-section */
.locations-address {
    position: relative;
    width: fit-content;
} 
.locations-address a {
    position: absolute;
    right: -61px;
    bottom: 100px;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    transform: rotate(270deg);
    width: 198px !important;
    text-align: center;
}
.locations-address a:hover {
    background-color: var(--theme-color);
    color: #fff;
}
.locations-address img,.locations-address figure {
    border-radius: 30px;
}
.locations {
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
}
.locations-section {
    position: relative;
} 
.locations-section > img {
    position: absolute;
    z-index: 3;
    top: 0;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    height: 100%;
} 
.locations-section .heading.two h2 {
    color: #fff;
} 
.locations-section .heading.two span {
    color: #fff;
    display: inline-block;
} 
.locations-pin img {
    width: 60px;
} 
.locations-pin {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 30px;
    position: relative;
    z-index: 4;
} 
.locations-pin h4 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 11px;
} 
.locations-pin h6 {
    color: #9f9f9f;
    font-size: 16px;
} 
.locations-pin + .locations-pin {
    margin-bottom: 0;
} 
.locations-section .nice-select.Advice {
    width: 90%;
    display: block;
    margin-bottom: 30px;
    height: 60px;
    padding-top: 7px;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid var(--theme-color);
    background-color: #ffffff3b;
    color: #9f9f9f;
    border-radius: 15px;
    padding-left: 20px;
    letter-spacing: 1px;
    z-index: 111;
}
.locations-section ul.list {
    width: 100%;
    color: #000;
} 
.locations-section .nice-select.Advice:before {
    content: "";
    right: 0;
    position: absolute;
    background-color: var(--theme-color);
    width: 50px;
    height: 100%;
    top: 0;
    border-radius: 10px;
}
.locations-section .nice-select:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff; 
    height: 10px;
    margin-top: -4px; 
    right: 20px;
    top: 43%; 
    width: 10px;
}
.locations-section .nice-select.Advice:before {
    content: "";
    right: 0;
    position: absolute;
    background-color: var(--theme-color);
    width: 50px;
    height: 100%;
    top: 0;
    border-radius: 10px;
}
.locations-section .map {
    position: absolute;
    width: 66%;
    top: 0;
    height: 100%;
    z-index: 2;
    right: 0;
} 
.locations-section .map iframe {
    width: 100%;
    height: 100%;
}
 
.locations-section .heading.two {
    z-index: 11111;
    position: relative;
}
/* 20. blog-style */
.blog-style h4 {
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ced1d4;
    margin-bottom: 10px;
    font-weight: bold;
} 
.blog-style > a {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}
.blog-style h4 a:hover {
    color: var(--theme-color);
}
.blog-style > a:hover,
.blog-style > a:hover i {
    color:  var(--theme-color);
}
.blog-style > a:hover i {
    transform: rotate(360deg) translateY(0px);
    color: var(--theme-color);
}
.blog-style > a i {
    padding-left: 10px;
    transform: rotate(325deg) translateY(4px);
    font-size: 14px;
    color: #7a7a7a;
} 
.blog-style img,.blog-style figure {
    border-radius: 30px;
}
.img-hover img {
    width: 100%;
}
.img-hover:hover img {
    transform: scale(1.13);
} 
/* 21. book-car-hire-section */
.book-car-hire-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.book-car-hire {
    background-color: var(--theme-color);
    padding: 154px 52px;
    border-radius: 50%;
    width: 600px;
    height: 600px;
    text-align: center;
    padding-bottom: 0;
} 
.book-car-hire h2 {
    color: #fff;
    padding-bottom: 14px;
    font-weight: bold;
    width: 90%;
    margin: auto;
} 
.book-car-hire p {
    color: #fff;
    padding-bottom: 30px;
    padding-top: 6px;
} 
.book-car-hire img {
    border-radius: 10px; 
    cursor: pointer;
} 
.book-car-hire a{
    cursor: pointer;
} 
/* 22. accordion */
.accordion-section .heading.two {
    width: 87%;
    text-align: left;
    margin-bottom: 24px;
    margin-left: 0;
}
.accordion-section {
    position: relative;
} 
.accordion-section ul.shaps-img li:nth-child(1) {
    left: 72%;
    animation: 8s toptop infinite;
}
.accordion-item.active .icon:after {
  width: 0;
} 
.accordion-item{
    border: 0;
} 
.accordion-item.active .icon:before {
    background: #000;
}
.accordion-img figure.accordion-img-two {
    background-color: var(--common-colour);
    margin-top: -156px;
    width: fit-content;
    margin-left: 130px;
}
.accordion-item .heading {
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out; 
    margin-bottom: 0;
    padding-bottom: 0;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    right: 30px;
    /* background-color: transparent; */
}
.accordion-item.active .title {
    color: #000;
    background-color: #ffffff;
    border-radius: 20px;
    padding-bottom: 0;
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
} 
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.content p{
    font-size: 16px; 
    color: #444444;
    padding-left: 25px;
}
.title {
    text-align: start;
    padding: 22px;
    color: black;
    font-size: 18px;
    background-color: #f2f2f2; 
    font-weight: 700;
    border: 1px solid #969696;
    border-radius: 30px;
}
.accordion-item.active .title { 
    padding-bottom: 15px;
    border: 0;
}
.accordion-item.active {
    background-color: #fff;
    border: 0;
    border-radius: 20px;
    border: 1px solid #969696;
}
.content {
    margin-bottom: 20px; 
    padding-top: 0px;
    background-color: #24243500;
    border: 0;
} 
.accordion-item {
    background-color: transparent;
    margin-bottom: 10px;
    border-radius: 20px;
} 
.accordion-img {
    position: relative;
}  
.accordion-img img.dots {
    top: auto;
    z-index: -0;
    right: -5%;
    bottom: 0;
}
.accordion-contact {
    background-color: var(--bgcolor);
    padding: 20px;
    border-radius: 30px;
    padding-bottom: 16px;
    padding-top: 56px;
    position: relative;
    z-index: 11;
} 
.accordion-contact .btn {
    width: 100%;
    margin-top: 16px;
} 
.accordion-contact h4 {
    font-size: 18px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-weight: bold;
}
.accordion-contact h4:hover a {
    color: var(--main-color);
}
.accordion-img img {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 11;
} 
.heading h4 {
    font-weight: bold;
}
/* 23. marquee */    
.marquee-content {
    animation: scroll-one 40s linear infinite;
} 
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}   
.marquee-content {
    display: flex;
} 
.marquee {
    display: flex;
    overflow: hidden;
    position: relative; 
} 
.marquee-icon {
    display: flex;
}
.marquee-item {
    width: 200px;
    margin-left: 40px;
}  
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}
/* 24. footer */
footer {
    background-color: #000000;
    padding-top:50px;
} 

footer div.information-link h3, footer div.subscribe-letter p{
    color: #ffffff;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #4f4f4f;
} 
.footer-top ul {
    display: flex;
    gap: 50px;
} 
.footer-top ul li a {
    color: #fff;
} 
.footer-top > a {
    font-size: 43px;
    color: #fff;
    font-weight: bold;
}
.footer-information {
    /*padding-top: 45px;*/
    
    /*margin-top: 45px;*/
}
.footerlinks_section {
    background: #000000;
    padding: 45px 0 15px 0;
    border-bottom: 1px solid #afa8a8;
}

.footerlinks_section h5{
    color: #ffffff;
    font-size: 27px;
    padding-bottom: 20px;
}

.subscribe-letter h3 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding-bottom: 14px;
    width: 90%;
}
.starss ul {
    display: flex;
    gap: 5px;
    color: #f9bb08;
    font-size: 12px;
}
.subscribe-letter p {
    padding-bottom: 22px;
} 
.subscribe-letter {
    width: 85%;
}
#subscribe-form input {
    width: 100%;
    height: 63px;
    padding-left: 20px;
    border-radius: 12px;
    border: 1px solid #444;
    background-color: #ffffff12;
    color: #fff;
} 
form#subscribe-form {
    position: relative;
}
#subscribe-form .btn {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 12px 36px;
}
/* 26. information-link */
.information-link h3 {
    font-size: 20px;
    color: #444;
    font-weight: bold;
    padding-bottom: 30px;
    text-transform: capitalize;
} 
.information-link ul li {
    padding-bottom: 6px;
    font-size: 15px;
} 
.information-link ul li a {
    color: #ffffff;
}
.footer-top > a:hover,
.footer-top ul li a:hover,
.information-link ul li a:hover {
    color: var(--theme-color);
}
.information-link p {
    font-size: 14px;
    color: #ffffff;
}

.footer_sections div h6 { 
    color: #ffffff;
}

.footer_sections div ul { 
    margin-top: 20px; 
}

.footer_sections div ul li {
    list-style: disc !important;
    color: #fff;
    list-style-type: disc !important;
    margin-left: 20px;
    display: list-item;
}
.footer_sections div ul li a:hover { 
    font-size: 15px;
}

 



.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #afa8a8;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 70px;
} 
.footer-bottom p {
    color: #ffffff; 
}

.footer-bottom p a {
    color: #c8c5c5; 
}


/* 27. tabtwo */ 
.tabtwo {
    position: relative;
}
.tabtwo .nav-link {
    width: 100px;
    padding: 11px;
    display: block;
    background-color: #f0f3f5;
    height: 75px;
    font-weight: 500;
    border-radius: 10px !important;!I;!;
    border: 1px solid #a6a6a6;
}
.tabtwo .nav-link i {
    font-size: 25px;
    display: block;
    /*width: 70px;
    height: 35px;*/
} 
.tabtwo form {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    padding-top:65px;
    margin-top: -100px;
    z-index: 1;
    position: relative;
}

.review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 20px;
    width: 80%;
    margin-left: auto;
} 
ul.star li i {
    color: #ff7928;
} 
ul.star li h6 {
    padding-left: 5px;
}
ul.star {
    display: flex;
    font-size: 14px;
    gap: 4px;
} 
.about-section .heading.two {
    width: 70%;
    margin: 0;
} 
.about-section .heading.two h2 span {
    display: inline-block;
}
/* 28. review-clint */
.review-clint {
    border-top: 3px solid #373737;
    padding-top: 30px;
    margin-top: 40px;
} 
.review-clint p {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 40px;
} 
.review-clint .man {
    display: flex;
    align-items: center;
    gap: 20px;
} 
.review-clint .man img {
    border-radius: 50%;
} 
.review-clint .man h5 {
    padding-bottom: 8px;
    font-size: 22px;
} 
.review-clint .man h6 {
    color: #8d8d8d;
    font-size: 16px;
}
.swiper-button {
    position: absolute;
    bottom: 28px;
    width: 176px;
    right: 0;
} 
.swiper-button-prev:after,  .swiper-button-next:after {
    display: none;
} 
.swiper-pagination {
    left: auto;
    right: 38px;
    position: absolute;
    width: 100px;
} 
.swiper-button-next,.swiper-button-prev {
    border: 1px solid #444;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
} 
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #000;
    color: #fff;
}
/* 29. rental-type */
.rental-type input[type='radio']:after{
    top: 6%;
    border-radius: 0;
}
.rental-type input[type='radio']:checked:after{
    top: 6%;
    background-color: #ffd40d;
}
.rental-type input {
    width: 0;
} 
.rental-type input[type='radio']:after{
    top: 6%;
    border-radius: 0;
}
.rental-type input[type='radio']:checked:after{
    top: 6%;
    background-color: #f9bb08;
}
.rental-type ul li {
    display: flex;
    align-items: baseline;
    height: 44px;
}
.rental-type ul {
    margin-bottom: 10px;
}
.rental-type input[type='radio']:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: -23px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #000;
    border-radius: 50%;
} 
.rental-type input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    left: -23px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #000;
    top: 4px;
}
ul.rental-type {
    display: flex;
    gap: 30px;
    padding-left: 9px;
} 
ul.rental-type li {
    padding-left: 15px;
    font-size: 14px;
} 
.tabtwo form input {
    width: 100%;
    height: 42px;
    padding-left: 15px;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    padding-right: 8px;
} 
form input[type="checkbox"] {
    width: 14px !important; 
    height: 14px !important; 
    padding: 0;
}  
.tabtwo input[type="radio"] {
    width: 0; 
    height: 0;  
} 
.tab-content.tabtwo {
    position: relative;
    z-index: 11;
} 
.tabtwo.nav.flex-column.nav-pills {
    padding-left: 32px;
    z-index: 1111;
}
.tabtwo.nav-pills .nav-link { 
    margin-right: 20px; 
}
.tabtwo span {
    /* padding-bottom: 10px; */
    display: block;
    text-transform: uppercase;
} 
.pick-up span i {
    padding-right: 2px;
    font-size: 19px;
    transform: translateY(4px);
    display: inline-block;
} 
.tabtwo form .pick-up input {
    padding-left: 56px;
} 
.tabtwo form .pick-up {
    position: relative;
    margin-bottom: 13px;
} 
.datatime {
    padding-top: 16px;
    padding-bottom: 16px;
}
.date-from {
    display: flex;
    border: 1px solid #a6a6a6;
    border-radius: 12px;
}

.date-from input {
    width: 60% !important; 
    border: 0 !important; 
} 
.date-from input[type="time"] {
    background-color: #ededed;
    border-left: 1px solid #a6a6a6 !important; 
    padding-left: 8px;
    width: 40% !important; 
}
.tab-content.tabtwo .btn {
    width: 100%;
    margin-top: 22px;
} 
.tabtwo form input#location {
    margin-right: 5px;
} 
.tabtwo form .pick-up i.flaticon-aim {
    position: absolute;
    bottom: 4px;
    right: 14px;
    font-size: 18px;
    color: #1894c7;
} 
.tabtwo form .pick-up i.flaticon-search {
    position: absolute;
    left: 18px;
    font-size: 18px;
    color: #000;
    bottom: 4px;
} 
.it-reveal-animation.active {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);

  transition: 1.5s cubic-bezier(0.5, 0.5, 0, 1);
} 
.slideUp, .slideDown {
    transition: transform .5s ease-out;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}
/* 31. transition */
.btn:before,.login a.register,.car-book > a i,.service > div,.car-bok img,
.information-link ul li a,.footer-top ul li a,.footer-top > a,.service h3,.service i,
.blog-style h4 a,.blog-style > a,.blog-style a i,.img-hover img,.car-book img,
 .car-book > a,.stap:before,.locations-address a,.car-book img.car-back {
    transition: 0.4s ease-in-out;
} 


.logo img {
    max-width: 180px;
}

.popdestn img {
    border-radius: 50%;
    max-width: 110px;
}

.popdestn {
    text-align: center;
}

.popdestn p {
    margin: 6px 0 0 0;
    font-size: 14px;
}

.popdestnation_wrp {
    justify-content: space-between;
}





.team-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.team-three:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-color: rgba(255, 181, 29, .03);
    z-index: -1;
}

.team-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-three__single:hover {
    transform: translateY(-10px);
}

.team-three__img-box {
    position: relative;
    display: block;
}

.team-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1;
}



.team-three__img:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1%;
    border: 3px solid #FFB51D;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: transparent;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 1;
}

.team-three__single:hover .team-three__img:before {
    opacity: 1;
    height: 100%;
}

.team-three__img img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: all 500ms ease;
}

.team-three__single:hover .team-three__img img {
    transform: scaleX(1.05);
    transition-delay: 700ms;
}

.team-three__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.team-three__single:hover .team-three__social {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 700ms;
}

.team-three__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(255,255,255, .50);
    z-index: 1;
}

.team-three__social a:hover {
    color: #fff;
    border: 1px solid #FFB51D;
}

.team-three__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #FFB51D;
    border-radius: 0%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-three__social a:hover:before {
    transform: scaleX(1);
}

.team-three__social a+a {
    margin-left: 15px;
}

.team-three__content {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 20px 15px 20px;
    border-radius: 20px;
    border-bottom: 5px solid #FFB51D;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-three__single:hover .team-three__content {
    border-bottom: 5px solid #131222;
}

.team-three__name {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.team-three__content svg {
    width: 18px;
}
.team-three__name a {
    color: #131222;
}

.team-three__name a:hover {
    color: #FFB51D;
}

.team-three__sub-title {
    font-size:16px;
    font-weight: 500;
}
.team-three__sub-title span {
    display: inline-block;
}
.appsection {
    position: relative;
    padding: 38px 45px 50px;
    border-radius: 20px;
    z-index: 99;
}

.userapp { 
    background-color: #ffb51d;
}

.driverapp { 
    background-color: #131222;
}
 

.bgimg_app {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius:20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .10;
    z-index: -1;
}

.appsection h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #131222;
}

.appsection p {
    margin-top: 12px;
    margin-bottom: 28px;
    color: #fff;
}
.gglbtn {
    display: inline-block;
}

.driverapp h4 {
    color: #f9bb08;
}

.review-clint img {
    max-width: 70px;
}


.footer_sections h6 {
    margin-bottom: 7px;
}

.footer_sections ul li a {
    color: #ffffff;
}

.footer_sections ul li {
    margin-bottom: 5px;
}
 
.innerpadd-top {
    padding-top: 20px;
}

.innerpadd-booking-form-top{
    padding-top: 100px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.fs-16 { font-size:16px; }
.fs-15 { font-size:15px; }

.fs-12 { font-size:12px; }

.fw-semibold { font-weight:600; }
.fw-medium { font-weight:500; }

.location-middle {
    height: 50px;
    border-left: 2px dotted #938b8b;
    width: 16px;
    position: relative;
    left: 6px;
}
.bg-cream {
    background-color:#f5f5dd;
}

.text-primary {
    color: #1894c7 !important;
}

.dflexbtwn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carboxtop img {
    max-width: 85px;
}

.carboxtop {
    border: 1px solid #d1c3c3;
    padding: 10px 12px;
    border-radius: 8px;
}

.carboxtop p, .carboxtop span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5px;
}

.carboxtop .bggry {
    background: #e3e3e3;
    margin: 8px 0;
    padding: 4px 8px;
    border-radius: 5px;
}

.bggrn {
    background: #16a34a;
    margin: 8px 0;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
}

.bggrn p, .bggrn span {
    color: #fff;
}


.prfimg img {
    width: 50px;
    border-radius: 50%;
}

.drivr_detailstext {
    padding: 10px 0;
}

.name_lang p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.name_lang span {
    font-size: 13px;
    color: #444;
}

.driverlist_card {
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 32px 10px rgba(0,0,0,0.06);
}

.driverslider  img {
    border-radius: 9px;
}

.vhcldtls {
    padding: 8px 7px;
    background: #eee;
    border-radius: 10px;
    margin-top: 10px;
}

.vd_txt span {
    font-size: 13px;
    color: #64676c;
    letter-spacing: 0.5px;
}

.vd_txt p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom:5px;
}

.vd_icon i {
    font-size: 14px;
    line-height: normal;
    position: relative;
    top: 1px;
}
.dflxdtls{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 30px;
}

.pricecolm {
    background: #ffdf83;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px 0;
}

.prcc_txt span {
    font-size: 12px;
    text-align: right;
    line-height: normal;
    color: #000;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.fareprice {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    line-height: normal;
    margin: 0;
    color: #000;
}

.prcicntxt span {
    font-size: 15px;
    font-weight: 600;
}

.listbkbtn {
    border: 0;
    width: 100%;
    display: block;
    border: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    transition: all 0.5s;
    font-weight: 600;
    background: #1894c7;
}

.listbkbtn:hover {
    background: #f9bb08;
}

.drvr_ftrscard {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.5s;
}

.ftrtxt p {
    font-size: 15px;
    width: 70%;
    margin: 10px auto 0;
    line-height: 23px;
    font-weight: 500;
}

.ftricn i {
    font-size: 26px;
}

.drivers_verfctn {
    background: #f5f5dd;
    padding: 40px 50px;
    border-radius: 15px;
}


.drvr_ftrscard:hover {
    box-shadow: 0px 0px 32px 10px rgba(0, 0, 0, 0.06);
}


.drvrcard {
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0px 0px 32px 10px rgba(0, 0, 0, 0.06);
}


.coupn_apply .form-control {
    width: 77%;
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    height: 29px;
    border-radius: 0;
}
.coupn_apply button {
    background: #2170d9;
    color: #fff;
    border: 1px solid #2170d9;
    font-size: 13px;
    padding: 4px 9px;
    font-weight: 600;
    margin-left: -5px;
    width: 23%;
}
.coun {
    color: #2170d9;
    padding: 3px 8px 5px 3px !important;
}
.pay_option .form-control {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding: 0 7px;
    border-radius: 10px;
    margin: 0;
}
.payable {
    color: #020101;
    font-size: 17px !important;
    font-weight: 600;
    margin-top: -4px;
    margin-bottom: 6px;
}
.payable .pr_item {
    font-size: 17px !important;
}
.pay_now {
    background: #f9bb08;
    color: #000;
    border: 0;
    text-align: center;
    padding: 16px 35px;
    border-radius: 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: -1px;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
.pay_now:hover {
    background: #718295;
    color: #fff;
    border-color: #718295;
}
.coupn_apply p {
    color: #07e007;
    margin-bottom: -6px;
    padding-bottom: 0;
    font-size: 11px;
}

.total_add h6 {
    padding: 0 9px 0 0px;
    font-weight: 500;
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom:9px;
}

.carboxtop span { float: right; }
.fs_h5 {
    font-size: 16px;
    margin-bottom: 7px;
}

.txtblk {
    color: #1a1818 !important;
}

.pay_option {
    max-width: 366px;
    width: 100%;
}

.pay_option  select {
    border-radius: 10px;
}



.date-from input { position:relative; }

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.date-from {
    position: relative;
}

span.timeicon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 16px !important;
    line-height: normal;
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.header-top-bar {
    border-bottom: 1px solid #e7dede;
    background: #ffffff;
}
button.navbar-toggler {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
a.nav-link {
    color: #000;
}

.eqlheight {
    height: 100%;
    align-items: center;
}


.modfysearch {
    background:#b2dbec;
    padding: 25px;
    border-radius: 18px;
}

.modfysearch .form-select, .modfysearch .form-control {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #8b8383;
    border-radius: 0;
    -webkit-appearance: auto;
}

.modfysearch .date-from {
    border: 0;
    border-bottom: 1px solid #8b8383;
    height: 34px;
    border-radius: 0;
}

.modfysearch .date-from input {
    background: transparent;
    padding-left: 10px;
}


.stap.bgyellow:before {
    background-color: #f9bb08;
}
.stap.bgwhite:before {
    background-color: #fff;
}
.stap.bgblue:before {
    background-color: #1893c6;
}
label.toplabel {
    opacity: 0.65;
    font-size: 14px;
    left: 10px;
    position: relative;
    top: 6px;
}
.cpnbox {
    padding: 20px;
}

.cpnbox h5 {
    margin-bottom: 20px;
}

p.cpntxt {
    background: #eeeeee;
    padding: 5px 20px;
    border: 2px dashed #202020;
    letter-spacing: 2px;
}

button.cpnapply {
    border: 0;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 500;
    background: transparent;
    color: #23bd18;
    letter-spacing: 1px;
}



#search-timer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.timer-wrapper {
  background-image: url(../img/map.png) ;
  padding: 75px 180px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.outer-circle {
  position: relative;
  width: 220px;
  height: 220px;
      left: 18%;
    top: -15px;
  background: #0b5fa5;
  border-radius: 50%;
}

.dashed-circle {
  position: absolute;
  inset:0px;
  border: 2px dashed #fff;
  border-radius: 50%;
}

.progress-ring {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}

.timer-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.car {
  position: absolute;
  top: -10px;
  left: 50%;
  transform-origin: 50% 120px;
  font-size: 24px;
}


.car img { max-width:40px; position:absolute;  }



















@media(max-width:767px){
    .popdestnation_wrp {
        margin-top: 0;
        overflow-y: auto;
    }
    .header-top-bar {
        background-color: #fff;
    }
    .login a.register {
        background-color: #4b4848;
    }
    .login a.register:hover {
        background-color: #f9bb08;
    }
    a.nav-link {
        color: #000;
    }
    .popdestn img {
        max-width: 72px;
    }
    .pay_option {
        max-width: 230px;
    }
    .outer-circle {
        left: 10%;
    }
    .driverlist_card {
        margin-bottom: 15px;
    }
    .innerpadd-top {
        padding-top: 90px;
    }
    .timer-wrapper {
        padding: 75px;
    }
    .mob_flxdrcolm {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .tripright {
        padding-left: 0 !important;
    }
    .hero-text {
        display: none;
    }
    .hero-section-text {
        padding-top: 80px !important;
        left: 10px;
        right: 10px;
    }
}

div#ui-datepicker-div {
    z-index: 9999 !important;
}

/* Hide Seconds */
.ui_tpicker_second,
.ui_tpicker_second_label {
    display: none !important;
}

/* Hide Millisecond */
.ui_tpicker_millisec,
.ui_tpicker_millisec_label {
    display: none !important;
}

/* Hide Microsecond */
.ui_tpicker_microsec,
.ui_tpicker_microsec_label {
    display: none !important;
}

/* Hide Timezone */
.ui_tpicker_timezone,
.ui_tpicker_timezone_label {
    display: none !important;
}


.cstmh1_hdng h1 {
    font-size: 25px !important;
    line-height: 1.2;
    margin-top: 20px;
}
.buzz_search_new {
    margin-top: 100px;
    margin-bottom:30px;
    align-items:center;
}
.buzz_search_new .tab-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

div#customModal2 {
    z-index: 99999;
}


























/* New PAGES CSS */
.abt_txt td,.abt_txt th {
    border: 1px solid #98b0de!important;
    padding: 8px
}

.routescard_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px
}

.routecard {
    flex: 0 0 15%;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15);
    margin-bottom: 15px;
    transition: .5s
}

.rttxt p {
    font-size: 12px;
    color: #000;
    line-height: normal;
    margin-bottom: 10px
}

.rttxt {
    padding: 0 6px
}

.rthdng {
    padding: 4px;
    margin-top: 0;
    margin-bottom: 0
}

.rthdng h6 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    -webkit-line-clamp: 3
}

.routecard .rtimg img {
    border-top-left-radius: 8px;
    width: 100%;
    border-top-right-radius: 7px
}

.corprtbanner img {
    height: auto
}

.corprtbanner h2 {
    font-size: 58px;
    position: absolute;
    top: 50%;
    left: 90px
}

.connectform .form-floating,.connectform .form-group {
    position: relative;
    margin-bottom: 1.5rem;
    color: #495057
}

.connectform .form-control,.connectform .form-select {
    border: 1px solid #ccc;
    border-radius: .25rem;
    padding: .5rem .75rem .25rem;
    width: 100%
}

.form-control:focus,.form-select:focus,.form-select:focus-visible {
    box-shadow: none;
    outline: 0
}

.connectform label {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    transition: .2s;
    color: #777;
    background: #fff;
    padding: 0 4px
}

.taxitable p,p.note {
    color: #000411;
    font-weight: 600
}

.connectform .form-control:focus+label,.connectform .form-control:not(:placeholder-shown)+label,.connectform .form-select:focus+label,
.connectform .form-select:not([value=""])+label {
    top: 0;
    font-size: 12px;
    color: #000
}

.corprt_connect {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / .15);
    margin: -60px auto 50px;
    position: relative
}

.connectform {
    padding: 25px 25px 25px 0
}

.connectbtn {
    border-radius: 4px;
    background: #1795c5;
    box-shadow: 0 2px 5px -1px rgb(0 245 155 / .2);
    width: 100%;
    border: 0;
    padding: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .48px
}

.taxitable td,.taxitable th {
    border: 1px solid #c6c6c6;
    padding: 15px
}

.taxitable p {
    margin: 0;
    text-align: center!important;
    font-size: 18px;
    line-height: 34px
}

.fleetbx,.taxicompare {
    margin-bottom: 20px
}

p.note {
    font-size: 16px;
    line-height: 44px;
    text-align: left
}

.bignumbr,.cab-card,.cabtype-card,.cstmh1_hdng h1,.tbl_wtspbtn,.testleft {
    text-align: center
}
section.buzz_search_new.fleetdtlsbg { background-image:none !important;  }
.fleetdtlsbg {
    position: relative
}

.breadcrumb,.faq-area .card-header,.faqcrd button,.triptypebtn {
    background: 0 0
}

.fltdtls_img {
    position: absolute;
    right: 10%;
    top: 56%;
    transform: translateY(-50%)
}

.fltdtls_img img {
    max-width: 550px;
    max-height: 400px;
    border-radius: 10px
}

.cstmh1_hdng h1 {
    font-size: 25px!important;
}

.seatss p,.triptypebtn {
    font-size: 20px;
    font-weight: 500
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.faqcrd button {
    border: 0
}

.faqcrd.card {
    display: block;
    background: #f4f4f4;
    margin-bottom: 15px;
    border: 0;
    margin-top: 0;
    border-radius: 6px!important;
    box-shadow: 1px 1px 1px 0 #f2f2f2;
    transition: .5s
}

.cstmwrp_topsection .cstmh1_hdng {
    transition: .5s
}

/*.new_fltdtls_img {*/
/*    position: absolute;*/
/*    right: 3%;*/
/*    top: 55%;*/
/*    transform: translateY(-50%)*/
/*}*/

.bnrright_img img {
    border-radius: 10px
}

.seatss {
    display: flex;
    align-items: center;
    gap: 5px
}

.seatss img {
    max-width: 30px
}

.breadcrumb {
    padding: 0
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none
}

.paddx-65 {
    padding: 0 65px
}

.container-fluid.paddx-65 {
    max-width: 1550px
}

.triptype_select_row {
    display: flex;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
    margin: 25px 0
}

.trptype_right ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin: 0
}

.triptypebtn {
    border: 1px solid;
    width: 100%;
    padding: 8px
}

.trptype_right ul li {
    flex: 0 0 25%
}

.triptypebtn i {
    position: relative;
    top: 4px;
    left: -1px
}

.faretab-content {
    margin-top: 20px;
    display: none
}

.faretable_row td,.faretable_row th {
    padding: 10px;
    border-bottom: 1px solid #ccc!important
}

.content_dtl strong,.fw-medium {
    font-weight: 500
}

.faretable_row th {
    background: #fff0e9;
    font-size: 18px;
    font-weight: 600
}

.cab-type-container {
    display: flex;
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap
}

.cabtype-card {
    background: #fff;
    border-radius: 16px;
    padding: 5px;
    width: 170px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .08);
    border: 2px solid #fff0;
    cursor: pointer;
    transition: .3s
}

.cabtype-card:hover {
    box-shadow: 0 8px 16px rgb(0 0 0 / .12)
}

.cabtype-card.active {
    border: 2px solid #1795c5;
    box-shadow: 0 6px 14px rgb(0 123 255 / .25)
}

.cab-icon {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 10px
}

.text-sub {
    color: #666;
    font-size: 14px
}

.bookcabbtn {
    background: #1795c5!important;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px
}

.cab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 20px
}

.cab-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .08);
    padding: 20px;
    transition: .3s
}

.cab-card:hover {
    box-shadow: 0 6px 14px rgb(0 0 0 / .15)
}

.cab-img {
    max-width: 150px;
    margin: 0 auto 15px
}

.cab-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.cab-sub {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px
}

.cabcrd-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

.cabcrd-details .badge {
    background: #1795c5;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px
}

.cabcrd-details .fare {
    font-size: 18px;
    font-weight: 700;
    color: #28a745;
}

.content_dtl p {
    text-align: justify;
}

.subhdng {
    color: #6fbfe0;
}

.content_dtl ul {
    display: flex;
    padding-left: 20px;
    flex-wrap: wrap;
}

.content_dtl ul li {
    padding-right: 18px;
}

.why_choose_wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 25px
}

.icntxt_choose {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 30%
}

.chstext p {
    margin: 0;
    line-height: normal
}

.chs_icon {
    width: 60px;
    flex: 0 0 20%;
    max-width: 60px
}

.chstext h4 {
    margin-bottom: 5px;
    font-size: 20px
}

.testleft img {
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    max-width: 100px;
    height: 100px;
    object-fit: contain
}

.wdth80 {
    width: 80%;
    margin: 0 auto
}

.newtest_card {
    display: flex;
    gap: 20px;
    background: #fff3ed;
    margin-bottom: 15px;
    border-radius: 10px!important;
    padding: 30px 15px
}

.testleft {
    flex: 0 0 20%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.testtext {
    position: relative;
    padding-right: 20px
}

.qticon {
    position: absolute;
    right: 40px;
    bottom: -10px
}

.qticon i {
    font-size: 50px;
    color: #1795c5;
    opacity: .5
}

.testtext p {
    font-size: 17px;
    letter-spacing: .4px
}

.usrname_loct .name {
    font-weight: 600;
    color: #1795c5;
    font-size: 15px
}

.newtestmonial .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px
}

.newtestmonial .owl-dot {
    border: 8px solid #d9d9d9!important;
    border-radius: 50%
}

.newtestmonial .owl-dot.active {
    border-color: #ffc2a3!important
}

.taxi-strip {
    background: linear-gradient(270deg, #1795c5, #424242);
    padding: 35px 15px;
    color: #000;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.taxi-strip .striprow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
    margin: auto;
    flex-wrap: wrap
}

.btmstrip_right {
    display: flex;
    flex-direction: column
}

.bignumbr {
    font-size: 35px;
    color: #fff
}

.taxi-strip h2 {
    font-size: 25px;
    margin: 0;
    line-height: 35px;
    color: #fff;
    letter-spacing: 1px
}

.taxi-strip .cta-btn {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 30px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease-in-out
}

.fareroutefrom-content,.farerouteto-content {
    display: none;
    margin-top: 20px
}

.yt-video {
    position: relative;
    width: 100%;
    max-width: 600px;
    cursor: pointer
}

.yt-thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px
}

.yt-play-btn {
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 35px;
    border-radius: 10px;
    background-image: url(https://sadgurucabs.com/uploads/youtube.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.yt-video iframe {
    width: 100%;
    height: 350px
}

.viewcabbtn {
    display: inline-block;
    background: #726c6c!important;
    padding: 6px 15px;
    border-radius: 20px;
    color: #fff
}



.btntbls {
    display: flex;
    align-items: center;
    gap: 15px
}

.tbl_wtspbtn {
    background: #25d366;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 42px;
    line-height: 43px
}

.cabrating ul {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 3px;
    margin-bottom: 0;
    margin-top: 5px;
    color: #ffd600
}

.cabrating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    gap: 8px
}

span.rtngnum {
    font-weight: 500;
    margin-top: 3px
}

.taxi-strip-dark {
    background: linear-gradient(90deg,#464646,#141414);
    padding: 25px;
    color: #fff;
    border-radius: 10px
}

.strip-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}
.strip-box.justify-content-center {
    flex-direction: column;
}
.strip-left h3 {
    font-size: 34px;
    color: #fff;
    margin: 0;
    font-weight: 600
}

.strip-left h3 span {
    color: #f9bb08;
}

.strip-left p {
    margin: 5px 0 0;
    font-size: .95rem;
    color: #ddd;
}

.strip-right .cta-btn {
    background: #1795c5;
    color: #fff;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 1rem;
    box-shadow: 0 0 15px #1795c5;
    transition: .3s;
    display: inline-block;
}

.strip-right .cta-btn:hover {
    background: #f9bb08;
}

.contentcms_pages {
    display: -webkit-box;
    -webkit-line-clamp: 25;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.morecms_content {
    margin-top: 20px;
    border: 0;
    padding: 4px 16px;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 20px
}

.contentcms_pages.show-more {
    display: inherit
}

ul.routslist li {
    list-style: disc;
    color: #fff
}

.seatsfare {
    display: flex;
    justify-content: space-around
}


.cabtype-card img {
    width: 64px;
}
 .client_testi_box:hover .client_vedio iframe, .dropdown:hover .dropdown-content, .fareroutefrom-content.active, .farerouteto-content.active, .faretab-content.active, .footer-social-icons, .owl-carousel .owl-item img, .usrname_loct span {
     display: block 
}
 .banner-block .owl-carousel .owl-item .item img, .city_records_dynamic, .custom_container, .drop_address, .footer-section, .iframe_area iframe, .new-faretbl table, .sideMenu, .taxitable table {
     width: 100% 
}
.trptype_right {
     width: 75%;
     margin: 0 auto
}
.trptype_right ul li {
     flex: 0 0 25% 
}
 .triptypebtn i {
     position: relative;
     top: 4px;
     left: -1px 
}
.triptypebtn.active {
    background: #1795c5;
    color: #fff;
    border-color: #1795c5;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}





/* New Pages CSS */ 


.fc {
    display: inline-block;
    text-align: center;
    margin-right: 3px;
}



.sl_h p {
    font-size: 15px;
}

.fc p {
    font-size: 9px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
}

.sl_list_box {
    border: 1px solid #e6e5e5;
    border-radius: 5px;
    margin-bottom: 11px;
}

.bg-la {
    background: transparent;
    text-align: center;
    height: 100%;
}

.bg-la h3 {
    padding-top: 14px;
    color: #231702;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
}

.bg-la a {
    display: inline-block;
    width: auto;
    background: #1795c5;
    color: #fff;
    border: 1px solid #1795c5;
    text-align: center;
    padding: 5px 13px;
    border-radius: 19px;
    margin: 0 5px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 7px;
    text-transform: uppercase;
}

.bg-la p {
    color: #000;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 6px;
    font-weight: 600;
    cursor: pointer;
}

.fc img {
    height: 40px;
    width: 40px;
}

.sl_list_box h2 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 7px;
}

.sl_list_box h4 i {
    color: #1795c5;
    font-size: 12px;
}

.sl_list_box h4 {
    margin-bottom: 0;
}

.sl_list_box h5 {
    color: #676363;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 2px;
}

.car_img1 img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding: 10px;
}

.sl_list_box .crname h4 {
    font-size: 16px;
}

.sl_list_box .fc p {
    font-size: 10px;
    max-width: 45px;
    line-height:normal;
}

.sl_h h6 {
    font-size: 18px;
    padding-top: 15px;
    margin-bottom: 1px;
    font-weight: 600;
    color: #000;
}

.sl_list_box h6 {
    padding-top: 15px;
    margin-bottom: 1px;
    font-weight: 600;
    color: #000;
}

.h2, h2 {
    font-size: 1.8rem;
}

.content_dtl ul {
    display: flex;
    padding-left: 20px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: disc;
}
.content_dtl ul li {
    padding-right: 18px;
    margin-left: 10px;
    display:list-item;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.faq-area .card-header .btn {
    font-size: 14px;
    color: #484545;
    font-weight: 500;
    text-align: left;
    display: block;
    width: 100%;
    text-decoration:none;
    padding: 14px 15px;
    margin: 0;
    border: none;
    padding-right: 26px !important;
}
.faq-area .card-header .btn:focus {
    box-shadow: none;
}

.faq-area .card-body {
    padding: 10px 30px;
}

.faq-area .card-header {
    padding: 0;
    border: none;
    outline: 0;
}
.faq-area .card-body p {
    font-size: 14px;
    text-align: justify;
    line-height: 27px;
    color: #312f2f;
    font-weight: 400;
}

.morebtn {
    background: 0 0;
    border: 0;
    font-weight: 500;
    margin-top: 22px;
    font-size: 15px; 
     color: #ffffff;
}

 

#customModal2 .custom-modal-content {
    display: flex;
    flex-direction: row;
    border-radius: 8px
}

#customModal2 .modal-left {
    background-color:#1795c5;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    gap: 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#customModal2 .modal-right {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center
}


#customModal2 .contact-options {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

#customModal2 .form-control {
    height: 45px !important
}

#customModal2 .contact-options label input {
    position: relative;
    top: 1px
}
#customModal2 .modal-lg {
    max-width: 600px;
}

.icntxt_modal p {
    margin: 0;
    color:#fff;
    margin-top: 5px;
}
.icntxt_modal img {
    min-height: 45px;
}







@media screen and (max-width: 1600px) and (min-width:1400px) {
    .fltdtls_img img {
        max-width:600px
    }
}

@media screen and (max-width: 1561px) {
    .service-slider-area5 .room-item a>img {
        height:196px
    }
}

@media screen and (max-width: 1461px) {
    .bnrright_img img {
        max-width:550px;
        height: auto;
    }

    .new_fltdtls_img {
        top: 54%
    }

    .service-slider-area5 .room-item a>img {
        height: 191px
    }
}

@media screen and (max-width: 1350px) {
    .service-slider-area5 .room-item a>img {
        height:171px
    }

    .bnrright_img img {
        max-width: 525px;
    }

    .new_fltdtls_img {
        top: 55%
    }
}

@media screen and (min-width: 1210px) {
    .city_img.bnrfloatimg {
        position:relative;
        z-index: 1
    }

    .city_img.bnrfloatimg:after {
        content: '';
        position: absolute;
        left: 0;
        z-index: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .fltdtls_img:hover .city_img.bnrfloatimg::after {
        background: rgb(0 0 0 / .7)
    }

    .fltdtls_img:hover .cstmh1_hdng {
        opacity: 1;
        z-index: 99
    }
}

@media screen and (max-width: 1210px) {
    .service-slider-area5 .room-item a>img {
        height:auto
    }
}

@media screen and (max-width: 1500px) {
    .fltdtls_img {
        top:55%
    }

    .cstmh1_hdng h1 {
        font-size: 22px!important
    }

    .city_img.bnrfloatimg img {
        max-width: 550px;
        max-height: 350px;
        margin-bottom: 10px!important
    }

    .seopage_sllist .car_img1 {
        padding-right: 0!important
    }

    .seopage_sllist .crname {
        padding-left: 0
    }

    .seopage_sllist .sl_list_box h2 {
        font-size: 20px
    }

    .seopage_sllist .sl_list_box h4 {
        font-size: 16px
    }

    .seopage_sllist .fc img {
        height: 30px;
        width: 30px
    }

    .seopage_sllist .sl_list_box h6 {
        padding-top: 12px
    }

    .seopage_sllist .fc {
        margin-right: 1px
    }

    .jcbtwn {
        justify-content: space-between
    }
}

@media screen and (max-width:2240px) {
    .city_img.bnrfloatimg img,
    .cstmh1_hdng {
        max-width: 780px;
    }
}

@media screen and (max-width:1640px) {
    .city_img.bnrfloatimg img,
    .cstmh1_hdng {
        max-width: 680px;
    }
}

@media screen and (max-width:1340px) {
    .cstmh1_hdng {
        max-width: 600px;
    }
    .city_img.bnrfloatimg img {
        max-width: 530px
    }
}

@media(max-width: 1400px) {
    .corprt_connect {
        margin-top:-40px
    }
}

@media(max-width: 767px) {
    .cstmpop h2 {
        font-size: 16px;
        margin-bottom:7px;
    }
    ul.routslist {
        max-height: 115px;
    }
    h2 { font-size: 22px; }

    .cstmh1_hdng,.fltdtls_img {
        position:relative;
        transform: none
    }

    .btmstrip_right,.newtest_card,.strip-box,.striprow {
        text-align: center
    }
    .new_fltdtls_img {
        position: relative;
        top: unset;
        right: unset;
        order:2;
        transform: none;
        bottom: 0;
        padding: 8px;
        background: #fff;
    }
    .cstmwrp_topsection .cstmh1_hdng {
        position: relative;
        opacity: 1;
        margin-top: 10px!important
    }

    .fltdtls_img {
        right: unset;
        top: unset;
        background: #fff
    }

    .service-slider-area5 .room-item a>img {
        height: 150px
    }

    section.buzz_search_new {
        height: auto;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .ovflwx {
        overflow-x: auto
    }

    .ovflwx table {
        max-width: none
    }

    .bnrright_img,.fltdtls_img .bnrfloatimg,.newtestmonial .owl-nav,.tbl_wtspbtn {
        display: none
    }

    .city_img.onlymobile,.strip-right .cta-btn span {
        display: block
    }

    .cstmh1_hdng {
        width: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0
    }

    .cstmh1_hdng h1 {
        color: #000!important
    }

    .buzz_search_new {
        padding: 10px
    }

    .container-fluid.paddx-65 {
        padding: 0 15px
    }

    .pg_hdng h1 {
        font-size: 26px
    }

    .strip-left h3 {
        font-size: 22px
    }

    .strip-left p {
        padding-left: 0
    }

    .icntxt_choose,.trptype_right,.wdth80 {
        width: 100%
    }

    .triptypebtn {
        font-size: 11px
    }

    .faretable_row th {
        font-size: 12px;
        padding: 5px
    }

    .faretable_row td {
        font-size: 11px;
        padding: 5px
    }

    .btntbls {
        gap: 0;
        flex-wrap: wrap
    }

    .cab-type-container {
        gap: 5px;
        justify-content: space-between
    }

    .cabtype-card {
        width: 110px;
        padding: 5px
    }

    .cab-title {
        font-size: 13px;
        margin: 0;
        font-weight: 600
    }

    .cabtype-card img {
        height: 40px
    }

    .cab-sub {
        font-size: 12px;
        margin: 0;
        line-height: normal
    }

    .mainfare,.testtext p {
        font-size: 15px
    }

    .routetable_row th {
        white-space: nowrap
    }

    .taxi-strip-dark {
        padding: 20px
    }

    .bookcabbtn,.viewcabbtn {
        display: inline-block;
        min-width: 70px;
        margin: 5px 0;
        padding: 6px;
        text-align: center
    }

    .text-sub {
        font-size: 12px
    }

    .newtest_card {
        flex-direction: column;
        padding: 15px
    }

    .testtext p {
        line-height: 25px
    }

    .newtestmonial .owl-dots span {
        height: 0;
        width: 0;
        margin: 0
    }

    .newtestmonial .owl-dots {
        margin-left: 0
    }

    .qticon {
        bottom: 18px;
        right: 0
    }

    .qticon i {
        font-size: 50px!important
    }

    .taxi-strip h2 {
        font-size: 20px!important;
        line-height: 30px;
        margin-bottom: 25px;
        font-weight: 400
    }

    .content_dtl.pl-4 {
        padding-left: 0!important;
        margin-top: 20px
    }

    .content_dtl.pr-4 {
        padding-right: 0!important
    }

    .cabrating {
        justify-content: center
    }

    .breadcrumb {
        margin-top: 15px
    }

    .strip-box {
        justify-content: center!important
    }

    .rental_listings .fc {
        width: 27%!important
    }

    .rental_listings .fc p {
        font-size: 12px;
        text-align: left;
        line-height: normal
    }

    .btmstrip_right {
        display: block;
        width: 100%;
    }

    .btntbls .fa-whatsapp {
        line-height: 40px
    }

    .rental_listings .mob_col_reverse .car_img1 {
        width: auto!important
    }

    .rental_listings .mob_col_reverse .crname {
        width: auto
    }

    .rental_listings .mob_col_reverse {
        flex-direction: row!important;
        gap: 15px
    }

    .seatsfare .bok_n.bg-la {
        margin: 0;
        padding: 0;
        width: 55%
    }

    .seatsfare {
        margin-bottom: 10px
    }

    .seatsfare .frdtl {
        padding: 0
    }
    
    #customModal2 .modal-left {
        display: none;
    }
    
    #customModal2 .modal-right > .d-flex {
        flex-direction: column-reverse;
        gap: 10px;
        text-align: center;
    }
    h2 {
        font-size: 22px;
    }
  

    
}

@media screen and (max-width: 421px) {
    .buzz_header .nav-tabs .nav-item {
        width:auto!important;
        min-width: 90px!important;
        margin: 0 5px
    }
}

@media screen and (max-width: 380px) {
    .cstmtop_mobile a.default-btn {
        right:-12px
    }
}


.wh-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 10px 20px 12px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9999;
    font-weight: bold;
}

.fa-whatsapp:before {
    content: "\f232";
}

#whatsapp-widget {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 360px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-family: sans-serif;
    display: none;
    z-index: 9999;
}

#whatsapp-widget {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 360px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  font-family: sans-serif;
  display: none;
  z-index: 9999;
}

.wh-header {
  background: #1a94c7;
  color: #fff;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.wh-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.wh-header .online {
  color: #c8f900;
  font-size: 12px;
}

.wh-header .close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  font-size: 30px;
}

.wh-body {
  padding: 10px;
  background: #f5f5f5;
}

.wh-msg {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.wh-msg p {
     font-size: 14px
}
.wh-toggle i.material-icons {
    position: relative;
    top: 5px;
    left: -2px;
}
#whatsapp-widget input {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
  border: 0;
  border-radius: 4px;
}

#whatsapp-widget button {
  background: #25D366;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.wh-toggle {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: #25D366;
  color: white;
  padding: 10px 20px 12px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 9999;
  font-weight: bold;
}
#whatsapp-widget button {
    position: absolute;
    right: 16px;
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 50%;
    bottom: 22px;
}

#whatsapp-widget button i {
    font-size: 15px;
}

.wh-toggle i.fa.fa-whatsapp {
    position: relative;
    left: 2px;
    top: 2px;
}




@media screen and (max-width:767px) {
    .wh-toggle {
        bottom: 5px;
        right: 15px;
        font-size: 12px;
        padding: 6px 10px 9px;
    }
}


.breadcrumb-section::before {
    content: "";
    background: #000000c7;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
}

@media (min-width: 576px) {
    .modal-dialog { 
        margin: 5.75rem auto !important;
    }
}

.yellowBtn {
    background-color: #ffcf43;
    padding: 12px 24px;
    display: flex;
    color: #000;
    border-radius: 62px; 
    align-items: center;
    justify-content: center;
}

.resetBtn {
    background-color: #6c757d;
    padding: 12px 24px;
    display: flex;
    color: #ffffff;
    border-radius: 62px;
    margin-left: 26px;
    align-items: center;
    justify-content: center;
}

.mobile-input-wrapper {
    position: relative;
}

.mobile-input-wrapper::before {
    content: "+91 ";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-weight: 500;
    pointer-events: none;
}

.mobile-input {
    padding-left: 45px; /* space for +91 */
}


.headingAbout { 
    font-size: 34px;
    color: #ffffff;
    line-height: 38px !important;
}

.topm59{
    top: 65% !important;
}

#services div.container p{
    text-align: justify;
}

.font35{
    font-size: 35px;
}
.justify{
    text-align:justify;
}

.btn-primary {
    background: linear-gradient(135deg, #1d93c5, #1d93c5) !important;
}

.modal-content {
        border-radius: 20px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
} 

.btn-primary:hover {
    opacity: 0.9;
}

 .rating-modal {
          display: none;
          position: fixed;
          z-index: 9999;
          left: 0; top: 0;
          width: 100%; height: 100%;
          background: rgba(0,0,0,0.6);
      }

      .rating-content {
          background: #fff;
          width: 350px;
          padding: 20px;
          border-radius: 10px;
          margin: 10% auto;
          text-align: center;
          position: relative;
      }

      .close-btn {
          position: absolute;
          right: 15px;
          top: 10px;
          font-size: 20px;
          cursor: pointer;
      }

      .stars {
          font-size: 30px;
          cursor: pointer;
      }

      .star {
          color: #ccc;
      }

      .star.selected,
      .star:hover,
      .star:hover ~ .star {
          color: gold;
      }

      .submit-btn {
          padding: 8px 20px;
          background: #28a745;
          color: white;
          border: none;
          border-radius: 5px;
          cursor: pointer;
      }
      
  .driverStrip{ 
      margin-bottom:14px; background: #f5f5f5;
  }
  .txtpading{
    padding: 15px 0;
    font-size: 30px;
    font-weight: 700;
  }
  
  .call-us {
    background: #1795c5;
    width: 47px;
    height: 47px;
    border-radius: 0;
    color: #ffffff;
}

.swiper-wrapper{
    height: 580px;
}

.seobanner .hero-text h1 {
    font-size: 32px;
    line-height: normal;
}

.img-slider img {
    width: 100%;
}

.mcontent p{
    text-align: justify;
}

a {
    color: #1795c7; 
}

.routs-wrp{
    background: #fff0e0;
    padding: 15px;
}

/*.routs-wrp ul li {*/
/*    position: relative;*/
/*    padding: 0px 5px;*/
/*    flex: 0 0 32%;*/
/*}*/

/*.routs-wrp ul li a {*/
/*    font-size: 14px;*/
/*    color: #000;*/
/*}*/

 

.policyPage ul {
    list-style-type: circle;   
    padding-left: 20px;     
    margin-left: 0;
}

.policyPage ul li {  /* optional spacing between items */
}

.bookcabbtn {
    background: #1795c5 !important;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
}

.viewcabbtn {
    display: inline-block;
    background: #726c6c !important;
    padding: 6px 15px;
    border-radius: 20px;
    color: #fff;
}

.tbl_wtspbtn {
    background: #25d366;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 42px;
    line-height: 43px;
}

.seodt ul li {
    display: inline-block;
    margin-right: 10px; /* spacing between items */
}

 

