body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Josefin Sans", serif;
}

/*=====Comman Styling Start Here=====*/
ul {
  list-style: none;
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0px;
  margin: 0px;
}

span {
  display: inline-block;
}

.comman-style {
  width: 100%;
  display: inline-block;
  padding: 50px 0px
}

.comman-title-box {
  margin-bottom: 55px;
  text-align: center;
}

.comman-title {
  color: #000;
  font-size: 47px;
  font-weight: 700;
  text-transform: capitalize;
}

.comman-btn {
  display: inline-flex;
  align-items: center;
  transition: all 0.3sease-in-out;
  background: transparent;
  padding: 0;
  border: none;
}

.comman-btn .btn-text {
  color: #fff;
  background-color: #CA0700;
  padding: 8px 22px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 11px 22px 6px;
}

.comman-btn .icon-btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #fff;
  background-color: #CA0700;
  padding: 16px;
}


.custome-btn {
  color: #fff;
  background-color: #CA0700;
  width: 53px;
  height: 53px;
  padding: 17px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.btn-style {
  color: #fff !important;
  background-color: #CA0700;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 13px 22px 10px;
  margin-top: 10px;
}

.btn-style i {
  margin-left: 5px;
}

figure {
  margin: 0px;
  border-radius: 10px;
}


/*=====Comman Banner Styling Start Here=====*/
.comman-banner {
  width: 100%;
  padding: 9%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.comman-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.comman-banner h1 {
  color: #fff;
  font-size: 57px;
  font-weight: 700;
  text-transform: capitalize;
  word-spacing: 9px;
}

/*=====Comman banner Styling End Here=====*/

.owl-nav img {
  width: auto;
  height: 43px;
  object-fit: contain;
}

.owl-theme .owl-nav {
  margin-top: 22px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-----------------------------------Home page Styling Start Here-------------------------*/
/*=====Header Styling Start Here=====*/
.header {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  padding: 0px 35px;
  position: sticky;
  top: 0%;
  left: 0%;
  z-index: 999999;
}

.header .navbar {
  padding: 0px;
}

.header .navbar-brand {
  padding: 0px;
}

.header .nav-link {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 32px;
  transition: all 0.5s ease-in-out;
}

.header .nav-link:hover {
  color: #CA0700;
  transform: translateY(-2px);
}

.header .booking-btn-box .btn-title {
  padding: 7px 20px 5px;
  color: #fff;
  background-color: #000000;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: middle;
}

.header .booking-btn-box .btn-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  align-content: center;
  font-size: 12px;
  color: #fff;
  background-color: #000000;
  margin-left: -5px;
}

.header .booking-btn-box a:hover>span {
  background-color: #CA0700;
}

.header .book-btn {
  margin-right: 6px;
}

.booking-btn-box {
  order: 1;
}

/*=====Header Styling End Here=====*/

/*=====Hero Panel Styling Start Here=====*/
.hero-panel {
  width: 100%;
  display: block;
  position: relative;
  /* overflow: hidden; */
}

.hero-panel .slides {
  width: 100%;
  height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-panel .slides::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.1);
}

.hero-panel .inner-box {
  width: 100%;
  position: absolute;
  bottom: -6%;
  left: 0%;
  z-index: 1;
  text-align: center;
  padding-top: 0;
}

.hero-panel .inner-box p {
  color: #000;
  font-size: 37px;
  font-weight: 500;
  text-transform: capitalize;
}

.hero-panel .inner-box h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  text-shadow: 1px 1px 5px #000;
  margin: 25px 0px;
}

.check-price-btn .btn-text,
.check-price-btn .icon-btn {
  color: #CA0700;
  background-color: #fff;
}


.check-price-btn .btn-text {
  margin-left: 17px;
}

.search-engine {
    width: 85%;
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 100px;
    margin-top: 83px;
    margin: 45px auto 0;
}
.search-engine form {
    width: 100%;
}
.search-engine .box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.search-engine .comman-btn .btn-text {
    width: 100%;
    padding: 15px;
    border-radius: 50px;
}
.search-engine label {
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
}

.search-engine label i {
    font-size: 20px;
    margin-right: 5px;
}

.search-engine .input-box {
    padding: 0px 35px;
    border-right: 2px solid #909090;
    text-align: left;
    width: 100%;
}
.search-engine .input-box .comman-btn {
    display: inline-block;
    width: 100%;
}
.search-engine .input-box:last-child {
  border: none;
}

.search-engine select, .search-engine input {
    border: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
}
.search-engine select:focus, .search-engine input:focus{
    outline: none;
    box-shadow: none;
}
.form-panel{
  width:100%;
  display:none;
  padding:15px 0px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

.form-panel .inner-box{
  width:100%;
  background-color:rgba(0,0,0,0.6);
  border-radius:10px;
  padding:18px;
}

.form-panel .nav-tabs{
  border-bottom:1px solid #dee2e6a3;
}

.form-panel .nav-tabs .nav-link{
  border-color:transparent;
  background-color:transparent;
  color:#fff;
  font-size:14px;
  font-weight:600;
  text-transform:capitalize;
  border-radius:7px 7px 0px 0px;
  padding:9px 10px 7px;
}

.form-panel .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  font-size:13px;
  border-color:#dee2e6a3;
  background-color:#CA0700;
}

.form-panel .form-box{
  margin-top:18px;
}

.form-panel .input-box{
    margin-bottom: 12px;
}

