/*=======car rental banner section css start=========*/
.carrental-banner-section{
    padding: 65px 0 16px;
}
.carrental-banner-section .container {
    max-width: 1650px;
    position: relative;
}
.carrental-banner-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.carrental-left{
    width: 50%;
    padding-top: 60px;
}
.carrental-left img {
    width: 100%;
}
.carrental-right{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 130px;
}
.carrental-content{
    width: 575px;
}
.carrental-content h1, .carrental-content h2{
    color: #000000;
    font-size: 48px;
    font-family: 'Helvetica LT Std Bold';
    padding-bottom: 34px;
    padding-bottom: 0px;
}
.carrental-content p{
    color: #000000;
    font-size: 16px;
    font-family: 'Helvetica LT';
    font-weight: normal;    
    margin-bottom: 30px;
}
.highlights-text span {
    color: #000000;
    font-size: 16px;
    line-height: 23px;
    padding: 12px 20px;
    background: #bfe1e6;
    min-width: 468px;
    display: inline-block;
    text-align: center;
    font-family: 'Helvetica LT';
    font-weight: normal;
    border-radius: 6px;
}
.carrental-heading{}

.carrental-heading h2{
    margin: 0px;
    padding: 0px 0 15px;
    list-style: none;
    font-size: 36px;
    color: #25303d;
    font-family: 'Helvetica LT';
    font-weight: normal;
}
.carrental-heading h2 span{
    font-family: 'Helvetica LT Std Bold';
    font-weight: bold;
    position: relative;
}
.carrental-heading h2 span::after{
    content: "";
    background: #d72f23;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
/*=======car rental banner section css end=========*/
/*=======Explore  Most Popular Cars section css start=========*/
.explore-mostpopular-cars-section{
    background: #ededed;
    padding: 36px 0px 0px;
}
.explore-mostpopular-cars-section  .main-heading h3 {
    color: #000000;
}
.explore-mostpopular-cars-section .main-heading p {
    color: #1b1b1b;
    font-size: 18px;
}
.explore-mostpopular-cars-section .container {
    max-width: 1454px;
}
.explore-car-information{

}
.listing-tabs-group{}
.listing-tabs-group ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.listing-tabs-group ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 4px 4px;
}
.listing-tabs-group ul li a {
    margin: 0px;
    padding: 0px 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #70bdc6;
    width: 216px;
    height: 50px;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica LT Std Bold';
    font-weight: bold;
}
.listing-tabs-group ul li a img{
    margin-right: 13px;
}
.listing-tabs-group ul li a.active {
    background: #e30613;
}
.mostpopular-cars-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 66px 0 0 0px;
}
.mostpopular-cars-col{
    width: 470px;
    padding: 0 11px; 
    margin-bottom: 53px;   
}
.mostpopular-cars-collist{
    margin-left: 90px;
    box-shadow: 1px 0 11px rgba(114, 114, 114, 0.11);
    padding:52px 16px 20px;
}
.mostpopular-cars-collist figure {
    width: 430px;
    margin-left: -104px;
    text-align: right;
    margin-bottom: 36px;
}
.mostpopular-cars-collist figure img {
    mix-blend-mode: multiply;
}
.cars-information{
    padding: 0 0 0 18px;
}
.cars-information h3{
    margin: 0px 0 6px;
    padding: 0px;
    color: #444444;
    font-size: 18px;
    font-family: 'Helvetica LT Std Bold';
    font-weight: bold;
}
.information-list{
    display: flex;
    flex-wrap: wrap;
}
.information-list-col {
    width: 50%;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.information-list-col:nth-child(even){
    padding-right: 0px;
}
.information-icon{
    width: 20px;
}
.information-list-content{
    width: calc(100% - 20px);    
    padding-left: 11px;
    font-size: 12px;
    color: #000000;
    font-family: 'Helvetica LT Std Bold';
    font-weight: bold;
}
.location-information {
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.location-col{
    color: #000000;
    font-size: 18px;
    font-family: 'Helvetica LT Std Bold';
    font-weight: bold;
}
.location-col a{
    color: #000000;
    text-decoration: none;
}
.location-col a:hover{
    color: #000000;
    text-decoration: none;
}
.days-information{
    color: #000000;
    font-size: 18px;
    font-family: 'Helvetica LT Std Bold';
    font-weight: bold;
}
.info-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info-btn .btn{
    font-family: 'Helvetica LT Std Bold';
    font-weight: bold;
    text-transform: uppercase;
}
.info-btn .btn.btn-border {
    border: 1px solid #e30613;
    background: #fff;
    color: #000;
}
.info-btn .btn.btn-border:hover {
    background: #e30613;
    color: #fff;
}
.viewall {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-family: 'Helvetica LT Std Bold';
    font-weight: bold;
    padding-bottom: 26px;
}
.viewall a{  
    color: #000000;
   }
.viewall a:hover{  
    color: #e30613;
   } 
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #e30613;
}    
/*=======Explore  Most Popular Cars section css end=========*/
/*=======How It Works section css start=========*/
.howit-works-section{
    padding: 60px 0px;
}
.howit-works-section  .main-heading h3 {
    color: #000000;
}
.howit-works-section .main-heading p {
    color: #1b1b1b;
    font-size: 18px;
}
.howit-works-wrap{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.howit-works-col{
    width: 33.33%;
    padding: 0 40px;
}
.howit-works-content{
  background: #fff;
  box-shadow: 1px 0 49px rgba(104, 104, 104, 0.54);
  border-radius: 11px;
  padding: 30px 26px;
  text-align: center;
   position: relative;
}
.howit-works-content figure{
    text-align: center;
    margin-bottom: 30px;
}
.howit-works-content h4{
    margin-bottom: 15px;
    color: #111111;
    font-size: 20px;  
    font-family: "Mulish", sans-serif;
    font-weight: bold;  
}
.howit-works-content h4 a{
    color: #111111; 
}
.howit-works-content h4 a:hover{
    color: #111111; 
}
.howit-works-content p{
    margin-bottom: 0px;
    color: #1b1b1b;
    font-size: 16px;   
}
.number-info{
    color: #cecece;
    font-size: 48px;
    font-family: 'Helvetica';
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 18px;
    line-height: 48px;
}
/*=======How It Works section css end=========*/
/*=======india-car-rental section css start=========*/
.india-car-rental-section{
 padding: 0 0 46px;
}
.india-car-rental-section .container{
 max-width: 1170px;
}
.india-car-rental-wrap{

}
.india-car-rental-section  .main-heading h3 {
    color: #000000;
}
.india-car-rental-wrap p {
    margin-bottom: 26px;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 24px;
}
.india-car-rental-wrap h5{
    margin-bottom: 16px;
    color: #111111;
    font-size: 20px;
    font-weight: bold;
}
.india-car-rental-wrap ul{
    margin: 0px;
    padding: 0px;
}
.india-car-rental-wrap ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #1b1b1b;
    font-size: 16px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-family: 'Helvetica';
    font-weight: bold;
}
.india-car-rental-wrap ul li::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url(../images/rightarrow.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 21px;
    height: 20px;
}
/*=======india-car-rental section css end=========*/
/*=======Why It Choose Us section css start=========*/
.Whychooseus-section{
    padding: 68px 0 116px;
    background: #ededed;
}
.Whychooseus-section .container{
    max-width: 1266px;
}
.Whychooseus-info{
    background: #fff;
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 11px;
    overflow: hidden;
}
.Whychooseus-content{
    width: 648px;
    padding: 36px 34px 30px 46px;    
}
.Whychooseus-content h3 {
    font-family: 'TT Wellingtons Trl Regular';
    font-weight: normal;
    margin-bottom: 8px;
    color: #000000;
    font-size: 36px;
}
.Whychooseus-content h3 strong{
    font-family: 'TT Wellingtons Trl DemiBold';    
}

.Whychooseus-content ul {
    margin: 0px -131px 0 0;
    padding: 0px;
}
.Whychooseus-content ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #1b1b1b;
    font-size: 18px;
    position: relative;
    padding-left: 43px;
    margin-bottom: 20px;
    font-family: 'Helvetica';
    font-weight: bold;
}
.Whychooseus-content ul li strong{
    color: #111111;
    font-size: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
}
.Whychooseus-content ul li p {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 24px;
}
.Whychooseus-content ul li::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url(../images/rightarrow-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 36px;
    height: 33px;
}
.Whychooseus-right {
    width: 604px;
    margin-left: -16px;
    clip-path: polygon(44% 0%, 100% 0, 100% 100%, 0% 100%);
}
.Whychooseus-right img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.Whychooseus-content h3 ~ p {
    margin-right: -156px;
    color: #1b1b1b;
    font-size: 18px;
}
/*=======Why It Choose Us section css end=========*/

