body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", Sans-serif;
}
img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  footer .container2 {
    max-width: 1600px;
    padding: 0 50px;
    overflow: hidden;
  }
}
a:hover {
  text-decoration: none;
}
/* nav start */
.container1 {
  width: 1400px;
  margin: 0 auto;
  display: flex;
}
.pac-container {
	width: 300px!important;
}
.navbar-nav li {
  margin: 0 15px;
}
.navbar-nav li a {
  padding: 10px 0px !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.navbar-nav li a:hover {
  color: #d90118;
}
.navbar-nav li:last-child a {
  background: #e90018;
  background-image: linear-gradient(to right, #b00012, #e90018);
  color: #fff;
  padding: 10px 20px !important;
}
.navbar-nav li:last-child:hover a {
  background: #e90018;
  background-image: linear-gradient(to right, #e90018, #b00012);
  color: #fff;
}

.navbar-nav li ul.sub-menu {
  display: none;
  position: absolute;
  width: 300px;
  background: #fff;
}
.navbar-nav li:hover ul.sub-menu {
  display: block;
}
.navbar-nav li ul.sub-menu {
  margin: 0;
  padding: 0;
}
.navbar-nav li ul.sub-menu li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.navbar-nav li ul.sub-menu li:last-child {
  border-bottom: 0;
}
.navbar-nav li ul.sub-menu li a {
  padding: 12px 25px !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.navbar-nav li ul.sub-menu li a:hover {
  text-decoration: none;
  color: #d90118;
}
.navbar-nav li ul.sub-menu li::marker {
  display: none;
}
.navbar-nav li ul.sub-menu li:last-child a {
  background: none;
  background-image: none;
  color: #000;
}
.navbar-nav li ul.sub-menu li:last-child:hover a {
  background: none;
  background-image: none;
  color: #000;
}
/* nav End */

.tabbable-responsive {
  display: block;
  min-width: 100%;
  margin: 0px;
}
.tabbable {
  min-width: 100%;
}
.tabbable .nav-tabs {
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  padding: 0px 0 0 2px;
  border-bottom: 0;
}
.tabbable .nav-tabs .nav-item {
  display: inline-block;
  background: #d6d2d3;
  margin: 0 -2px -1px;
}
.tabbable .nav-tabs .nav-item:first-child {
  border-top-left-radius: 10px;
}
.tabbable .nav-tabs .nav-item:first-child a {
  border-top-left-radius: 10px;
}
.tabbable .nav-tabs .nav-item:last-child {
  border-top-right-radius: 10px;
}
.tabbable .nav-tabs .nav-item:last-child a {
  border-top-right-radius: 10px;
}
.tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
  border-radius: 0;
  color: #727272;
  padding: 11px 20px;
  border: 1px solid #d6d2d3;
}
.tabbable .nav-tabs .nav-item .nav-link img {
  margin-right: 10px;
}
.tabbable .nav-tabs .nav-item .nav-link .gray-icon {
  display: inline-block;
}
.tabbable .nav-tabs .nav-item .nav-link .white-icon {
  display: none;
}
.tabbable .nav-tabs .nav-item .nav-link.active .white-icon {
  display: inline-block;
}
.tabbable .nav-tabs .nav-item .nav-link.active .gray-icon {
  display: none;
}
.tabbable .nav-tabs .nav-item .nav-link.active {
  background: #d90118;
  color: #fff;
  border: 1px solid #d90118;
}
.banner-section-v2 .tabbable .nav-tabs {
  display: flex;
  display: -ms-flexbox;
}
.banner-section-v2 .tabbable .nav-tabs .nav-item {
  border-right: 1px solid #000000;
  margin: 0;
}
.card-body {
  background: #fff;
  padding: 35px 25px 50px 25px;
  position: relative;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.card-header {
  border-bottom: 0;
  padding: 0;
}
.tabslider {
  background: url(../images/banner3.jpg) no-repeat;
  min-height: 800px;
  background-size: cover;
  padding: 150px 0;
  position: relative;
}
.tabslider:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.tabslider .container {
  z-index: 2;
  position: relative;
}
.tabslider h3 {
  color: #f5ede2;
  font-size: 30px;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
.tabslider h1 {
  color: #f5ede2;
  font-size: 60px;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: 400;
}
.tabslider p {
  color: #f5ede2;
  font-size: 17px;
  margin: 0 0 30px;
  text-align: center;
}
/* .card-body .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  column-gap: 10px;
} */
.card-body .tab-content ul {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  column-gap: 10px;
}
.card-body .tab-content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 0 0 20%;
}
.card-body .tab-content label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #727272;
}
.card-body .tab-content input {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.card-body .tab-content input:focus {
  outline: none;
}
.card-body .tab-content select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px 10px;
  color: #6c757d;
  font-size: 15px;
}
.card-body .tab-content select option:hover {
  color: #6c757d;
  background: #000;
}
.card-body .tab-content select:focus > option:checked {
  background: #ccc;
}
.card-body .tab-content input[type="submit"] {
  width: auto;
  position: relative;
  border: 0;
  border-radius: 8px;
  padding: 5px 30px 5px 5px;
  font-size: 18px;
}
.card-body .search-ridebtn {
  padding: 13px 30px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background-image: linear-gradient(to right, #b60013, #e80018);
  font-size: 18px;
  cursor: pointer;
}
.card-body .search-ridebtn:focus {
  outline: none;
  border: 0;
}
.card-body .search-ridebtn img {
  margin-left: 10px;
}
.submitbox {
  margin-bottom: 0;
  position: relative;
  bottom: -30px;
  right: 0px;
  float: right;
}
.input_field {
  padding: 5px 10px 5px 0;
  height: 48px;
  display: flex;
  position: relative;
  align-items: center;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
}
.tab-content .form-control {
  font-size: 14px;
  border: 0 !important;
  height: auto;
  border-radius: 0;
  flex: 1;
  font-family: "Roboto", sans-serif;
}
.tab-content .form-control:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown,
.select-dropdown * {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.select-dropdown {
  position: relative;
  border-radius: 4px;
}
.select-dropdown select {
  font-size: 1rem;
  font-weight: normal;
  max-width: 100%;
  padding: 8px 24px 8px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
}
.select-dropdown select:active,
.select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown:after {
  content: "";
  position: absolute;
  top: 46%;
  right: 8px;
  width: 18px;
  height: 10px;
  margin-top: -2px;
  background: url(../images/arrow.png);
}
.input_field .dropdown-menu {
  min-width: 230px;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.input_field .dropdown-menu.show {
  display: block;
}

.input_field .select-box {
  display: flex;
  display: -ms-flexbox;
}
.input_field .select-box #select_hour {
  width: 140px;
}
.input_field .select-box #select_minute {
  flex: 0 0 80px;
  margin-left: 8px;
}
.input_field .select-box select.form-control {
  height: auto;
  border: 1px solid #c7c7c7 !important;
  font-size: 15px;
  padding: 8px 11px;
  border-radius: 5px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #ffffff url("../images/arrow.png") 93% center no-repeat;
  background-size: 10px;
  color: #9f9f9f;
}
input::placeholder {
  color: #9f9f9f;
  opacity: 1;
  font-size: 15px;
}
input::-ms-input-placeholder {
  color: #9f9f9f;
  opacity: 1;
  font-size: 15px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.xdsoft_datetimepicker {
  background: #fff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: 0 0 50px 0 rgb(191 153 47 / 25%);
  border-radius: 6px;
  margin-top: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #ffffff;
  border: none;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  color: #d80117;
  font-weight: 400;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #d80117;
  box-shadow: #d7b84e 0 1px 3px 0 inset;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #d80117 !important;
}
.xdsoft_datetimepicker .xdsoft_label {
  font-weight: normal;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 264px;
}
.flex22 {
  flex: 0 0 22%;
}
.flex16 {
  flex: 0 0 16%;
}
.flex26 {
  flex: 0 0 26%;
}
.flex20 {
  flex: 0 0 20%;
}
.flex40 {
  flex: 0 0 40%;
}
.xdsoft_timepicker.active {
  display: none !important;
}

.car-list-section {
  background: #eaeaea;
  padding: 50px 0;
}
.widget-box {
  margin-bottom: 26px;
}
.widget-box .ads-banner {
  width: 100%;
}
.widget-box-inner {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
}
.widget-box-inner h3 {
  font-size: 23px;
  margin: 0 0 20px;
}
.widget-box-inner h3 span {
  display: block;
}
.widget-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  column-gap: 10px;
}
.widget-box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 0 0 20%;
}
.widget-box label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #727272;
}
.widget-box input {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.widget-box input:focus {
  outline: none;
}
.widget-box select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px 10px;
  color: #6c757d;
  font-size: 15px;
}
.widget-box select option:hover {
  color: #6c757d;
  background: #000;
}
.widget-box select:focus > option:checked {
  background: #ccc;
}
.widget-box input[type="submit"] {
  width: auto;
  position: relative;
  border: 0;
  border-radius: 8px;
  padding: 5px 30px 5px 5px;
  font-size: 18px;
}
.widget-box .search-ridebtn {
  padding: 13px 30px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background-image: linear-gradient(to right, #b60013, #e80018);
  font-size: 18px;
  width: 100%;
  cursor: pointer;
}
.widget-box .search-ridebtn:focus {
  outline: none;
  border: 0;
}
.widget-box .search-ridebtn img {
  margin-left: 10px;
}
.widget-box .form-control {
  font-size: 14px;
  border: 0 !important;
  height: auto;
  border-radius: 0;
  flex: 1;
  font-family: "Roboto", sans-serif;
}
.widget-box .form-control:focus {
  outline: none;
  box-shadow: none;
}
.widget-box .submitbox {
  margin-bottom: 0;
  position: relative;
  bottom: 0;
  right: 0px;
  float: none;
}
.car-list-block {
}
.car-list-block .tabbable {
  min-width: 100%;
  text-align: right;
  background: #fff;
  position: relative;
}
.car-list-block .tabbable .search-count {
  position: absolute;
  left: 15px;
  top: 12px;
  font-weight: 600;
  font-size: 18px;
}
.car-list-block .tabbable .nav-tabs .nav-item {
  background: none;
  margin: 0 5px;
}
.car-list-block .tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
  border-radius: 0;
  color: #000000;
  padding: 11px 10px;
  border: 0px solid #d6d2d3;
}
.car-list-block .tabbable .nav-tabs .nav-item .nav-link.active {
  background: none;
  color: #d90118;
  border-bottom: 2px solid #d90118;
}

.car-list-block1 {
}
.car-list-block1 .tabbable {
  min-width: 100%;
  text-align: left;
  background: #ffeae9;
  position: relative;
  padding: 5px 0px 0;
  border-bottom: 1px solid #e5cbca;
}
.car-list-block1 .tabbable .nav-tabs {
  padding-left: 0;
}
.car-list-block1 .tabbable .nav-tabs .nav-item {
  background: none;
  margin: 0 2px;
}
.car-list-block1 .tabbable .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.car-list-block1 .tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
  border-radius: 0;
  color: #000000;
  padding: 9px 15px 5px;
  border: 0px solid #d6d2d3;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 1px #998c8c;
  background: #e5cbca;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.car-list-block1 .tabbable .nav-tabs .nav-item .nav-link.active {
  background: none;
  color: #fff !important;
  border-bottom: 0px solid #000 !important;
  background: #d90118 !important;
  text-shadow: none;
}

.car-list-block .tabbable .nav-tabs .nav-item .nav-link.active {
  background: none;
  color: #d90118;
  border-bottom: 2px solid #d90118;
}
.tabheading h4 {
  margin: 20px 0 5px;
}
.tab-car-content h4 {
  margin: 20px 0 5px;
}
.tab-car-content-box {
  background: #fff;
  padding: 20px;
  border-radius: 7px;
}
.tab-car-content-box h3 {
 margin: 0 0 10px;
  font-size: 17px;
  font-weight: 600;
}
.tab-car-content-box h3 span {
  font-size: 14px;
  display: block;
  color: #585858;
  margin-bottom: 8px;
  font-weight: 500;
}
.tab-car-content-box h3 i {
  font-style: normal;
}
.tab-car-content-box h4 {
 margin: 7px 0 0;
  font-size: 13px;
  color: #000;
}
.tab-car-content-box h4 span {
  color: #000000;
  width: 100px;
  display: inline-block;
  font-weight: 600;
}
.tab-car-content-box h4 i {
  display: inline-block;
  font-style: normal;
}
.tab-car-content-box .list-price {
  font-size: 30px;
  font-weight: 600;
  text-align: right;
}
.tab-car-content-box .list-price span {
  font-size: 14px;
  display: block;
  color: #898989;
  font-weight: 500;
}
.tab-car-content-box .booknow {
  padding: 13px 30px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background-image: linear-gradient(to right, #b60013, #e80018);
  font-size: 18px;
  width: 100%;
}
.tab-car-content-box .booknow:hover {
  text-decoration: none;
}
.tab-car-content-box .booknow-box {
  align-items: center;
}
.tab-car-content-box .assets {
  color: #585454;
  background-image: linear-gradient(to right, #fff5f6, #fff);
  font-size: 13px;
  align-items: center;
  padding: 8px 0;
  margin-top: 10px;
}
.tab-car-content-box .assets img {
  margin-right: 5px;
}
.tab-car-content-box .assets .border-right {
  border-right: 1px solid #ffdee1 !important;
}

.bottom-tabs {
  background: #ffeae9;
  padding: 20px 25px;
}
.bottom-tabs .assets {
  align-items: center;
  font-size: 14px;
  text-shadow: 0 1px #c9b8b8;
  font-weight: 500;
  color: #4e4847;
}
.bottom-tabs .assets .col-md-2 {
  padding-right: 0;
}
.bottom-tabs .assets img {
  margin-right: 5px;
}
.bottom-tabs ul {
  margin: 0;
  padding: 0;
}
.bottom-tabs ul li {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  list-style: none;
  font-size: 14px;
  background: url(../images/tabs-arrow.png) no-repeat;
  background-position: 0 5px;
}
.car-heading {
}
.car-heading h3 {
  margin: 0 0 15px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-shadow: 0px 0 1px #7d7d7d;
}
.car-heading ul {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
}
.car-heading ul li {
  padding: 0 6px;
  list-style: none;
  color: #919191;
}
.car-heading ul li:first-child {
  padding-left: 0;
}

.p-l-0 {
  padding-left: 0;
}
.p-r-65 {
  padding-right: 65px;
}
.serach-list-box {
  margin-bottom: 20px;
}
.callnow {
  background: url(../images/contact-info-bg.jpg) no-repeat;
  background-size: 100% 100%;
  min-height: 254px;
  position: relative;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
}
.callnow h4 {
  font-size: 24px;
  margin: 0;
}
.callnow p {
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
}
.callnow .call {
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 20px;
}
.callnow .call a {
  text-decoration: none;
  color: #fff;
}
.callnow .devider {
  width: 100px;
  height: 2px;
  background: #fff;
  margin: 15px 0;
}
.callnow .global-btn {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: auto;
  padding: 15px 23px;
  text-decoration: none;
}
.callnow .global-btn img {
  vertical-align: middle;
}
.offer-banner {
  position: relative;
}
.offer-banner-btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
}

footer {
  background: #03273d;
  color: #fff;
  padding: 90px 0 90px;
  font-size: 15px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 17px 0px;
  padding: 0;
  list-style: none;
  display: flex;
}
footer ul li a {
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  font-size: 14px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #d80117;
}
footer ul li svg {
  width: 13px;
  margin-right: 8px;
  fill: #a3a3a3;
  margin-bottom: 2px;
}
.footer-logo {
  margin-bottom: 50px;
}
footer h3 {
  border-bottom: 1px solid #81939e;
  padding-bottom: 12px;
  margin-bottom: 27px;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.elementor-icon-list-text {
  padding-right: 30px;
}
.footer-city-guide {
  padding: 30px 0;
  margin: 50px 0 80px;
  border-top: 1px solid #81939e;
  border-bottom: 1px solid #81939e;
}
.footer-city-guide ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-city-guide ul li {
  margin: 0;
  padding: 0;
  margin: 10px 20px 10px 0;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.footer-city-guide ul li a {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
}
.footer-city-guide h4 {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.copyright {
  color: #636465;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.car-seo-box {
  padding-right: 15px;
}
.car-seo-box-inner {
  background: #fff;
  padding: 20px;
  margin: 0;
}
.car-seo-box-inner h3 {
  margin: 0 0 15px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.fnbox.row {
  margin: 0 -30px;
}
.fnbox.row > div {
  padding: 0 30px;
}
.sficon {
  /* margin-right: 50px; */
}
@media (min-width: 1700px) {
  .container {
    max-width: 1200px;
  }
  .container1 {
    max-width: 1400px;
  }
  .container2 {
    max-width: 1500px;
    padding-right: 70px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 850px;
  }
  .p-r-65 {
    padding-right: 15px;
  }
  .car-list-block .tabbable .search-count {
    font-size: 15px;
  }
  .car-list-block .tabbable .nav-tabs .nav-item .nav-link {
    padding: 11px 5px;
  }
  .widget-box-inner {
    padding: 20px;
  }
  .tab-car-content-box .assets .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .tab-car-content-box .assets .col-md-2 {
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .tab-car-content-box .booknow {
    padding: 13px 20px;
    font-size: 16px;
  }
  .tab-car-content-box .booknow-box .col-md-8 {
    padding-right: 0;
  }
  .serach-list-box {
    margin-bottom: 20px;
  }
  .car-heading h3 {
    margin: 0 0 10px;
    font-size: 26px;
  }
  .widget-box-inner h3 {
    font-size: 20px;
  }
  .widget-box .search-ridebtn {
    padding: 13px 20px;
    font-size: 16px;
  }
  .widget-box input {
    padding: 10px 0 10px 10px;
  }
  .bottom-tabs .assets {
    font-size: 12px;
  }
  .bottom-tabs .assets .col-md-4 {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .bottom-tabs .assets .col-md-3 {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .bottom-tabs .assets .col-md-2 {
    padding-right: 0;
    padding-left: 5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .tab-car-content-box .list-price {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 740px;
  }
  .p-r-65 {
    padding-right: 15px;
  }
  .car-list-block .tabbable .search-count {
    font-size: 15px;
  }
  .car-list-block .tabbable .nav-tabs .nav-item .nav-link {
    padding: 11px 5px;
  }
  .widget-box-inner {
    padding: 20px;
  }
  .tab-car-content-box .assets .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .tab-car-content-box .assets .col-md-2 {
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .tab-car-content-box .booknow {
    padding: 13px 15px;
    font-size: 15px;
  }
  .tab-car-content-box .booknow-box .col-md-8 {
    padding-right: 0;
  }
  .serach-list-box {
    margin-bottom: 20px;
  }
  .car-heading h3 {
    margin: 0 0 10px;
    font-size: 26px;
  }
  .widget-box-inner h3 {
    font-size: 16px;
  }
  .widget-box .search-ridebtn {
    padding: 13px 20px;
    font-size: 16px;
  }
  .widget-box input {
    padding: 10px 0 10px 10px;
  }
  .bottom-tabs .assets {
    font-size: 12px;
  }
  .bottom-tabs .assets .col-md-4 {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .bottom-tabs .assets .col-md-3 {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .bottom-tabs .assets .col-md-2 {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .tab-car-content-box .list-price {
    font-size: 26px;
  }
  .car-list-block .tabbable .search-count {
    position: relative;
    top: 0;
    text-align: center;
  }
  .tabbable .nav-tabs {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .serach-list-box {
    margin-bottom: 20px;
  }
  .tabslider {
    min-height: 100px;
    padding: 20px 0 50px 0px;
    background-position: center center;
  }
  .tabslider h3 {
    font-size: 20px;
  }
  .tabslider h1 {
    font-size: 36px;
    margin: 10px 0;
    line-height: 1.1;
  }
  .tab-content .row .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .tab-content .row .col:last-child {
    margin-bottom: 0;
  }
  .submitbox {
    bottom: -30px;
    right: 0px;
    float: none;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
  }
  .xdsoft_datetimepicker {
    left: 20px !important;
    right: 20px !important;
    margin: auto;
    border: 1px solid #ccc;
  }
  .xdsoft_timepicker.active {
    display: none !important;
  }
  .tabbable .nav-tabs {
    display: flex;
    white-space: unset;
  }
  .tabbable .nav-tabs .nav-item {
    flex: 0 0 31.5%;
    text-align: center;
    margin: 0 0 0 -2px;
  }
  .tabbable .nav-tabs .nav-item a img.gray-icon,
  .tabbable .nav-tabs .nav-item a img.white-icon {
    display: none !important;
  }
  .tabbable .nav-tabs .nav-item a {
    line-height: 1.2;
  }
  .car-list-section .p-r-65 {
    padding-right: 15px;
  }
  .car-list-section .p-l-0 {
    padding-left: 15px;
  }
  .tab-car-content-box .list-price {
    text-align: center;
  }
  .booknow-box .col-md-4.text-right {
    text-align: center !important;
    margin-top: 15px;
  }
  .car-list-block1 .tabbable .nav-tabs .nav-item {
    margin: 0 1px;
  }
  .bottom-tabs .row.assets .col-md-4,
  .bottom-tabs .row.assets .col-md-3 {
    margin-bottom: 10px;
  }
  .tab-car-content-box .col-md-4.text-right {
    text-align: center !important;
    padding: 15px 0;
  }
  .car-list-block .tabbable .search-count {
    position: relative;
    left: 0;
    top: 0;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
  }
  .car-list-block .tabbable .nav-tabs {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  .widget-box-inner h3 {
    font-size: 20px;
  }
  .container1 {
    flex-wrap: wrap;
  }
  .navbar-collapse {
    position: absolute;
    top: 88px;
    background: #fff;
    left: 0;
    right: 0;
  }
  .navbar-nav li ul.sub-menu {
    position: relative;
    width: 100%;
    background: #f2f2f2;
    left: 0;
    right: 0;
  }
  footer h3 {
    margin-top: 40px;
  }
  .footer-city-guide {
    margin: 50px 0 50px;
  }
}
/* .............thankyou-section............ */
.page-section {
  background: #eaeaea;
  padding: 50px 0;
}
.page-section .primary-color {
  color: #d80117;
}
.box-wrapper {
  background: #fff;
  margin: auto;
  border-radius: 15px;
  padding: 35px 30px;
  max-width: 500px;
}
.steps-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  text-align: center;
}
.steps-wrapper li {
  flex: 0 0 33.3%;
  position: relative;
}
.steps-wrapper li::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #9b9b9b;
  position: absolute;
  left: 50%;
  top: 9px;
  z-index: 1;
}
.steps-wrapper li:last-child::after {
  display: none;
}
.steps-wrapper li a {
  color: #9b9b9b;
  font-size: 14px;
}
.steps-wrapper li a:hover {
  text-decoration: none;
}
.steps-wrapper li a span {
  display: block;
}
.steps-wrapper li a .count {
  font-weight: bold;
  margin-top: 5px;
}
.steps-wrapper li a .circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #9b9b9b;
  background: #fff;
  position: relative;
  z-index: 2;
}
.steps-wrapper li.active a .circle {
  border-color: #d80117;
}
.steps-wrapper li.active::after {
  background: #d80117;
}
.steps-wrapper li.active a .count {
  color: #e4747a;
}
.steps-wrapper li.current a .circle {
  background: #d80117;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.steps-wrapper li.current a .step {
  color: #000000;
}
.thankyou-wrapper h1 {
  font-size: 48px;
  color: #d80117;
  margin: 0;
}
.thankyou-wrapper .font-lg {
  font-size: 24px;
}
.thankyou-wrapper .transaction-no {
  position: relative;
  padding: 10px 0;
}
.thankyou-wrapper .transaction-no::before,
.thankyou-wrapper .transaction-no::after {
  content: "";
  width: 173px;
  height: 1px;
  background: #d80117;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.thankyou-wrapper .transaction-no::after {
  top: auto;
  bottom: 0;
}
.global-input {
  position: relative;
}
.global-input label {
  color: #727272;
  margin-bottom: 5px;
  color: #8a8a8a;
}
.global-input .form-control {
  height: auto;
  border-radius: 10px;
  border: 1px solid #727272;
  padding: 12px 15px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.global-input select.form-control {
  background: #ffffff url("../images/dropdown-arrow.png") right 15px center
    no-repeat;
}
.global-input .form-control::-ms-input-placeholder {
  color: #9f9f9f;
}
.global-input .form-control::placeholder {
  color: #9f9f9f;
}
.global-input .form-control::-webkit-outer-spin-button,
.global-input .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.global-input .form-control[type="number"] {
  -moz-appearance: textfield;
}
.global-input .input-icon {
  position: absolute;
  right: 10px;
  top: 39px;
}
.global-radio {
  display: flex;
  justify-content: center;
}
.checkbox-wrap {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 15px;
}
.checkbox-wrap input {
  display: none;
}
.checkbox-wrap label {
  padding-left: 30px;
  position: relative;
}
.checkbox-wrap .checkmark {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #727272;
  display: inline-block;
  position: relative;
}
.checkbox-wrap .checkmark::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  left: 4px;
  top: 4px;
  background: #727272;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.checkbox-wrap input:checked + .checkmark::after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.global-btn {
  background-image: linear-gradient(to right, #b60013, #e80018);
  font-size: 18px;
  color: #fff;
  padding: 13px;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.global-btn:hover {
  color: #fff;
}
.global-btn.s1 {
  background: #000000;
}
.global-btn.sm {
  font-size: 12px;
  padding: 6px 14px;
  width: auto;
  display: inline-block;
}
.global-btn.outline-btn {
  border: 1px solid #b2b2b2;
  background: none;
  color: #b2b2b2;
}
.paynow-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 40px;
}
.paynow-form > h3 {
  font-size: 26px;
  margin: 0 0 20px;
}
.payment-checkbox .check-box {
  display: block;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  min-height: 125px;
}
.payment-checkbox .check-box .row {
  margin: 0 -8px;
}
.payment-checkbox .check-box .col-6 {
  padding: 0 8px;
}
.payment-checkbox .check-box h5 {
  font-size: 16px;
  color: #898989;
  font-weight: 500;
}
.payment-checkbox .check-box .light-gray {
  font-size: 12px;
  color: #bcbcbc;
}
.payment-checkbox input {
  display: none;
}
.payment-checkbox .check-box .price {
  color: #e4737b;
  font-size: 24px;
  margin-top: 5px;
  font-weight: bold;
}
.payment-checkbox input:checked + .check-box {
  border-color: #000000;
  background: #000000;
}
.payment-checkbox input:checked + .check-box h5 {
  color: #fff;
}
.payment-checkbox input:checked + .check-box .price {
  color: #e80018;
}
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 47px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.3;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  border: 1px solid #727272;
  border-radius: 7px;
  background: #fff;
}
.custom-checkbox.s1 .checkmark {
  top: -8px;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 12px;
  top: 4px;
  width: 11px;
  height: 20px;
  border: solid #b60013;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-checkbox a {
  color: #b60013;
}
.payment-checkbox .row {
  margin: 0 -5px;
}
.payment-checkbox .col-6 {
  padding: 0 5px;
}
.terms-conditions {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
}
.terms-conditions h3 {
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: 500;
}
.terms-conditions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.terms-conditions ul li {
  margin: 0 0 5px;
  position: relative;
  padding-left: 20px;
}
.terms-conditions ul li::after {
  content: "";
  width: 12px;
  height: 11px;
  background: url("../images/list-arrow.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}
.bottom-tabs.bg-gray-dark {
  background: #f8f8f8;
}
.car-booking-section .pickupdrop h3,
.bottom-tabs.bg-gray-dark h3 {
  font-size: 24px;
  font-weight: 600;
}
.bottom-tabs.bg-gray-dark h3 {
  margin-bottom: 20px;
}

/*  */
.gst-fields .field-wrap {
  display: none;
}
.navbar-toggler {
  width: 100%;
  margin-right: 0;
  text-align: right;
  margin-top: -80px;
}
.navbar-toggler:focus {
  outline: 0;
  border: 0;
}
.navbar-toggler svg {
  fill: #000;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
}
.view_more_text {
  display: none;
}
.read_less {
  display: none;
  cursor: pointer;
  font-size: 13px;
  color: #e50018;
  font-weight: 600;
}
.read_more {
  cursor: pointer;
  font-size: 13px;
  color: #e50018;
  font-weight: 600;
}
.modify_search {
  padding: 13px 30px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background-image: linear-gradient(to right, #b60013, #e80018);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  display: none;
}
/* .............booking-wrapper........... */
.booking-wrapper .profile-info {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.booking-wrapper .profile-inner {
  padding: 25px;
}
.booking-wrapper .profile-info > h6 {
  font-size: 18px;
  font-weight: 400;
}
.profile-info .profile-pic {
  width: 144px;
  height: 144px;
  margin: 0 auto;
  position: relative;
}
.profile-info .profile-pic > img {
  width: 100%;
  height: 144px;
  border-radius: 100%;
  object-fit: cover;
  display: block;
}
.profile-info .profile-pic label input {
  display: none;
}
.profile-info .profile-pic label {
  position: absolute;
  right: 10px;
  bottom: 0;
  cursor: pointer;
}
.booking-wrapper .profile-info > h4 {
  font-size: 22px;
  font-weight: 400;
}
.booking-wrapper .profile-info .email {
  color: #8d8d8d;
}
.profile-complete .progresss-bar {
  height: 4px;
  background: #d0d0d0;
  border-radius: 20px;
  position: relative;
}
.profile-complete .progresss-bar .progress-line {
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #459a12;
  display: inline-block;
  border-radius: 20px;
}
.profile-complete .percentage {
  font-weight: bold;
  color: #459a12;
  display: inline-block;
  margin-left: 40px;
}
.profile-complete .label {
  font-size: 14px;
  color: #585858;
  display: inline-block;
  margin: 5px 0 0;
}
.profile-info .profile-links {
  list-style: none;
  margin: 0;
  padding: 10px 30px;
  background: #fff5f6;
}
.profile-info .profile-links a {
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding: 12px 0;
  color: #a18585;
  border-bottom: 1px solid #e3c6c9;
  position: relative;
}
.profile-info .profile-links a::after {
  content: "\f2fb";
  font-family: Material-Design-Iconic-Font;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 18px;
}
.profile-info .profile-links a.active {
  color: #d80117;
}
.profile-info .profile-links li:last-child a {
  border: 0;
}
.profile-info .profile-links a .icon {
  display: inline-block;
  width: 25px;
  vertical-align: bottom;
  font-size: 22px;
  line-height: 1.1;
}
.profile-info .profile-links a .icon img {
  vertical-align: text-top;
}
.profile-info .logout-btn {
  display: block;
  padding: 20px 30px;
  background: #d80117;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.profile-info .logout-btn .icon {
  display: inline-block;
  width: 25px;
}
.booking-section .booking-detail {
  background: #fff;
  border-radius: 15px;
  padding: 25px 30px;
}
.booking-tab .tab-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: 2px solid #cbcbcb;
  margin: 0 0 25px;
}
.booking-tab .tab-links a {
  color: #757575;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 500;
  position: relative;
  padding: 10px 0;
  display: inline-block;
}
.booking-tab .tab-links a.active {
  color: #d80117;
}
.booking-tab .tab-links a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #d80117;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.booking-tab .tab-links a.active::after {
  width: 100%;
}
.booking-list .booking-info {
  border: 1px solid #cbcbcb;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 10px;
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.05);
}
.booking-list .booking-inner {
  padding: 25px;
}
.booking-list .booking-inner .info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.booking-list .booking-inner .info-list li {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  margin: 0 0 8px;
}
.booking-list .booking-inner .info-list .col-left {
  color: #757575;
  text-align: left;
  flex: 0 0 40%;
  padding-right: 10px;
}
.booking-list .booking-inner .info-list .col-right {
  flex: 0 0 60%;
  font-weight: 600;
}
.booking-list .booking-inner .devider {
  color: #b1b1b1;
  display: inline-block;
  margin: 0 7px;
}
.booking-list .bottom-info {
  background: #fff5f6;
  padding: 10px 15px;
}
.booking-list .bottom-info img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.booking-list .bottom-info ul li {
  font-size: 12px;
}
.booking-list .bottom-info ul li:not(:last-child) {
  border-right: 1px solid #cc9197;
  padding-right: 20px;
  margin-right: 20px;
}
.booking-list .bottom-info .invoice-btn {
  color: #d80117;
  font-weight: bold;
}
.booking-list .bottom-info p {
  font-size: 13px;
  margin: 5px 0 0;
}
.global-box {
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 15px;
}
.profile-details .global-input .form-control {
  padding: 11px 15px;
}
.profile-details .global-input .form-control::-ms-input-placeholder {
  color: #000000;
}
.profile-details .global-input .form-control::placeholder {
  color: #000000;
}
.profile-details .verification-btn {
  background: #ffd3d8;
  color: #7a3e44;
  padding: 10px 15px;
  border-radius: 6px;
  margin-left: 10px;
}
.profile-details .verified-btn {
  background: #68b970;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  margin-left: 10px;
}
.profile-details .country-code {
  width: 65px;
  margin-right: 10px;
}
.booking-wrapper > .row {
  margin: 0 -10px;
}
.booking-wrapper > .row > div {
  padding: 0 10px;
}
.otp-section .otp-wrapper {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 70px 50px;
  border-radius: 15px;
  text-align: center;
}
.otp-section .otp-wrapper h1 {
  font-size: 26px;
  margin: 0 0 10px;
}
.otp-section .otp-wrapper .text-gray {
  color: #8d8d8d;
}
.otp-wrapper .otp-fields {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  margin-top: 18px;
}
.otp-wrapper .otp-fields .form-control {
  width: 21%;
  aspect-ratio: 1;
  padding: 0;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}
.otp-wrapper .otp-fields .form-control:focus {
  border-color: #d80117;
}
.otp-wrapper .outline-btn {
  margin-top: 35px;
}
.signup-section .signup-wrapper {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 15px;
  background: #fff;
  padding: 35px;
}
.signup-wrapper .nav-tabs {
  border-width: 3px;
  margin-bottom: 30px;
}
.signup-wrapper .nav-item .nav-link {
  font-size: 18px;
  color: #686868;
  font-weight: 700;
  border: 0;
  padding: 0 25px 10px;
  position: relative;
}
.signup-wrapper .nav-item .nav-link::after {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #d80117;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.signup-wrapper .nav-item .nav-link.active {
  color: #d80117;
}
.signup-wrapper .nav-item .nav-link.active::after {
  width: 100%;
}
.signup-wrapper .global-input .form-control {
  border: 1px solid #727272 !important;
  padding: 16px 20px;
  font-size: 16px;
}
.signup-wrapper .global-btn {
  padding: 16px;
  margin-top: 35px;
}
.global-popup .modal-body {
  padding: 40px;
}
.global-popup .modal-body > h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 30px;
}
.global-popup .form-group {
  margin: 0 0 25px;
}
.global-popup .close-btn {
  width: 50px;
  height: 50px;
  border-radius: 0;
  padding: 0;
  background: #b70013;
  color: #ffffff;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.signup-section .social-login a {
  display: block;
  text-align: center;
  padding: 5px;
  border-radius: 50px;
  background: #3b5999;
  color: #fff;
  font-size: 28px;
}
.signup-section .social-login a.google {
  background: #e64229;
}
/* .............fleet-section............. */
.fleet-section {
  padding: 70px 0;
}
.global-heading {
  font-size: 48px;
  text-align: center;
  margin: 0 0 50px;
}
.global-heading span {
  color: #da2027;
}
.vehicle-box .request-callback {
  display: flex;
  display: -ms-flexbox;
}
.vehicle-box .request-callback .global-btn {
  border-radius: 0;
  text-align: center;
  margin-left: 10px;
  flex: 1;
  padding: 15px;
}
.fleet-section .row {
  margin: 0 -11px;
}
.fleet-section .row .col-md-4 {
  padding: 0 11px;
  margin: 0 0 22px;
}
.best-choice {
  background: #f8f8f8;
  padding: 60px 0;
}
/* ........why-us-section....... */
.why-us-section {
  padding: 70px 0 80px;
}
.why-us-section .service-box {
  background: #f2f2f2;
  padding: 25px;
  border-radius: 15px;
  min-height: 360px;
}
.why-us-section .service-box h5 {
  font-size: 25px;
  font-weight: 600;
  margin: 15px 0;
  min-height: 50px;
}
.why-us-section .service-box p {
  color: #675f54;
}
.why-us-section .row {
  margin: 0 -12px;
}
.why-us-section .col-md-3 {
  padding: 0 12px;
}
/* ............award-section............ */
.award-section {
  padding: 20px 0 70px;
}
.award-section .row {
  margin: 0 -5px;
}
.award-section .col-md-5,
.award-section .col-md-4,
.award-section .col-md-3 {
  padding: 0 5px;
}
.award-section .col-md-5 {
  flex: 0 0 45%;
  max-width: 45%;
}
.award-section .col-md-3 {
  flex: 0 0 21%;
  max-width: 21%;
}
.award-section .content {
  border: 1px solid #183f82;
  padding: 35px 35px 45px;
  border-radius: 25px;
  position: relative;
  padding-top: 100px;
}
.award-section .content .global-heading {
  font-size: 42px;
  text-align: left;
  margin: 0 0 15px;
}
.award-section .content .award-logo {
  position: absolute;
  left: 20px;
  top: -85px;
  background: #fff;
  padding: 0 10px;
}
.award-section .content .viewmore-btn {
  border: 1px solid #da2027;
  color: #da2027;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.award-section .content .viewmore-btn:hover {
  background: #da2027;
  color: #fff;
}
.testimonial-section {
  padding: 30px 0 80px;
}
.testimonial-section .row {
  margin: 0 -13px;
}
.testimonial-section .col-md-4 {
  padding: 0 13px;
}
.testimonial-box {
  background: #f6f6f6;
  padding: 45px 35px;
  border-radius: 25px;
}
.testimonial-box .comment {
  font-style: italic;
  font-size: 20px;
  font-weight: 300;
}
.testimonial-box .rating {
  font-size: 20px;
  color: #d80117;
}
.testimonial-box .rating span {
  color: #ababac;
  font-size: 12px;
  font-style: italic;
  position: relative;
  top: -2px;
  left: 4px;
}
.testimonial-box h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 7px;
}
.testimonial-box .designation {
  font-size: 14px;
  margin: 0;
  color: #868689;
}
.contact-section {
  background: #053654 url("../images/contact-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}
.contact-section h2 {
  font-size: 48px;
  font-style: italic;
  margin: 0 0 15px;
}
.contact-section .contact-btn {
  background: #d80117;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 15px;
}
/* ..............banner-section.............. */
.banner-section {
  background: #052940 url("../images/home-banner.jpg") center center no-repeat;
  background-size: cover;
  padding: 70px 0;
  color: #fff;
}
.banner-section .row {
  align-items: center;
}
.banner-section .content h6 {
  font-size: 30px;
  font-weight: 400;
}
.banner-section .content h1 {
  font-size: 65px;
  font-weight: bold;
}
.banner-section .form-inner {
  background: #fff;
  padding: 30px 30px 40px;
  border-radius: 10px;
  box-shadow: 20px 9px 19px 0px rgba(0, 46, 78, 0.66);
  position: relative;
  z-index: 12;
}
.banner-section .form-inner .form-control {
  border-color: #d3d3d3;
}
.banner-section .form-inner label {
  color: #000000;
  font-weight: 500;
}
.banner-section .row {
  margin: 0 -9px;
}
.banner-section .col-md-6,
.banner-section .col-md-12 {
  padding: 0 9px;
}
.banner-section .custom-checkbox .checkmark {
  border-radius: 0;
  border-color: #e1e1e1;
}
.banner-section .form-inner .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
  border: 0;
  width: 20px;
  height: 20px;
  background: #da0019;
  transform: none;
  left: 6px;
  top: 7px;
}
.banner-section .form-inner .custom-checkbox {
  font-size: 14px;
  font-weight: 400;
}
.banner-section .submit-btn button {
  font-size: 22px;
}
.banner-section .tabbable .nav-tabs {
  display: flex;
  padding: 0;
}
.banner-section .tabbable .nav-tabs .nav-item {
  margin: 0;
  flex: 1;
  border-radius: 0;
  background: #fff;
}
.banner-section .tabbable .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  display: block;
  border: 0;
  background: #fff;
  padding: 15px 20px;
}
.banner-section .tabbable .nav-tabs .nav-item .nav-link.active {
  background: #d90118;
  color: #fff;
}
.banner-section .tabbable-responsive {
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: -10px;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.profile-links.stickyprofile {
  display: flex;
  background: #fff;
  padding: 0px 0px;
  justify-content: space-between;
  list-style: none;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.profile-links.stickyprofile li:last-child {
  border-right: none;
  flex: 0 0 33%;
}
.profile-links.stickyprofile a {
  color: #d80117;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-links.stickyprofile a span.icon {
  margin-right: 6px;
  font-size: 20px;
}
.profile-links.stickyprofile li {
  /*border-right: 1px solid #e5e5e5;*/
  padding: 11px 14px;
}
.profile-links.stickyprofile li.active {
  background: #d80117;
}
.profile-links.stickyprofile li.active a {
  color: #fff;
}
.profile-links.stickyprofile {
  display: none;
}
.booking-list .booking-inner .info-list li span.large_font {
  font-size: 20px;
  font-weight: bold;
}
/* ............banner icons.......... */
.info-wrapper {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin-top: 90px;
}
.info-wrapper .icon-box h5 {
  font-size: 30px;
  font-weight: bold;
  margin: 5px 0 0;
}
.info-wrapper .icon-box p {
  font-size: 18px;
  margin: 0;
  font-weight: 100;
  line-height: 1.1;
}
.info-wrapper .icon-box {
  padding: 0 35px;
  position: relative;
}
.info-wrapper .icon-box::after {
  content: "";
  width: 1px;
  height: 150px;
  background: #80161c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.info-wrapper .icon-box:last-child::after {
  display: none;
}
.banner-section-v2 {
  padding: 60px 0;
  min-height: 0;
}

.nav-tabs .nav-item {
  cursor: pointer;
}

.nav-tabs .nav-item a {
  cursor: pointer;
}

.set-background {
  border-color: #000000;
  background: #000000;
}

.spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #555;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.footer-bottom-bar {
  background-color: #00263a; /* deep navy like in your image */
  padding: 20px 0;
  position: relative;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  margin-right: 20px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.scroll-to-top:hover {
  background-color: #c50510;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.field-wrap {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

/* Wrapper for the airport input */
.airport-transfer .input_field {
  position: relative;
  width: 100%;
}

/* Autocomplete dropdown container */
/* .airport-transfer .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  z-index: 2000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 14px;
} */

/* Each option */
.airport-transfer .dropdown-item {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  transition: background-color 0.2s ease;
  list-style: none;
}

/* Hover effect */
.airport-transfer .dropdown-item:hover {
  background-color: #f0f6ff;
  color: #ff005d;
}

/* Disabled item (e.g., No matches found) */
.airport-transfer .dropdown-item.disabled {
  cursor: not-allowed;
  color: #999;
  background: #f9f9f9;
}

/* Scrollbar styling */
.airport-transfer .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.airport-transfer .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.airport-transfer .dropdown-menu::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}
.airport-transfer .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.cancel_edit_btn a {
  margin-right: 2px; /* adjust gap as needed */
}
.cancel_edit_btn a:last-child {
  margin-right: 0; /* remove extra gap on last button */
}

.upload-btn {
  bottom: 0; /* stick to bottom */
  right: 0; /* stick to right */
  transform: translate(20%, 20%); /* pull it slightly outside the circle */
  border-radius: 20px;
  font-size: 12px;
  padding: 4px 10px;
}
/* ..............landing page.......... */
.mobility-needs {
  background: #ededed;
  padding: 60px 0;
}
.need-box .view-more {
  background: #fff;
  display: block;
  text-align: center;
  color: #d80017;
  padding: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 0 20px;
}
.need-box .view-more:hover {
  background: #d80017;
  color: #fff;
}
.sub-heading {
  font-size: 20px;
  margin: 0 0 10px;
}
.sub-heading .red-bullet {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 1px solid #da1a2e;
  vertical-align: middle;
  margin: 0 5px;
}
.trusted-service {
  padding: 90px 0 70px;
  font-size: 18px;
}
.trusted-service .car-img {
  margin-left: -100px;
}
.your-best-choice {
  padding: 60px 0;
}
.your-best-choice .choice-box {
  background: #f2f2f2;
  padding: 35px;
  border-radius: 25px;
  min-height: 360px;
  margin: 0 0 30px;
}
.your-best-choice .choice-box h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 12px 0;
}
.your-best-choice .choice-box p {
  color: #818181;
}
.car-animation {
  padding-bottom: 60px;
}
.success-data {
  background: #03273d;
  padding-bottom: 50px;
  color: #fff;
  font-size: 18px;
}
.success-data h2 {
  font-size: 44px;
  font-weight: 400;
  margin: 0 0 20px;
}
.success-data .count {
  font-size: 60px;
  font-weight: 600;
}
.success-data .icons-box {
  margin: 40px -60px 0;
  align-items: flex-end;
}
.success-data .icons-box > div {
  padding: 0 60px;
}
.award-recognition {
  padding: 60px 0;
}
.award-recognition .award-box {
  border: 1px solid #183f82;
  border-radius: 35px;
  padding: 45px;
  padding-top: 75px;
  position: relative;
}
.award-recognition .global-heading {
  font-size: 34px;
}
.award-recognition .award-box img {
  position: absolute;
  top: -85px;
  left: 50px;
  max-width: 150px;
  padding: 10px;
  background: #fff;
}
.award-box .view-more {
  color: #d80117;
  border: 1px solid;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.award-box .view-more:hover {
  background: #d80117;
  color: #ffffff;
}
.explore-section {
  background: #f6f6f6;
  padding: 60px 0;
}
.explore-section .explore-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  margin: 0 0 14px;
}
.explore-section .explore-box h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0px 30px 30px;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}
.explore-section .view-all-box h4 {
  font-size: 20px;
  text-align: center;
  padding: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.explore-section .explore-box > img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  height: 263px;
  object-fit: cover;
}
.explore-section .explore-box:hover > img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.explore-section .row {
  margin: 0 -7px;
}
.explore-section .col-sm-6,
.explore-section .col-sm-3 {
  padding: 0 7px;
}
.browse-fleet {
  padding: 60px 0;
}
.browse-fleet .row {
  margin: 0 -50px;
}
.browse-fleet .col-sm-4 {
  padding: 0 50px;
}
.browse-fleet .fleet-box {
  display: block;
  text-align: center;
  background-image: linear-gradient(180deg, #f2f2f2 61%, #ffffff 100%);
  padding-top: 30px;
  color: #000000;
  border-radius: 20px 20px 0 0;
}
.browse-fleet .fleet-box h4 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 70px;
}
.browse-fleet .fleet-box img {
  max-width: initial;
  margin-left: -40px;
}
.get-in-touch {
  background: #03273d url("../images/contact-bg2.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}
.get-in-touch p {
  font-size: 28px;
  font-weight: 300;
}
.get-in-touch h3 {
  font-size: 36px;
}
.get-in-touch .contact-btn {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 15px 40px;
  margin-top: 25px;
}
.get-in-touch .contact-btn:hover {
  background: #fff;
  color: #000000;
}
.book-your-car {
  background: #ededed;
  padding: 60px 0;
}
.booking-wrap {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
.booking-wrap .form-control {
  height: auto;
  border: 1px solid #e1e1e1;
  color: #999999;
  padding: 17px 20px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}
.booking-wrap select.form-control {
  background: url("../images/select-arrow.png") right 20px center no-repeat;
}
.booking-wrap .input-group > .form-control {
  flex: 0 0 80px;
}
.booking-wrap .input-group-append {
  flex: 1;
}
.booking-wrap .row {
  margin: 0 -8px;
}
.booking-wrap .row > div {
  padding: 0 8px;
}
.booking-wrap .custom-checkbox .checkmark {
  border-radius: 0;
  border-color: #e1e1e1;
}
.booking-wrap .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
  border: 0;
  width: 20px;
  height: 20px;
  background: #da0019;
  transform: none;
  left: 6px;
  top: 7px;
}
.booking-wrap .global-btn {
  border: 0;
  width: auto;
  border-radius: 5px;
  padding: 15px 50px;
  cursor: pointer;
}
.scroll-top-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  line-height: 25px;
  background: #d80017;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 0;
  z-index: 10;
  display: none;
}
.scroll-top-btn.show-btn {
  display: block;
}
.scroll-top-btn svg {
  fill: #fff;
  width: 15px;
  transform: translate(0, -20%) rotate(180deg);
}

.car-card {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  z-index: 2;
}
.car_block1 {
  display: flex;
  align-items: center;
}
.car_block1 .car-title {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 4px;
}
.car_block1 .car-detail {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 2px;
}
.car_block1 .car-detail span.label {
  opacity: 0.8;
  min-width: 80px;
  display: inline-block;
}
.car_block2 {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 18px;
  margin-top: -15px;
  margin-bottom: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.car_block2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.car_block2 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  padding: 0 16px;
  border-right: 1px solid #ebc3c1;
}
.car_block2 ul li:last-child {
  border-right: none;
}
.car_block2 ul li img {
  margin-bottom: 6px;
}
.car_block2 ul li i {
  font-style: normal;
  opacity: 0.8;
}
.car_price_detail .detail_left {
  text-align: right;
}
.car_price_detail h4 {
  font-size: 30px;
  font-weight: bold;
}
.car_price_detail small {
  font-size: 14px;
  color: #898989;
}
.car_price_detail .detailclick {
  color: #e80018;
  font-weight: 300;
  font-size: 14px;
}
.car_price_detail .detailclick .active_arrow {
  display: none;
}
.car_price_detail .detailclick.active {
  color: #3e3e3e;
}
.car_price_detail .detailclick.active .default_arrow {
  display: none;
}
.car_price_detail .detailclick.active .active_arrow {
  display: inline-block;
}
.car_price_detail .dropdown-arrow {
  margin-left: 5px;
}
.car_price_detail {
  width: 100%;
}
.car_price_detail .book-now-btn {
  background: #b70013;
  background: -webkit-linear-gradient(
    90deg,
    rgba(183, 0, 19, 1) 0%,
    rgba(232, 0, 24, 1) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(183, 0, 19, 1) 0%,
    rgba(232, 0, 24, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(183, 0, 19, 1) 0%,
    rgba(232, 0, 24, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B70013", endColorstr="#E80018", GradientType=1);
  color: #fff;
  font-size: 18px;
  padding: 12px 18px;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}
.car-detail-tab {
  background-color: #ffeeee;
  padding: 20px;
  border-radius: 8px;
  margin-top: -20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.car-detail-tab .nav-tabs .nav-link {
  border: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.car-detail-tab .nav-tabs {
  border: none;
}

.car-detail-tab .nav-tabs .nav-link.active {
  color: #e50914;
  border-bottom: 2px solid #e50914;
  background-color: transparent;
}

.car-detail-tab .tab-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.car-detail-tab .tab-icon-item {
  display: flex;
  align-items: center;
  padding-right: 12px;
  margin-right: 12px;
  font-size: 0.9rem;
  color: #555;
  border-right: 1px solid #c1c1c1;
}

.car-detail-tab .tab-icon-item i {
  font-size: 16px;
  margin-right: 6px;
  color: #777;
}
.car-detail-tab .tab-pane p {
  font-size: 14px;
}
.car-list-section-new .car-heading ul li {
  color: #000;
  font-weight: 500;
}
.car-list-section-new .car-heading ul li span.grey_text {
  color: #4f4f4f;
  font-size: 14px;
}
.dark_text {
  color: #000;
}
.car_header,
.car_header_left {
  display: flex;
  align-items: center;
}
.car_header {
  justify-content: space-between;
}
.car_header .car-heading {
  margin-right: 30px;
}
.car_header .pickupdate {
  padding: 6px 30px;
  border-left: 1px solid #b6b6b6;
}
.pickupdate p {
  margin: 0;
  color: #000;
  font-weight: 500;
}
.pickupdate p.grey_text {
  color: #424242;
  font-weight: 300;
}
.modify_btn,
.modify_btn:hover {
  background: #000000;
  border-radius: 12px;
  padding: 10px 28px;
  display: inline-block;
  color: #fff;
}
.modifymodal .modal-dialog {
  max-width: 1200px;
}
.modifymodal .modal-body {
  padding: 0;
}
.modifymodal .modal-content {
  background: transparent;
  border: none;
}
.modal-backdrop.show {
  opacity: 0.8;
}
/* Force Google Autocomplete dropdown to appear above Bootstrap modal */
.pac-container {
  z-index: 2000 !important; /* higher than Bootstrap modal (default 1050–1100) */
}