.form-panel label{
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-panel label i{
  margin-right:3px;
}

.form-panel .hidden{
  opacity:0;
}

.form-panel .form-control{
    padding: 11px 15px 8px;
    border-radius: 5px;
    appearance: auto;
}

.form-panel .search-btn-box{
    padding: 5px 0px 5px;
    border-radius: 5px;
    appearance: auto;
}

.form-panel .search-btn i{
  margin-right:4px;
}

.form-panel .search-btn{
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    background-color: #CA0700;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    border-radius: 50px;
    padding: 10px 0px;
}

.form-panel .inner-counter-container{
  margin-top:15px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;

}

.form-panel .counter-box{
  background-color:rgba(0,0,0,0.5);
  border-radius:5px;
  text-align:center;
  padding:15px;
  margin-bottom:10px;
  width: 48%;
}

.form-panel .count{
  display:flex;
  justify-content:center;
}

.form-panel .counter-box span{
  color:#fff;
  font-size:19px;
  font-weight:800;
}

.form-panel .counter-box p{
  color:#fff;
  font-size:12px;
  font-weight:400;
  text-transform:capitalize;
}

/*=====Hero Panel Styling End Here=====*/

/*=====Process Panel Styling Start Here=====*/
.process-panel {
  background-image: url("../images/bg-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.process-panel .comman-title {
  margin-bottom: 20px;
}

.process-panel p {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    /* word-spacing: 2px; */
    line-height: 30px;
    margin-bottom: 20px;
}

.process-panel .process-box {
  display: flex;
  align-items: center;
  padding: 29px 0px 36px;
}

.process-panel .process-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-right: 30px;
}

.process-panel .process-box h3 {
  font-size: 35px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.process-panel .process-box p {
  color: #000;
  font-size: 29px;
  line-height: 37px;
}

.process-panel .divider {
  width: 100%;
  height: 2px;
  background-color: #898989;
}

/*=====Process Panel Styling End Here=====*/

/*=====Services panel Styling Start Here=====*/
.service-panel .service-card {
  background: linear-gradient(to bottom, #E9E9E9, #BFBFBF);
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service-panel .service-card .info-box,
.service-panel .service-card .btn-box {
  padding: 25px 15px;
}

.service-panel .service-card .info-box {
  padding-bottom: 0px;
}

.service-panel .service-card img {
  width: auto;
  height: 88px;
}

.service-panel .service-card h3 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 30px 0px 10px;
}

.service-panel .service-card p {
  color: #000000bd;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.service-card .btn-box {
  border-top: 1px solid #AEAEAE;
  margin-top: 14px;
}

.service-card .btn-box .custome-btn:hover {
  color: #CA0700;
  background-color: #fff;
}

/*=====Services panel Styling End Here=====*/

/*=====Car Explore panel Styling Start Here=====*/
.car-explore-panel {
  display: block;
  background-image: url(../images/banner4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.car-explore-panel .comman-title-box {
  margin-bottom: 35px;
}

.car-explore-panel .bottom-content-box {
    text-align: center;
    margin-top: 90px;
    padding: 25px 15px;
    background: rgba(255 255 255 / 80%);
}

.car-explore-panel .bottom-content-box h3 {
    color: #39281D;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 17px;
}

.car-explore-panel .owl-nav button {
  background-color: #000 !important;
}

/*=====Explore panel Styling End Here=====*/

/*=====Car Gallery Panel Styling Start Here=====*/
.car-gallery-panel {
  background-color: #BFBFBF;
}

.car-gallery-panel .image-box a {
  display: block;
}

.car-gallery-panel .image-box {
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
}

.car-gallery-panel .image-box .overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}

.car-gallery-panel .image-box .overlay i {
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 45px;
}

.car-gallery-panel .image-box:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

/*=====Car Gallery Panel Styling End Here=====*/

/*=====Testimonials Panel Styling Start Here=====*/
.testimonials-panel {
  background-image: url(../images/bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 15px;
}

.testimonials-panel .slides {
  border-radius: 25px;
  background-color: #e3e3e5a3;
}

.testimonials-panel ul {
  display: flex;
}

.testimonials-panel ul i {
  color: #CA0700;
  font-size: 15px;
}

/*.testimonials-panel p {*/
/*  color: #000;*/
/*  color: #000;*/
/*  font-size: 22px;*/
/*  font-weight: 400;*/
/*  line-height: 26px;*/
/*  margin-top: 19px;*/
/*  margin-bottom: 8px;*/
/*}*/

.testimonials-panel .top-box {
  padding: 16px 12px;
}

.testimonials-panel .bottom-box {
  border-top: 2px solid #000;
  display: flex;
  align-items: center;
  padding: 9px 12px;
}

.testimonials-panel .bottom-box img {
  width: auto;
  height: 72px;
  object-fit: contain;
  margin-right: 18px;
}

.testimonials-panel .bottom-box h6 {
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
}

.testimonials-panel .bottom-box p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin: 0px;
}

.owl-nav button {
  background-color: #CA0700 !important;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  padding: 2px !important;
  align-content: center !important;
}

.owl-nav button i {
  color: #fff;
  font-size: 15px;
  line-height: 43px;
}

/*=====Testimonials Panel Styling End Here=====*/

/*=====Footer Styling Start Here=====*/
.footer .top-footer {
  width: 100%;
  padding: 12px 0px;
  background-color: #242424;
}

.footer .top-footer .company-logo {
  width: auto;
  height: 120px;
  object-fit: contain;
}

.footer .top-footer h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 7px;
}

.footer .top-footer p {
  color: #fff;
  font-size: 12px;
  margin-top: 25px;
}

.footer .top-footer h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer .top-footer .links-box {
  padding-top: 27px;
  /* padding-left: 51px; */
}

.footer .top-footer ul li a {
  color: #ddddddbf;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 6px;
  transition: all 0.5s ease-in-out;
}

.footer .top-footer ul li a:hover {
  color: #CA0700;
  transform: translateX(2px);
}

.footer .social-links a {
  color: #DDDDDD;
  font-size: 20px;
  margin-right: 17px;
  transition: all 0.5s ease-in-out;
}

.footer .social-links a:hover {
  color: #CA0700;
  transform: scale(1.2);
}

.bottom-footer {
  background-color: #CA0700;
  width: 100%;
  padding: 10px;
}

/*=====Footer Styling End Here=====*/
/*-----------------------------------Home page Styling Start Here-------------------------*/

/*-----------------------------------List Page Styling Start Here------------------------*/
/*=====Product Listing Panel Styling Start Here=====*/
.product-listing-panel {
  background-color: #D5D6D5;
  padding: 50px 0px;
}

.product-listing-panel .products-filter {
  width: 100%;
  height: auto;
  background-color: #AEAEAE;
  border-radius: 25px;
  padding: 22px 0px;
}

.product-listing-panel .inner-container figure {
  margin-top: 49px;
}

.product-listing-panel .search-box {
  padding: 0px 22px 22px;
  position: relative;
  overflow: hidden;
}

.product-listing-panel .search-box input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 9px 10px 4px;
  border-radius: 30px;
}

.product-listing-panel .search-box input::placeholder {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.product-listing-panel .search-box button {
  color: #fff;
  background-color: #CA0700;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  padding: 7px;
  position: absolute;
  top: 1px;
  right: 23px;
}

.product-listing-panel .category-box {
  padding: 17px 22px;
  border-top: 1px solid #787272;
}

.product-listing-panel .category-box h2 {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.product-listing-panel .category-box label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.product-listing-panel .category-box li {
  margin-bottom: 6px;
  display: flex;
}

.product-listing-panel .category-box input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 2px solid #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin-right: 4px;
}


.product-listing-panel .category-box input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #CA0700;
  border-width: 0px 3px 3px 0px;
  transform: rotate(45deg) scale(0);
}

.product-listing-panel .category-box input[type="checkbox"]:checked::before {
  transform: rotate(45deg) scale(1);
}

.product-listing-panel .products {
  margin-bottom: 38px;
}

.products {
  background-color: #fff;
  border-radius: 30px;
}

.products .products-info-box {
  padding: 30px 10px 0px;
}

.products figure {
  width: 100%;
  height: 152px;
  margin: auto;
  padding: 18px;
  text-align: center;
}

.products figure a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.products figure a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products h2 a {
  padding: 7px 0px 4px 27px;
  color: #fff;
  background-color: #898989;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 20px;
  width: 213px;
}

.products .features-box {
  columns: 2;
  margin: 18px 0px 5px;
}

.products .features-box img {
  width: auto !important;
  height: 21px;
  object-fit: contain;
  display: inline !important;
}

.products .features-box li {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.products .price-box {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E6E6E6;
}

.products .price-box h4 span {
  font-size: 30px;
  font-weight: 700;
}

.products .price-box sub {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.products .custome-btn {
  color: #fff;
}

.product-listing-panel .pagination .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: transparent;
  border: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination {
  justify-content: center;
  margin-top: -3px
}

.pagination img {
  height: 35px;
  object-fit: contain;
}

.pagination .page-link:focus {
  box-shadow: none;
}

/*=====Product Listing Panel Styling End Here=====*/

.car-explore-panel .products-info-box {
  padding: 43px 10px 0px;
}

.car-explore-panel .features-box {
  margin: 18px 0px;
}

.car-explore-panel .price-box {
  padding: 15px 15px 20px;
}

.car-explore-panel .features-box li {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

/*-----------------------------------List Page Styling End Here------------------------*/

/*----------------------------------List Details Page Styling Start Here--------------------*/
/*=====Car Search Engine Panel Styling Start Here=====*/
.car-search-engine-panel {
  width: 100%;
  display: inline-block;
  padding: 25px 0px;
  background-color: #d5d6d5;
}

.car-search-engine-panel .inner-box {
  display: flex;
  background-color: #fff;
  padding: 12px 25px;
  border-radius: 20px;
}

.car-search-engine-panel .inner-box .select-box {
  padding: 8px 20px;
  border-right: 2px solid #909090;
}

.car-search-engine-panel .inner-box .select-box select {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  outline: none;
}

.car-search-engine-panel .inner-box .select-box select:focus {
  border: none;
  outline: none;
}

.car-search-engine-panel .inner-box .select-box:last-child {
  border: none;
}

.car-search-engine-panel h1 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 16px 0px;
}

/*=====Car Search Engine Panel Styling End Here=====*/

/*=====Car Details Panel Styling Start Here=====*/
.car-details-panel {
  background-color: #d5d6d5;
  padding-bottom: 25px;
}

.car-details-panel .product-card {
  background-color: #CA0700;
  border-radius: 30px;
  padding: 53px 6px 0px;
}

.car-details-panel .product-card figure {
  width: 100%;
  height: 196px;
  margin: auto;
}

.car-details-panel .product-card figure a {
  width: 100%;
  height: 100%;
  display: block;
}

.car-details-panel .product-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.car-details-panel .product-card h2 {
  background-color: #000;
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 36px 4px;
  border-radius: 20px;
  width: 274px;
  margin-top: 17px;
}

.car-details-panel .product-card h2 a {
  color: #fff;
}

.car-details-panel .product-card ul {
  columns: 2;
  margin: 26px 3px 20px;
}

.car-details-panel .product-card ul li {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 17px;
}

.car-details-panel .product-card ul img {
  width: auto !important;
  height: 30px;
  object-fit: contain;
  display: inline-block !important;
  filter: invert(1);
  margin-right: 3px;
}

.car-details-panel .price-box {
  border-top: 1px solid #fff;
  /* padding: 20px 11px; */
  padding: 23px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.car-details-panel .price-box h4 {
  color: #fff;
  font-size: 39px;
  font-weight: 700;
}

.car-details-panel .price-box sub {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 17px;
}

.car-details-panel .price-box .booked-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  color: #CA0700;
}

.car-details-panel .details-box {
  background-color: #eeeeee;
  padding: 50px 40px 20px;
}

.car-details-panel .details-box h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.car-details-panel .details-box ul {
  display: flex;
  flex-wrap: wrap;
}

.car-details-panel .details-box ul li {
  width: 33%;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}


.car-details-panel .details-box ul li strong {
  font-weight: 700;
}

.car-details-panel .details-box figure {
  width: 100%;
  margin-bottom: 28px;
}

.car-details-panel .details-box figure a {
  width: 100%;
  height: 100%;
  display: block;
}

.car-details-panel .details-box figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.car-details-panel .bottom-box {
  display: flex;
  margin-top: 19px;
  justify-content: space-between;
  padding-right: 41px;
}

.car-details-panel .bottom-box span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.car-details-panel .bottom-box i {
  color: #ff7000;
  font-size: 10px;
  margin-left: 3px;
}

.car-details-panel .bottom-box strong {
  color: #CA0700;
  font-size: 38px;
  margin-left: 3px;
}

.car-details-panel .comman-btn .btn-text {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 10px 6px;
}

.car-details-panel .comman-btn .icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background-color: #CA0700;
  text-align: center;
  line-height: 42px;
  padding: 0px;
}

/*=====Car Details Panel Styling End Here=====*/

/*=====Boking Form Panel Styling Start Here=====*/
.booking-form-panel {
  background-color: #d5d6d5;
  padding: 30px 0px;
}

.booking-form-panel .bg-box {
  background-color: #fff;
  padding: 20px 20px 0px;
}


.booking-form-panel h2 {
  color: #000;
  font-size: 33px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
}

.booking-form-panel .inner-box {
  margin-bottom: 50px;
}

.booking-form-panel h6 {
  color: #CA0700;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.booking-form-panel .input-box {
  margin-bottom: 6px;
}

.booking-form-panel .input-box label {
  display: inline-block;
  width: 122px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  white-space: nowrap;
}

.booking-form-panel .input-box input {
  width: 60%;
  border: none;
  outline: none;
  color: #6f6f6f;
  background-color: #eeeeee;
  font-size: 15px;
  border-radius: 4px;
  padding: 0px 10px;
  line-height: 21px;
}

.booking-form-panel .input-box input[type="radio"], .booking-form-panel .input-box input[type="checkbox"] {
  width: 10px;
  height: 10px;
  accent-color: #CA0700;
  margin-right: 2px;
}

.booking-form-panel .input-box input::placeholder {
  text-align: center;
  font-weight: 700;
}

.booking-form-panel .custome-upload-box {
  position: relative;
  overflow: hidden;
}

.booking-form-panel .custome-upload-box .custome-upload-field {
  opacity: 0;
}

.booking-form-panel .custome-upload-box .custome-upload-label {
  display: inline-block;
  color: #6f6f6f;
  background-color: #eeeeee;
  font-size: 11px;
  border-radius: 4px;
  padding: 0px 10px;
  line-height: 21px;
  position: absolute;
  top: 5px;
  left: 28%;
  width: 60%;
  text-align: center;
}

.booking-form-panel .custome-upload-box .custome-upload-label span {
  color: #CA0700;
}

.booking-form-panel .custome-upload-box .custome-upload-label .img-upload {
  color: #fff;
  background-color: #555555;
  font-size: 8px;
  font-weight: 400;
  padding: 1px 5px 0px;
  padding: 00px;
  padding: 1px 5px;
  border-radius: 20px;
  line-height: 12px;
}

.booking-form-panel .img-box {
  width: 100%;
  height: 300px;
}

.booking-form-panel .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*=====Boking Form Panel Styling End Here=====*/
/*----------------------------------List Details Page Styling End Here---------------------*/

/*=====Accordion styling start here====*/
.product-listing-panel .category-box h2 {
  pointer-events: none;
}

.product-listing-panel .category-box .collapse {
  display: block;
}

/*=====Accordion styling End here====*/
/*-------------------------------------Contact Us Page Styling Start Here--------------------------*/
/*=====Contact Details Panel Styling Start Here=====*/
.contact-details-panel {
  background-color: #D5D6D5;
  padding-bottom: 20px;
}

.contact-details-panel .contact-details {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 23px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
}

.contact-details-panel .contact-details span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #CA0700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 20px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.contact-details-panel .contact-details span i {
  font-size: 23px;
}

.contact-details-panel .contact-details h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.contact-details-panel .contact-details a {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}

.contact-details-panel .contact-details:hover {
  background-color: #CA0700;
}

.contact-details-panel .contact-details:hover h3,
.contact-details-panel .contact-details:hover a {
  color: #fff;
}

.contact-details-panel .contact-details:hover .icon {
  background-color: #fff;
  color: #CA0700;
}

/*=====Contact Details Panel Styling End Here=====*/

/*=====Contact Us Panel Styling Start Here=====*/
.contactus-panel {
  background-color: #D5D6D5;
}

.contactus-panel .inner-box {
  background: #ffffff;
  padding: 24px;
  border: 2px solid #F4F4F4;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
  border-radius: 10px;
}

.contactus-panel h3 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 23px;
}


.contactus-panel .input-box {
  margin-bottom: 15px;
}

.contactus-panel label {
  color: #CA0700;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contactus-panel .form-control {
  background-color: #F5F5F5;
  border-color: #F4F4F4;
}

.contactus-panel .form-control:focus {
  box-shadow: none;
  border-color: #F4F4F4;
}

.contactus-panel .submit-btn-box {
  text-align: center;
  margin-top: 25px;
}

.contactus-panel .submit-btn {
  color: #fff;
  background-color: #CA0700;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  padding: 10px 45px;
  border: none;
  outline: none;
  border-radius: 18px;
  transition: all 0.5s ease-in-out;
}

.contactus-panel figure {
  width: 100%;
  height: 100%;
}

.contactus-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/*=====Contact Us Panel Styling End Here=====*/

/*=====Location Panel Styling Start Here=====*/
.location-panel {
  width: 100%;
  display: inline-block;
  background-color: #D5D6D5;
  padding-bottom: 57px;
}

.location-panel .map-box {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: capitalize;
}


.location-panel .map-box iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/*=====Location Panel Styling End Here=====*/
/*-------------------------------------Contact Us Page Styling End Here--------------------------*/

/*-------------------------------------About Us Page Styling Start Here--------------------------*/
/*======About Panel Styling Start Here=====*/
.about-panel .about-content {
  margin-bottom: 40px;
}

.about-panel p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.about-panel figure {
  width: 100%;
  height: 430px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-panel figure::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

.about-panel figure img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-panel .main-box .box {
  width: 100%;
  height: 202px;
  border-radius: 10px;
}


.about-panel .content-box {
  color: #fff;
  background-color: #CA0700;
  padding: 54px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.about-panel .content-box span {
  font-size: 95px;
  font-weight: 700;
  margin-right: 20px;
}

.about-panel .content-box h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
}

/*======About Panel Styling End Here=====*/

/*=====Agent Panel Styling Start Here=====*/
.agent-panel {
  background-color: #BFBFBF;
}

.agent-panel figure {
  width: 100%;
  height: 300px;
}

.agent-panel figure a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
   
}

.agent-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.agent-panel .agent-info-box {
  width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 12px;
  background-color: #242424;
  position: relative;
  overflow: hidden;
  margin-top: -42px;
}

.agent-panel .agent-info-box h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.agent-panel .agent-info-box p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.agent-panel .bottom-box {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.agent-panel .bottom-box a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #CA0700;
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}

.agent-panel .bottom-box a i {
  color: #fff;
  font-size: 12px;
}

.agent-panel .btns i {
  transform: rotate(33deg);
}

.agent-panel .bottom-box a:hover {
  transform: translateY(-5px);
}

.agent-panel .agent-card {
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}

.agent-panel .agent-card:hover {
  transform: translateY(-10px);
}

.agent-panel .agent-card:hover .btns {
  background-color: #fff;
}

.agent-panel .agent-card:hover .btns i {
  color: #000;
}

/*=====Agent  Panel Styling End Here=====*/

/*=====Our Mission Panel Styling Start Here=====*/
.comman-content-box .comman-title {
  margin-bottom: 18px;
}

.comman-content-box h3 {
  color: #000;
  font-size: 29px;
  font-weight: 500;
}

.comman-content-box p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 22px 0px;
  padding-right: 89px;
}