@media (max-width: 1679px) {
  .carrental-right {padding-left: 80px;}
}
@media (max-width: 1500px) {
.mostpopular-cars-col {width: 33.33%;}
.mostpopular-cars-collist figure {width: 378px;margin-left: -52px;}
.carrental-right {padding-left: 70px;}
.listing-tabs-group ul li a img {margin-right: 8px;max-height: 25px;}
.listing-tabs-group ul li a {padding: 0px 10px;width: 203px;font-size: 15px;}
.mostpopular-cars-collist {margin-left: 60px;}
.carrental-content h1, .carrental-content h2 {font-size: 38px;}
.carrental-heading h2 {font-size: 28px;}
}
@media (max-width: 1390px) {
.carrental-content h1, .carrental-content h2 {font-size: 34px;}
.carrental-heading h2 {font-size: 25px;}
.highlights-text span { min-width: 400px;}
.listing-tabs-group ul li a {padding: 0px 8px;width: 186px;font-size: 14px;}
.mostpopular-cars-collist figure { width: 358px; margin-left: -53px;}
.info-btn .btn {padding: 12px 22px;}
.howit-works-col {padding: 0 24px;}
.carrental-right {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media (max-width: 1280px) {
.Whychooseus-section {padding: 68px 35px 116px;}
.Whychooseus-content {width: 60%;}
.Whychooseus-right {width: 40%;}
}
@media (max-width: 1199px) {
.carrental-content { width: 100%;}

.carrental-content h1, .carrental-content h2 {
    font-size: 30px;
}
.mostpopular-cars-collist figure {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
}
.listing-tabs-group ul li a {
    padding: 8px 8px;
    width: 134px;
    font-size: 14px;
    height: 100%;
}
.mostpopular-cars-collist figure {
    width: 100%;
    margin-left: 0;
}
.mostpopular-cars-collist {
    margin-left: 0;
}
.info-btn .btn.btn-border {
    padding: 10px 15px;
}
.mostpopular-cars-col {
    margin-bottom: 30px;
}
.howit-works-col {
    padding: 0 10px;
}
.number-info {
    font-size: 30px;
}
.howit-works-content figure img {
    max-height: 48px;
}
.howit-works-wrap {
    padding-top: 10px;
}
.Whychooseus-content h3 {
    margin-bottom: 6px;
    font-size: 28px;
}
.Whychooseus-content ul {
    margin: 0;
}
.Whychooseus-content h3 ~ p {
    margin-right: 0;
}
.Whychooseus-content {
    padding: 36px 18px 30px 22px;
}
.Whychooseus-section {
    padding: 60px 35px 60px;
}
.Whychooseus-right {
    clip-path: polygon(19% 0%, 100% 0, 100% 100%, 0% 100%);
}
.highlights-text span {
    min-width: 100%;
    padding: 12px 15px;
}
.carrental-content p {
    margin-bottom: 10px;
}

}
@media (max-width: 1023px) {
  .mostpopular-cars-col {
    width: 50%;
}
}
@media (max-width: 767px) {
.carrental-heading h2 {
  font-size: 20px;
}
.carrental-content h1, .carrental-content h2 {
    font-size: 22px;
}
.main-heading h3 img {
    max-height: 26px;
}
.main-heading {
    margin-bottom: 16px;
    text-align: center;
}
.mostpopular-cars-list {
    padding: 34px 0 0 0px;
}
.howit-works-section {
    padding: 35px 0px;
}
.howit-works-wrap {
    justify-content: center;
}
.howit-works-col {
    padding: 0 10px 20px;
    width: 50%;
}
.howit-works-content figure {
    margin-bottom: 14px;
}
.india-car-rental-wrap p {
    margin-bottom: 15px;
}
.Whychooseus-section {
    padding: 35px 0px 35px;
}
.Whychooseus-content h3 ~ p {
    font-size: 16px;
}
.Whychooseus-content ul li::before {
    top: 8px;
    width: 25px;
    height: 23px;
    background-size: 100%;
}
.Whychooseus-content ul li {
    font-size: 16px;
    padding-left: 36px;
    margin-bottom: 8px;
}
.Whychooseus-content {
    padding: 20px 20px 20px 20px;
    width: 100%;
}
.Whychooseus-right {
    clip-path: none;
    width: 100%;
    padding: 0px 20px 20px;
    margin-left: 0px;
}
.Whychooseus-right img {
    height: auto;
    width: 100%;
}
.main-heading h3 img {
    max-height: 22px;
}
.listing-tabs-group ul li figure {
    width: 100%;
    text-align: center;
}
.howit-works-section .container {
    max-width: 100%;
}
.Whychooseus-content h3 {
    font-size: 22px;
}
.Whychooseus-content ul li p {
    font-size: 16px;
}
.cars-information {
    padding: 0;
}
.info-btn .btn {
    padding: 12px 20px;
}
}

@media (max-width: 575px) {
.carrental-left {
    width: 100%;
    padding-top: 22px;
}
.carrental-right {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-top: 25px;
}
.listing-tabs-group ul li {
    width: 50%;
}
.listing-tabs-group ul li a {
    width: 100%;
}
.mostpopular-cars-col {
    width: 100%;
    padding: 0px;
}
.mostpopular-cars-collist {
    padding: 20px 16px 20px;
}
.howit-works-col {
    width: 100%;
    padding: 0 0px 20px;
}
}

/*=============Review page css start=============*/
.owl-carousel.review-slide .owl-stage {
  display: flex;
  animation: marquee 50s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

h3.review-heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-family: 'Helvetica LT';
  font-weight: bold;
  font-size: 36px;
  margin-top: 20px;
}

.client-saying {
  padding: 50px 0;
}

.real-stories {
  padding: 40px 0;
}

.rating-container {
  font-family: 'TT Wellingtons Trl DemiBold';
  font-size: 18px;
  color: #25303d;
  margin: 30px 0;
}

.rating-container .stars {
  color: #ffd000;
  font-size: 24px;
}

.rating-container .rating-value {
  font-family: 'Helvetica LT';
  font-weight: bold;
  font-size: 22px;
  margin-left: 5px;
}

.rating-container .subtext {
  font-size: 14px;
  color: #9b9898;
  font-family: 'Gilroy';
}

.client-review-list {
  background: #e8eaeb;
  padding: 60px;
  border-radius: 11px;
  border: 1px solid #c8c8c8;
}

.userComment ul {
  padding: 0;
  margin: 0;
}

.userComment ul li {
  margin: 0 0 50px;
  border-bottom: 1px solid #c8c8c8;
  padding: 0 60px 50px;
  list-style: none;
}

.userComment ul li:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}

.userComment .user-info-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.userComment ul li .userImg {
  height: 65px;
  width: 65px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #c8c8c8;
  box-shadow: 0 0 49px rgba(104, 104, 104, 0.54);
}

.userComment ul li .userImg img {
  width: 100%;
  min-height: 40px;
  object-fit: cover;
}

.userComment ul li .textPost {
  margin-left: 20px;
}

.userComment ul li .textPost h5 {
  color: #111111;
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 0px;
}

.userComment ul li .textPost .rev-date {
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 600;
}

.userComment ul li .user-info-col .review-star-right {
  color: #ffd000;
  font-size: 20px;
}

.review-gallery {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}

.review-gallery .item {
  width: 135px;
  height: 135px;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 0 49px rgba(104, 104, 104, 0.54);
}

.review-gallery .item .small-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.fancybox-bg {
  display: block !important;
}

.pagination-nav {
  margin-top: 30px;
  position: relative;
}

.pagination-nav nav {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
}

.pagination-nav nav ul.pagination {
  margin: 0px;
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pagination-nav nav ul.pagination li.page-item,
.pagination-nav nav ul.pagination span.page-numbers {
  margin: 0 1px;
}

.pagination-nav nav ul.pagination span.page-numbers {
  margin: 0px;
}

.pagination-nav nav ul.pagination li.page-item a.page-numbers,
span.page-numbers {
  display: block;
  padding: 0px 2px;
  line-height: normal;
  border: none;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-family: 'Gilroy';
}

.pagination-nav nav ul.pagination li.page-item a.page-numbers:hover,
span.page-numbers:hover {
  color: #70bdc7;
}

.pagination-nav nav ul.pagination li.page-item .current {
  color: #000;
  padding-right: 15px;
}

.pagination-nav nav ul.pagination li.page-item a.next.page-numbers,
.blog-post-information nav ul.pagination li.page-item a.prev.page-numbers {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #70bdc7;
  color: #fff;
  margin-left: 15px;
}

.all-review {
  position: absolute;
  right: 0;
  top: 0;
}

.all-review a {
  color: #1b1b1b;
  font-size: 16px;
  font-family: 'Helvetica CE';
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.all-review a:hover {
  color: #70bdc7;
}

.recent-trip {
  padding: 40px 0;
}

.recent-trip .recent-pic {
  overflow: hidden;
  height: 100%;
}

.recent-trip .recent-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-trip .load-more {
  display: inline-block;
  margin: 15px 0;
  text-align: center;
  color: #1b1b1b;
  font-size: 16px;
  font-family: 'Helvetica CE';
  transition: all 0.3s ease-in-out;
}

.recent-trip .load-more:hover {
  color: #70bdc7;
}

@media (max-width: 1440px) {
.review-gallery .item {
    width: 110px;
    height: 110px;
}
}
@media (max-width: 1199px) {
.review-gallery .item {
    width: 100px;
    height: 100px;
}
.review-gallery {
  column-gap: 16px;
  row-gap: 16px;
}  
}


@media (max-width: 991.98px) {
  .client-review-list {
    padding: 40px;
  }

  .userComment ul li {
    margin: 0 0 40px;
    padding: 0 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .client-review-list {
    padding: 30px;
  }

  .userComment ul li {
    margin: 0 0 30px;
    padding: 0 0px 30px;
  }

  .review-gallery .item {
    width: 130px;
    height: 130px;
  }
  .main-heading .line {
    margin: 8px auto;
}
}

@media (max-width: 575px) {
  h3.review-heading {
    font-size: 24px;
    padding: 0 15px;
  }

  .client-saying {
    text-align: center;
  }

  .rating-container {
    font-size: 16px;
  }

  .rating-container .stars {
    font-size: 20px;
    display: block;
  }

  .rating-container .rating-value {
    font-size: 20px;
  }

  .client-review-list {
    padding: 15px;
  }

  .userComment ul li {
    margin: 0 0 20px;
    padding: 0 0px 20px;
  }

  .userComment .user-info-col {
    align-items: flex-start;
    flex-direction: column;
  }

  .userComment ul li .userImg {
    height: 55px;
    width: 55px;
  }

  .userComment ul li .textPost h5 {
    font-size: 18px;
  }

  .userComment ul li .textPost .rev-date {
    font-size: 13px;
  }

  .userComment ul li .user-info-col .review-star-right {
    margin-left: 75px;
  }

    .review-gallery {
        column-gap: 10px;
        row-gap: 10px;
    }

.review-gallery .item {
    width: 31.2%;
    height: 108px;
}

  .all-review {
    position: static;
    text-align: center;
    margin-top: 10px;
  }

  .recent-trip {
    padding: 0 0 20px 0;
  }
.client-saying img {
    max-width: 120px;
}
}
@media (max-width: 340px) {
    .review-gallery .item {
        width: 30.5%;
        height: 75px;
    }
}   
/*=============Review page css end=============*/
/*=============car rental details page css start=============*/
.hire-rent {
  padding: 40px 0;
}

.hire-rent .row {
  display: grid;
  grid-template-columns: 75% 25%;
}

.hire-rent h4 {
  color: #111111;
  font-family: 'TT Wellingtons Trl DemiBold';
  font-size: 18px;
  margin-bottom: 20px;
}
.hire-rent h5 {
  color: #111111;
  font-family: 'TT Wellingtons Trl DemiBold';
  font-size: 18px;
}

.hire-car-gallery {
  padding: 30px 0;
}

.hire-car-gallery .main-image {
  margin-bottom: 30px;
  text-align: center;
}

.hire-car-gallery .main-image img {
  width: 500px;
  height: auto;
  object-fit: cover;
}

.hire-car-gallery .thumbnails {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.hire-car-gallery .thumbnails img {
  width: 137px;
  height: 137px;
  object-fit: cover;
}


.enquiry-block {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 26px;
}

.enquiry-block .enquiry-heading {
  padding: 13px 15px 22px;
  background: #e30613;
  text-align: center;
}

.enquiry-block .enquiry-heading h3 {
  color: #ffffff;
  font-size: 24px;
  font-family: 'Helvetica LT';
  font-weight: bold;
  margin-bottom: 0px;
}

.enquiry-block .enquiry-form {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-top: -10px;
  border-radius: 12px;
}

.enquiry-form .form-group {
  margin-bottom: 15px;
}

.enquiry-form .form-group .form-control {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #cdcdcd;
  height: 45px;
  background: #fafafa;
  border-radius: 4px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}

.enquiry-form .form-group .form-control.phone-code {
  max-width: 60px;
  margin-right: 10px;
}

.enquiry-form .form-group .form-select {
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  color: #9a9a9a;
  font-size: 14px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}

.enquiry-form .form-group .form-label {
  color: #9a9a9a;
  font-size: 14px;
  font-family: 'Helvetica CE';
  font-weight: normal;
  margin-left: 15px;
  margin-top: -5px;
  display: block;
}

.enquiry-form .form-group textarea.form-control {
  height: 100px;
}

.enquiry-form .btn {
  width: 100%;
  border-radius: 8px;
  text-transform: uppercase;
  font-family: 'Helvetica';
  font-weight: bold;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.form-row>.col {
  padding: 0 10px;
  position: relative;
}

.form-row .add-no {
  position: absolute;
  right: 25px;
  bottom: 15px;
  color: #9a9a9a;
  font-family: 'Helvetica CE';
  font-weight: normal;
  font-size: 24px;
  line-height: 15px;
  border-left: 1px solid #9a9a9a;
  padding-left: 15px;
}

.enquiry-form ::placeholder {
  color: #9a9a9a;
}

.enquiry-form ::-ms-input-placeholder {
  color: #9a9a9a;
}



.rental-cost {
  padding: 50px 0;
  background: #ededed;
}

.rental-cost h3 {
  color: #111111;
  font-family: 'TT Wellingtons Trl DemiBold';
  font-size: 20px;
  margin-bottom: 20px;
}

.cost-list {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 49px rgba(104, 104, 104, 0.54);
  padding: 40px;
}

.rental-cost .arrow-list {
  margin-bottom: 50px;
}

.private-taxi-tour {
  padding: 50px 0;
}

.private-taxi-tour h3 {
  color: #111111;
  font-family: 'TT Wellingtons Trl DemiBold';
  font-size: 24px;
  margin-bottom: 15px;
}

.private-taxi-tour h4 {
  color: #111111;
  font-family: 'TT Wellingtons Trl DemiBold';
  font-size: 20px;
  margin-bottom: 15px;
}

ul.arrow-list {
  margin: 0 0 30px 0;
}

ul.arrow-list li {
  font-family: 'Helvetica CE';
  font-weight: normal;
  color: #363636;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

ul.arrow-list li i {
  margin: 5px 5px 0 0;
  font-size: 18px;
}

.private-taxi-tour .tip-text {
  font-family: 'Helvetica CE';
  font-weight: normal;
  color: #363636;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: -10px;
}

.private-taxi-tour h6 {
  font-family: 'Helvetica CE';
  font-weight: normal;
  color: #363636;
  font-size: 16px;
  margin-bottom: 20px;
}

.list-table {
  --bs-border-color: #d1d1d1;
  max-width: 850px;
}

.table-gap {
  margin-bottom: 40px;
}

.list-table th {
  font-family: 'TT Wellingtons Trl DemiBold';
  font-weight: bold;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
}

.list-table td {
  font-family: 'Lato';
  font-weight: normal;
  color: #363636;
  font-size: 16px;
  white-space: nowrap;
}


.road-trip-by-car {
  padding: 40px 0;
  margin-bottom: 100px;
  background: #ededed;
}

.road-trip-by-car .container {
  max-width: 1450px;
}

.road-trip-by-car .travel-by-car .car-img {
  height: 100%;
}

.road-trip-by-car .travel-by-car .car-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.road-trip-by-car .owl-nav {
  top: 65px;
}

@media (max-width: 1199.98px) {
  .hire-rent .row {
  grid-template-columns: 70% 30%;
}
.hire-car-gallery .thumbnails {
    justify-content: flex-start;
    overflow-x: auto;
}
}

@media (max-width: 991.98px) {
  .hire-rent .row {
  grid-template-columns: 1fr;
}
.hire-car-gallery .thumbnails {
    justify-content: flex-start;
    overflow-x: auto;
}
}

@media (max-width: 767.98px) {
  .rental-cost .arrow-list {
    margin-bottom: 20px;
  }

  .cost-list {
    padding: 15px;
  }

  .road-trip-by-car .travel-by-car .car-img img {
    height: auto;
  }

  .private-taxi-tour h3 {
    font-size: 20px;
  }

  .private-taxi-tour h4 {
    font-size: 18px;
  }
  .road-trip-by-car {
    margin-bottom: 0px;
}
.road-trip-by-car .owl-nav {
    top: 16px;
}
}

@media (max-width: 575px) {}
/*=============car rental details page css end=============*/