.comman-content-box ul li {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.comman-content-box ul li i {
  color: #CA0700;
  font-size: 20px;
  margin-right: 8px;
}

.our-mission-panel .img-box {
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 24px;
}

.our-mission-panel .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.our-mission-panel .img-box .first-img {
  width: 298px;
  height: 300px;
}

.our-mission-panel .img-box .second-img {
  width: 312px;
  height: 274px;
  margin-left: 24px;
  margin-top: 24px;
}

.our-mission-panel .img-box .third-img {
  width: 224px;
  height: 268px;
}

.our-mission-panel .img-box .forth-img {
  width: 383px;
  height: 268px;
  margin-left: 24px
}

/*=====Our Mission Panel Styling End Here=====*/

/*=====Counter Panel Styling Start Here=====*/
.counter-panel {
  background-color: #BFBFBF;
}

.counter-panel .main-box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.counter-panel .counter-box {
  text-align: center;
}

.counter-panel .counter-box span {
  font-size: 44px;
  font-weight: 700;
}


.counter-panel .counter-box p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

/*=====Counter Panel Styling End Here=====*/

/*=====Our Commitment Panel Styling Start Here=====*/
.commitment-panel .comman-content-box {
  padding-left: 35px;
}

.commitment-panel .comman-content-box p {
  padding: 0px;
}

.commitment-panel .inner-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.commitment-panel figure {
  width: 424px;
  height: 453px;
}

.commitment-panel .small-img {
  width: 300px;
  height: 250px;
  margin-top: -114px;
  margin-left: 295px;
}

.commitment-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.commitment-panel .play-btn {
  position: absolute;
  top: 40%;
  left: 32%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 85px;
  color: #CA0700;
}

.our-journey {
  z-index: 99999999999;
}

.our-journey .modal-header {
  border: none;
  padding: 10px 0px;
}

.our-journey .modal-content {
  background-color: transparent;
  border: none;
}

.our-journey .video-box {
  background-color: #fff;
  width: 100%;
  height: 500px;
  /* padding:15px; */
}

.our-journey .video-box iframe {
  width: 100%;
  height: 100%;
}

/*=====Our Commitment Panel Styling End Here=====*/

/*=====Faq Panel Styling Start Here=====*/
.faq-panel .accordion-button {
  color: #000;
  background-color: #BFBFBF;
  border: none;
  border-bottom: 1px solid #313131;
  padding: 30px 90px 30px 0px;
}

.faq-panel .accordion-button:not(.collapsed) {
  background-color: #BFBFBF;
}

.accordion-button:focus {
  color: #000;
  border-color: #0000;
  box-shadow: none;
}

.faq-panel .accordion-button span {
  font-size: 40px;
  font-weight: 600;
  padding: 0px 45px;
}

.faq-panel .accordion-button h3 {
  font-size: 23px;
  font-weight: 700;
}

.faq-panel .accordion-button::after {
  width: 40px;
  height: 40px;
  background-color: #fff;
  content: "";
  background-image: url(../images/plus-icon.png);
  background-position: center;
}

.faq-panel .accordion-button:not(.collapsed)::after {
  background-image: url(../images/cross-icon.png);
}

.faq-panel .accordion-body {
  color: #000;
  font-size: 18px;
  background-color: #BFBFBF;
  padding: 15px 120px;
}

.faq-panel .contact-btn-box {
  text-align: center;
  margin-top: 20px;
}

/*=====Faq Panel Styling End Here=====*/

/*=====Upcoming  Events Panel Styling Start Here=====*/
.upcoming-events-panel figure {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}

.upcoming-events-panel figure a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.upcoming-events-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.upcoming-events-panel .events-details-box {
  color: #fff;
  background-color: #242424;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-top: -40px;
}

.upcoming-events-panel .events-details-box ul {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.upcoming-events-panel .events-details-box ul li {
  font-size: 14px;
  text-transform: capitalize;
  margin-right: 20px;
}

.upcoming-events-panel .events-details-box ul li i {
  margin-right: 3px;
}


.upcoming-events-panel .events-details-box h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 29px;
  margin-bottom: 34px;
}

.upcoming-events-panel .events-details-box h2 a {
  color: #fff;
}

.upcoming-events-panel .author-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.upcoming-events-panel .author-name {
  display: flex;
  align-items: center;
}

.upcoming-events-panel .author-name img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.upcoming-events-panel .author-name p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.upcoming-events-panel .read-more-btn {
  color: #fff;
  background-color: #CA0700;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 18px;
  padding: 8px 18px;
}
.product-listing-panel .inner-container {
    position: sticky;
    top: 115px;
}
/*=====Upcoming  Events Panel Styling End Here=====*/
/*-------------------------------------About Us Page Styling End Here--------------------------*/

/*---------------------------------------Media Queries Start here-------------------------*/
/*************Review Panel************************/
.review-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background-color: #c3b09f;
}

.review-info-box {
    display: inline-block;
    padding: 20px 15px;
    width: 100%;
}
.review-leftbox {
    display: inline-block;
    width: 100%;
    padding-right: 45px;
}

.review-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 3px 2px 5px rgba(0 0 0 / 50%);
}

.review-box figure {
    width: 95px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -40px;
    border: 4px solid #fff;
    margin-bottom: 0;
}

.review-box figure.right-img {
    margin-left: 0;
    margin-right: -35px;
}

.review-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-info-box h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.review-info-box .star-rating {
    color: #e3cc5b;
}

.review-info-box p {
    font-size: 13px;
    line-height: 15px;
    margin: 6px 0 0;
    color: #8d8787;
    font-weight: 500;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.review-box.w-90 {
    width: 90% !important;
}
.review-centerbox {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
    border-radius: 35px;
    margin-top: 75px;
}
.review-centerbox figure.right-img {
    margin: -95px 0 -6px;
    width: 150px;
    height: 150px;
}
.review-centerbox .review-info-box h5 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.review-rightbox {
    display: inline-block;
    width: 100%;
    padding-left: 45px;
}
.review-rightbox .review-box {
    flex-direction: row-reverse;
}
.review-rightbox .review-box figure {
    margin-right: -40px;
    margin-left: -10px;
}
.review-rightbox .review-box figure.right-img {
    margin-right: 0;
    margin-left: -35px;
}
/*************Mob App************************/
.app-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0 0;
}
.app-info {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.app-img {
   width: 80%;
    background-size: 100%;
    padding: 35px 32px;
    overflow: hidden;
    height: 600px;
    margin: 0 auto;
}
.app-area {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 0px 0px 0;
    margin-top: 30px;
}
.app-area::-webkit-scrollbar {
width: 5px;
}
.app-img img{
    width: 100%;
    height: auto;
}
.app-info h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
}
.app-info p {
        font-size: 15px;
        margin-bottom: 35px;
}
.app-btn {
    display: inline-block;
    padding: 15px 25px;
    color: #000;
    text-decoration: none;
    border: 2px solid #c90600;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width:1200px) {

  /*Comman media Queries*/
  .comman-style {
    padding: 30px 0px;
  }

  .comman-title-box {
    margin-bottom: 25px;
  }

  .comman-title {
    font-size: 30px;
  }

  .custome-btn {
    width: 45px;
    height: 45px;
    padding: 0px;
    text-align: center;
    align-content: center;
  }

  .custome-btn i {
    font-size: 14px;
  }

  .comman-btn .btn-text {
    font-size: 16px;
  }

  .comman-btn .icon-btn {
    font-size: 14px;
    width: 45px;
    height: 45px;
    padding: 14px;
  }

  .header {
    padding: 0px;
  }

  .header .nav-link {
    font-size: 16px;
    margin-right: 8px;
  }

  .header .booking-btn-box .btn-title {
    font-size: 12px;
    padding: 7px 15px 5px;
  }

  .header .btn-icon {
    display: none;
  }

  .hero-panel .slides {
    height: 559px;
  }

  .hero-panel .inner-box {
    padding-top: 50px;
  }

  .hero-panel .inner-box p {
    font-size: 33px;
  }

  .hero-panel .inner-box h1 {
    font-size: 45px;
    margin: 20px 0px;
  }

  .search-engine {
    margin-top: 156px;
    padding: 20px 10px;
  }

  .search-engine .box {
    justify-content: space-evenly;
  }

  .search-engine .input-box {
    padding: 0px 10px;
  }

  .search-engine label {
    font-size: 16px;
  }

  .search-engine label i {
    font-size: 15px;
  }

  .search-engine select,
  .search-engine input {
    font-size: 15px;
  }

  .process-panel .comman-title {
    margin-bottom: 10px;
  }

  .process-panel p {
    font-size: 21px;
    line-height: 31px;
  }


  .process-panel .process-box {
    padding: 25px 0px;
  }

  .process-panel .process-box h3 {
    font-size: 25px;
  }

  .process-panel .process-box p {
    font-size: 20px;
    line-height: 26px;
  }

  .process-panel .process-box img {
    width: 82px;
    height: 82px;
    margin-right: 18px;
  }

  .service-panel .service-card .info-box,
  .service-panel .service-card .btn-box {
    padding: 15px 10px;
  }

  .service-panel .service-card img {
    height: 60px;
  }

  .service-panel .service-card h3 {
    font-size: 20px;
    margin: 19px 0px 0px;
    min-height: 33px;
  }

  .service-panel .service-card p {
    font-size: 16px;
    line-height: 22px;
  }

  .service-card .btn-box {
    margin-top: 0px;
  }

  .car-explore-panel .bottom-content-box {
    margin-top: 75px;
  }

  .car-explore-panel .bottom-content-box h3 {
    font-size: 30px;
  }

  .car-gallery-panel .image-box {
    margin-bottom: 25px;
  }


  .testimonials-panel .top-box {
    padding: 15px 12px;
  }

  /*.testimonials-panel p {*/
  /*  color: #000;*/
  /*  font-size: 16px;*/
  /*  font-weight: 400;*/
  /*  line-height: 21px;*/
  /*  margin-top: 13px;*/
  /*  margin-bottom: 0px;*/
  /*}*/

  .testimonials-panel .bottom-box {
    padding: 12px;
  }

  .testimonials-panel .bottom-box img {
    height: 60px;
    margin-right: 10px;
  }

  .testimonials-panel .bottom-box h6 {
    font-size: 18px;
  }

  .testimonials-slider .owl-nav button {
    width: 40px;
    height: 40px;
  }

  .owl-nav button i {
    font-size: 14px;
    line-height: 40px;
  }

  .footer .top-footer .company-logo {
    height: 79px;
  }

  .footer .top-footer h6 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }

  .footer .top-footer h6 br {
    display: none;
  }

  .footer .top-footer h2 {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .footer .top-footer .links-box {
    padding-top: 13px;
  }

  .footer .top-footer ul li a {
    font-size: 14px;
  }

  .footer .social-links a {
    font-size: 16px;
    margin-right: 13px;
  }

  .car-explore-panel .products-info-box {
    padding: 15px 10px 0px;
  }

  .car-explore-panel .products figure {
    height: 146px;
    padding: 15px;
  }

  .car-explore-panel .car-explore-panel .features-box li {
    font-size: 16px;
  }

  .car-explore-panel .features-box {
    margin-bottom: 8px;
  }

  .car-explore-panel .products .price-box {
    padding-bottom: 15px;
  }

  .products h2 a {
    padding: 7px 0px 4px 19px;
    font-size: 18px;
    width: 195px;
  }

  .products .price-box h4 span {
    font-size: 25px;
  }

  .products .price-box sub {
    font-size: 14px;
  }

  .footer .social h2 {
    display: none;
  }

  .footer .social {
    text-align: center;
  }

  .footer .top-footer .links-box:not(.social) {
    padding-left: 70px;
  }

  /*----------------------------------List Page Media Queries Start Here--------------------*/
  .comman-banner h1 {
    font-size: 45px;
  }

  .product-listing-panel .products-filter {
    padding: 15px 0px;
  }

  .product-listing-panel .search-box {
    padding: 0px 15px 15px;
  }

  .product-listing-panel .search-box input::placeholder {
    font-size: 18px;
  }

  .product-listing-panel .search-box button {
    right: 16px;
  }

  .product-listing-panel .category-box h2 {
    font-size: 20px;
  }

  .product-listing-panel .products {
    margin-bottom: 20px;
  }

  .product-listing-panel .products .products-info-box {
    padding: 10px 10px 0px;
  }

  .product-listing-panel .products figure {
    height: 118px;
    padding: 10px;
  }

  .product-listing-panel .products .features-box {
    columns: 1;
    margin: 12px 0px 5px;
  }

  .product-listing-panel .products .price-box {
    padding: 10px;
  }

  .product-listing-panel .custome-btn {
    width: 40px;
    height: 40px;
  }

  /*----------------------------List Details Page Media Queries Start Here------------------*/
  .car-search-engine-panel {
    text-align: center;
  }

  .car-search-engine-panel h1 {
    font-size: 30px;
    padding: 0px;
    margin-bottom: 25px;
  }

  .car-search-engine-panel .inner-box {
    justify-content: center;
  }

  .car-search-engine-panel .inner-box .select-box {
    padding: 8px 40px;
  }

  .car-details-panel .product-card h2 {
    margin-top: 0px;
  }

  .car-details-panel .product-card {
    padding-top: 45px;
  }

  .car-details-panel .product-card ul li {
    font-size: 16px;
  }

  .car-details-panel .details-box {
    padding: 35px 40px 20px;
  }

  .car-details-panel .details-box figure {
    height: 178px;
    margin-bottom: 18px;
  }

  .car-details-panel .details-box h3 {
    font-size: 23px;
  }

  .car-details-panel .details-box ul li {
    width: 50%;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .car-details-panel .bottom-box {
    margin-top: 0px;
    padding-right: 88px;
  }

  .car-details-panel .bottom-box span {
    font-size: 16px;
  }

  .car-details-panel .bottom-box strong {
    font-size: 32px;
  }

  .booking-form-panel .input-box {
    margin-bottom: 12px;
  }

  .booking-form-panel .input-box input,
  .booking-form-panel .custome-upload-box .custome-upload-label {
    width: 70%;
  }

  .booking-form-panel .img-box {
    height: 250px;
  }

  /*----------------------------List Details Page Media Queries End Here-------------------*/

  /*----------------------------Contcat Us Page Media Queries Start Here------------------*/
  .contact-details-panel .contact-details {
    padding: 18px;
  }

  .contact-details-panel .contact-details span {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .contact-details-panel .contact-details span i {
    font-size: 20px;
  }

  /*----------------------------About Us Page Media Queries Start Here-------------------*/
  .about-panel .comman-title {
    font-size: 42px;
  }

  .about-panel p {
    font-size: 17px;
  }

  .about-panel .content-box {
    padding: 38px
  }

  .about-panel .content-box span {
    font-size: 82px;
  }

  .about-panel .content-box h3 {
    font-size: 30px;
  }

  .about-panel figure {
    height: 350px;
  }

  .about-panel .main-box .box {
    height: 162px;
  }

  .agent-panel .agent-card {
    margin-bottom: 24px;
  }

  .comman-content-box .comman-title {
    margin-bottom: 25px;
  }

  .comman-content-box h3 {
    font-size: 25px;
  }

  .comman-content-box h3 br {
    display: none;
  }

  .comman-content-box p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0px;
    padding: 0px;
  }

  .comman-content-box ul li {
    font-size: 14px;
  }

  .comman-content-box ul li i {
    font-size: 15px;
  }

  .our-mission-panel .img-box .first-img {
    height: 238px;
  }

  .our-mission-panel .img-box .second-img {
    height: 214px;
  }

  .our-mission-panel .img-box .forth-img,
  .our-mission-panel .img-box .third-img {
    height: 200px;
  }

  .agent-panel .agent-info-box h4 {
    font-size: 18px;
  }

  .counter-panel .counter-box span {
    font-size: 35px;
  }

  .counter-panel .counter-box p {
    font-size: 15px;
  }

  .commitment-panel .small-img {
    display: none;
  }

  .commitment-panel figure {
    width: 100%;
    height: auto;
  }

  .commitment-panel .play-btn {
    top: 50%;
    left: 50%;
  }

  .commitment-panel .comman-content-box {
    padding: 0px;
  }

  .faq-panel .accordion-button {
    padding: 25px;
  }

  .faq-panel .accordion-button span {
    font-size: 30px;
    padding: 0px;
    padding-right: 15px;
  }

  .faq-panel .accordion-button h3 {
    font-size: 18px;
  }

  .faq-panel .accordion-body {
    padding: 15px 25px;
  }

  .faq-panel .accordion-button::after {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .upcoming-events-panel .events-details-box {
    padding: 15px;
  }

  .upcoming-events-panel .events-details-box ul li {
    font-size: 13px;
    margin-right: 10px;
  }

  .upcoming-events-panel .events-details-box ul li i {
    margin-right: 0px;
  }

  .upcoming-events-panel .events-details-box h2 {
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 25px;
  }

  .upcoming-events-panel .read-more-btn {
    font-size: 12px;
    padding: 7px 12px;
  }
  .app-img {
    height: 470px;
    background-repeat: no-repeat;
}
.app-btn {
    display: inline-block;
    padding: 14px 18px;
    font-size: 17px;
}

}

@media (max-width:992px) {
  .comman-title br {
    display: none !important;
  }

  .comman-title-box {
    margin-bottom: 20px;
  }

  .comman-title {
    font-size: 25px;
  }

  .comman-btn .btn-text {
    font-size: 14px;
    padding: 9px 20px 6px;
  }

  .comman-btn .icon-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .header .navbar-toggler {
    margin-left: 12px;
  }

  .header .navbar-toggler:focus {
    box-shadow: none;
  }

  .booking-btn-box {
    margin-left: auto;
    order: 0;
  }

  .rental-process-panel .process-cards {
    padding: 15px;
  }

  .rental-process-panel .image-box {
    height: auto;
  }

  .car-explore-panel .bottom-content-box {
    text-align: center;
    margin-top: 177px;
  }
  .hero-panel{
      display:none;
  }
  .hero-panel .inner-box p {
    font-size: 28px;
  }

  .hero-panel .inner-box h1 {
    font-size: 35px;
    margin-bottom: 27px;
  }

  .hero-panel .slides {
    height: 490px;
  }

  .search-engine {
    margin-top: 124px;
    padding: 0px 10px;
    overflow: hidden;
  }

  .search-engine .box {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 15px 0px;
    scrollbar-color: #CA0700 #CA0700;
  }

  .search-engine .input-box {
    padding: 0px 15px;
  }
    .form-panel{
        display:inline-block;
    }
  .process-panel .image-box {
    width: 330px;
    margin: 0px auto 25px;
  }

  .process-panel p {
    font-size: 20px;
    line-height: 28px;
  }

  .process-panel .process-box {
    padding: 20px 0px;
  }

  .process-panel .process-box h3 {
    font-size: 23px;
    margin-bottom: 5px;
  }

  .process-panel .process-box img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .process-panel .process-box p {
    font-size: 18px;
    line-height: 23px;
  }

  .service-panel {
    padding-bottom: 5px;
  }

  .service-panel .service-card {
    margin-bottom: 25px;
  }

  .service-panel .service-card p {
    font-size: 18px;
  }


  .car-explore-panel .comman-title-box {
    margin-bottom: 20px;
  }

  .car-gallery-panel {
    padding-bottom: 10px;
  }

  .footer .top-footer .company-logo {
    height: 70px;
  }

  .footer .top-footer h6 {
    font-size: 16px;
  }

  .product-listing-panel .hide {
    display: none;
  }

  .product-listing-panel .inner-container figure {
    margin-top: 38px;
  }

  .car-search-engine-panel h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .car-search-engine-panel .inner-box .select-box {
    padding: 8px 25px;
  }

  .car-details-panel .details-box {
    padding: 15px;
  }

  .car-details-panel .details-box figure {
    height: 135px;
  }

  .car-details-panel .details-box ul li {
    font-size: 15px;
  }

  .car-details-panel .bottom-box {
    padding-right: 0px;
    margin-bottom: 15px;
  }

  .car-details-panel .bottom-box span {
    font-size: 14px;
  }

  .car-details-panel .bottom-box strong {
    font-size: 22px;
  }

  .car-details-panel .product-card {
    padding: 0px 6px;
  }

  .car-details-panel .product-card h2 {
    width: 200px;
    font-size: 20px;
    margin-top: 0px;
  }

  .car-details-panel .product-card ul li {
    font-size: 14px;
  }

  .car-details-panel .price-box h4 {
    font-size: 30px;
  }

  .booking-form-panel .input-box input,
  .booking-form-panel .custome-upload-box .custome-upload-label {
    width: 59%;
  }

  .booking-form-panel .custome-upload-box .custome-upload-label {
    left: 40%;
    font-size: 8px;
  }

  /*----------------------------Contcat Us Page Media Queries Start Here------------------*/
  .contact-details-panel .contact-details {
    min-height: auto;
  }

  .contact-details-panel .contact-details span {
    width: 50px;
    height: 50px;
  }

  .contact-details-panel .contact-details span i {
    font-size: 18px;
  }

  .contact-details-panel .contact-details h3 {
    font-size: 20px;
  }

  .contact-details-panel .contact-details a {
    font-size: 15px;
  }

  .contactus-panel {
    padding-top: 0px;
  }

  .contactus-panel img {
    display: none;
  }

  .location-panel .map-box {
    height: 300px;
  }

  .location-panel {
    padding-bottom: 30px;
  }

  /*About Us Page  Media Queries Start Here*/
  .about-panel .comman-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
  }

  .about-panel p {
    font-size: 16px;
    text-align: center;
  }

  .about-panel .about-content {
    margin-bottom: 25px;
  }

  .about-panel figure {
    height: 300px;
  }

  .about-panel .main-box {
    display: flex;
    margin-top: 24px;
  }

  .about-panel .main-box .content-box {
    width: 335px;
    margin-bottom: 0px;
    margin-right: 24px;
  }

  .about-panel .content-box h3 {
    font-size: 20px;
  }

  .about-panel .content-box span {
    font-size: 70px;
    margin-right: 15px;
  }

  .about-panel .main-box .box {
    height: 200px;
  }

  .comman-content-box .comman-title {
    margin-bottom: 20px;
  }

  .comman-content-box h3 {
    font-size: 18px;
  }

  .our-mission-panel .img-box .first-img {
    width: 325px;
  }

  .our-mission-panel .img-box .second-img {
    width: 347px;
  }

  .our-mission-panel .img-box .third-img {
    width: 250px;
  }

  .our-mission-panel .img-box .forth-img {
    width: 422px;
  }

  .counter-panel .counter-box span {
    font-size: 25px;
  }

  .counter-panel .counter-box p {
    font-size: 13px;
  }

  .commitment-panel figure {
    height: 220px;
    margin-bottom: 24px;
  }

  .faq-panel .accordion-body {
    font-size: 16px;
  }

  .our-mission-panel .img-box{
    margin-top:24px;
    margin-bottom:0px;
  }

  .comman-content-box{
    margin-bottom:10px;
  }
  .app-info h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
}
.app-info p {
    font-size: 13px;
    margin-bottom: 20px;
}
.app-btn {
    display: inline-block;
    padding: 11px 10px;
    font-size: 15px;
}
.app-img {
    height: 350px;
}
.review-rightbox {
    padding-left: 20px;
}
.review-leftbox {
    padding-right: 20px;
}
.review-info-box {
    padding: 10px;
    width: 100%;
}
.review-centerbox {
    padding: 10px;
}
}

@media (max-width:768px) {
  .comman-style {
    padding: 20px 0px;
  }

  .comman-title-box {
    margin-bottom: 15px;
  }

  .comman-title {
    font-size: 23px;
    text-align: center;
  }

  .comman-btn .icon-btn {
    display: none;
  }

  .comman-banner {
    padding: 15%;
  }

  .comman-banner h1 {
    font-size: 35px;
  }

  .header .navbar-brand {
    width:100px;
  }

  .header .nav-link {
    text-align: center;
  }

  .booking-btn-box {
    display: none;
  }

  .hero-panel .slides {
    background-position: top;
    background-size: 120%;
  }

  .hero-panel .inner-box {
    padding-top: 15px;
    bottom:-15%;
  }

  .hero-panel .inner-box p {
    font-size: 25px;
  }

  .hero-panel .inner-box h1 {
    font-size: 26px;
    margin: 12px 0px 15px;
  }

  .search-engine {
    margin-top: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 0;
  }

  .search-engine label {
    font-size: 15px;
  }

  .search-engine .box {
    padding: 10px 0px;
    display: block;
  }

  .service-panel {
    padding-bottom: 10px;
  }

  .process-panel .image-box {
    height: auto;
  }

  .process-panel p {
    font-size: 18px;
    line-height: 25px;
  }

  .process-panel .process-box {
    padding: 15px 0px;
  }

  .process-panel .process-box h3 {
    font-size: 20px;
  }

  .process-panel .process-box p {
    font-size: 16px;
    line-height: 21px;
  }

  .service-panel .service-card {
    margin-bottom: 15px;
  }

  .products .price-box h4 span {
    font-size: 22px;
  }

  .car-explore-panel .price-box {
    padding: 15px 10px;
  }

  .car-explore-panel .bottom-content-box {
    margin-top: 35px;
  }

  .car-explore-panel .bottom-content-box h3 {
    font-size: 20px;
  }

  .car-gallery-panel {
    padding-bottom: 10px;
  }

  .car-gallery-panel .image-box {
    margin-bottom: 15px;
  }

  /* .testimonials-panel ul i {
    font-size: 1px;
  } */

  .footer .top-footer p {
    margin-top: 16px;
  }

  .footer .top-footer .links-box {
    padding-left: 0px !important;
  }

  .footer .top-footer .links-box {
    padding-top: 29px;
  }

  .ads-img {
    display: none;
  }

  .product-listing-panel .products .features-box {
    columns: 2;
  }

  .product-listing-panel .products-filter {
    margin-bottom: 20px;
    border-radius: 15px;
    padding-bottom: 3px;
  }

  .products {
    border-radius: 15px;
  }

  .product-listing-panel .category-box {
    padding: 12px 15px 10px;
  }

  .product-listing-panel .category-box h2 {
    pointer-events: painted;
    font-size: 18px;
    margin-bottom: 0px;
  }

  .product-listing-panel .category-box ul {
    margin-top: 10px;
  }

  .product-listing-panel .category-box .collapse {
    display: none;
  }

  .product-listing-panel .category-box .collapse.show {
    display: block;
  }

  .car-search-engine-panel {
    padding: 20px 0px;
  }

  .car-search-engine-panel h1 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .car-search-engine {
    overflow: hidden;
    border-radius: 20px;
  }

  .car-search-engine-panel .inner-box {
    padding: 10px;
    overflow-x: auto;
  }

  .car-search-engine-panel .inner-box .select-box {
    padding: 5px 25px;
  }

  .car-details-panel .product-card {
    margin-bottom: 20px;
  }

  .car-details-panel .product-card figure {
    height: 170px;
  }

  .car-details-panel .product-card ul {
    margin: 23px 3px 8px;
  }

  .car-details-panel .product-card ul li {
    font-size: 16px;
  }

  .car-details-panel .price-box {
    padding: 18px 10px;
  }

  .car-details-panel .price-box h4 {
    font-size: 25px;
  }

  .car-details-panel .price-box sub {
    font-size: 14px;
  }

  .car-details-panel .price-box .booked-btn {
    width: 45px;
    height: 45px;
    line-height: 49px;
    font-size: 17px;
  }

  .car-details-panel .details-box ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .car-details-panel .bottom-box {
    flex-direction: column;
    margin-top: 12px;
  }

  .car-details-panel .bottom-box span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .car-details-panel {
    padding-bottom: 20px;
  }

  .booking-form-panel {
    padding: 20px 0px;
  }


  .booking-form-panel h2 {
    font-size: 25px;
    margin-bottom: 13px;
  }

  .booking-form-panel .bg {
    padding: 20px 15px;
  }

  .booking-form-panel .inner-box {
    margin-bottom: 30px;
  }

  .booking-form-panel h6 {
    font-size: 18px;
  }

  .booking-form-panel .input-box {
    margin-bottom: 15px;
  }

  .booking-form-panel .input-box label {
    font-size: 15px;
  }


  .booking-form-panel .input-box input,
  .booking-form-panel .custome-upload-box .custome-upload-label {
    width: 100%;
    padding: 3px 10px;
  }

  .booking-form-panel .custome-upload-box .custome-upload-label {
    left: 0%;
    top: 25px;
    font-size: 14px;
  }

  .booking-form-panel input[type="checkbox"] {
    width: 12px;
    height: 12px;
  }


  .booking-form-panel .img-box {
    height: auto;
  }

  .contact-details-panel .contact-details {
    margin-bottom: 20px;
  }

  .contactus-panel {
    padding-top: 0px;
  }

  .contactus-panel h3 {
    font-size: 25px;
  }

  .location-panel {
    padding-bottom: 20px;
  }

  .location-panel .map-box {
    height: auto;
  }

  .about-panel .comman-title {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .about-panel .hidden {
    display: none;
  }

  .about-panel figure {
    height: 250px;
  }

  .about-panel p {
    line-height: 25px;
  }

  .agent-panel .agent-info-box {
    padding: 18px;
  }

  .agent-panel .agent-card {
    margin-bottom: 18px;
  }

  /* .comman-content-box h3{
    text-align:center;
  } */

  .comman-content-box ul li{
    margin-bottom:15px;
  }

  .our-mission-panel .img-box {
    margin-top: 12px;
  }

  .our-mission-panel .img-box .first-img,
  .our-mission-panel .img-box .third-img,
  .our-mission-panel .img-box .forth-img {
    height: 180px;
  }

  .our-mission-panel .img-box .second-img{
    height: 156px;
    margin-left: 12px;
  }

  .our-mission-panel .img-box .forth-img{
    margin-left:12px;
  }

  .commitment-panel figure{
    margin-bottom:18px;
  }

  .counter-panel .main-box{
    flex-wrap:wrap;
  }

  .counter-panel .counter-box{
    width:100%;
    margin-bottom:25px;
  }

  .counter-panel .counter-box span{
    font-size:35px;
  }

  .counter-panel .counter-box p{
    font-size:16px;
  }

  .comman-content-box .comman-title{
    margin-bottom:15px;
  }

  .faq-panel .accordion-button{
    padding:15px;
  }

  .faq-panel .accordion-button h3{
    font-size:15px;
  }

  .faq-panel .accordion-button span{
    font-size:18px;
    padding-right:10px;
  }

  .faq-panel .accordion-button::after{
    width:20px;
    height:20px;
    background-size:15px;
  }

  .faq-panel .accordion-body{
    padding:15px;
  }

  .upcoming-events-panel .events-details-box ul{
    justify-content:space-between;
  }
  .app-panel {
    padding: 30px 0;
  }
  .app-panel .row {
      flex-direction: column-reverse;
  }
  .app-img {
      width: 100%;
      height: 450px;
      margin-bottom: 20px;
      padding-bottom: 0;
  }
  .app-info {
      text-align: center;
  }
  .app-info h2 {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 14px;
      text-align: center;
  }
  .app-btn {
      margin: 0 3px;
  }
  .app-area {
      margin-top: 10px;
  }
  .review-rightbox .review-box figure.right-img {
      margin-left: -25px;
  }
  .hero-panel{
    display: block;
  }
  .search-engine .input-box {
      padding: 0px 15px 8px;
      margin-bottom: 17px;
      border-bottom: 1px solid #ecec;
  }
  .form-panel {
      display: block;
      padding-top: 75px;
  }
  .form-panel .inner-box{
    display: none;
  }
  .search-engine .input-box:last-child {
      margin-bottom: 0;
  }
  .search-engine .input-box{
      border-right: none;
  }
  .search-engine select, .search-engine input {
      background: #fff;
  }
}