/******************************************
                  CSS TABLE
			-------------------------
1.Header Area
2.Header Bottom Area
3.Main Contet Area 
   1.Main Left
   2.Main Right
4.Footer Area
********************************************/
/* 	@font-face {		
	 font-family: 'Roboto-Regular';		
 src: url('../fonts/Roboto-Regular.eot');		
	 src:url('../fonts/Roboto-Regular.otf') format('opentype');		
	 src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto') format('svg'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype');		
	 font-weight: normal;		
 font-style: normal;		
	} */

  @font-face {
    font-family: 'sans-serif';
    src: url('../fonts/sans-serif.eot');
    src: url('../fonts/sans-serif.otf') format('opentype');
    src: url('../fonts/sans-serif.svg#Roboto') format('svg'), url('../fonts/sans-serif.eot?#iefix') format('embedded-opentype');
    /*src: url('../fonts/sans-serif.woff2') format('woff2'), url('../fonts/sans-serif.woff') format('woff'), url('../fonts/sans-serif.ttf') format('truetype'), url('../fonts/sans-serif.svg#Roboto') format('svg'), url('../fonts/sans-serif.eot?#iefix') format('embedded-opentype');*/
    font-weight: normal;
    font-style: normal;
  }
  
  body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
  }
  
  .hidden-body-scrollbar {
    overflow: hidden !important;
    position: relative;
    height: 100%;
  }
  
  h1,
  h2,
  h3,
  h4,
  p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  button,
  a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  
  /*.container{
    max-width:960px;
    width:100%;
  }*/
  
  /*******************************************
                   Header Area
  *******************************************/
  .start_header_area {
    /*overflow:hidden;*/
    /*padding:6px 0px;*/
    border-bottom: 1px solid #CCC
  }
  
  .header {}
  
  .logo img {
    padding: 6px 0px;
  }
  
  /*.logo img{
    width:106px;
    
  }*/
  .mainmenu {}
  
  .mainmenu ul {
    /*margin:7px 0;*/
    margin: 0;
    padding: 0;
    text-align: right
  }
  
  .mainmenu ul li {
    line-height: 35px;
  }
  
  /*.mainmenu ul li{
    display:inline
  }*/
  .mainmenu ul li a {
    text-decoration: none;
    display: inline-block;
    color: #525252;
    padding: 0px 15px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
  }
  
  .glyphicon-menu-hamburger {
    display: none
  }
  
  
  /********************************************
          Header Bottom Area
  ********************************************/
  .Header_bottom_area {
    display: block;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ccc
  }
  
  .header_bottom {}
  
  .login-btn {
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    background-color: #2DBE60;
    border: 1px solid #2DBE60;
    border-radius: 500px;
    font-weight: 600;
    /* padding: 4px 20px; */
    padding: 4px 11px;
    width: 70px;
  }
  
  .login-btn:hover {
    color: #FFF;
  }
  
  .login-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .login-btn:focus {
    color: #FFF;
    outline: 0;
  }
  
  .login-btn:focus-visible {
    outline: 0;
  }
  
  .login-dropdown {
    background-color: transparent;
    color: #00D47B;
    font-size: 20px;
  }
  
  .login-dropdown:focus {
    color: #00D47B;
  }
  
  .login-dropdown:hover {
    color: #00D47B;
    background-color: transparent;
  }
  
  .login-dropdown:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .login-dropdown:active:focus,
  .login-dropdown:focus {
    outline: 0;
    outline-offset: 0;
  }
  /* .login-menu{
    width: 70px;
  } */
  
  .login-menu .dropdown-menu {
    right: 0px;
    left: auto;
    text-align: start;
    border-radius: 15px;

  }
  
  .login-menu .dropdown-menu li {
    border-bottom: 1px solid rgb(220 219 219 / 42%);
  }
  
  .login-menu .dropdown-menu li a {
    padding: 15px 25px;
  }
  
  .login-menu .dropdown-menu li a:hover {
    background-color: transparent;
  }
  
  .dropdown-con {
    display: flex;
  }
  
  .dropdown-con .menu-icon {
    width: 70px;
    text-align: center;
    color: #525252;
  }
  
  .dropdown-con .menu-info {
    align-self: center;
  }
  
  .dropdown-con .menu-info .menu-option {
    color: #525252;
    font-weight: 600;
    font-size: 14px;
    line-height: 7px;
  }
  
  .mail-profile {
    height: 60px;
    width: 60px;
    /* margin-right: 15px; */
    align-self: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgb(240, 236, 236);
  }
  
  .mail-profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .dropdown-con .menu-info .menu-option .mail-id {
    font-size: 20px;
    align-self: center;
  }
  
  .dropdown-con .menu-info .mail-option .mail-id h4 {
    color: #525252;
    font-weight: 600;
    font-size: 14px;
    line-height: 257px;
    width: 150px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .dropdown-con .menu-info .mail-option .mail-id div {
    line-height: 20px !important;
    font-size: 13px;
    color: #525252;
  }
  
  .login-menu ul li a {
    line-height: 22px !important;
  }
  .pointer-cursor{
    cursor: pointer;
  }
  .Header_bottom_left {}
  
  .Header_bottom_left p span {
    color: #2DBE60;
    font-weight: 300
  }
  
  .Header_bottom_left p {
    font-size: 24px;
  }
  
  .Header_bottom_right {}
  
  .Header_bottom_right iframe {
    width: 100%;
    height: 365px;
  }
  
  .input_box {
    max-width: 360px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400
  }
  
  .input_box input {
    width: 100%;
    height: 43px;
    margin: 6px 0px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 0px 26px;
  }
  
  .material-from-passanger {
    padding: 6px 0;
    width: 60%
  }
  
  .material-from-passanger .material-from input {
    margin: 0;
    padding: 0 10px;
  }
  
  .input_bottom {
    font-size: 19px;
    display: inline-block;
    width: 100%;
  }
  
  .connect {
    height: 68px;
    left: 11px;
    position: absolute;
    top: -35px;
  }
  
  .input_bottom input.datepicker {
    width: 60%;
    float: left;
    margin-right: 5%;
  }
  
  /*.input_bottom input.timepicker {
    width: 35%;
  }*/
  .input_bottom input {
    padding: 0px 10px
  }
  
  .Pickup_bottom {
    float: left;
    width: 60% !important;
  
  }
  
  .indexpicker {
    float: right;
    overflow: hidden;
    width: 35% !important;
  
  }
  
  .time_pick {
    position: inherit
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 18px
  }
  
  .timepicker_wrap {
    top: 86% !important;
    left: 25% !important;
    z-index: 99999999999999 !important
  }
  
  .arrow_top {
    top: -6%;
    left: 58%;
  }
  
  .search button {
    height: 43px;
    margin: 6px 0px;
    font-size: 19px;
    background: #2DBE60;
    text-transform: uppercase;
    border: none;
    color: #FFF;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
  
  }
  
  .pickup {
    position: relative
  }
  
  .fa-paper-plane-o {
    position: absolute;
    right: 11px;
    top: 18px;
    cursor: pointer;
  }
  
  /* Style the tab */
  div.tab {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  div.tab button {
    background: none;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    margin-right: 30px;
    position: relative;
    padding-bottom: 5px
  }
  
  div.tab button.active {
    color: #2DBE60;
    border-bottom: 2px solid #2DBE60;
  }
  
  
  
  /****************************************
                Main Contet Area 
   ****************************************/
  /*.start_main_area{
     overflow:hidden
   }*/
  
  .main_area {}
  
  /*================ Main Left ================*/
  .main_left {
    padding: 15px 0px;
  }
  
  .main_left_top {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 20px;
    overflow: hidden;
  }
  
  .filter {
    float: left;
    color: #565656
  }
  
  .filter a {
    text-decoration: none;
    font-size: 15px;
    color: #565656;
    font-weight: 400
  }
  
  .clear {
    float: right;
    padding-right: 10px;
  }
  
  .clear a {
    text-decoration: none;
    font-size: 15px;
    color: #2DBE60;
    font-weight: 400
  }
  
  input[type="checkbox"] {
  
    /* -ms-transform: scale(1.5);  IE */
    /*  -moz-transform: scale(1.5);  FF */
    /*  -webkit-transform: scale(1.5);  Safari and Chrome */
    /*  -o-transform: scale(1.5); Opera */
    margin-right: 10px
  }
  
  
  /* Ratings */
  .ratings p {
    font-size: 15px;
    color: #565656;
    font-weight: 400;
    padding-top: 28px;
    padding-bottom: 11px;
  }
  
  .fa-star {
    color: #FFCC01
  }
  
  .fa-star-o {
    color: #777777
  }
  
  .rating_1 {
    padding: 3px 0px;
  }
  
  .rating_1 i {
    width: 19px;
    height: 21px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
  }
  
  .pasengers {
    display: table;
    width: 100%;
    overflow: hidden;
    padding-right: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  
  .noUi-horizontal {
    height: 4px;
    background: #ddd;
  }
  
  .noUi-handle {
    border: none;
    box-shadow: none
  }
  
  .ui-widget-header {
    background: #2DBE60;
  }
  
  .noUi-horizontal .noUi-handle {
    /*background: #2DBE60;*/
    border: 2px solid #2DBE60;
    font-weight: normal;
    color: #454545;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-top: 1px;
    top: -11px;
  }
  
  .noUi-horizontal .noUi-handle:hover {
    background-color: #76D497;
    cursor: pointer;
  }
  
  .noUi-horizontal .noUi-handle:focus {
    outline: none !important;
  }
  
  .Price,
  .vehicals_type,
  .vehicle_amenity {
    border-bottom: 1px solid #ddd;
    padding-bottom:20px;
    overflow: hidden;
    padding-right: 20px
  }
  
  .pasengers p {
    padding-top: 20px;
  }
  
  .Price p {
    padding-top: 20px;
    padding-bottom: 10px
  }
  
  #slider2 {
    margin: 20px 0px
  }
  
  .min {
    float: left
  }
  
  .max {
    float: right
  }
  
  .min li,
  .max li {
    list-style: none;
    display: inline-flex;
  }
  
  
  .noUi-handle::after,
  .noUi-handle::before {
    content: "";
    display: block;
    position: inherit;
    height: 14px;
    width: 1px;
    background: none;
    left: 14px;
    top: 6px;
  }
  
  .noUi-target {
    width: 95%;
    background: #ccc;
    border-radius: none;
    border: none;
    box-shadow: none;
    margin: 25px 0px;
  }
  
  .noUi-target:hover {
    cursor: pointer;
  }
  
  /* vehicals type */
  .vehicals_type {}
  
  .vehicals_type p,
  .vehicals_aminities p,
  .booked_vehicle_type p,
  .vehicals_color p {
    font-size: 15px;
    color: #565656;
    font-weight: 400;
    padding-top: 28px;
    /* margin-bottom: 15px; */
  }
  
  .vehicens a {
    color: #2DBE60;
    text-transform: capitalize
  }
  
  .vehicals_type i {
    background: #2DBE60;
    color: #FFF;
    font-weight: 300;
    font-size: 18px;
    padding: 2px;
    margin-top: 5px
  }
  
  .vehicals_type span {
    font-family: 'Roboto', sans-serif;
    color: #565656;
    padding-left: 9px;
  }
  
  .single_check {
    padding: 10px 0;
  }
  
  .left_c {
    /* padding-left: 34px;
    padding-top: 10px; */
  
  }
  
  .More_filter {
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .More_filter a {
    color: #2DBE60;
    text-decoration: none;
    font-weight: 600;
    display: block;
  }
  
  
  /*================ Main Right================*/
  .main_right {
    margin-left: -1px;
  }
  
  .main_right_top {
    border-left: 1px solid #eee;
    display: table;
    padding: 13px 0;
    width: 100%;
    /* border-bottom: 1px solid #ddd; */
  }
  
  .main_right_top_l {
    overflow: hidden;
    float: left;
    padding-left: 25px;
    max-width: 259px;
    width: 100%;
  }
  
  .main_right_top_l p {
    font-size: 15px;
    color: #565656;
    font-weight: 400;
  }
  
  .north {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 8px 0px;
    position: relative;
    margin-left: 5px
  }
  
  .north1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 8px 0px;
    position: relative
  }
  
  .main_right_top .date {
    padding-top: 4px;
  }
  .filter-vehicle-accordion .dot{
    left: -11px;

  }
  .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: green;
    position: absolute;
    left: -13px;
    top: 15px;
  }
  
  .dot1 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: red;
    position: absolute;
    left: -12px;
    top: 16px;
  }

   .dot2 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(90, 86, 86);
    position: absolute;
    left: -12px;
    top: 5px;
  }
  
  .date {
    color: #000 !important;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
  }
  
  .main_right_top_r {
    overflow: hidden;
    padding-left: 15px;
  }
  
  .main_right_top_r p {
    font-size: 15px;
    color: #565656;
    font-weight: 400;
  }
  
  /*----- car car suv van  -------*/
  .car_bas_suv {
    border-left: 1px solid #eee;
    /*overflow: hidden;
    border-bottom: 1px solid #F0F0F0;*/
    /* padding-bottom: 10px; */
    width: 100%;
    display: table;
  }
  
  .start_item_area {
    overflow: hidden;
  
  }
  
  .start_item_area ul {
    margin: 0;
    padding: 0px;
    list-style: none;
  }
  
  .start_item_area ul li {
    float: left;
    display: inline-block;
    padding: 9px 5px;
    width: 78px;
    text-align: center;
  }
  
  .start_item_area ul li img {
    /*width:100%;*/
    cursor: pointers
  }
  
  .start_item_area ul li img.active {
    display: none;
  }
  
  .start_item_area ul li.active img.inactive {
    display: none;
  }
  
  .start_item_area ul li.active img.active {
    display: inline-block;
  }
  
  .start_item_area ul li p {
    padding-top: 12px
  }
  
  .text {
    color: #000;
  }
  
  .sl_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    /*  float: right;
      margin-right: 15px;*/
    margin-top: 8px;
    margin-bottom: 28px;
    padding: 11px 8px;
    text-align: left;
    width: 270px;
    position: relative;
  }
  
  .sl_btn img {
    position: absolute;
    right: 7px;
    top: 18px;
  }
  
  /*.sort {
    position: absolute !important;
    right: -1px !important;
    top: 129px;
    border: 1px solid #000;
  }*/
  .single_query1 {
    margin-top: -15px
  }
  
  .single_query1 p {
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
  }
  
  .single_query1:last-child {
    border-bottom: none
  }
  
  /* frod mini */
  .frod_mini_bus {
    /*overflow: hidden;*/
    display: table;
    width: 100%;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    position: relative;
  }
  .custom-vehicle-container{
    border: unset !important;
  }
  
  /*.frod_mini_left img {
    width: 100%;
    height: 152px;
  }*/
  .frod_mini_left:hover {
    cursor: pointer;
  }
  
  .frond_mini_center h4 {
    position: relative;
    z-index: 2;
    font-size: 16px;
    padding-bottom: 10px;
  }
  
  .frond_mini_center .frond_rating {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* .frod_mini_bus h4  {
    margin-bottom: 5px;
  } */
  .frod_mini_bus h4 a {
    color: #333;
    /* padding-left: 15px; */
    margin-bottom: 5px;
    /* white-space: nowrap; */
  }
  
  .first_user {
    padding-right: 36px;
    font-size: 17px;
    min-width: 40px;
  }
  
  .second_user {
    font-size: 17px;
    min-width: 40px;

  }
  
  .third_user {
    font-size: 17px;
    min-width: 40px;

  }
  
  .frond_rating {
    font-size: 17px;
    padding-top: 17px;
    padding-bottom: 29px;
  }
  
  .frod_mini_right {
    overflow: hidden;
    padding: 0px 13px 13px;
    width: fit-content;
    float: right
  }
  
  .frod_mini_right h1 img {
    cursor: pointer;
    margin-top: -16px !important;
  }
  
  
  .what {
    position: absolute !important;
    top: -63px !important;
    z-index: 9999999;
    right: 10px
  }
  
  .arrow_bottom {
    position: absolute;
    float: right;
    float: right;
    text-align: right;
    right: 12px;
    bottom: 11px;
  }
  
  .single_query p {
    border-bottom: 1px solid #ccc;
    padding: 8px 8px;
    cursor: pointer
  }
  
  .single_query p:last-child {
    border-bottom: none
  }
  
  .single_query span {
    float: right;
    font-weight: 700
  }
  
  .book_now {
    width: 127px;
    float: right;
    /* padding: 7px 17px; */
    /* margin: 0 auto; */
    align-self: center;
  }
  
  .book_now a {
    background: #2DBE60;
    color: #FFF;
    padding: 10px 7px;
    text-align: no;
    text-decoration: none;
    font-size: 13px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: center;
    /*border: 1px solid #2DBE60;*/
  }
  
  .rate ul li .number {
    color: #2DBE60;
    font-size: 16px;
    font-weight: 600;
  }
  
  .rate ul li .priceNa {
    color: #FF0000;
    font-size: 16px;
    font-weight: 600;
  }
  
  .rate ul {
    margin: 0;
    padding: 0;
    list-style: none
  }
  
  .rate .list-inline {
    margin-top: 5px;
  }
  
  .rate ul li {
    font-size: 13px;
    /*float: left;
    display: inline;
    padding: 0px 8px;*/
    color: #a0a0a0;
  }
  
  /* share drop down */
  
  .dropdown {
    position: relative;
    display: inline-block;
    z-index: 999;
    margin-top: 30px;
  }
  
  .login-menu.dropdown {
    margin-top: 0px;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 209px;
    overflow: auto;
    padding: 22px 0;
    position: absolute;
    right: 4px;
    top: 16px;
    width: 270px;
    z-index: 999;
  }
  
  .dropdown a:hover {
    background-color: #f1f1f1
  }
  
  .show {
    display: block;
  }
  
  .search_icon {}
  
  .search_icon ul {
    text-align: center !important;
    margin: 0;
    padding: 0
  }
  
  .search_icon ul a {
    display: inline-block;
    color: #FFF
  }
  
  .search_icon ul a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #444444;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    margin-right: 8px;
    font-size: 16px
  }

  .x-twitter-icon ul a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #444444;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    margin-right: 8px;
    font-size: 16px
  }
  .x-twitter-icon ul a:hover{
    background: #444444 !important;

  }
  .vehicle-banner-section .x-twitter-icon img{
    margin-right: 0px;
  }
  
  .copy_line {
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
  
  }
  
  .copy_line span {
    font-weight: 700;
    color: #2DBE60;
    font-size: 16px;
  
  }
  
  /* end share drop down */
  
  /* slider */
  .slider {
    border-right: 1px solid #f0f0f0;
  }
  
  .slider_menu {
    /*padding-top:15px ;*/
    padding-bottom: 20px
  }
  
  .slider_menu .dropdown-content {
    width: auto;
    min-width: 180px;
    padding: 12px 0;
    -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 0px 12px rgba(0, 0, 0, .175);
    border-radius: 2px;
  }
  
  .slider_menu .dropdown-content .search_icon ul li:last-child a i {
    margin-right: 0;
  }
  
  .slider_menu .dropdown-content .copy_line {
    padding-top: 15px;
  }
  
  .slider_menu ul {
    margin: 0;
    padding: 0;
    text-align: right
  }
  
  .slider_menu ul li {
    display: inline-block;
    text-decoration: none;
    /* padding: 0px 10px; */
    font-size: 15px;
    font-weight: 500;
    color: #2DBE60
  }
  
  .slider_menu ul li button {
    background: none;
    border: none;
  }
  
  /* slider style */
  .demo .item {
    margin-bottom: 60px;
  }
  
  .content-slider li {
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
    width: 100px;
    margin: 0 auto
  }
  
  .gallery ul li a img {
    width: 100%
  }
  
  .content-slider h3 {
    margin: 0;
    padding: 70px 0;
  }
  
  .demo {
    width: 100%;
    padding: 0px 15px;
  }
  
  /* .vertical */
  .vehicens {
    border-right: 1px solid #f0f0f0;
    padding-left: 18px
  }
  
  .vehicens p {
    font-size: 15px;
    color: #515151;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  
  .vehicens h2,
  .amenitis h2 {
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0px;
    color: #565656
  }
  
  /* amenitis */
  /*
  .amenitis{
    padding-left:18px;
    overflow:hidden;
    border-right:1px solid #f0f0f0;
    padding-bottom:100px
  }
  .amenitis ul{
    margin:0;
    padding:0;
    list-style:none;
    text-align:center
  }
  .amenitis ul li{
    display:inline-block
  }
  .amenitis ul li a {
    text-decoration: none;
    display: block;
    padding-right: 45px;
    font-size: 15px;
    color: #565656;
    font-weight: 400;
    padding-top:10px
  }
  */
  #frond_mini {
    border-top: 1px solid #f0f0f0;
  }
  
  /***************************************************
                         Footer Area
  ***************************************************/
  .start_footer_area {
    overflow: hidden;
    background: #000;
    padding: 50px 0px;
    margin-top: 173px;
  }
  
  .footer {
    overflow: hidden
  }
  
  .single_footer {}
  
  .single_footer_first {
    overflow: hidden
  }
  
  #single_footer_first img {
    width: 100%;
    max-width: 144px;
  }
  
  #single_footer_first a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    line-height: 33px;
    text-align: center;
    color: #000;
    margin-right: 2px
  }
  
  .footer_icn {
    padding-top: 14px
  }
  
  .single_footer {
    overflow: hidden;
  }
  
  .single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .single_footer ul li {
    display: block
  }
  
  .single_footer ul li a {
    display: block;
    color: #868282;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
  }
  
  .payment {
    text-align: right;
  }
  
  .payment img {
    padding: 65px 0 40px;
    width: 150px
  }
  
  .dropbtn.sl_btn>img {
    padding-left: 27px;
  }
  
  /* my css */
  .single_check label,
  .left_c label {
    font-weight: normal;
  }
  
  .single_check input[type=checkbox]+label,
  .left_c input[type=checkbox]+label {
    display: inline-flex;
    cursor: pointer;
    width: 100%;
    line-height: 24px;
  }
  
  .single_check input[type=checkbox],
  .left_c input[type=checkbox] {
    display: none;
  }
  
  .single_check input[type="checkbox"]+label::before,
  .left_c input[type="checkbox"]+label::before {
    content: "";
    border: 0.1em solid #ddd;
    border-radius: 0.2em;
    /*display: inline-table;*/
    width: 25px;
    line-height: 22px;
    /*padding-left: 4px;
    padding-bottom: 2px;*/
    text-align: center;
    margin-right: 10px;
    vertical-align: top;
    color: transparent;
    transition: .2s;
    font-size: 18px;
    height: 26px;
  }
  
  .single_check input[type="checkbox"]:disabled+label,
  .left_c input[type="checkbox"]:disabled+label {
    cursor: default;
  }
  
  .single_check input[type=checkbox]:checked:disabled+label:before,
  .left_c input[type=checkbox]:checked:disabled+label:before,
  .single_check input[type="checkbox"]:disabled+label::before,
  .left_c input[type="checkbox"]:disabled+label::before {
    background: #eee;
    color: #eee;
    content: "";
    display: inline-flex;
    height: 25px;
    border-color: #eee;
  }
  
  .single_check input[type="checkbox"]:disabled+label,
  .left_c input[type="checkbox"]:disabled+label {
    color: #ddd;
  }
  
  .single_check input[type=checkbox]:checked+label:before,
  .left_c input[type=checkbox]:checked+label:before {
    background-color: #2DBE60;
    border-color: #2DBE60;
    color: #FFFFFF;
    content: "\2714"
  }
  
  /*vehicals_aminities*/
  .vehicals_aminities .single_check input[type="checkbox"]+label::before,
  .vehicals_aminities .left_c input[type="checkbox"]+label::before {}
  
  #map {
    width: 100%;
    height: 360px;
  }
  
  .frod_mini_left {
    position: relative;
  }
  
  .frod_mini_left span.img_expand {
    position: absolute;
    bottom: 10px;
    left: 5%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .3s;
  }
  
  .frod_mini_left:hover span.img_expand {
    opacity: 1;
    visibility: visible;
  }
  
  .black_bg_overlay {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  
  .frod_mini_left:hover .black_bg_overlay {
    opacity: .5;
    visibility: visible;
  }
  
  /* booking page css */
  /* project-2 css */
  .reservation-section {
    margin-top: 20px;
    margin-bottom: 100px;
  }
  
  .reservation-left-side h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
  }
  
  .reservation-left-side-box {
    box-shadow: 0 8px 30px #e9e9e9;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    overflow: hidden;
  }
  
  .reservation-left-side-box h5 span {
    font-weight: 600;
    width: 49%;
    display: inline-block;
  }
  
  .reservation-left-side-box h5 span:last-child {
    padding-left: 16px;
  }
  
  /*.reservation-left-side-box h5 span.date {
    margin-right: 25px;
   
  }*/
  .pickup-drop-form .pickup {
    width: 47%;
    float: left;
    margin-right: 6%;
  }
  
  .pickup-drop-form .drop {
    width: 47%;
    float: left;
  }
  
  .pickup-drop-form .pickup label,
  .pickup-drop-form .drop label {
    font-weight: 400;
  }
  
  .pickup-drop-form .pickup input,
  .pickup-drop-form .drop input {
    width: 100%;
    padding: 8px;
    border: 1px solid #EAEAEA;
    color: #000;
    margin-bottom: 7px;
  }
  
  /*.pickup-drop-form .pickup p, .pickup-drop-form .drop p {
    border: 1px solid #EAEAEA;
    width: 80px;
    padding: 7px;
  }*/
  /*.reservation-left-side-box .bus-desc {
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
  }
  
  .vehicle-info .bus-desc .img {
    width: 18%;
    float: left;
    margin-right: 4%;
  }*/
  .vehicle-info .bus-desc .text {
    /*width: 78%;
    float: left;*/
    padding-left: 0;
  }
  
  /*.reservation-left-side-box .bus-desc .text h5 {
    font-weight: 600;
  }
  .reservation-left-side-box .bus-desc .text a {
    color: #2DBE60;
    font-weight: 600;
    margin-top: 10px;
    display: block;
  }*/
  .passengers-information {
    display: block;
    width: 100%;
  }
  
  .passengers-information h5 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  
  .passengers-information form .passengers-lsc {
    width: 47%;
    float: left;
    margin-right: 6%;
  }
  
  .passengers-information form .passengers-rsc {
    width: 47%;
    float: left;
  }
  
  .passengers-information form .passengers-lsc label,
  .passengers-information form .passengers-rsc label {
    font-weight: 600;
  }
  
  .passengers-information form .passengers-lsc input,
  .passengers-information form .passengers-rsc input {
    width: 100%;
    padding: 8px;
    border: 1px solid #EAEAEA;
    color: #000;
    margin-bottom: 7px;
  }
  
  .terms-and-conditions-box {
    /*box-shadow: 0 8px 30px #e9e9e9;
    padding: 20px;
    
    border-radius: 5px;*/
    margin-top: 63px;
    overflow: hidden;
    display: block;
  }
  
  .terms-and-conditions-box h3 {
    font-size: 20px;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 6px;
  }
  
  .passengers-information .terms-and-conditions-box p {
    margin: 10px 0 20px;
  }
  
  .trip-summary-box {
    overflow: hidden;
    box-shadow: 0 8px 30px #e9e9e9;
    padding: 15px;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
  }
  
  .trip-summary-box h3 {
    margin-bottom: 25px;
  }
  
  .trip-summary-box h6 {
    font-size: 14px;
    margin-top: -8px;
    color: #696969;
  }
  
  .trip-summary-box h5 {
    color: #696969;
  }
  
  .trip-summary-box h4.price-breakdown {
    font-size: 16px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  
  .trip-summary-box h5 span {
    float: right;
    font-weight: 600;
  }
  
  .trip-summary-box h4.total {
    color: #696969;
    padding-top: 8px;
    font-size: 14px;
    display: inline-table;
    font-weight: bold;
    text-align: center;
    width: 49%;
    border-right: 1px solid #EAEAEA;
  }
  
  .trip-summary-box h4.total:last-child {
    border-right: none;
  }
  
  .trip-summary-box hr {
    margin: 14px 0 12px;
  }
  
  .trip-summary-box h4.total span {
    color: #2DBE60;
    font-weight: 500;
    font-size: 20px;
    display: block;
    padding: 5px 0 8px;
  }
  
  .passengers-information form .passengers-rsc input[type="checkbox"] {
    width: 0;
    margin-right: 10px;
    display: block;
    float: left;
    overflow: hidden;
  }
  
  .trip-summary-box form span {
    margin-top: -24px;
    display: inline-block;
    float: left;
    margin-left: 25px;
    font-weight: 500;
  }
  
  .trip-summary-box form span a {
    color: #2DBE60;
  }
  
  .trip-summary-box form button {
    margin-top: 30px;
    width: 100%;
    padding: 8px;
    border: 0;
    background: #2DBE60;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    font-weight: 500;
  }
  
  .need-help-box {
    overflow: hidden;
    box-shadow: 0 8px 30px #e9e9e9;
    padding: 20px 15px 30px;
    margin-top: 30px;
    display: block;
    border-radius: 5px;
  }
  
  .need-help-box h5 {
    font-weight: 500;
  }
  
  .need-help-box p {
    color: #2DBE60;
  }
  
  .ajax-load {
    padding: 10px 0px;
    width: 100%;
  }
  
  /* .error{ color: red;
      font-size: 12px;
      font-weight: normal;} */
  .input_box input.error {
    border-color: red;
    color: red;
  }
  
  .main_left .Price li {
    display: inline-flex;
  }
  
  .frod_mini_right h1 {
    font-size: 28px;
  }
  
  #divLoading {
    display: none;
  }
  
  .allVehiclesBlock {
    position: relative;
    margin-bottom: 50px;
    border-left: 1px solid #F0F0F0;
  }
  
  #divLoading.show {
    display: block;
    position: fixed;
    z-index: 100;
    background-image: url('../img/loading-small.gif');
    background-color: #fff;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
  }
  
  .allVehiclesBlock.show .allVehiclesBlock-loading {
    display: block;
    position: absolute;
    z-index: 100;
    background-image: url('../img/loading-small.gif');
    background-color: #fff;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-position: center 20px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
  }
  
  #loadinggif.show {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
  }
  
  div.content {
    width: 1000px;
    height: 1000px;
  }
  
  .no-record {
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0;
    line-height: 80px;
  }
  
  /*.slider-main{ border-bottom:1px solid #ececec;}*/
  .frod_wifi img {
    margin-right: 2px;
    max-width: 23px;
    max-height: 23px;
  }
  
  .dropdown-sortby {
    position: relative;
    /* text-align: right; */
  }
  
  .frod_wifi {
    padding: 10px 0;
  }
  
  .main_left .vehicals_type p b,
  .main_left .distanceSearch p b {
    font-size: 16px;
    color: #333;
  }
  
  .main_left .More_filter a,
  .main_left .pasengers p b,
  .main_left .Price p b {
    font-size: 16px;
  }
  
  .main_left .vehicals_aminities .left_c {
    padding-left: 0px;
  }
  
  .main_left .vehicals_aminities .More_filter a {
    font-size: 15px;
  }
  
  .main_left .vehicals_type .single_check>label {
    /* font-weight: 600; */
  }
  
  /* Tabs panel */
  .tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
  }
  
  /* .tabbable-panel.main_left{ border-right:none;} */
  /* Default mode */
  .tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
  }
  
  .tabbable-line>.nav-tabs>li {
    margin-right: 2px;
  }
  
  .tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-bottom: 0;
    margin-right: 0;
    color: #737373;
  }
  
  .tabbable-line>.nav-tabs>li>a:hover {
    color: #333333;
  }
  
  .tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
  }
  
  /*.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 2px solid #fbcdcf;
  }*/
  .tabbable-line>.nav-tabs>li>a:hover,
  .tabbable-line>.nav-tabs>li>a:focus {
    background: none;
  }
  
  .tabbable-line>.nav-tabs>li.open>a,
  .tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
  }
  
  .tabbable-line>.nav-tabs>li.open>a>i,
  .tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
  }
  
  .tabbable-line>.nav-tabs>li.open .dropdown-menu,
  .tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
  }
  
  .tabbable-line>.nav-tabs>li:hover {
    border-bottom: 2px solid #94dfae;
  }
  
  .tabbable-line>.nav-tabs>li.active {
    border-bottom: 2px solid #2dbe60;
    position: relative;
    margin-bottom: 2px;
  }
  
  .tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
  }
  
  .tabbable-line>.nav-tabs>li.active>a:hover,
  .tabbable-line>.nav-tabs>li.active>a:focus {
    border: none;
  }
  
  .tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
  }
  
  .tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    /* padding: 15px 0;*/
  }
  
  .portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
  }
  
  /* Below tabs mode */
  
  .tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
  }
  
  .tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
  }
  
  .tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
  }
  
  .tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
  }
  
  .tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }
  
  .tabbable-line .tab-content .clear {
    float: none;
    padding-right: inherit;
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
  
  .vehicle-info {
    border-radius: 5px;
    box-shadow: 0 8px 30px #e9e9e9;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px 15px;
  }
  
  .vehicle-info .frond_mini_center h4 {
    font-weight: 600;
  }
  
  .sub-heading {
    margin-bottom: 20px;
  }
  
  .rate ul li .hourNa {
    color: #FF0000;
  }
  
  .pickup-drop-form .form-group p {
    border: 1px solid #ccc;
    width: 90px;
    padding: 7px;
  }
  
  .reservation-left-side-box .form-group .control-label {
    font-weight: normal;
  }
  
  .reservation-left-side-box .form-group input.form-control {
    border: 1px solid #ccc;
    font-size: 14px;
    box-shadow: none;
    height: 43px;
    margin-bottom: 6px;
    width: 100%;
    border-radius: 0;
  }
  
  .reservation-left-side-box .form-group textarea.form-control {
    border: 1px solid #ccc;
    font-size: 14px;
    box-shadow: none;
    margin-bottom: 6px;
    width: 100%;
    border-radius: 0;
  }
  
  .reservation-left-side-box .form-group .form-control:focus {
    box-shadow: none;
  }
  
  .passengers-information h4 {
    font-size: 16px;
    margin: 20px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 6px;
  }
  
  .passengers-information p {
    margin-top: 20px;
  }
  
  .visibilityHidden {
    visibility: hidden;
  }
  
  span.error {
    color: red !important;
    font-weight: normal !important;
    font-size: 12px !important;
  }
  label.error {
      color: red !important;
      font-weight: normal !important;
      font-size: 12px !important;
  }
  
  .passengers-information.billing-info .form-group {
    position: relative;
  }
  
  .passengers-information.billing-info .form-group img {
    position: absolute;
    right: 10px;
    top: 31px;
  }
  
  .selectedSorting {
    font-weight: bold;
  }
  
  /**************-----------------------Home time picker Css----------------------**********/
  .pickup-time {
    float: left;
    position: relative;
    width: 35%;
  }
  
  .pickup-time #drop-pickup-time,
  .pickup-time #pickup-drop-time {
    display: none;
    height: 218px;
    overflow: hidden;
    position: absolute;
    min-width: 180px;
    background: #fff;
    border-color: #ccc #ccc #bbb;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    padding: 0 6px 8px;
    top: 48px;
    z-index: 999;
  }
  
  .pickup-time #drop-pickup-time .scroll-time i,
  .pickup-time #pickup-drop-time .scroll-time i {
    color: #7f7f7f;
  }
  
  .pickup-time #drop-pickup-time .scroll-time i:hover,
  .pickup-time #pickup-drop-time .scroll-time i:hover {
    color: #000;
    cursor: pointer
  }
  
  .pickup-time #drop-pickup-time ul,
  .pickup-time #pickup-drop-time ul {
    margin-top: 6px;
    border: 1px solid #ccc;
    padding-right: 0 !important;
  }
  
  .pickup-time #drop-pickup-time ul li,
  .pickup-time #pickup-drop-time ul li {
    background: #f5f5f5;
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0px 8px;
  }
  
  .pickup-time #drop-pickup-time ul li.active,
  .pickup-time #drop-pickup-time ul li:hover,
  .pickup-time #pickup-drop-time ul li.active,
  .pickup-time #pickup-drop-time ul li:hover {
    background: #2dbe60;
    box-shadow: none;
    color: #fff;
  }
  
  /**************-----------------------Custom scroll css --------------************************/
  .scrollbox {
    width: 100% !important;
    padding-right: 15px !important;
    margin-bottom: 2px;
    max-height: 150px;
  }
  
  .track3 {
    width: 4px;
    background: rgba(0, 0, 0, 0);
    margin-right: -5px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
    top: 9px;
  }
  
  .handle3 {
    width: 5px;
    right: 5px;
    background: #ccc;
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
  }
  
  .track3:hover .handle3,
  .track3.dragging .handle3 {
    width: 9px;
  }
  
  /**************----------------------- /.Custom scroll css --------------************************/
  /**************-----------------------/.Home time picker Css End----------------------**********/
  .promo-code-section.trip-summary-box h4.price-breakdown {
    text-transform: uppercase;
    padding-bottom: 0;
  }
  
  .promo-code-section.trip-summary-box h4.price-breakdown label {
    font-weight: 500;
  }
  
  .billing-info #frmSubmit {
    margin: 5px 0;
  }
  
  .secure-transmission {
    margin-top: 40px;
  }
  
  .secure-transmission p {
    color: #868686;
  }
  
  .secure-transmission p i {
    color: #616161;
    margin-right: 6px;
  }
  
  .secure-transmission ul {
    margin-top: 10px;
  }
  
  .single_query table tr td {
    border-bottom: 1px solid #ccc;
    border-top: none;
    color: #333;
  }
  
  .single_query table tr td:last-child {
    font-weight: bold;
    text-align: right;
  }
  
  /**************-----------------------Payment Confirmation Css Start----------------------**********/
  .payment-confirmation {
    padding-top: 40px;
  }
  
  .payment-confirmation h1 {
    text-transform: uppercase;
    font-size: 26px;
  }
  
  .payment-left-box {
    box-shadow: 0 8px 30px #e9e9e9;
    border-radius: 5px;
    padding: 25px 20px;
    display: block;
  }
  
  .trip-info {
    margin-bottom: 24px;
    /*text-align:right;*/
  }
  
  .trip-info h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .trip-info p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  
  .trip-info p a {
    color: #2DBE60;
    margin-right: 15px;
  }
  
  .trip-info p a:focus,
  .trip-info p a:hover {
    text-decoration: none;
  }
  
  .trip-info p a i {
    margin-right: 4px;
    font-size: 16px;
  }
  
  .trip-info p a i.fa-print {
    font-size: 18px;
  }
  
  .trip-info p a:last-child {
    margin-right: 0;
  }
  
  .payment-left-box .table tr td {
    vertical-align: middle;
  }
  
  .payment-left-box .table tr td:first-child strong {
    color: #565656;
  }
  
  .payment-confirmation .trip-summary-box {
    margin-top: 0;
  }
  
  .payment-confirmation .trip-summary-box h3 {
    font-size: 20px;
  }
  
  .imp-information {
    margin-bottom: 15px;
    display: inline-table;
    width: 100%;
  }
  
  .imp-information h4 {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 6px;
  }
  
  .imp-information ul {
    margin-top: 10px;
    padding-left: 15px;
  }
  
  .imp-information ul li {
    font-size: 12px;
  }
  
  .passenger-info ul {
    padding-left: 0;
  }
  
  .passenger-info ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  
  .email-itinerary .modal-header {
    background: #2DBE60;
    color: #fff;
  }
  
  /*.email-itinerary .modal-header .close{ margin-top: -14px; color: #449D44; }
  .email-itinerary .modal-header .close:focus, .email-itinerary .modal-header .close:hover{ color: #fff; }*/
  .email-itinerary .modal-body .form-group {
    margin-top: 20px;
    max-width: 70%;
  }
  
  .email-itinerary .modal-body .form-group input {
    border-radius: 0;
  }
  
  .email-itinerary .modal-dialog .modal-content {
    border-radius: 0;
  }
  
  /**************-----------------------/.Payment Confirmation Css End----------------------**********/
  .trip-info p a span.atcb-link {
    display: inline-block;
  }
  
  .trip-info p a ul.atcb-list {
    visibility: inherit;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 5px 0;
    left: inherit;
    right: 0;
  }
  
  .trip-info p a ul.atcb-list li a {
    padding: 3px 20px;
    color: #333;
    font-weight: 400;
  }
  
  .trip-info p a ul.atcb-list li a:hover {
    background-color: #f5f5f5;
  }
  
  .summary-social-link {
    margin-top: 20px;
    text-align: right;
  }
  
  .summary-social-link li {
    padding: 0;
  }
  
  .summary-social-link li a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    line-height: 28px;
    text-align: center;
    color: #2DBE60;
    margin-right: 2px;
    border: 1px solid #2DBE60;
  }
  .summary-social-link li.x-twitter-green a {
    padding: 5px 6px 7px 7px;
    border-radius: 50%;
    background: #FFF;
    line-height: 28px;
    text-align: center;
    color: #2DBE60;
    margin-right: 2px;
    border: 1px solid #2DBE60;
  }
  .summary-social-link li.x-twitter-green a:hover{
    background: #2DBE60;
  }
  .summary-social-link li.x-twitter-green a:hover svg path{
    fill: white;
  }
  .summary-social-link li a:hover i {
    background: #2DBE60;
    color: #fff;
  }
  
  .payment-confirmation .trip-summary-box {
    margin-bottom: 20px;
  }
  
  .trip-summary-box h4.total-summary {
    margin-top: 20px;
    border-top: 1px solid #EAEAEA;
    padding-top: 10px;
    font-size: 16px;
  }
  
  .trip-summary-box h4.total-summary span {
    float: right;
    color: #2DBE60;
    font-weight: 500;
    font-size: 20px;
  }
  
  label.booking.success {
    color: #3c763d
  }
  
  ;
  
  /* for overaly loading image show */
  .loader-overlay.hide {
    display: none;
  }
  
  .loader-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/loading-small.gif') center no-repeat #FFF;
    z-index: 99999;
    position: fixed;
    opacity: 0.9;
    top: 0px;
  }
  .search-loader-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/loading-small.gif') center no-repeat #FFF;
    z-index: 99999;
    position: fixed;
    opacity: 0.9;
  }
  
  /**************** CMS Pages ***********/
  .cms-page p {
    margin-bottom: 10px;
  }
  
  .terms-and-conditions-box h3 {
    margin: 15px 0 10px;
    font-weight: normal;
  }
  
  /**************** CMS Pages ***********/
  
  /* .filter-menu{position: absolute;top:-5px;} */
  .trip-summary-box h5.total-summary {
    /* display:flex; */
  }
  
  .trip-summary-box h5.total-summary i {
    font-style: normal;
    width: 100%;
    padding-right: 10px;
  }
  
  .filter-menu .mainmenu .glyphicon-menu-hamburger {
    position: absolute;
    right: 10px;
    top: -31px;
  }
  
  .filter-menu .filter-btn {
    position: absolute;
    /* top: -43px; */
  }
  
  /**************** Footer Style ***********/
  footer.index-ftr {
    background-color: #11161a;
    padding: 44px 0 0;
    z-index: 2;
    position: relative;
  }
  
  .index-ftr h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
  }
  
  .index-ftr p {
    color: #cdcfd0;
    font-size: 13px;
    line-height: 22px;
  }
  
  .index-ftr ul li a {
    font-size: 14px;
    color: #cdcfd0;
    line-height: 34px;
  }
  
  .index-ftr ul li a:hover {
    color: #2DBE60;
  }
  
  .index-ftr ul li a:focus {
    text-decoration: none;
  }
  
  .index-ftr .form-group .input-group-btn .btn {
    background: #40c340;
    line-height: 26px;
    border-radius: 2px;
  }
  
  .index-ftr .input-group .form-control {
    font-size: 14px;
    height: 40px;
    border-radius: 2px;
  }
  
  .index-ftr .any-question li {
    font-size: 14px;
    color: #cdcfd0;
    line-height: 34px;
  }
  
  .index-ftr .any-question li a {
    color: #40c340;
  }
  
  .index-ftr .any-question li span {
    color: #fff;
  }
  
  footer.index-ftr ul.social-link {
    margin-bottom: 30px;
  }
  
  footer.index-ftr ul.social-link li {
    border: 2px solid #2dbe60;
    border-radius: 50%;
    width: 40px;
    padding: 0;
    margin: 0 2px;
    line-height: 36px;
    text-align: center;
  }
  
  footer.index-ftr ul.social-link li a {
    display: block;
    color: #fff;
  }
  
  footer.index-ftr ul.social-link li:hover {
    background: #2dbe60;
  }
  
  footer.index-ftr ul.social-link li:hover a {
    color: #fff;
  }
    .btm-footer {
    background: #000;
    padding: 26px 0;  
    margin-top: 40px;
  }
  /* .btm-footer.ride-rate-footer{
    padding: 13px 0px  70px;
  } */
  .btm-footer p {
    font-size: 13px;
    color: #fff;
  }
  
  .btm-footer p span {
    color: #40c340;
  }
  
  .btm-footer ul {
    margin-bottom: 0;
  }
  
  .btm-footer ul li {
    border-right: 1px solid #cdcfd0;
    display: inline;
  }
  
  .btm-footer ul li a {
    font-size: 13px;
    color: #cdcfd0;
    padding: 0 8px;
  }
  
  .btm-footer ul li:last-child {
    border-right: none;
  }
  
  /**************** Footer Style End ***********/
  
  .text-transform-uppercase {
    text-transform: uppercase;
  }
  
  .connected.success {
    color: #2DBE60 !important;
  }
  
  footer .about p {
    color: #2DBE60;
  }
  
  p.chatlink {
    cursor: pointer;
  }
  
  .promocode.success {
    color: #28a745;
  }
  
  /*.filter-menu .mainmenu {padding-top: 8px;}*/
  .filter-menu .mainmenu a:hover {
    color: #2DBE60;
  }
  
  .btn-done {
    display: table;
    width: 100%;
  }
  
  .btn-ok {
    background: #28a745;
    /* margin-top:4px; margin-left: 17px; */
    color: #fff;
    margin-top: 8px;
  }
  
  .btn-ok:focus,
  .btn-ok:hover {
    background: #28a745;
    color: #fff;
  }
  
  /* .booked_vehicle_type{ margin-left:67px;} */
  .vehicleBlock {
    position: relative;
  }
  
  .booked-img {
    max-width: 100%;
    position: absolute;
    right: 290px;
    top: 70px;
    width: 160px;
    z-index: 1;
  }
  
  .booked_single_query .img-responsive {
    /* height:125px;  */
    width: 150px;
  }
  
  /* Drop-off Switch*/
  .pickup .start-service {
    position: absolute;
    left: 11px;
    top: 25px;
    width: 6px;
  }
  
  .dropup .drop-off {
    position: absolute;
    left: 11px;
    bottom: 24px;
    width: 6px;
  }
  
  .dropup {
    /* display:none; */
  }
  
  .TriSea-technologies-Switch {
    color: #6c6c6c;
    margin: 8px 0;
  }
  
  .TriSea-technologies-Switch>input[type="checkbox"] {
    display: none;
  }
  
  .TriSea-technologies-Switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 36px;
    margin-left: 10px;
    display: inline-table;
  }
  
  .TriSea-technologies-Switch>label::before {
    background: #67d28c;
    /*box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); */
    border-radius: 8px;
    content: '';
    height: 11px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
    width: 36px;
    left: 5px;
  }
  
  .TriSea-technologies-Switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 18px;
    left: 1px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 18px;
  }
  
  .TriSea-technologies-Switch>input[type="checkbox"]:checked+label::before {
    background: #67d28c;
  }
  
  .TriSea-technologies-Switch>input[type="checkbox"]:checked+label::after {
    background: #2ebe61;
    left: 25px;
  }
  
  .rate {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: bold;
  }
  
  .rate .booking_reservation_date {
    margin: 6px 0 3px;
  }
  
  .booked_vehicle_type h3 {
    color: #565656;
    font-size: 15px;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel {
    border-left: none;
    border-top: none;
    padding-top: 0;
    border-bottom: none;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .tab-content .slider {
    border-right: none;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .tab-content .vehicens {
    padding-left: 0;
    border-right: none;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .tab-content .amenitis {
    padding-top: 10px;
    padding-bottom: 30px;
    display: table;
    width: 100%;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .tab-content .amenitis li {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .tab-content .amenitis li img {
    margin-right: 8px;
    max-width: 28px;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .nav.nav-tabs {
    position: relative;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .nav.nav-tabs .share-hide {
    position: absolute;
    right: 0;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .nav.nav-tabs .share-hide:hover {
    border-bottom: none;
  }
  
  .lSSlideOuter {
    margin-top: 10px;
  }
  
  .booked_single_query tr.request-time {
    color: #FFAA02;
    font-weight: bold;
  }
  
  .booked_single_query tr.unavailable {
    color: #B51A00;
    font-weight: bold;
  }
  
  .booked_single_query tr.unavailable .time-from {
    width: 47%;
    float: left;
  }
  
  .booked_single_query tr.unavailable .time-to {
    width: 47%;
    float: left;
  }
  
  .booked_single_query tr.unavailable .dash {
    width: 4%;
    float: left;
    line-height: "35px";
  }
  
  .booked_single_query tr.available {
    color: #77BB40;
    font-weight: bold;
  }
  
  .booked_single_query tr.available .time-from {
    width: 47%;
    float: left;
  }
  
  .booked_single_query tr.available .time-to {
    width: 47%;
    float: left;
  }
  
  .booked_single_query tr.available .dash {
    width: 4%;
    float: left;
    line-height: "35px";
  }
  
  .slider_menu ul li button.dropbtn {
    border-radius: 4px;
    border: 1px solid #2DBE60;
    padding: 2px 6px;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .nav.nav-tabs .share-hide ul li button.dropbtn {
    font-size: 12px;
  }
  
  .slider_menu span {
    font-size: 14px;
    margin-left: 6px;
  }
  
  .booked_vehicle_type {
    margin-right: -9px;
  }
  
  /******** Index Page Css *********/
  header.home-header .navbar.navbar-fixed-top {
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  
  header.home-header.darkHeader .navbar.navbar-fixed-top {
    background: #fff;
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-bottom: 1px solid #CCC;
  }
  
  header.home-header .navbar .navbar-brand img.logo-white {
    /*position:relative;*/
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 212px;
  }
  
  header.home-header .navbar .navbar-brand img.logo-green {
    position: absolute;
    top: 12px;
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 0px;
  }
  
  header.home-header.darkHeader .navbar.navbar-fixed-top .navbar-brand img.logo-white {
    /*position:relative;top: 0px;*/
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 0;
  }
  
  header.home-header.darkHeader .navbar.navbar-fixed-top .navbar-brand img.logo-green {
    width: 140px;
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  
  header.home-header .navbar-brand {
    height: auto;
    position: relative;
    width: 244px;
  }
  
  header.home-header .navbar-nav {
    margin-top: 24px;
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  
  header.home-header.darkHeader .navbar.navbar-fixed-top .navbar-nav {
    margin-top: 8px;
    padding-bottom: 4px;
  }
  
  header.home-header .navbar-nav li {
    text-transform: uppercase;
    font-size: 15px;
    /*font-weight:600;*/
  }
  
  header.home-header .navbar-nav li a {
    color: #fff;
  }
  
  header.home-header .navbar-nav li a:focus {
    background: none;
    color: #fff;
  }
  
  header.home-header .navbar-nav li a:hover {
    background: none;
    color: #2dbe60;
  }
  
  header.home-header.darkHeader .navbar-nav li a {
    color: #525252;
  }
  
  /*.index-banner-section{background:url(../images/index-banner.jpg) no-repeat center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover;display:flex; align-items: center;
    -o-background-size: cover;
    background-size: cover; min-height:555px;}*/
  .video-section {
    position: relative;
    height: 800px;
  }
  
  .video-section img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  
  .video-section::before {
    content: "";
    display: block;
    bottom: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 9, 16, 0.5);
  }
  
  .video-text {
    position: absolute;
    top: 40%;
    width: 100%;
  }
  
  .video-text h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'sans-serif';
  }
  
  .video-text p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .video-text .btn-hollow i {
    margin-left: 5px;
  }
  
  header.home-header.darkHeader .navbar-nav li a:hover {
    color: #2DBE60;
  }
  
  .btn-hollow {
    color: #fff;
    background: none;
    border: 2px solid #fff;
    font-size: 18px;
  }
  
  .btn-hollow:focus {
    color: #fff;
  }
  
  .btn-hollow:hover {
    background: #2dbe60;
    color: #fff;
    border-color: #2dbe60;
  }
  
  .how-it-work {
    position: relative;
    background: #2dbe60;
    padding: 140px 0;
  }
  
  .how-it-work h2 {
    font-size: 28px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
  }
  
  .how-it-work p {
    font-size: 15px;
    color: #fff;
  }
  
  .how-it-work:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 50px;
    top: 0px;
    left: 50%;
    background: #81d8a0;
    margin-left: -5px;
  }
  
  .how-it-work:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 50px;
    bottom: 0px;
    background: #81d8a0;
    left: 50%;
    margin-left: -5px;
  }
  
  .work-steps {
    margin-top: 80px;
    margin-left: 0;
  }
  
  .work-steps li {
    padding: 0 30px;
    /*background:url(../images/work-step-divider.png) no-repeat right;*/
  }
  
  .work-steps li:last-child {
    background: none;
  }
  
  .work-steps span {
    display: block;
    font-size: 20px;
    color: #fff;
    max-width: 150px;
    margin-top: 8px;
  }
  
  header.home-header .navbar-toggle {
    border-color: #fff;
    margin-top: 27px;
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  
  header.home-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  
  header.home-header.darkHeader .navbar-toggle {
    border-color: #2dbe60;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  
  header.home-header.darkHeader .navbar-toggle .icon-bar {
    background-color: #2dbe60;
  }
  
  /*.skew-bg{transform: skew(0deg, -10deg);-ms-transform: skew(0deg, -10deg); -webkit-transform: skew(0deg, -10deg);margin-top: -170px; padding-bottom: 200px; padding-top: 250px;}
  .skew-content{transform: skew(0deg, 10deg);-ms-transform: skew(0deg, 10deg);  -webkit-transform: skew(0deg, 10deg);}*/
  .cd-fixed-background h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0;
    position: relative;
  }
  
  .cd-fixed-background h1::after {
    background: #323232 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    font-size: 0;
    height: 2px;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    width: 108px;
  }
  
  .cd-fixed-background .cd-content h2 {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: bold;
  }
  
  .cd-fixed-background .cd-content p {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
  }
  
  .cd-fixed-background .cd-content h2 {
    color: #fff;
  }
  
  .cd-fixed-background .cd-content h2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -20px;
    content: "";
    font-size: 0;
    height: 2px;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 70px;
  }
  
  .cd-fixed-background .cd-content.light-background h2::after {
    background: #323232 none repeat scroll 0 0;
  }
  
  .cd-fixed-background .cd-content.light-background h2,
  .cd-fixed-background .cd-content.light-background p {
    color: #323232;
  }
  
  .cd-fixed-background .cd-content ul li {
    font-size: 15px;
    color: #323232;
    background: url(../images/booking-bullet.png) no-repeat left 7px;
    padding-left: 40px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  
  .btn-hollow-green {
    color: #2dbe60;
    background: none;
    border: 2px solid #2dbe60;
    font-size: 18px;
  }
  
  .btn-hollow-green:focus {
    color: #2dbe60;
  }
  
  .btn-hollow-green:hover {
    background: #2dbe60;
    color: #fff;
    border-color: #2dbe60;
  }
  
  .cd-fixed-background .btn-hollow-green {
    margin-top: 50px;
    text-transform: uppercase;
    padding: 12px 24px;
  }
  
  .ridehire-beta .btn-green {
    margin-top: 25px;
    text-transform: uppercase;
    padding: 12px 24px;
  }
  
  .ridehire-beta .btn-green i,
  .cd-fixed-background .btn-hollow-green i {
    margin-left: 5px;
  }
  
  .ridehire-beta {
    background: #e8fbf8;
    position: relative;
    padding: 60px 0 40px;
  }
  
  .ridehire-beta img {
    /* position:absolute; left:48.2%; */
    top: -45px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 1
  }
  
  .ridehire-beta h3 {
    font-size: 18px;
    color: #323232;
    margin: 10px 0 20px;
  }
  
  .ridehire-beta p {
    font-size: 14px;
    color: #323232;
    line-height: 22px;
    margin-bottom: 40px;
  }
  
  .ridehire-beta .form-control {
    border: 2px solid #2dbe60;
    height: 46px;
    font-size: 18px;
    color: #919191;
    border-radius: 3px;
  }
  
  .btn-green {
    background: #2dbe60;
    color: #fff;
    font-size: 18px;
    border: 2px solid #2dbe60;
  }
  
  .btn-green:focus {
    color: #fff;
    box-shadow: none;
  }
  
  .btn-green:hover {
    background: none;
    border: 2px solid #2dbe60;
    color: #2dbe60;
  }
  
  /*footer.index-ftr ul{ color:#fff; margin-bottom:30px;}
  footer.index-ftr ul li{ border-right:1px solid #fff; padding-right:8px;font-size:14px}
  footer.index-ftr ul li:last-child{ border-right:none;}
  footer.index-ftr ul li a{ ; color:#fff;}
  footer.index-ftr ul li a:hover{ color:#2dbe60;}*/
  /*footer.index-ftr ul:last-child li:last-child a{text-decoration:underline;}
  footer.index-ftr ul:last-child li:last-child a:hover{ text-decoration:none;}
  */
  #dot-nav {
    right: 10px;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    z-index: 999;
    display: none;
  }
  
  #dot-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #dot-nav li {
    position: relative;
    border: 2px solid #2dbe60;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    line-height: 18px;
    height: 24px;
    margin: 10px 10px 0px 0px;
    width: 24px;
    vertical-align: bottom;
    text-align: center;
    padding-top: 3px;
  }
  
  #dot-nav li.active a,
  #dot-nav li:hover a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2dbe60;
    display: inline-block;
  }
  
  video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
  }
  
  .video-background {
    background: #000;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .video-foreground,
  .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*pointer-events: none;*/
  }
  
  /*#vidtop-content {
    top: 0;
    color: #fff;
  }
  .vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
  .vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
  .vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
  */
  .cd-fixed-background.img-4,
  .cd-fixed-background.img-2 {
    background-color: #fff;
    display: table;
    width: 100%;
  }
  
  /*.video-text h1 .fix-text {padding-left:30px;}*/
  .video-text .btn-hollow {
    margin: 0 auto;
    display: table;
  }
  
  .video-text h1 .btm-text {
    display: block;
    font-size: 55px;
    margin-top: 15px;
  }
  
  .txt-rotate>.wrap {
    border-right: 0.08em solid #fff;
    animation: blink-caret .8s step-end infinite;
  }
  
  .video-text h1 .txt-rotate {
    display: block;
    margin-top: 15px;
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
  
    from,
    to {
      border-color: transparent
    }
  
    10% {
      border-color: #fff;
    }
  }
  
  /*footer.index-ftr{ background-color: #11161a; padding: 44px 0 0; z-index: 1; position: relative;}
  .index-ftr h3{ font-size:18px; color:#fff; text-transform:uppercase; margin-bottom:20px;}
  .index-ftr p{ color:#cdcfd0; font-size:13px; line-height:22px;}
  .index-ftr ul li a{ font-size:14px; color:#cdcfd0; line-height:34px;}
  .index-ftr ul li a:hover{ color:#2DBE60;}
  .index-ftr ul li a:focus{ text-decoration:none;}
  .index-ftr .form-group .input-group-btn .btn{ background:#40c340; line-height:26px;border-radius:2px;}
  .index-ftr .input-group .form-control{ font-size:14px; height:40px; border-radius:2px;}
  .index-ftr .any-question li{ font-size:14px; color:#cdcfd0; line-height: 34px;}
  .index-ftr .any-question li a{ color:#40c340;}
  .index-ftr .any-question li span{ color:#fff;}
  footer.index-ftr ul.social-link { margin-bottom:30px;}
  footer.index-ftr ul.social-link li{ border:2px solid #2dbe60; border-radius: 50%; width:40px; padding:0;margin:0 2px; line-height:36px; text-align:center;}
  footer.index-ftr ul.social-link li a{ display:block;color:#fff;}
  footer.index-ftr ul.social-link li:hover{ background:#2dbe60;}
  footer.index-ftr ul.social-link li:hover a{ color:#fff;}
  .btm-footer{ background:#000; padding:26px 0; margin-top:40px;}
  .btm-footer p{ font-size:13px; color:#fff;}
  .btm-footer p span{ color:#40c340;}
  .btm-footer ul{ margin-bottom:0;}
  .btm-footer ul li{border-right:1px solid #cdcfd0; display:inline;}
  .btm-footer ul li a{ font-size:13px; color:#cdcfd0; padding:0 8px;}
  .btm-footer ul li:last-child { border-right:none;}*/
  
  
  
  
  /* walkthrough-step css*/
  .walkthrough-step {
    background: #fafafa;
    /*  padding-bottom:64px;  */
    position: relative;
  }
  
  .walkthrough-step:before,
  .walkthrough-step:after {
    content: '';
    position: absolute;
    top: 60%;
    width: 200px;
    height: 10px;
    background: #eeeeee;
  }
  
  .walkthrough-step:before {
    left: 0;
  }
  
  .walkthrough-step:after {
    right: 0;
  }
  
  .walkthrough-step .wizard {
    margin: 62px auto 20px;
  }
  
  .walkthrough-step .wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .walkthrough-step .wizard>div.wizard-inner {
    position: relative;
  }
  
  .walkthrough-step .connecting-line {
    height: 2px;
    background: #b8b8b8;
    position: absolute;
    width: 72%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 44px;
    z-index: 1;
  }
  
  .walkthrough-step .wizard .nav-tabs>li.active>a,
  .walkthrough-step .wizard .nav-tabs>li.active>a:hover,
  .walkthrough-step .wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
  }
  
  .walkthrough-step span.round-tab {
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #3b3b3b;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #bbbbbb;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 20px;
  }
  
  .walkthrough-step .wizard li.active span.round-tab {
    background: #fff;
    color: #2ebe61;
    border: 1px solid #2ebe61;
  }
  
  .walkthrough-step .wizard .nav-tabs>li {
    width: 25%;
  }
  
  .walkthrough-step .wizard .nav-tabs>li a {
    width: 44px;
    height: 44px;
    margin: 20px auto;
    border-radius: 50%;
    padding: 0;
  }
  
  .walkthrough-step .wizard .nav-tabs>li a:hover {
    background: transparent;
  }
  
  .walkthrough-step .wizard .tab-pane {
    position: relative;
    padding-top: 50px;
  }
  
  .walkthrough-step .wizard .nav-tabs>li .step-name {
    font-size: 18px;
    color: #3b3b3b;
  }
  
  .walkthrough-step .wizard .nav-tabs>li strong {
    color: #2dbe60;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  
  .walkthrough-step .wizard .tab-pane h2 {
    margin-top: 0;
    color: #3b3b3b;
    font-size: 34px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
  }
  
  .walkthrough-step .wizard .tab-pane .form-group .form-control {
    height: 48px;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    color: #333;
  }
  
  .walkthrough-step .wizard .tab-pane .select-date {
    position: relative;
  }
  
  .walkthrough-step .wizard .tab-pane .select-date .form-control {
    padding-left: 50px;
  }
  
  .walkthrough-step .wizard .tab-pane .select-date .form-control[readonly] {
    background: #fff;
  }
  
  .walkthrough-step .wizard .tab-pane .select-date i {
    position: absolute;
    top: 8px;
    color: #b8b8b8;
    left: 9px;
  }
  
  .walkthrough-step .wizard .tab-pane .btn-green {
    min-width: 140px;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 0;
  }
  
  .walkthrough-step .wizard .tab-pane .btn-green:hover {
    background: #2DBE60;
    color: #fff;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group.address-field {
    position: relative;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group.address-field .form-control {
    width: 82%;
    display: inline-table;
  }
  
  .walkthrough-step.get-quote .wizard .tab-pane.dropped-time .form-group.address-field .form-control {
    width: 100%;
    display: inline-table;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group .btn-white {
    min-width: 100px;
    float: right;
  }
  
  .btn-white {
    background: #ffffff;
    font-size: 15px;
    color: #464646;
    border: 1px solid #2dbe60;
    border-radius: 0;
    line-height: 34px;
  }
  
  .btn-white img {
    vertical-align: middle;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .TriSea-technologies-Switch {
    font-size: 18px;
    color: #3b3b3b;
    margin: 30px 0;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .TriSea-technologies-Switch>label {
    margin-left: 0;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: 6px;
  }
  
  .walkthrough-step .wizard .tab-pane .form-group.select-time {
    margin-top: 50px;
    /* display:table; width:100%; */
  }
  
  .walkthrough-step .wizard .tab-pane .form-group.select-time .control-label {
    font-size: 20px;
    color: #3b3b3b;
    margin-bottom: 10px;
  }
  
  .walkthrough-step .wizard .tab-pane .form-group.select-time .control-label i {
    margin-right: 6px;
  }
  
  .walkthrough-step .wizard .tab-pane .form-group.select-time .form-control {
    width: 360px;
    max-width: 100%;
  }
  
  .locket-btn {
    color: #2DBE60;
    background: #F8F8F8;
    text-align: center;
    position: absolute;
    top: 1px;
    width: 80px;
    right: 1px;
    padding: 4px 0 5px;
    border-left: 1px solid #ccc;
  }
  
  .locket-btn:focus,
  .locket-btn:hover {
    color: #2DBE60;
    text-decoration: none;
  }
  
  .locket-btn img {
    display: block;
    margin: 0 auto 5px;
  }
  
  .locket-address {
    position: relative;
  }
  
  .gh-line {
    position: absolute;
    top: 20px;
    left: -12px;
  }
  
  .person-number .form-control {
    width: 120px;
    max-width: 100%;
  }
  
  .frod_wifi>span.aminities_count {
    cursor: pointer;
    font-size: 17px;
  }
  
  .tab-content input.error {
    border-color: red;
    color: red;
  }
  
  .tab-content select.error {
    border-color: red;
    color: red;
  }
  
  #slider.ui-slider+.person-range ul {
    margin-bottom: 0;
  }
  
  .dropped-time .pickup-time {
    width: 100%;
  }
  
  .dropped-time .pickup-time #drop-pickup-time,
  .dropped-time .pickup-time #pickup-drop-time {
    top: 86px;
  }
  
  .walkthrough-step .wizard .tab-content {
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .xdsoft_datetimepicker .btn-done {
    display: inherit;
  }
  
  /* .walkthrough-step .wizard .tab-pane.dropped-time .search button{width: auto; min-width: 140px;margin-top: 50px;} */
  .walkthrough-step .wizard .tab-pane.dropped-time .search button {
    width: auto;
    min-width: 140px;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .search #notification_agree {
    margin-top: 50px
  }
  
  .pickup-divider {
    margin-top: 50px;
    text-align: center;
  }
  
  .dropp-off-time {
    float: right;
  }
  
  .dropp-off-time:before {
    position: absolute;
    content: "";
    top: 34px;
    left: -22%;
    font-weight: bold;
    background: #5eba6a;
    height: 2px;
    width: 10px;
  }
  
  .quick-dropp-time.pickup-time #drop-pickup-time,
  .quick-pickup-time.pickup-time #pickup-drop-time {
    height: auto;
    left: 0;
    right: inherit;
  }
  
  .walkthrough-step .wizard .tab-content .dropped-time {
    min-height: 680px;
  }
  
  .walkthrough-step .wizard .tab-content>.active#step2,
  .walkthrough-step .wizard .tab-content>.active#step1 {
    padding-bottom: 64px;
    display: inline-block;
    width: 100%;
  }
  
  .walkthrough-step .wizard .tab-pane .calendar {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(238, 238, 238, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(238, 238, 238, 1);
    box-shadow: 0px 0px 10px 0px rgba(238, 238, 238, 1);
  }
  
  .walkthrough-step .wizard .tab-pane .calendar table td a:focus {
    text-decoration: none;
  }
  
  .walkthrough-step .wizard .tab-pane .calendar header h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    color: #2dbe61;
    padding: 10px 0;
  }
  
  .walkthrough-step .wizard .calendar table {
    margin-top: 0;
  }
  
  .walkthrough-step .wizard .calendar table thead {
    background: #f3f3f3;
    color: #3b3b3b;
    font-weight: 500;
    font-size: 16px;
  }
  
  .walkthrough-step .wizard .calendar table tbody tr td {
    padding: 2px 0;
    font-weight: 500;
    color: #626262;
  }
  
  .walkthrough-step .wizard .calendar td {
    text-align: center;
  }
  
  .walkthrough-step .wizard .calendar header .btn {
    border: none;
    font-size: 26px;
    color: #808080;
    top: 6px;
  }
  
  .walkthrough-step .wizard .calendar header .btn:focus,
  .walkthrough-step .wizard .calendar header .btn:hover {
    background: inherit;
    box-shadow: none;
  }
  
  .walkthrough-step .wizard .calendar header .btn-prev {
    left: 20px;
  }
  
  .walkthrough-step .wizard .calendar header .btn-next {
    right: 20px;
  }
  
  .walkthrough-step .wizard .calendar .day {
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #626262;
  }
  
  .walkthrough-step .wizard .calendar .day:hover,
  .walkthrough-step .wizard .calendar .day:focus {
    outline: none;
    text-decoration: none;
  }
  
  .walkthrough-step .wizard .calendar .day.today {
    background: #2cbd60;
    color: #fff;
  }
  
  .walkthrough-step .wizard .calendar .day:hover {
    border: 2px solid #2cbd60;
  }
  
  .allVehiclesBlock-loading {
    border-top: 1px solid #eee;
  }
  
  .walkthrough-step .wizard .calendar .day.wrong-month {
    color: #CBD1D2;
  }
  
  .primary-passenger label {
    font-weight: normal;
    cursor: pointer;
  }
  
  .calendar .day {
    text-align: center;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .tab-content .vehicens .list-unstyled {
    /*color:#565656; */
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .tab-content .vehicens .list-unstyled li {
    padding: 4px 0;
    padding-right: 10px;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line .tab-content .vehicens .list-unstyled li strong {
    font-weight: 500;
  }
  
  .sortby-dropdown.bootstrap-select {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  
  .sortby-dropdown.bootstrap-select.open .dropdown-toggle,
  .sortby-dropdown.bootstrap-select .dropdown-toggle:hover,
  .sortby-dropdown.bootstrap-select .dropdown-toggle:focus {
    background: none;
    box-shadow: none;
    outline: none !important;
    border-color: #2DBE60;
  }
  
  .sortby-dropdown.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-toggle {
    border-radius: 0;
    border-color: #f0f0f0;
    padding: 11px 8px 11px 8px;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-toggle .text-muted {
    position: absolute;
    left: 7px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-toggle .filter-option {
    font-weight: 700;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-toggle .filter-option span {
    font-weight: normal;
    width: 52px;
    float: left;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-menu li.selected a {
    font-weight: 700;
    background: #F9F9F9;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-menu li a:hover,
  .sortby-dropdown.bootstrap-select .dropdown-menu li a:focus {
    background: #F9F9F9;
    outline: none !important;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-menu li a {
    padding: 10px;
    background: #F9F9F9;
    border-bottom: 1px solid #CCCCCC;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  
  .sortby-dropdown.bootstrap-select.open .dropdown-toggle:hover,
  .sortby-dropdown.bootstrap-select.open .dropdown-toggle:focus {
    outline: none;
    border-color: #f0f0f0;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-menu.open {
    border-radius: 0;
    border: none;
    padding: 0;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-menu li small.text-muted {
    display: none;
  }
  
  .sortby-dropdown.bootstrap-select .dropdown-toggle .caret {
    background: url(../images/dropdown.png) no-repeat 0 0;
    background-size: 20px;
    background-size: 12px;
    border: none;
    width: 13px;
    height: 12px;

  }
  
  .main_left_top .clear {
    float: left;
    padding-right: 6px;
  }
  
  .first_user,
  .second_user {
    /* cursor: pointer; */
  }
  
  .magic-radio,
  .magic-checkbox {
    display: none;
    position: absolute;
  }
  
  .magic-checkbox:checked+label::before {
    background: #44c0ff none repeat scroll 0 0;
    border: medium none #44c0ff;
  }
  
  .magic-radio:checked+label::before,
  .magic-checkbox:checked+label::before {
    animation-name: none;
  }
  
  .magic-checkbox+label::before {
    border-radius: 3px;
  }
  
  .magic-radio+label::before,
  .magic-checkbox+label::before {
    border: 1px solid #dfe4ee;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
  }
  
  .magic-radio:checked+label::after,
  .magic-checkbox:checked+label::after {
    display: block;
  }
  
  .magic-checkbox+label::after {
    border-color: #a5adb6;
    border-style: none solid solid none;
    border-width: 0 2px 2px 0;
    box-sizing: border-box;
    height: 12px;
    left: 7px;
    top: 2px;
    transform: rotate(45deg);
    width: 6px;
  }
  
  .magic-radio+label::after,
  .magic-checkbox+label::after {
    content: "";
    display: none;
    position: absolute;
  }
  
  .magic-radio+label,
  .magic-checkbox+label {
    color: #737c97;
    cursor: pointer;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
    vertical-align: middle;
  }
  
  .vehicals_color .checkbox {
    display: inline-block;
  }
  
  .vehicals_color .checkbox .magic-checkbox+label::before {
    background: inherit;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #f4f5fa;
    height: 26px;
    width: 26px;
  }
  
  .vehicals_color .checkbox .magic-checkbox+label::after {
    height: 13px;
    left: 9px;
    top: 5px;
    width: 7px;
  }
  
  .vehicals_color .checkbox .magic-checkbox+label {
    border-radius: 50%;
    margin-right: 6px;
    min-height: 28px;
    padding-left: 28px;
  }
  
  /* .ui-timepicker-wrapper{min-width:180px; background: #fff; border: 1px solid #ccc; padding: 0 6px 0px;overflow: initial;min-height:184px;}
  .ui-timepicker-wrapper i{ margin:3px auto; display:table;color: #7F7F7F;}
  .ui-timepicker-wrapper i:hover{ cursor:pointer; color: #000;}
   .ui-timepicker-wrapper .ui-timepicker-list{border: 1px solid #ccc; overflow: auto; width:100% !important; padding-right:0 !important;}
  
  .ui-timepicker-wrapper .ui-timepicker-list li{background: #f5f5f5; border-collapse: collapse; border-bottom: 1px solid #ddd; color: #666; cursor: pointer; font-size: 12px; height: 25px; line-height: 25px;padding: 0px 8px;}
  .ui-timepicker-wrapper .ui-timepicker-list li.ui-timepicker-selected, .ui-timepicker-wrapper .ui-timepicker-list li:hover{background:#2DBE60;color: #fff;}
  .ui-timepicker-wrapper .ui-timepicker-list li.ui-timepicker-selected span, .ui-timepicker-wrapper .ui-timepicker-list li:hover span{ color:#fff;}
   .ui-timepicker-wrapper .ui-timepicker-list ~ div{ left:170px !important;} */
  
  .ui-timepicker-wrapper {
    min-width: 200px !important;
  }
  .ui-timepicker-duration {
    margin-left: 5px !important;
    display: inline-block !important;
  }
  
  .ui-timepicker-wrapper li.ui-timepicker-selected,
  .ui-timepicker-wrapper .ui-timepicker-list li:hover,
  .ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-selected:hover {
    background: #2DBE60;
    color: #fff;
  }
  
  .vehicle-number {
    color: gray;
    font-weight: bold;
    margin-top: 4px;
    display: inline-block;
    align-self: center;
  }
  
  .start_item_area ul li .disable {
    display: none;
  }
  
  .start_item_area ul li.disable a {
    cursor: default;
  }
  
  .start_item_area ul li.disable a .inactive {
    display: none;
  }
  
  .start_item_area ul li.disable a .disable {
    display: inline-block;
  }
  
  .start_item_area ul li.disable p {
    color: #ddd;
  }
  
  .magic-radio:disabled+label,
  .magic-checkbox:disabled+label {
    opacity: 0.3;
    cursor: default;
  }
  
  /* FOR LAZY LOAD IMAGE */
  .ratio {
    padding-bottom: 66.64%;
    height: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  /* Vehicle Details Css Start*/
  .vehicle-banner-section {
    /* margin-top: 64px; */
    position: relative;
    min-height: 400px;
    /*background-color: #000;*/
    overflow: hidden !important;
  }
  
  .vehicle-banner-section img {
    /*width:100%;object-fit: contain; object-position: center; height: 100%;*/
    max-height: 400px;
    margin-right: 8px;
  }
  
  /*.vehicle-banner-section .vehicle-right-img{ float:right;}*/
  
  /*
  #wrapper {
    background: lightgray;
    border-radius: 10px;
    margin-top: 50px;
    padding: 10px
  }
  
  .coverimg { margin: 10px 0 }
  
  .coverimg a {
    display: inline-block;
    width: 113px;
    height: 113px;
    overflow: hidden;
    position: relative
  }
  
  .coverimg img {
    max-height: 100%;
    min-width: 100%;
    width: auto;
    left: 50%;
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
  }*/
  .coverimg-wrapper {
    margin: 0 auto;
    display: table;
  }
  
  .coverimg {
    display: flex;
    align-items: center;
  }
  
  .coverimg a {
    /*flex: 1; */
    /*height: 550px;*/
  }
  
  .overlay {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1000
  }
  
  .imgActive img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 80%
  }
  
  .overlay .prev,
  .overlay .next,
  .overlay .close {
    transition: 0.3s ease all;
    display: inline-block;
    color: #2dbe60;
    font-size: 6rem;
    opacity: 1;
    z-index: 1000;
    text-shadow: none;
  }
  
  .overlay .close {
    font-size: 2rem;
    color: white;
  }
  
  .overlay .prev:hover,
  .overlay .next:hover,
  .overlay .close:hover {
    cursor: pointer;
    opacity: 1;
    color: #2dbe60;
    outline: none !important;
  }
  
  .overlay .close:focus,
  .overlay .prev:focus,
  .overlay .next:focus {
    outline: none !important;
  }
  
  .overlay .prev,
  .overlay .next {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
  }
  
  .overlay .prev {
    left: 100px;
    top: 45%;
  }
  
  .overlay .next {
    right: 100px;
    top: 45%;
  }
  
  .overlay .close {
    font-size: 4rem;
    position: absolute;
    top: 20px;
    right: 20px
  }
  
  .coverImgOverlay {
    bottom: 70px;
    height: 100px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    width: 3000%;
    z-index: 1000
  }
  
  .coverImgOverlay span {
    display: inline-block;
    height: 100px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    width: 100px
  }
  
  .coverImgOverlay img {
    transition: 0.3s ease all;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    min-width: 100%;
    opacity: 0.6;
    width: auto
  }
  
  .coverImgOverlay img:hover {
    opacity: 1 !important;
    cursor: pointer;
  }
  
  .vehicals_aminities .left_c label .docCount {
    display: contents;
  }
  
  /* Vehicle lightBox Css End*/
  /* .share-save .btn-share:first-child{} */
  .top-header-btn{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .btn-share {
    background: #fff;
    margin-right: 20px;
    padding: 4px 8px;
    color: #2dbe60;
    font-size: 16px;
    min-width: 130px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    margin-top: -17px;
    margin-right: -4px;
  }
  .btn-share.message-btn{
    margin-right: 5px !important;
  }

  .top-inner-btn .btn-share:focus{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }
  .top-inner-btn .btn-share:active{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }
  .top-inner-btn .btn-share:focus:active{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }

  .btn-share:hover,
  .btn-share:focus {
    color: #2dbe60;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }
  
  .share-save {
    position: absolute;
    text-align: right;
    right: 5px;
    top: 5px;
    z-index: 11;
    background-color: transparent;
    /* width: 100%; */
    left: 5px;
  }
  
  .share-save .btn-share {
    /* margin-right: 0; */
    /*margin-left: 20px;*/
    min-width: unset;
    border-radius: 50%;

  }
  .share-save .btn-share i {
  /* border: 1px solid #2dbe60; */
  padding: 0px 5px 3px 3px;
  /* border-radius: 50%; */
  font-size: 17px;
  vertical-align: middle;
}
.share-save .btn-share img {
 margin: unset;
}
  /* .share-save .check-dropbtn .btn-share{
    padding: 0px 5px 3px 3px;
  } */

  
  .more-vehicles-photo .btn-share:focus,
  .more-vehicles-photo .btn-share:hover,
  .share-save .btn-share:focus,
  .share-save .btn-share:hover {
    outline: none !important;
  }
  
  .more-vehicles-photo {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 1
  }
  
  .vehicle-detail-section {
    padding: 30px 0;
  }
  
  .vehicle-detail-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  
  .vehicle-detail-heading h2 {
    color: #3b3b3b;
    font-size: 32px;
    /* border-bottom:1px solid #ccc;*/
    margin-top: 20px;
    /*padding-bottom:30px;*/
    font-weight: bolder;
  }
  
  .vehicle-detail-heading span {
    font-size: 17px;
    color: #3b3b3b;
    margin: 10px 0 10px;
    display: block;
  }
  
  .vehicle-detail-heading ul li {
    line-height: 24px;
    padding-right: 15px;
    font-size: 17px;
  }
  
  .vehicle-detail-heading ul li img {
    margin-right: 6px;
  }
  
  .reviews-vehicle,
  .vehicle-amenities,
  .vehicle-info-detail {
    display: table;
    width: 100%;
    padding-bottom: 30px;
  }
  
  .vehicle-amenities,
  .vehicle-info-detail {
    border-bottom: 1px solid #ccc;
  }
  
  .reviews-vehicle h2,
  .vehicle-amenities h2,
  .vehicle-info-detail h1 {
    color: #3b3b3b;
    margin: 26px 0 16px;
    font-size: 22px;
  }
  
  .vehicle-info-detail h1 span {
    /* color: #2dbe60; */
    font-weight: 600;
  }
  
  .vehicle-info-detail p {
    font-size: 15px;
    color: #3b3b3b;
    font-weight: 500;
    /*margin-bottom:30px;  display: table; width: 100%; */
  }
  
  .vehicle-info-detail ul {
    display: table;
    width: 100%;
  }
  
  .vehicle-info-detail ul li {
    padding-left: 0;
    color: #3b3b3b;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
  }
  
  .vehicle-info-detail ul li span {
    font-weight: normal;
    margin-left: 5px;
  }
  
  .vehicle-amenities ul li img {
    margin-right: 8px;
  }
  
  .reviews-vehicle ul li,
  .vehicle-amenities ul li {
    padding-top: 6px;
    padding-left: 0;
    padding-bottom: 6px;
    font-size: 16px;
    color: #3b3b3b;
  }
  
  .vehicle-amenities ul li {
    display: flex;
    align-items: center;
  }
  
  .vehicle-amenities ul li span {
    margin-top: 6px;
    display: inline-block;
  }
  
  .reviews-vehicle h2 i {
    font-size: 18px;
  }
  
  .reviews-vehicle h2 i.fa-star {
    color: #FFCC01
  }
  
  /* #2dbe60; */
  .reviews-vehicle ul li i {
    color: #2dbe60;
  }
  
  .reviews-vehicle h2 i:first-child {
    margin-left: 10px;
  }
  
  .reviews-vehicle ul li i:first-child {
    margin-left: 20px;
  }
  
  .interested-ride {
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
    padding: 18px 0;
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
    background: #fff;
  }
  
  /* overflow-y: auto;  */
  .interested-ride>* {
    -webkit-transform: translateZ(0px);
  }
  
  .ride-rate {
    padding-bottom: 16px;
    margin: 0 20px;
    border-bottom: 1px solid #ccc;
  }
  
  .ride-rate>span:first-child {
    display: block;
    font-size: 14px;
    color: #3b3b3b;
  }
  
  .ride-rate strong {
    font-size: 24px;
    color: #3b3b3b;
    font-weight: 500;
    display: block;
  }
  
  .ride-rate strong span {
    font-size: 14px;
    color: #3b3b3b;
  }
  
  .ride-rate strong.rating {
    font-size: 14px;
    font-weight: 600;
  }
  
  .ride-rate strong.rating i.fa-star {
    color: #FFCC01;
  }
  
  /* #49c775 */
  .interested-ride .tabbable-line .nav.nav-tabs {
    padding: 0 20px;
    /*display:table; width:100%;*/
    margin-bottom: 14px;
  }
  
  .interested-ride .tabbable-line .nav.nav-tabs li a {
    padding: 15px 5px 5px;
    font-size: 16px;
    color: #3b3b3b;
  }
  
  .interested-ride .tabbable-line .nav.nav-tabs li:first-child {
    margin-right: 30px;
  }
  
  .interested-ride .tabbable-line .nav.nav-tabs li.active a {
    color: #49c775;
  }
  
  .interested-ride .tabbable-line .nav.nav-tabs li a:hover {
    color: #49c775;
  }
  
  .interested-ride .tabbable-line>.nav-tabs>li.active {
    border-bottom: 2px solid #49c775;
  }
  
  .interested-ride .tabbable-line .tab-content {
    border-top: none;
  }
  
  .interested-ride .tabbable-line .tab-content h4 {
    font-weight: 600;
    margin: 30px 0 20px;
    color: #3b3b3b;
    font-size: 18px;
    padding-left: 20px;
  }
  
  .interested-ride .calendar header h2 {
    font-size: 16px;
    color: #2dbe60;
    font-weight: 600;
    margin-top: 11px;
  }
  
  .interested-ride .calendar header .btn {
    border: none;
    font-size: 26px;
    color: #808080;
    top: 0px;
  }
  
  .interested-ride .calendar td a:focus {
    text-decoration: none;
  }
  
  .interested-ride .calendar header .btn:focus,
  .interested-ride .calendar header .btn:hover {
    background: none;
    color: #818181;
    box-shadow: none
  }
  
  .interested-ride .calendar header .btn-prev {
    left: 10px;
  }
  
  .interested-ride .calendar header .btn-next {
    right: 20px;
  }
  
  .interested-ride .calendar thead {
    background: #f3f3f3;
  }
  
  .interested-ride .calendar thead td {
    font-size: 14px;
    font-weight: 600;
  }
  
  .interested-ride .calendar tbody td {
    font-size: 16px;
    font-weight: 600;
    padding: 2px 0;
  }
  
  .interested-ride .calendar .day.today {
    background: #2dbe60;
  }
  
  .interested-ride .calendar .day:hover {
    border-color: #2dbe60;
  }
  
  .ride-details {
    padding: 0 14px;
    margin-top: 14px;
  }
  
  .ride-details .start-address {
    position: relative;
  }
  
  .ride-details .TriSea-technologies-Switch {
    display: flex;
    margin: 15px 0;
  }
  
  .ride-details .TriSea-technologies-Switch .label-success {
    float: right;
    margin-top: 13px;
    margin-right: 10px;
  }
  
  .ride-details .TriSea-technologies-Switch>label::before {
    background: #67d38d;
  }
  
  .ride-summary-box h5 {
    font-size: 14px;
    color: #696969;
    display: table;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    margin: 0;
  }
  
  .ride-summary-box h5 span {
    float: right;
    font-weight: 600;
  }
  
  .ride-summary-box .total-summary {
    padding-top: 10px;
    font-size: 16px;
  }
  
  .ride-summary-box .total-summary span {
    float: right;
    color: #2DBE60;
    font-weight: 500;
    font-size: 20px;
  }
  
  /*.ride-summary-box .total-summary{ border-bottom:none; color:#3b3b3b;}*/
  .ride-details .btn-green {
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 20px;
  }
  
  .reviews-coments .media {
    margin-top: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
  }
  
  .reviews-coments .media .media-left img {
    width: 50px;
    border-radius: 50%;
  }
  
  .reviews-coments .media p {
    margin-top: 0px;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 22px;
    color: #484848;
  }
  
  .reviews-coments .media h4 {
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
  }
  
  .reviews-coments .media p a {
    color: #2DBE60;
  }
  
  .reviews-coments .media .media-body h4 {
    color: #484848;
    font-size: 17px;
    font-weight: 300;
  }
  
  .reviews-coments .media .media-body h4 a {
    float: right;
    color: #979797;
  }
  
  .reviews-coments .media .media-body h4 span {
    font-weight: normal;
    font-size: 15px;
  }
  
  .ride-timing {
    display: table;
    width: 100%;
  }
  
  .ride-timing .material-from {
    width: 48%;
    display: inline-block;
    border-radius: 0;
    height: 46px;
    font-size: 14px;
    color: #3b3b3b;
    box-shadow: none;
  }
  
  .ride-timing .material-from:last-child {
    float: left;
  }
  
  .book-vehicle-small-view {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    border-top: 1px solid #ccc;
  }
  
  .book-vehicle-small-view .ride-rate {
    /* min-height: 66px; */
    min-height: 69px;
    margin: 0;
    padding: 0px 15px 1px;
    border-bottom: none;
  }
  
  .book-vehicle-small-view .btn-green {
    min-width: 160px;
    position: absolute;
    top: 13px;
    left: 16px;
    text-transform: uppercase;
  }
  
  .interested-ride .ride-rate .exit-filter {
    color: #2DBE60;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  /*.ride-details .start-address .control-label{ font-size: 15px; color: #777777; background: #fff; font-weight: normal; position: absolute; top: -10px; left:12px;}
  .ride-details .start-address .form-control{ border-radius:0; height:46px; font-size:14px; color:#3b3b3b; box-shadow:none;}
  */
  .material-from.md-input {
    position: relative;
    margin-bottom: 16px;
  }
  
  .ride-details .material-from.md-input .md-form-control {
    background: #fff;
    font-size: 15px;
    padding: 10px 10px 10px 34px;
    display: block;
    border: 1px solid #ccc;
    box-shadow: none;
    width: 100%;
  }

  .ride-details .material-from.md-input .md-form-control:focus{
    box-shadow: none;
    outline: none;
  }
  .ride-details .material-from.md-input .md-form-control:focus-visible{
    outline: none;
    box-shadow: none;
  }

  .material-from.md-input label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  
  .material-from.md-input .bar:before {
    left: 50%;
  }
  
  .material-from.md-input .bar:after {
    right: 50%;
  }
  
  .material-from.md-input .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }
  
  .ride-details .material-from.md-input .md-form-control:focus~label,
  .ride-details .material-from.md-input .md-form-control:valid~label,
  .ride-details .material-from.md-input .md-form-control.valid~label {
    top: -8px !important;
    font-size: 11px;
    color: #777777;
    background: #fff;
    left: 4px;
  }
  
  .material-from.md-input .bar:before,
  .material-from.md-input .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  
  .ride-details .material-from.md-input .md-form-control:focus~.bar:before,
  .ride-details .material-from.md-input .md-form-control:focus~.bar:after {
    width: 50%;
  }
  
  .load-btn {
    display: table;
    margin: 15px auto 0;
  }
  
  .no-review-found {
    margin: 20px 0;
  }
  
  .ride-details .booking_reservation_date {
    text-align: center;
    color: #6c6c6c;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  
  .single-center-image {
    background: #000;
  }
  
  .single-center-image a {
    flex: 1;
  }
  
  .single-center-image img {
    width: auto;
    margin: 0 auto;
    display: table;
  }
  
  /* Vehicle Details Css End*/
  
  /* Vehicle Details Review/Comment content hide show css */
  a.morelink {
    text-decoration: none;
    outline: none;
  }
  
  .morecontent span {
    display: none;
  }
  
  .ride-details .material-from.md-input input.md-form-control.error {
    border-color: red;
  }
  
  /*a.btn.btn-green.exit-filter.btn-block{margin:80px 0px;}*/
  /* End Vehicle Details Review/Comment content hide show css */
  .pac-container {
    z-index: 999999;
  }
  
  .share-save ul {
    margin: 0;
    padding: 0;
  }
  
  .share-save ul li {
    color: #2dbe60;
    display: inline-block !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }
  
  .share-save ul a {
    color: #fff;
    display: inline-block;
  }
  
  .share-save .dropdown ul li a:hover {
    background-color: inherit;
  }
  
  .share-save ul a i {
    background: #444444 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    text-align: center;
    width: 30px;
  }
  
  .share-save .dropdown-content {
    width: 185px;
    min-width: 185px;
    padding: 12px 0;
  }
  
  .share-save .dropdown-content .copy_line {
    padding-top: 15px;
  }
  
  .share-save .copy_line {
    cursor: pointer;
    padding-top: 15px;
    text-align: center;
  }
  
  .share-save .copy_line span {
    color: #2dbe60;
    font-size: 14px;
    font-weight: 700;
  }
  
  .share-save .copy_line img {
    width: auto;
  }
  
  .ride-rate strong.rating i.fa,
  .ride-rate strong.rating span {
    cursor: pointer;
  }
  
  .minimumPriceInfo-loading {
    height: 35px;
  }
  
  
  /* New Home Page Css Start*/
  .home-banner-section {
    background-image: url(../images/car-service-ridehire-banner.jpg);
    /* margin-top: 62px; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
  }
  
  .explore-ridehire .row,
  .home-banner-section .row {
    display: flex;
    align-items: center;
  }
  
  .home-banner-section h1 {
    color: #fff;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }

  .home-banner-section h2 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
  
  .home-banner-section p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .home-banner-section .typewrite>.wrap {
    border-right: 0.08em solid #fff;
    animation: blink-caret .8s step-end infinite;
    color: #2DBE60;
  }
  
  .get-started-ride {
    background: #fff;
    border-radius: 4px;
    padding: 30px 25px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.4);
  }
  
  .get-started-ride h2 {
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .get-started-ride p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .get-started-ride .ride-details {
    padding: 0;
    margin: 0;
  }
  
  .get-started-ride .ride-details .material-from.md-input .md-form-control.form-control {
    box-shadow: none;
    border-color: #d0d0d0;
    border-radius: 0;
    height: 47px;
    font-size: 15px;
    color: #686868;
    padding-left: 34px;
  }
  
  .get-started-ride .ride-details .material-from.md-input .md-form-control.form-control.error {
    border-color: red;
  }
  
  .get-started-ride .ride-details .form-group {
    position: relative;
  }
  
  .get-started-ride .ride-details .form-group i {
    position: absolute;
    top: 14px;
    font-size: 18px;
    left: 10px;
    color: #acabab;
  }
  
  .get-started-ride .material-from.md-input label {
    left: 34px;
    top: 13px;
  }
  
  .get-started-ride .ride-details .material-from.md-input .md-form-control.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #686868;
  }
  
  .get-started-ride .ride-details .material-from.md-input .md-form-control.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #686868;
  }
  
  .get-started-ride .ride-details .material-from.md-input .md-form-control.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #686868;
  }
  
  .get-started-ride .ride-details .material-from.md-input .md-form-control.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #686868;
  }
  
  .get-started-ride .TriSea-technologies-Switch {
    margin-bottom: 14px;
    font-size: 15px;
    color: #333333;
  }
  
  .get-started-ride .TriSea-technologies-Switch .label-success {
    float: right;
    margin-top: 13px;
  }
  
  .get-started-ride .input_bottom input.datepicker,
  .get-started-ride .pickup-time:last-child {
    padding-right: 0;
  }
  
  .get-started-ride .input_bottom input.datepicker,
  .get-started-ride .pickup-time {
    width: 33.33%;
    padding-right: 10px;
  }
  
  .get-started-ride .form-control[readonly] {
    background: #fff;
  }
  
  .get-started-ride .btn-green {
    margin: 0 auto;
    display: table;
    border-radius: 2px;
    min-width: 180px;
    font-size: 16px;
    color: #fff;
  }
  
  .get-started-ride .btn-green:hover {
    color: #2DBE60;
  }
  
  .get-started-ride .pickup-time #drop-pickup-time .scroll-time i,
  .get-started-ride .pickup-time #pickup-drop-time .scroll-time i {
    position: inherit;
  }
  
  .explore-ridehire {
    background: #f4f7f6;
  }
  
  .explore-ridehire .col-sm-2 {
    border-right: 1px solid #fff;
  }
  
  .explore-ridehire .col-sm-2:first-child,
  .explore-ridehire .col-sm-2:last-child {
    border-right: none;
  }
  
  .explore-ridehire .col-sm-2:nth-child(2) {
    border-left: 1px solid #fff;
  }
  
  .explore-ridehire a {
    color: #656565;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .explore-ridehire a:hover,
  .explore-ridehire a:focus {
    text-decoration: none;
  }
  
  .explore-ridehire h3 {
    font-size: 25px;
    color: #656565;
    padding-right: 25px;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 34px;
    float: right;
  }
  
  .explore-ridehire h3 strong {
    text-transform: none;
    font-size: 30px;
  }
  
  .explore-ridehire h4 {
    margin-top: 10px;
  }
  
  .explore-ridehire figure {
    border: 1px solid #2dbe60;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto
  }
  
  .occasional-ride {
    padding: 60px 0;
  }
  
  .occasional-ride h2 {
    font-size: 24px;
    color: #656565;
    margin-bottom: 30px;
  }
  
  
  
  .city-vehicle-list {
    background: #f4f7f6;
    padding: 40px 0 0;
  }
  
  .city-vehicle-list a:focus {
    text-decoration: none;
  }
  
  .city-vehicle-list h2 {
    color: #656565;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  
  .city-vehicle-list figure {
    display: flex;
    align-items: center;
    height: 174px;
    background: #fff;
  }
  
  /*.city-vehicle-list a{position: relative;}*/
  
  .city-vehicle-list .featured-main {
    position: absolute;
    right: 8px;
    top: -7px;
  }
  
  .city-vehicle-list .city-vehicles .featured-main {
    right: -2px;
  }
  
  .city-vehicles .col-sm-5ths:last-child .featured-main {
    right: 8px;
  }
  
  
  .city-vehicle-list figure img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
  
  
  .city-vehicle-list figure img:last-child {
    display: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out, opacity .8s ease-in-out;
    transition: transform .8s ease-in-out, opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  }
  
  .city-vehicle-list figure:hover img:first-child {
    display: none;
    animation: -webkit-animation anim .8s ease-in-out;
    animation: anim .8s ease-in-out;
    animation: anim .8s ease-in-out;
  }
  
  .city-vehicle-list figure:hover img:last-child {
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-animation: anim .8s ease-in-out;
    animation: anim .8s ease-in-out;
    animation: anim .8s ease-in-out;
  }
  
  
  
  @keyframes anim {
    0% {
      display: none;
      opacity: 0;
    }
  
    1% {
      display: block;
      opacity: 0;
      transform: scale(0);
    }
  
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  
  .city-vehicle-list .btn-green {
    font-size: 14px;
    margin-bottom: 60px;
  }
  
  .explore-ridehire a:hover figure img {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  
  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
      transform: scale3d(1.2, 1.2, 1.2);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
      transform: scale3d(1.2, 1.2, 1.2);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  
  
  
  .city-vehicle-detail {
    background: #fff;
    padding: 25px 20px;
    /* margin-bottom:20px; */
  }
  
  .city-vehicle-detail h4 {
    font-size: 14px;
    color: #646464;
    margin-bottom: 10px;
    min-height: 36px;
    font-weight: 600;
  }
  
  .city-vehicle-detail h4 a {
    color: #646464;
  }
  
  .city-vehicle-detail h4 {
    color: #646464;
  }
  
  .city-vehicle-detail span {
    font-size: 14px;
    color: #646464;
  }
  
  .city-vehicle-detail .frond_rating {
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 13px;
    color: #646464;
  }
  
  .city-vehicle-detail .frond_rating i.fa-star {
    color: #FFCC01
  }
  
  /* #2dbe60; */
  .city-vehicles figure {
    background: #fff;
    height: 147px;
  }
  
  /*.city-vehicles figure img{padding:5px;}*/
  /***** Five column css Example link http://jsfiddle.net/sct3j/458/  and http://jsfiddle.net/fx2k7/111/ ****/
  /*.col-sm-5ths:first-child{ padding-left: 15px;}
  .col-sm-5ths:last-child{ padding-right: 15px;}*/
  .col-xs-5ths,
  .col-sm-5ths,
  .col-md-5ths,
  .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
  }
  
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
  
  @media (min-width: 768px) {
    .col-sm-5ths {
      width: 20%;
      float: left;
    }
  }
  
  @media (min-width: 992px) {
    .col-md-5ths {
      width: 20%;
      float: left;
    }
  }
  
  @media (min-width: 1200px) {
    .col-lg-5ths {
      width: 20%;
      float: left;
    }
  }
  
  .use-code-section {
    padding: 60px 0;
  }
  
  .use-code {
    background-image: url('../images/use-code-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    min-height: 147px;
  }
  
  .use-code p {
    font-size: 32px;
    /*border: 2px dashed #8c8c8c;*/
    border-left: 2px dashed #8c8c8c;
    position: relative;
    padding: 20px 30px 17px 30px;
    font-weight: 300;
    color: #656565;
    margin-top: 26px;
    display: inline-block;
    width: 100%;
  }
  
  .use-code p:before {
    border-top: 2px dashed #8c8c8c;
    content: " ";
    position: absolute;
    width: 57%;
    top: 0;
    left: 0;
  }
  
  .use-code p:after {
    border-bottom: 2px dashed #8c8c8c;
    content: " ";
    position: absolute;
    width: 52%;
    bottom: 0;
    left: 0;
  }
  
  .use-code p strong {
    font-size: 54px;
    color: #2dbe60;
    display: inline-flex;
    vertical-align: middle;
    line-height: 64px;
    margin-top: -2px;
    margin-right: 20px;
  }
  
  .use-code p span {
    font-size: 32px;
    color: #fff;
    float: right;
    margin-right: 60px;
  }
  
  .use-code p span strong {
    color: #fff;
    font-size: 34px;
  }
  
  /* New Home Page Css End*/
  /*** Header Contact icon css ***/
  .mainmenu ul li.call-detail a {
    background-color: #2dbe60;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
    border-radius: 2px;
    line-height: 36px;
    color: #fff;
  }
  
  .mainmenu ul li.call-detail a:hover {
    color: #fff;
  }
  
  .mainmenu ul li.call-detail a i {
    margin-right: 0px;
  }
  
  .call-detail-mobile {
    position: absolute;
    right: 10px;
    top: -47px;
  }
  
  .call-detail-mobile a {
    color: #2DBE60;
  }
  
  /*** /.Header Contact icon css ***/
  .is-link:hover {
    color: #2dbe60;
    /*text-decoration: underline;*/
    cursor: pointer;
  }
  
  .booking-get-details a {
    font-size: 12px;
    color: #2dbe60;
  }
  
  .booking-get-details a:focus,
  .booking-get-details a:hover {
    text-decoration: inherit;
  }
  
  .reviews-coments .media .media-left a {
    display: inline-block;
    background-color: #bcbfbd;
    border-radius: 50%;
    width: 50px;
    line-height: 50px;
    position: relative;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 28px;
  }
  
  .reviews-coments .media .media-left a .badge {
    border-radius: 50%;
    line-height: 18px;
    position: absolute;
    right: -8px;
    bottom: 0;
    font-size: 10px;
    background-color: #76D497;
    border: 2px solid #fff;
    width: 22px;
    padding: 0;
  }
  
  /* for view more button in list addtional  */
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line button.viewmore {}
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line button.viewmore {
    border-radius: 4px;
    border: 1px solid #2DBE60;
    padding: 2px 6px;
    font-size: 12px;
    color: #2dbe60;
  }
  
  .main_right .allVehiclesBlock .tabbable-panel .tabbable-line button.dropbtn {
    padding: 2px 6px;
    font-size: 12px;
    color: #2dbe60;
  }
  
  .allVehiclesBlock .frond_mini_center .is-link {
    padding-right: 0;
    margin-right: 15  px;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .search button:hover,
  .walkthrough-step .wizard .tab-pane .btn-green:hover,
  .reviews-coments .book_now a:hover,
  .frod_mini_bus.vehicleBlock .book_now a:hover {
    background-color: #059237;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .search button:hover,
  .walkthrough-step .wizard .tab-pane .btn-green:hover {
    border-color: #059237;
  }
  
  /* .frod_mini_bus.vehicleBlock:nth-child(even) .book_now a:hover{background-color:#059237; -webkit-transform: scale(1.08);  transform: scale(1.08);}
  .frod_mini_bus.vehicleBlock:nth-child(odd) .book_now a:hover{background-color:#059237;} */
  .search button:hover {
    background-color: #059237;
  }
  
  .city-vehicle-list .btn-green:hover,
  .ride-details .btn-green:hover {
    color: #fff;
    background-color: #059237;
    border-color: #059237;
  }
  
  
  .book_now .btn-primary {
    border: 1px solid #2e6da4;
    color: #2e6da4;
    background-color: #fff;
  }
  
  .booked-vehicle.frod_mini_bus.vehicleBlock .book_now .btn-primary:focus,
  .booked-vehicle.frod_mini_bus.vehicleBlock .book_now .btn-primary:hover {
    border: 1px solid #2e6da4;
    color: #2e6da4;
    background-color: #fff;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  
  .booked-vehicle {
    opacity: 0.6;
  }
  
  .custom-booked{
    filter: grayscale(100%);
  }

  .reservation-section .vehicle-info .bus-desc .frond_mini_center .frod_wifi {
    font-size: 17px;
  }
  
  .dropdown-sortby label {
    margin-right: 6px;
    margin-top: 10px;
    vertical-align: middle;
    margin-bottom: 0px;
}
  .start_item_area ul li figure {
    border: 1px solid #2dbe60;
    width: 70px;
    line-height: 68px;
    border-radius: 50%;
    margin: 0 auto;
  }
  
  .start_item_area ul li.active figure {
    background: #2dbe60;
  }
  
  .start_item_area ul li.disable figure {
    border-color: #eee;
  }
  
  .start_item_area ul li a {
    display: inline-block;
  }
  
  .start_item_area ul li a:hover figure img {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  
  h6.fix_tooltip {
    color: #222;
    font-size: 12px;
    margin-top: 15px;
  }
  
  .ride-details.rideDetailPage .material-from.md-input .md-form-control {
    background: #fff;
    padding: 10px;
  }
  
  .city-vehicle-detail-main.city-vehicle-list figure img:last-child {
    display: block;
    opacity: 1;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    transition: inherit;
    transition: inherit;
  }
  
  .city-vehicle-detail-main.city-vehicle-list figure:hover img:first-child {
    animation: inherit;
    animation: inherit;
    animation: inherit;
  }
  
  .reviews-coments .media .media-body h4 span.verified-user {
    color: #bcbfbd;
    font-size: 13px;
    font-weight: bold;
  }
  
  .tabbable-line>.tab-content .reviews-coments .media {
    border-color: #f0f0f0;
  }
  
  .reviews-coments .media:last-child {
    border-bottom: none;
  }
  
  .view-more-btn {
    width: auto;
    display: table;
    padding: 0;
  }
  
  .view-more-btn a {
    display: table;
    padding: 10px 12px;
  }
  
  .city-vehicle-detail-main .city-vehicles figure {
    height: 148px;
  }
  
  /*.city-vehicle-list .col-sm-5ths:last-child{padding-right: 6px;}
  .city-vehicle-list .col-sm-5ths:first-child{padding-left: 6px;}*/
  .city-vehicle-list .col-sm-5ths:first-child figure,
  .city-vehicle-list .col-sm-5ths:last-child figure {
    height: 142px;
  }
  
  /*.city-vehicle-detail-main.city-vehicle-list h2{margin-left: -8px;}*/
  .city-vehicle-detail span strong {
    font-size: 16px;
  }
  
  .items-container-bg {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    margin-bottom: 20px;
  }
  
  .start_header_area.navbar-fixed-top {
    background: #fff;
    z-index: 9999;
    height: 67px;
  }
  
  .mainmenu ul li a {
    line-height: 62px;
  }
  
  .mainmenu ul li.call-detail.quick-quote a {
    line-height: 62px;
    border-radius: 0;
  }
  
  .city-vehicle-list .city-vehicles.items-container .col-sm-5ths:nth-child(5n+0) {
    padding-right: 15px;
  }
  
  .city-vehicle-list .city-vehicles.items-container .col-sm-5ths:first-child {
    padding-left: 15px;
  }
  
  .city-vehicle-detail-main.city-vehicle-list .city-vehicles .col-sm-5ths:nth-child(5n+1) {
    padding-left: 15px;
  }
  
  .city-vehicle-detail-main.city-vehicle-list .city-vehicles .col-sm-5ths:nth-child(5n+0) {
    padding-right: 15px;
  }
  
  .ride-details .material-from.md-input.prmocode-feild {
    margin-bottom: 0;
  }
  
  .ride-details .material-from.md-input.prmocode-feild .md-form-control {
    width: 271px;
    display: inline-block;
    margin-right: 0;
  }
  
  .ride-details .material-from.md-input.prmocode-feild .input-group-btn {
    display: inline-block;
    margin-left: -4px;
  }
  
  .ride-details .material-from.md-input.prmocode-feild .input-group-btn .btn {
    border-radius: 0;
    line-height: 29px;
    margin-top: -3px;
  }
  
  .ride-details .material-from.md-input.prmocode-feild .md-form-control:valid~label,
  .ride-details .material-from.md-input.prmocode-feild .md-form-control.valid~label {
    top: 10px;
  }
  
  .ride-details .material-from.md-input.prmocode-feild .md-form-control.activeInput~label {
    top: -10px;
    font-size: 14px;
    color: #777777;
    background: #fff;
  }
  
  .ride-details .ride-summary-box.per_hour_price .price_breakdown {
    margin-top: 16px;
  }
  
  .distanceSearch {
    display: table;
    width: 100%;
    overflow: hidden;
    padding-right: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  
  .distanceSearch p {
    padding-top: 20px;
  }
  
  /* Get Quote tabs */
  .walkthrough-step .connecting-line-get-quote {
    height: 2px;
    background: #b8b8b8;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 44px;
    z-index: 1;
  }
  
  .walkthrough-step .wizard .nav-tabs.getQuote>li {
    width: 20%;
  }
  
  .get-quote.walkthrough-step .wizard .nav-tabs,
  .get-quote.walkthrough-step .wizard {
    margin: 0 auto 0px;
  }
  
  .get-quote.walkthrough-step .wizard .tab-pane {
    padding-top: 20px;
  }
  
  .get-quote.walkthrough-step .wizard .tab-pane h2 {
    margin-bottom: 30px;
  }
  
  .walkthrough-step.get-quote .wizard .nav-tabs>li a {
    margin: 20px auto 5px;
  }
  
  .walkthrough-step.get-quote .wizard .nav-tabs>li strong {
    margin-top: 0;
  }
  
  .walkthrough-step.get-quote .wizard .tab-pane.dropped-time .search button {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  
  .walkthrough-step.get-quote .person-number {
    margin-bottom: 20px;
  }
  
  .iframe-background-none {
    background: inherit
  }
  
  .widget-header {
    /*background-color: #2dbe60;*/
    padding: 10px 10px 0;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
  }
  
  .widget-header a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
  }
  
  .widget-header a:focus,
  .widget-header a:hover {
    text-decoration: none;
  }
  
  .widget-footer {
    background: -moz-linear-gradient(top, transparent 0, rgba(45, 190, 96, 0.6) 100%);
    padding: 10px;
    background: -webkit-linear-gradient(transparent 0, rgba(45, 190, 96, 0.6) 100%);
    background: -o-linear-gradient(transparent 0, rgba(45, 190, 96, 0.6) 100%);
    background: linear-gradient(transparent 0, rgba(45, 190, 96, 0.6) 100%);
    min-height: 70px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#2dbe60', GradientType=0);
  }
  
  .widget-footer span {
    font-size: 11px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
  }
  
  .walkthrough-step.get-quote .wizard .tab-pane .form-group.select-time {
    margin-top: 10px;
  }
  
  .walkthrough-step.get-quote .wizard .tab-content .tab-pane.dropped-time,
  .walkthrough-step.get-quote .wizard .tab-content .tab-pane {
    min-height: 570px;
  }
  
  .walkthrough-step.get-quote .wizard .tab-content .dropped-time {
    min-height: inherit;
  }
  
  .walkthrough-step.get-quote .wizard .tab-pane .btn-green {
    margin-top: 0;
  }
  
  .walkthrough-step.get-quote .wizard .tab-pane .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
  }
  
  .walkthrough-step.get-quote .wizard .tab-pane .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
  }
  
  .walkthrough-step.get-quote .wizard .tab-pane .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
  }
  
  .walkthrough-step.get-quote .wizard .tab-pane .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
  }
  
  .walkthrough-step .ui-slider-handle.ui-state-default.ui-corner-all:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2dbe60;
    display: block;
    left: 0px;
    /*margin-left: -10px;*/
    content: "";
    position: absolute;
    top: 24px;
    z-index: 99;
  }
  
  
  /*Book Now Css*/
  .book-now-bg {
    background-color: #fff;
    width: 100%;
    display: table;
    padding: 20px 0;
    min-height: 590px;
  }
  
  .booking-steps .reservation-left-side-box {
    border-radius: 0;
    padding: 20px;
    overflow: visible;
    display: none;
  }
  
  .iframe-background-none a
  
  /*, .iframe-background-none button*/
    {
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    -ms-transition: inherit;
    transition: inherit;
  }
  
  .iframe-background-none .book-now-bg .btn-green {
    margin-right: 10px;
    min-width: 100px;
    border-radius: 0;
    border: none;
  }
  
  .iframe-background-none .book-now-bg .btn-green:hover {
    background-color: #059237;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    color: #fff;
  }
  
  .reservation-left-side-box .form-group input.form-control[readonly] {
    background-color: #fff;
  }
  
  .book-now-bg .sw-toolbar {
    padding: 20px 0 10px;
  }
  
  .book-now-bg .sw-theme-arrows>ul.step-anchor>li>a {
    border-right: 1px solid #fff !important;
  }
  
  .book-now-bg .sw-theme-arrows>ul.step-anchor>li.active>a {
    border-right: 1px solid #fff !important;
  }
  
  .book-now-bg .sw-theme-arrows>ul.step-anchor>li:last-child.active>a {
    border-right: none !important;
  }
  
  .book-now-bg .sw-theme-arrows>ul.step-anchor>li:last-child>a {
    margin-right: 0px;
    border-right: none !important;
  }
  
  .book-now-bg .sw-theme-arrows>ul.step-anchor>li:last-child>a:before {
    border-left: none;
  }
  
  .reservation-left-side-box select.form-control {
    height: 43px;
    border-radius: 0;
    box-shadow: none;
    border-color: #ccc;
  }
  
  .reservation-left-side-box .input-group .input-group-btn .btn-success {
    padding: 10.5px 12px;
  }
  
  .reservation-left-side-box .form-group .input-group input.form-control {
    margin-bottom: 0;
  }
  
  .sw-theme-arrows>ul.step-anchor>li>a br {
    display: none;
  }
  
  .phone-label {
    color: #aaa;
    font-size: 12px;
  }
  
  #hourly input.error-input {
    border-color: red;
  }
  
  .trip-summary-box.booking_reservation_date {
    position: relative;
  }
  
  .priceInfo-loading {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .widget-pricebreakdown {
    position: relative;
    min-height: 330px;
  }
  
  .widget-reservation {
    position: relative;
    min-height: 330px;
  }
  
  .booking-steps #applyingMsg {
    color: red;
    font-weight: normal;
    width: 100%;
  }
  
  .book-now-bg .trip-summary-box,
  .book-now-bg .vehicle-info {
    background-color: #fff;
  }
  
  .print-btn {
    margin-top: 20px;
  }
  
  .payment-color {
    background-color: #fff;
  }
  
  .book-now-bg .sw-theme-arrows>ul.step-anchor>li:first-child>a {
    border-top-left-radius: 5px;
  }
  
  .book-now-bg .sw-theme-arrows>ul.step-anchor>li:first-child>a {
    border-bottom-left-radius: 5px;
  }
  
  .book-now-bg .sw-theme-arrows>ul.step-anchor>li:last-child>a {
    border-bottom-right-radius: 5px;
  }
  
  .get-quote.iframe-bg.walkthrough-step:before,
  .get-quote.iframe-bg.walkthrough-step:after {
    display: none
  }
  
  .embedWidgetIframe .widget-header {
    display: none;
  }
  
  .embedWidgetIframe .widget-footer {
    background: none;
    padding-right: 0;
  }
  
  .left-arrow {
    position: absolute;
    left: 17px;
    z-index: 1;
    height: 100%;
  }
  
  .right-arrow {
    position: absolute;
    right: -32px;
    z-index: 1;
    top: 0;
    height: 100%;
  }
  
  .error-label {
    color: red;
  }
  
  .border-box-div {
    border: 2px solid red;
  }
  
  .text-center.btn-done.activeDatepicker.activeTimepicker {
    display: table;
  }
  
  /*.pickup-time #drop-pickup-time {
    height: 190px;
      left: 50%;
      top: 64px;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
  }*/
  
  /** Iframe Widget Focus Animation Effect Start**/
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group.focus-field {
    position: relative;
    margin-bottom: 35px;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group.focus-field label {
    font-size: 20px;
    color: #686868 !important;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 15px;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group.focus-field .form-control:focus~label,
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group.focus-field .form-control.valid~label {
    font-size: 16px;
    position: absolute;
    top: -25px;
    font-weight: 400;
    color: #1b1b1b !important;
    left: 0;
  
  }
  
  /* For email error lable on input manage */
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group.focus-field .form-control.email.error~label {
    font-size: 16px;
    position: absolute;
    top: -25px;
    font-weight: 400;
    color: #1b1b1b !important;
    left: 0;
  }
  
  /** Iframe Widget Focus Animation Effect End**/
  
  /* Iframe Booking Widget Price Breakdown CSS Start*/
  .single_query_inner .table.avg-info .row .col-sm-9,
  .single_query_inner .table.avg-info .row .col-sm-8 {
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  /* Iframe Booking Widget Price Breakdown CSS End*/
  
  
  
  /* Iframe dropdown fullscreen Start*/
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group.focus-field.mobile-address-inner .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group.focus-field.mobile-address-inner .modal-content {
    height: 100%;
    border-radius: 0;
    overflow: auto;
  }
  
  .walkthrough-step .wizard .tab-pane.dropped-time .form-group.focus-field.mobile-address-inner .modal-body {
    padding-top: 5px
  }
  
  /* Iframe dropdown fullscreen end*/
  
  #quick_from_modal .modal-header,
  #quick_to_modal .modal-header,
  #pickup_time_modal .modal-header,
  #quick_to_time_modal .modal-header {
    padding: 4px;
  }
  
  #quick_from_modal .close,
  #quick_to_modal .close,
  #pickup_time_modal .close,
  #quick_to_time_modal .close {
    margin-top: 10px;
  }
  
  .payment-confirmation.bws .sub-heading i.fa-check-circle {
    color: #2dbe60;
  }
  
  /* custom booking page image loader */
  .booking-page-loader-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading-small.gif') 50% 50% no-repeat #ffffff;
    background-size: 100px;
    opacity: 0.75;
    background-size: 70px;
  }
  
  /*remove border from text box */
  .no-border {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }
  
  
  /**********  Widget promo list (16-12-2020)  **********/
  .widget-sec {
    width: 100%;
    margin: 0;
    padding: 50px 0 20px 0;
  }
  
  .widget-sec .widget-block {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
  }
  
  .widget-sec .widget-block figure {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 10px 10px 0 0;
  }
  
  .widget-sec .widget-block figure img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  
  .widget-sec .widget-block .detail {
    width: 100%;
    padding: 15px;
    margin: 0;
  }
  
  .widget-sec .widget-block h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    min-height: 40px
  }
  
  .widget-sec .widget-block p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    color: #868686;
  }
  
  .widget-sec .widget-block span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #afafaf;
  }
  
  .btn.btn-mail {
    width: 100%;
    margin: 0;
    padding: 10px;
    display: block;
    border: none;
    border-radius: 0;
    border-top: 1px solid #d4d4d4;
    background: none;
    color: #0283fe;
  }
  
  .btn.btn-primary {
    text-transform: uppercase;
  }
  
  .modal.mail-modal .modal-dialog {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
  }
  .modal-dialog{
    /* display: flex; */
    /* justify-content: center; */
  }
  
  .modal.mail-modal .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .modal.mail-modal .form-group label {
    min-width: 120px;
  }
  
  .modal.mail-modal .form-group .form-control {
    width: 72%;
  }
  
  @media (max-width: 767px) {
    .modal.mail-modal .form-group .form-control {
      width: 100%;
    }
  
    .btn.btn-mail {
      font-size: 10px;
    }
  
    .widget-sec .widget-block p {
      font-size: 10px;
    }
  }
  
  @media (max-width: 600px) {
    .widget-sec .col-xs-6 {
      width: 100%;
    }
  
    .widget-sec .widget-block p {
      font-size: 10px;
    }
  
    .btn.btn-mail {
      font-size: 10px;
    }
  }
  
  /**********  1-1-2021  **********/
  .widget-sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 30px 0 20px 0;
  }
  
  .widget-sec .inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .widget-sec .widget-block {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    background: transparent;
  }
  
  .widget-sec .widget-block figure {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #d4d4d4;
  }
  
  .widget-sec .widget-block figure img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  
  .widget-sec .widget-block .detail {
    width: 100%;
    padding: 15px 20px;
    margin: 0;
  }
  
  .widget-sec .widget-block h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    min-height: 25px
  }
  
  .widget-sec .widget-block span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #afafaf;
  }
  
  .btn.btn-mail {
    width: 100%;
    margin: 0;
    padding: 10px;
    display: block;
    border: none;
    border-radius: 0;
    border-top: 1px solid #d4d4d4;
    background: none;
    color: #0283fe;
  }
  
  .btn.btn-primary {
    text-transform: uppercase;
  }
  
  .modal.mail-modal .modal-dialog {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
  }
  
  .modal.mail-modal .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .modal.mail-modal .form-group label {
    min-width: 120px;
  }
  
  .modal.mail-modal .form-group .form-control {
    width: 72%;
  }
  
  .widget-sec .owl-carousel .owl-dots {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
  }
  
  .widget-sec .owl-carousel .owl-dot {
    margin: 0 5px;
    display: inline-block;
  }
  
  .widget-sec .owl-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #000;
    opacity: 0.5;
  }
  
  .widget-sec .owl-carousel .owl-dot.active span {
    opacity: 1;
    width: 20px;
    border-radius: 5px;
  }
  
  .widget-sec .owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    font-size: 0 !important;
    display: block;
    background: #000 !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    color: #fff !important;
    margin-top: -15px;
    z-index: 555;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  
  .widget-sec .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
  }
  
  .widget-sec .owl-carousel .owl-nav button.owl-prev:after {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 18px;
  }
  
  .widget-sec .owl-carousel .owl-nav button.owl-next {
    right: -45px;
  }
  
  .widget-sec .owl-carousel .owl-nav button.owl-next:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
  }
  
  .widget-sec .owl-carousel .owl-nav button:hover {
    color: #fff !important;
    background: #2e2e2e !important;
  }
  
  .widget-sec .input-group {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    position: relative;
  }
  
  .widget-sec .input-group .form-control {
    height: 40px;
    background: #f1f1f1;
    margin: 0;
    padding: 0 30px 0 45px;
    font-size: 14px;
    color: #9e9e9e;
    border: none;
    box-shadow: none;
    border-radius: 10px;
  }
  
  .widget-sec .input-group i {
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 14px;
    color: #9e9e9e;
    z-index: 9;
  }
  
  @media (max-width: 1366px) {
    .widget-sec .inner {
      padding: 0 35px;
    }
  }
  
  @media (max-width: 1200px) {
    .container {
      width: 90%;
    }
  }
  
  @media (max-width: 767px) {
    .modal.mail-modal .form-group .form-control {
      width: 100%;
    }
  
    .modal.mail-modal .form-group label {
      padding: 0 !important;
    }
  }
  
  @media (max-width: 600px) {
    .widget-sec .col-xs-6 {
      width: 100%;
    }
  
    .widget-sec .widget-block h3 {
      font-size: 16px;
    }
  
    .widget-sec .owl-carousel .owl-nav button.owl-prev {
      left: -40px;
    }
  
    .widget-sec .owl-carousel .owl-nav button.owl-next {
      right: -40px;
    }
  }
  
  @media (max-width: 450px) {
    .widget-sec .inner {
      padding: 0 30px;
      width: 100%
    }
  
    .widget-sec .widget-block h3 {
      min-height: 55px;
    }
  }
  
  @media screen and (device-aspect-ratio: 3/4) {
    .widget-sec .widget-block h3 {
      min-height: 55px;
    }
  
    .widget-sec .widget-block p {
      height: 85px;
    }
  }
  
  @media screen and (device-aspect-ratio: 40/71) {
    p {
      height: 70px !important;
    }
  }
  
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none !important
  }
  
  .single_query_class table tr td {
    border-bottom: none;
    border-top: none;
    color: #333;
  }
  
  .single_query_class table tr td:last-child {
    font-weight: bold;
    text-align: left;
  }
  
  /*************** phone number style ************************/
  .iti {
    width: 100%;
  }
  
  
  /* custom css */
  /***************  edit reservation section  ************************/
  .editReservationWrapper {
    margin-top: 90px;
  }
  
  .imgWrapper img {
    border-radius: 10px;
    float: left;
  }
  
  .titleBox {
    padding-top: 2%;
  }
  
  .titleBox p {
    font-size: 18px;
    font-weight: normal;
    color: #222222;
    margin-bottom: 0.5em;
  }
  
  .titleBox h5 {
    font-size: 20px;
    color: #222222;
  }
  
  .titleBox span {
    font-size: 16px;
  }
  
  .grnIcon {
    color: #00D47B;
    padding-right: 4px;
  }
  
  .mr-2 {
    margin-right: 10px;
  }
  
  .vehicleName {
    display: inline-block;
  }
  
  .vehicleName h4 {
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  
  .vehicleName p {
    color: #717171;
  }
  
  .vehicleName a {
    color: #717171;
  }
  
  .editBox {
    text-align: right;
    float: right;
  }
  
  .editBox a {
    color: #222222;
  }
  
  .my-2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  
  
  .priceBox {
    display: inline-block
  }
  
  .priceBox h4 {
    font-weight: normal;
    margin-bottom: 0;
  }
  
  .priceBox p {
    color: #717171;
    margin-bottom: 0.5em;
  }
  
  .priceBox a {
    color: #717171;
  }
  
  .priceBox .fa {
    font-size: 20px;
  }
  
  
  .totalBox {
    display: inline-block;
  }
  
  .totalBox h3 {
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  
  .totalBox p {
    color: #717171;
    margin-bottom: 1em;
  }
  
  .totalBox b {
    color: #222222;
    font-size: 18px;
  }
  
  .text-right {
    text-align: right;
    float: right;
  }
  
  .mainTtle {
    font-weight: bold;
  }
  
  .card {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: white;
    padding: 1.5em;
    border-radius: 2px;
  }
  
  .pcard {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: white;
    padding: 1.5em;
    margin-bottom: 2em;
    border-radius: 2px;
    height: auto;
  }
  
  .addItemBox {
    text-align: right;
    float: right;
    color: #6E4AFF;
  }
  
  .addItemBox a {
    color: #6E4AFF;
  }
  
  .addItemBox .fa-plus {
    border: 1px solid #6E4AFF;
    color: #6E4AFF;
    padding: 5px 6px;
    border-radius: 50%;
  }
  
  /* timeline */
  .timeline {
    list-style-type: none;
    position: relative;
    padding-inline-start: 0;
  }
  
  .timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 13px;
    height: 75%;
    z-index: 400;
    width: 2px;
  }
  
  .timeline>li {
    margin: 35px 0 0 0;
    padding-left: 30px;
  }
  
  .timeline>li:first-child {
    margin: 20px 0 0 0;
  }
  
  .timeline .routeIcn {
    left: 8px;
    position: absolute;
    z-index: 500;
    background-color: white;
    color: black;
    font-size: 12px;
    padding: 2px 0;
  }
  
  .timeline .routeIcn.fa-play {
    top: 3px;
    left: 4px;
  }
  
  .timeline .routeIcn.fa-circle {
    left: 4px;
    margin-top: 5px;
  }
  
  .timeline .routeIcn.fa-stop {
    bottom: 3px;
    left: 4px;
  }
  
  .btnGreen {
    background-color: #2dbe61;
    color: white;
    border: none;
    border-radius: 2px;
  }
  
  .grnTxt {
    color: #2dbe61;
    font-size: 11px;
  }
  
  .redTxt {
    color: red;
    font-size: 11px;
  }
  
  .deleteIcon {
    border-radius: 2px;
    width: 30px;
    height: 30px;
    opacity: 1;
    margin-bottom: 10px;
  }
  
  .priceForm .form-control {
    position: relative;
    height: 45px;
    padding: 10px 12px;
    background-color: transparent;
  }
  
  .priceForm .customLabel {
    position: absolute;
    top: 2px;
    color: grey;
    font-weight: normal;
    left: 30px;
    font-size: 10px;
  }
  
  .modalBottomTxt {
    text-align: right;
    font-size: 11px;
    margin: 1em 0;
  }
  
  .modalBottomTxt p {
    color: #515151;
  }
  
  .mt10 {
    margin-top: 20px;
  }
  
  /* custom scroll bar */
  /* width */
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  .px-0 {
    padding: 0;
  }
  
  .mt1 {
    margin-top: 16px;
  }
  
  .basePriceEditbox {
    font-size: 14px;
  }
  
  .mb1 {
    margin-bottom: 16px;
  }
  
  @media(max-width: 991px) {
  
    .card,
    .pcard {
      background-color: transparent;
      box-shadow: none;
      height: auto !important;
      padding: 0;
    }
  
    .titleBox span {
      font-size: 14px;
    }
  
    .vehicleName h4 {
      font-weight: bold;
      margin-top: 0em;
      font-size: 16px;
    }
  
    .titleBox p {
      font-size: 14px;
      font-weight: bold;
      color: #222222;
      margin-bottom: 0.5em;
    }
  
    .titleBox h5 {
      font-size: 16px;
      color: #222222;
    }
  
    .mb-1 {
      margin-bottom: 1em;
    }
  
    .my-2 {
      margin-top: 1em;
      margin-bottom: 1em;
    }
  
    .mainTtle {
      font-size: 20px;
    }
  
    .px-0 {
      padding: 0;
    }
  
    .mt-1 {
      margin-top: 18px !important;
    }
  
    .mt-20 {
      margin-top: 20px;
    }
  }
  
  @media (max-width: 567px) {
    .vehicle-info-btn-wrapper{
      margin-left: auto !important;
    }
  }
  
  .mt3 {
    margin-top: 15px;
  }
  
  .card2 {
    height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .revertButton {
    font-size: 14px;
    padding: 2px 10px;
    height: 30px;
  }
  
  .h5Summary {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .spanSummary {
    float: right;
    font-weight: 600;
  }
  
  
  /* success page */
  .sucess-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    width: 70%;
    margin: 10em auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 4px;
  }
  
  .sucesscard-header {
    background-color: #ffffff;
    padding: 1.5em;
    border-bottom: 1px solid #dddddd;
  }
  
  .sucesscard-header img {
    height: 80px;
    max-width: 210px;
  }
  
  .successcard-body {
    padding: 2em;
  }
  
  .sucess-title {
    color: #7e7e7e !important;
    padding: 2em 0;
  }
  
  .loader-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/loading-small.gif') 50% 50% no-repeat #ffffff;
    background-size: 100px;
    opacity: 0.75;
    background-size: 70px;
  }
  
  body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px
  }
  
  .mt-100 {
    margin-top: 80px;
  }
  
  .invoice-title {
    font-size: 32px;
    font-weight: bold;
    color: #919dae;
    margin-bottom: 14px;
  }
  
  .invoice-content a {
    color: #363660;
    font-size: 16px;
    margin-top: 0;
  }
  
  .invoice-content h6 {
    font-size: 18px;
    font-weight: bold;
    color: #363660;
  }
  
  .invoice-content p {
    color: #363660;
    font-size: 14px;
    margin-top: 2px;
  }
  
  .my-10 {
    margin: 34px 0;
  }
  
  .invoice-duetxt {
    font-weight: bold;
    color: #363660;
  }
  
  .invoice-tbl {
    width: 100%;
  }
  
  .invoice-tbl thead {
    background-color: #919dae;
    color: white;
  }
  
  .invoice-righttxt {
    color: #363660;
    text-align: right;
  }
  
  .invoice-footertxt {
    color: #363660;
    font-size: 14px;
  }
  
  .invoice-footertxt a {
    color: #363660;
    font-size: 14px;
    text-decoration: underline;
  }
  
  .btn-download {
    background-color: #363660;
    color: white;
    border-radius: 4px;
    font-weight: bold;
  }
  
  .btn-download:hover {
    color: white;
  }
  
  .invoice-right-txt {
    text-align: right;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .invoice-checkbox-txt {
    color: #5cb85c;
    font-size: 14px;
    font-weight: bold;
  }
  
  .invoice-inputbox {
    color: #363660;
  }
  
  .my-40 {
    margin: 50px 0;
  }
  
  .my-20 {
    margin: 14px 0;
  }
  
  .textright {
    text-align: right;
  }
  
  /* invoice view page */
  
  .loader-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/loading-small.gif') 50% 50% no-repeat #ffffff;
    background-size: 100px;
    opacity: 0.75;
    background-size: 70px;
  }
  
  body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px
  }
  
  .mt-100 {
    margin-top: 80px;
  }
  
  .invoice-title {
    font-size: 32px;
    font-weight: bold;
    color: #919dae;
    margin-bottom: 14px;
  }
  
  .invoice-content a {
    color: #363660;
    font-size: 16px;
    margin-top: 0;
  }
  
  .invoice-content h6 {
    font-size: 18px;
    font-weight: bold;
    color: #363660;
  }
  
  .invoice-content p {
    color: #363660;
    font-size: 14px;
    margin-top: 2px;
  }
  
  .my-10 {
    margin: 34px 0;
  }
  
  .invoice-duetxt {
    font-weight: bold;
    color: #363660;
  }
  
  .invoice-tbl {
    width: 100%;
  }
  
  .invoice-tbl thead {
    background-color: #919dae;
    color: white;
  }
  
  .invoice-righttxt {
    color: #363660;
    text-align: right;
  }
  
  .invoice-footertxt {
    color: #363660;
    font-size: 14px;
  }
  
  .invoice-footertxt a {
    color: #363660;
    font-size: 14px;
    text-decoration: underline;
  }
  
  .btn-download {
    background-color: #363660;
    color: white;
    border-radius: 4px;
    font-weight: bold;
  }
  
  .btn-download:hover {
    color: white;
  }
  
  .invoice-right-txt {
    text-align: right;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .invoice-checkbox-txt {
    color: #5cb85c;
    font-size: 14px;
    font-weight: bold;
  }
  
  .invoice-inputbox {
    color: #363660;
  }
  
  .my-40 {
    margin: 50px 0;
  }
  
  .my-20 {
    margin: 14px 0;
  }
  
  .textright {
    text-align: right;
  }
  
  /* widget error */
  .widget-error {
    margin-top: 8%;
    color: #5f5f5f;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
    border-radius: 0.25rem;
    padding: 20px;
    margin-bottom: -70px;
  }
  
  .widget-error h4 {
    margin-bottom: 1.5rem;
  }
  
  .logo-top {
    height: 90px;
    width: 90px;
    margin: auto;
    text-align: center;
    padding: 10px;
    border: 4px solid white;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  }
  .logo-top.quote-logo-top{
    height: unset;
    width: unset;
    padding: unset;
    border: unset;
    border-radius: unset;
    background-color: unset;
    box-shadow:unset !important;
  }
  .logo-top.quote-logo-top img{
    width: 90px;
  height: 90px;
  /* border-radius: 50%; */
  object-fit: cover;
  border: 5px solid #fff;
  z-index: 5;
  background: #fff;
  padding: 0%;
  }
  
  .logo-top img {
    height: 100%;
    width: 100%;
    padding: 10px;
  }
  
  .bg-clippath:before {
    content: "";
    background-color: #2dbe60;
    clip-path: polygon(0 0, 130% 0, 0 100%, 0% 58%);
    padding: 16px;
    z-index: -1;
    width: 100%;
    height: 144px;
    position: absolute;
    left: -14px;
    top: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .logo-top {
    z-index: 1;
    margin-top: 4rem;
  }
  
  .pt-0 {
    padding-top: 0 !important;
  }
  
  .main-heading {
    font-size: 2.2rem !important;
    color: #000;
    padding: 24px 0 0 !important;
    text-transform: capitalize;
  }
  
  .quoteNo {
    color: red;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  
  /* 12 Nov */
  /*.logo-top img{ filter: contrast(0) brightness(100);}*/
  
  .outerWrapper {
    margin: 20px auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 6px;
    padding-bottom: 20px;
  }
  
  @media (max-width:991px) {
    .sucess-card {
      width: 90%;
    }
  
    .widget-error {
      margin-top: 12%;
    }
  
  }
  
  @media (max-width: 767px) {
    .textcntr {
      text-align: center !important;
    }
  
    .imgcntr {
      margin: auto;
    }
  
    .invoice-right-txt {
      text-align: left;
    }
  
    .widget-error {
      margin-top: 18%;
      margin-bottom: -150px;
    }
  
    .bg-clippath:before {
      top: -34px;
    }
  
    /* 12 Nov */
    .bg-clippath {
      position: relative;
    }
  
    .bg-clippath:before {
      width: 100%;
      left: 0;
      height: 120px;
    }
  
  }
  
  @media (max-width:567px) {
    .sucess-title {
      color: #7e7e7e !important;
      padding: 0.5em 0;
    }
  
    .widget-error {
      margin-top: 24%;
    }
  
  }
  
  @media (max-width:399px) {
    .widget-error {
      margin-top: 30%;
    }
  
  }
  
  /***=========== NTW - 12 Nov =============***/
  /* Checkout quote view blade CSS Start Here */
  .ntw_cstm .bg-clippath:before {
    left: 0;
  }
  
  .ntw_cstm.outerWrapper {
    margin: 20px auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 6px;
    padding-bottom: 20px;
  }
  
  .ntw_cstm .invoice-content.d-mob-block {
    display: none;
  }
  
  .ntw_cstm .table.invoice-tbl.w-100 {
    margin-bottom: 0;
  }
  
  .ntw_cstm .mb-30 {
    margin-bottom: 30px;
  }
  
  .ntw_cstm .mt-0 {
    margin-top: 0;
  }
  
  .ntw_cstm .middle_sec {
    position: relative;
  }
  
  .ntw_cstm .middle_sec>form#quoteCheckout {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    padding: 0 0 10px 0;
  }
  
  @media(max-width:767px) {
    .ntw_cstm .bg-clippath {
      position: revert;
    }
  
    .ntw_cstm .bg-clippath:before {
      width: 100%;
      left: 0;
      height: 120px;
    }
  
    .ntw_cstm .text-sm-right {
      text-align: right !important;
    }
  
    .ntw_cstm .text-sm-left {
      text-align: left !important;
    }
  
    .ntw_cstm .invoice-content.d-mob-none {
      display: none;
    }
  
    .ntw_cstm .invoice-content.d-mob-block {
      display: block;
      text-align: center;
    }
  
    .ntw_cstm .invoice-title {
      font-size: 28px;
      margin-bottom: 10px;
    }
  
    .ntw_cstm .middle_sec .my-40.invoice-duetxt {
      margin: 10px 0 10px 0;
    }
  
    .ntw_cstm .middle_sec>form#quoteCheckout p {
      height: auto !important;
      font-size: 15px;
    }
  
    .ntw_cstm .middle_sec .invoice-content.text-sm-left p {
      height: auto !important;
    }
  
    .ntw_cstm .main-heading {
      font-size: 16px;
      padding: 15px 0 0 !important;
    }
  
    .ntw_cstm .invoice-title {
      font-size: 24px;
      margin-bottom: 5px;
    }
  
    .ntw_cstm .invoice-content a {
      font-size: 15px;
    }
  
    .ntw_cstm .pfull_chck input[type="checkbox"] {
      margin-right: 5px;
    }
  
    .ntw_cstm .pfull_chck .invoice-inputbox {
      font-size: 12px;
    }
  
    .ntw_cstm .middle_sec #quoteCheckout~hr {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  
    .ntw_cstm .mb-30 {
      margin-bottom: 20px;
    }
  }
  
  /* Checkout quote view blade CSS End Here */
  
  
  .share_btn {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 70px;
    border: 1px solid #e6e6e6;
    z-index: 55;
    color: #868686;
  }
  
  .share_btn:hover {
    background: #565656;
    border-color: #565656;
    color: #fff;
  }
  
  .info_msg {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #363660;
  }
  
  @media(min-width:567px) {
    .ntw_cstm .mful .text-sm-left {
      text-align: right !important;
    }
  }
  
  @media(max-width:566px) {
    .mful {
      width: 100%;
    }
  
    .share_btn {
      right: 10px;
      top: 34px;
    }
  
    .ntw_cstm .invoice-content h6 {
      font-size: 16px;
    }
  
    .ntw_cstm .invoice-content p {
      font-size: 11px;
    }
  }
  
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: unset;
    padding: 4px 6px 0 8px;
    height: 100%;
  }
  
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: white;
  }
  .custom-flag-height .iti__flag-container{
    top: 10px;
  }
  
  /* 23 Dec */
  .error-header {
    width: 100%;
    text-align: center;
    padding: 70px 20px;
  }
  
  .error-header .subttl_crve {
    font-size: 100px;
    font-weight: 900;
    margin: 0;
    display: block;
    color: #2dbe60;
  }
  
  .error-header h3 {
    margin: 0 auto;
    font-size: 20px;
    /*max-width: 400px;*/
    line-height: 28px;
    color: #333;
  }
  
  @media(max-width:767px) {
    .error-header {
      padding: 20px 20px 40px;
    }
  
    .error-header .subttl_crve {
      font-size: 62px;
    }
  
    .error-header h3 {
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
    }
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 1px !important;
    margin-right: -1px !important;
  }
  
  .boot-box-modal {
    top: 50px;
  }
  
  @media(max-width: 567px) {
    .paymentButton {
      width: auto !important;
      word-break: break-all !important;
      white-space: break-spaces !important;
      height: auto !important;
      font-size: 14px !important;
    }
  }
  
  div .modal-content {
    /* margin-top: 67px; */
    margin-top: 160px;
  }
  
  .vehicle-box-height {
    height: unset;
  }
  
  .filter-vehicle-accordion {
    display: block;
  }
  
  .filter-vehicle-accordion .panel-heading {
    position: relative;
  }
  
  .filter-vehicle-accordion .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e113";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
    position: absolute;
    top: 42%;
    right: 10px
  }
  
  .filter-vehicle-accordion .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    /* content: "\e080"; */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
  }
  
  
  @media(min-width: 767px) {
    /* .filter-vehicle-accordion .panel-collapse.collapse {
      display: block;
    } */
  
    /* .filter-vehicle-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: transparent;
    } */
  
    /* .filter-vehicle-accordion .panel-heading {
      display: none;
    } */
  
    /* .filter-vehicle-accordion .panel-default {
      border-color: transparent;
    } */
  
    .desktop-hide {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    .start_main_area {
      margin-top: 10px;
    }
  
    .mobile-hide {
      display: none;
    }
  
    .Header_bottom_left .filter-vehicle-accordion p {
      font-size: 16px;
    }
  
    .Header_bottom_left .filter-vehicle-accordion .main_right_top_l {
      padding-left: 20px;
    }
  
    .title-header {
      font-size: 18px !important;
      text-align: center;
      margin-bottom: 10px;
    }
  
    .pb-10 {
      padding-bottom: 10px !important;
    }
  
    /* .vehicle-tab.start_item_area ul li figure { width: 48px !important;  line-height: 48px !important;}
    .vehicle-tab.start_item_area ul li p{padding-top: 4px; font-size: 12px;} */
    .filter-vehicle-accordion .panel-heading .panel-title p {
      font-size: 13px;
      margin-bottom: 5px;
      margin-left: 8px;
    }
    .filter-vehicle-accordion .panel-heading .panel-title p i{
      margin-left: -17px;
      margin-right: 4px;
    }
  
    .filter-vehicle-accordion .panel-heading .panel-title .north1 {
      font-size: 13px;
    }
  
    /* .vehicle-tab.start_item_area ul li {
      width: 80px;
    } */
  
    .filter-vehicle-accordion .north {
      padding: 2px 7px;
      margin-left: 5px;
      font-size: 12px;
    }
  
    .filter-vehicle-accordion .dot {
      top: 6px;
    }
    .filter-vehicle-accordion .date i {
     margin-left: -13px;
    }
  }
  
  @media(max-width: 640px) {
    .dropdown-sortby-flex {
      display: flex;
      flex-direction: column;
    }
  
    .dropdown-sortby-flex .dropdown-sortby label {
      font-size: 12px;
      margin-bottom: 0;
      margin-top: 0;
    }
  
    .dropdown-sortby-flex .sortby-dropdown.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
      margin-top: 0px;
      margin-bottom: 0;
    }
  
    .dropdown-sortby-flex .sortby-dropdown.bootstrap-select.btn-group .dropdown-toggle .caret {
      position: absolute;
      top: 50%;
      right: 12px;
      margin-top: -4px;
      vertical-align: middle;
      background-size: 12px;
      border: none;
      width: 14px;
    }
  
    .dropdown-sortby-flex .sortby-dropdown.bootstrap-select .dropdown-toggle .filter-option {
      font-weight: 500;
      font-size: 12px;
    }
  
    /* .fiter-sort {
      text-align: end;
    } */
  
    .fiter-sort .TriSea-technologies-Switch {
      font-size: 11px;
    }
  
    .fiter-sort .TriSea-technologies-Switch {
      align-self: center;
    }
  
    .dropdown-sortby-flex .sortby-dropdown.bootstrap-select .dropdown-toggle {
      border-radius: 0;
      border-color: #f0f0f0;
      padding: 5px 8px 2px 8px;
    }
  
    .dropdown-sortby-flex .TriSea-technologies-Switch>label {
      margin-left: 2px;
    }
  
    .vehicle-tab.start_item_area {
      text-align: center;
    }
  
    .vehicle-tab.start_item_area ul li {
      float: unset !important
    }
  
    .title-header {
      display: none;
    }
  
    .px-sm-0 {
      padding: 0;
    }
  
    .book_now a {
      padding: 10px 9px;
      font-size: 11px;
    }
  }
  
  @media(max-width: 399px) {
    .title-header {
      font-size: 16px !important;
    }
  
    /* .vehicle-tab.start_item_area ul li {  width: 53px;} */
    div.tab button {
      margin-right: 28px;
    }
  
  }
  
  
  
  /* new css by sapna 17-10-2022 */
  #pickup_time_placeholder,
  #dropoff_time_placeholder {
    top: 4px;
  }
  
  /* .custom-explore-ridehire figure{
    width: 70px;
    line-height: 70px;
    height: 70px;
    padding-top: 22px;
  }
  .custom-btn-sucess{height: 40px;}
  .custom-social-link li{height: 40px; padding-top: 8px !important; line-height: unset !important;} 
  .custom-social-link li a{line-height: unset !important;}  */
  
  
  
  /* custom check availability modal css */
  .custom-check-modal .modal-header {
    border: none;
  }
  
  .custom-check-modal .modal-header .custom-header .header {
    display: flex;
    justify-content: end;
    margin-bottom: -15px;
  }
  
  .custom-check-modal .custom-header .back-arrow {
    display: none;
  }
  
  .custom-check-modal .custom-header .custom-name {
    color: #003D41;
    font-weight: 600;
    font-size: 16px;
    display: none;
  }
  
  .custom-check-modal .custom-card-body {
    display: flex;
    margin-bottom: 20px;
  }
  
  .custom-check-modal .custom-card-body .card-body .card-profiel {
    width: 115px;
    height: 115px;
    border-radius: 10px;
  }
  
  .custom-check-modal .custom-card-body .card-profiel img {
    width: 115px;
    height: 115px;
    border-radius: 10px;
    object-fit: cover;
  }
  
  .custom-check-modal .custom-card-body .card-info {
    margin-left: 15px;
    align-self: center;
  }
  
  .custom-check-modal .custom-card-body .card-info h2 {
    color: #003D41;
    font-size: 32px;
    font-weight: 600;
  }
  
  .custom-check-modal .custom-card-body .card-info h2 span {
    color: rgba(0, 61, 65, 0.50);
    font-size: 18px;
    font-weight: 400;
  }
  
  .custom-check-modal .custom-card-body .card-info h5 {
    color: #003D41;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
  }
  
  .custom-check-modal .custom-card-body .card-info p {
    color: rgba(0, 61, 65, 0.6);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
    overflow: hidden;
  }
  
  .custom-check-modal .custom-card-body .card-info .review-star {
    background-color: #00D47B;
    border-radius: 5px;
    width: fit-content;
    padding: 3px 5px;
  }
  
  .custom-check-modal .custom-card-body .card-info .review-info {
    display: flex;
  }
  
  .custom-check-modal .custom-card-body .card-info .review-info .review-star img {
    margin-right: 0px;
  }
  
  .custom-check-modal .custom-card-body .card-info .review-info .review-star span {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
  }
  
  .custom-check-modal .custom-card-body .card-info .review-info .pessenger-info {
    margin-left: 10px;
    align-self: center;
  }
  
  .custom-check-modal .custom-card-body .card-info .review-info .pessenger-info span {
    color: #003D41;
    font-size: 12px;
    font-weight: 400;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec {
    border-bottom: 1px solid rgba(0, 61, 65, .06);
    padding-bottom: 15px;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .location-label {
    display: flex;
    justify-content: space-between;
		min-width: auto;
	}

	/* .share-save .btn-share:first-child {
		margin: 0;
	} */
  
  .custom-check-modal .modal-body .form .dropdown-sec .location-label .clear-btn,
  .custom-check-modal .modal-body .form .dropdown-sec .location-label .clear-btn:focus,
  .custom-check-modal .modal-body .form .dropdown-sec .location-label .clear-btn:focus-visible,
  .custom-check-modal .modal-body .form .dropdown-sec .location-label .clear-btn:active,
  .custom-check-modal .modal-body .form .dropdown-sec .location-label .clear-btn:hover {
    background-color: transparent;
    color: #003D41;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: underline;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input {
    height: 60px;
    border-radius: 12px;
    box-shadow: 0px 15px 33px -6px rgba(0, 61, 65, 0.10);
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 5px;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input h4 {
    align-self: center;
    color: rgba(0, 61, 65, 0.3);
    font-size: 12px;
    font-weight: 500;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown {
    width: 100%;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown {
    margin-top: 0;
    width: 100%;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown:focus-visible {
    outline: none;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .btn,
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .btn:focus,
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .btn:focus-visible,
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .btn:active,
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .btn:hover {
    color: #003D41;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    width: 100%;
    text-align: end;
    border: none;
    box-shadow: none;
    outline: none;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .btn:focus {
    border: none;
    outline: none;
    box-shadow: none
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .btn:focus-visible {
    border: none;
    outline: none;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .btn .caret {
    display: none;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .dropdown-menu {
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 0px;
    box-shadow: 0 5px 15px rgba(0, 61, 65, .08);
    width: 100%;
    border: none;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .dropdown-menu li a {
    display: flex;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .dropdown-menu li a .dropdown-item-icon {
    align-self: center;
    padding-top: 6px;
    background-color: #f0f8f8;
    height: 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    border-radius: 50%;
    object-fit: contain;
    overflow: hidden;
    margin-bottom: 15px;
  
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .dropdown-menu li a:hover {
    background-color: transparent;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .dropdown-menu li a .dropdown-item-icon img {
    height: 20px;
    width: 20px;
    margin: 3px 10px;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .dropdown-menu li a .dropdown-item-info {
    margin-left: 10px;
    align-self: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 61, 65, .05);
    padding-bottom: 15px;
    width: 100%;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .dropdown-menu li a .dropdown-item-info h5 {
    color: #003D41;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .dropdown-menu li a .dropdown-item-info p {
    color: rgba(0, 61, 65, 0.5);
    font-size: 11px;
    font-weight: 500;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .dropdown-menu li a .dropdown-item-info .dropdown-icon {
    align-self: center;
    margin-left: 10px;
  }
  
  .custom-check-modal .modal-body .form .dropdown-sec .dropdown-input .custom-dropdown .dropdown .dropdown-menu li a .dropdown-item-info .dropdown-icon img {
    background-color: white;
    padding: 5px 8px;
    border-radius: 50%;
    box-shadow: 0px 2px 35px 6p3 rg-ba(0, 61, 65, 0.10);
  
  }
  
  .custom-check-modal .modal-body .form .row {
    /* margin-left: 0; */
    /* margin-right: 0; */
    margin-top: 15px;
  }
  
  .custom-check-modal .modal-body .form .form-group {
    position: relative;
    margin-bottom: 20px;
  }
  
  .custom-check-modal .modal-body .form .form-control:focus {
    box-shadow: none;
  }
  
  .custom-check-modal .modal-body .form .form-group .floating-label {
    color: rgba(0, 61, 65, 0.3);
    font-weight: 500;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  
  .custom-check-modal .modal-body .form .form-group .floating-input {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: 0 20px;
    color: #003D41;
    border-radius: 12px;
    background: #FFF;
    border: none;
    padding-top: 10px;
    height: 50px;
    box-shadow: 0px 2px 33px -6px rgba(0, 61, 65, 0.10);
  }
  
  .custom-check-modal .modal-body .form .form-group .floating-input.floating-textarea {
    padding-top: 20px;
    height: auto;
    resize: none;
  }
  
  .custom-check-modal .modal-body .form .form-group .floating-input:focus {
    outline: none;
  }
  
  .custom-check-modal .modal-body .form .form-group .floating-input:focus~.floating-label {
    top: 4px;
    font-size: 12px;
  }
  
  .custom-check-modal .modal-body .form .form-group .floating-input:not(:placeholder-shown)~.floating-label {
    top: 4px;
    font-size: 12px;
    width: calc(100% - 40px);
  
  }
  
  /* .custom-check-modal .modal-body .form .form-group .floating-select:not([value=""]):valid~.floating-label {
    top: 4px;
    font-size: 12px;
  } */
  .custom-check-modal .modal-body .form .form-group .checkbox label {
    color: rgba(0, 61, 65, 0.7);
    font-size: 14px;
    font-weight: 500;
  }
  
  .custom-check-modal .modal-body .form .form-group .checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
  }
  
  .custom-check-modal .modal-body .form .form-group .checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
  }
  
  .custom-check-modal .modal-body .form .form-group .checkbox input:checked+label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px !important;
    top: 0px !important;
    padding: 0px 5px;
    margin-left: -20px;
    border-radius: 5px;
    border: 1px solid #003D41;
    background-color: #003D41;
  }
  
  .custom-check-modal .modal-body .form .form-group .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
  }
  
  .custom-check-modal .modal-body .form .form-group .checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px !important;
    top: 0px !important;
    margin-left: -20px;
    border: 1px solid rgba(0, 61, 65, .2);
    background-color: #fff;
    border-radius: 5px;
  
  }
  
  .custom-check-modal .modal-body .form .form-group .checkbox input:checked+label::after {
    content: "";
    font-size: 13px;
    color: #fff;
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-position: 2px 3px
  }
  
  .send-btn,
  .send-btn:focus,
  .send-btn:hover,
  .send-btn:active:focus {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 500px;
    background: #003D41;
    outline: none;
    outline-offset: none;
    padding: 10px 45px;
    margin-bottom: 15px;
  }
  
  .custom-check-modal .modal-body .form .form-group .dropdown {
    width: 100%;
  }
  
  .custom-check-modal .modal-body .form .form-group .dropdown .btn {
    color: #003D41;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
  }
  
  .custom-check-modal .modal-body .form .form-group .dropdown {
    height: 50px;
    box-shadow: 0px 2px 33px -6px rgba(0, 61, 65, 0.10);
    background-color: white;
    margin-top: 0px;
  
  }
  
  .custom-check-modal .modal-body .form .form-group .dropdown .btn:focus-visible,
  .custom-check-modal .modal-body .form .form-group .dropdown .btn {
    padding-left: 18px;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    text-align: left;
    outline: none;
    border: none;
    box-shadow: none;
  }
  
  .custom-check-modal .modal-body .form .form-group .dropdown .dropdown-menu {
    border-radius: 10px;
    background: #FFF;
    border: none;
    width: 100%;
    box-shadow: 0px 20px 80px 0px rgba(0, 61, 65, 0.10);
    padding: 10px 5px;
  
  }
  
  .custom-check-modal .modal-body .form .form-group .dropdown .dropdown-menu .dropdown-item a {
    color: rgba(0, 61, 65, .7);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  
  .custom-check-modal .modal-body .form .form-group .dropdown .btn .dropdown-value {
    display: flex;
    justify-content: space-between;
  }
  
  .custom-check-modal .modal-body .form .form-group .dropdown .btn .caret {
    border: none;
  }
  
  .custom-check-modal .modal-body .form .form-group .dropdown .btn .caret::after {
    content: "";
    position: absolute;
    right: 17px;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #003D41;
    border-left: 2px solid #003D41;
    transform: rotate(225deg);
  }
  
  .custom-check-modal .modal-body .form .form-group .dropdown.open .btn .caret::after {
    transform: rotate(45deg);
  }
  
  /* floating-select for floating label in dropdown-menu (select value and open menu) */
  .custom-check-modal .modal-body .form .form-group .dropdown.floating-select .floating-label,
  .custom-check-modal .modal-body .form .form-group .dropdown.open .floating-label {
    top: 4px;
    font-size: 12px;
  }
  
  .custom-check-modal .modal-footer {
    border: none;
    padding: 0px 15px 15px 15px;
    text-align: left;
  }
  
  /* media query for custom modal */
  @media (max-width:767px) {
    .custom-check-modal .modal-dialog {
      margin: 0;
      /* margin-left: -5px; */
    }
  
    .custom-check-modal .modal-header .custom-header .header {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
    }
  
    .custom-check-modal .modal-header .custom-header .header .close-icon {
      display: none;
    }
  
    .custom-check-modal .modal-header .custom-header .header img {
      display: block;
      height: 16px;
      width: 20px;
    }
  
    .custom-check-modal .custom-header .custom-name {
      display: block;
    }
  }
  
  @media (max-width:567px) {
    .custom-check-modal .custom-card-body .card-info p {
      width: 15 0px;
    }
    .main-time-input {
      /* flex-direction: column; */
    }
  
    .main-time-input .time-input {
      width: 100% !important;
    }

  }
  
  
  /* custom-vehicle-card */
  .filter-vehicle-accordion .panel-heading .panel-title p {
    margin-right: 15px;
  }
  .custom-vehicle-card{
    display: flex;
    justify-content: space-between;
    padding: 0px 3px;
    /* margin-bottom: 15px; */
  }
  .custom-vehicle-card .btn{
      border: 1px solid #2DBE60;
      border-radius: 50%;
      background: white;      
      font-size: 16px;
      color: #2DBE60;
      height: 30px;
      width: 30px;
      display: inline-flex;
  }
  .custom-vehicle-card .share-btn{
    padding: 7px 5px;
  }
  .custom-vehicle-card .btn-like{
    padding: 7px 6px;
  }

  .custom-vehicle-card .btn-msg{
    padding: 5px 7px;
  }
  /* .custom-vehicle-card .btn-like{
    padding: 6px 6px;
  } */
  .social-icon{
    width: 127px;
    /* width: 70px; */
    text-align: end;
  }
  .amenities-count{
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
  }
  .allVehiclesBlock .frond_mini_center .third_user i{
    font-size: 20px;
  }

  /* custom-card */
  .custom-card{
    /* display: flex; */
    /* justify-content: space-between;    */
  }
  .custom-card .custom-left{
    /* width: 34%; */
  }
  .custom-card .custom-center{
    /* margin-left: 20px; */
    /* width: 60%; */
  }
  .ride-info{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
  }
  .ride-charge{
    align-self: center;
    text-align: center;
  }
  .ride-charge h1 span{
    font-size: 22px;
    /* color: #a0a0a0; */
    margin-left: -5px;
  }
  .total-price {
    align-self: center;
  }
  .total-price h6{
    font-size: 18px;
    color: #a0a0a0;
    margin: 5px 0px;  
    font-weight: 400;
    text-decoration: underline;
    text-align: center;
  }
  .custom-card .amenities-count{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    width: fit-content;
  }
  .card-top-title{
    align-self: center;
  }
  .card-bottom-title h4{
display: none ;
  }
  .card-top-title .vehicle-number{
display: none;
  }

  /* custom floating */
/* custom-ride-details */
.custom-floating-form{
  padding: 0 14px;
  margin-top: 14px;
}
 .custom-floating-content {
  position: relative;
  margin-bottom: 16px;
}
.custom-floating-content .custom-floating-input{
  background: #fff;
  font-size: 15px;
  padding: 21px 10px 10px 10px;
  display: block;
  border: 1px solid #ccc;
  box-shadow: none;
  width: 100%;
  min-height: 45px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
}
.custom-floating-content select.custom-floating-input{
  padding: 17px 10px;
  padding-bottom: 10px;;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.custom-floating-select.custom-floating-content select{
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 0px),
    calc(100% - 15px) calc(1em + 0px);
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
 .custom-floating-content.icon-input .custom-floating-input {
  padding: 10px 10px 10px 34px;
}
 .custom-floating-content .custom-floating-label {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 13px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.custom-floating-content.icon-input .custom-floating-label {
  left: 30px;
}

 .custom-floating-content .custom-floating-input:focus~.custom-floating-label,
 .custom-floating-content .custom-floating-input:valid~.custom-floating-label, 
 .custom-floating-content .custom-floating-input.valid~.custom-floating-label,
 .user_phn_div .custom-floating-label {
  top: 2px;
  left: 7px !important;
  color: #003d418a !important;
  font-weight: bold;
  font-size: 11px;
  color: #999;
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
}
  .main-time-input .iti__selected-flag{
    height: 34px !important;
  }
  .main-time-input .iti__selected-flag:focus{
    outline: none;
    box-shadow: none;
  }

  .user_phn_div label{
    top: -6px;
    left: 12px !important;
    font-size: 10px;
    color: #999;
    background-color: #ffffff;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px;
  }
  .user_phn_div .iti__arrow{
    align-self: center;
  }

  .main-time-input {
    display: flex;
    justify-content: space-between;
    gap: 0 7px;
  }
  
  .main-time-input .time-input {
    width: 48%;
    position: relative;
  
  }
  .icon-input{
    position: relative;
  }
  


  .icon-input i {
    position: absolute;
    top: 11px;
    left: 10px;
  }
  #messageToHostModal .form-control:focus{
    border-color: #ccc;
    outline: none;
    box-shadow: none;
  
  }
  .main-time-input .time-input input:focus{
    border-color: #ccc;
    outline: none;
    box-shadow: none;
  
  }
  .btn:focus,
  .btn:focus-visible{
    outline: none;
  }



  /* header css */
  .mainmenu{
    display: flex;
    /* justify-content: end; */
    -webkit-justify-content:flex-end;
    justify-content: flex-end;

  }
  .mainmenu .list-inline{
    text-align: center;
  }
  .custom-btn{
    height: 50px;
    width: 70px;
    padding-left: 0px !important;
  }

  /* social dropdown */
  .social-dropdown{
    position: relative;
    display: inline-block;
    z-index: 9;
    margin-top: 30px;
    }
    .social-dropdown .dropdown-content {
      width: 185px;
      min-width: 185px;
      padding: 12px 0;
  }
  .social-dropdown .dropdown-content {
    width: 185px;
    min-width: 185px;
    padding: 12px 0;
    box-shadow: 0 0px 12px rgba(0, 0, 0, .175);
    border-radius: 2px;
}
.social-dropdown  ul li {
  color: #2dbe60;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.social-dropdown .dropdown-content .copy_line {
  padding-top: 15px;
}
.social-dropdown .copy_line {
  cursor: pointer;
  padding-top: 15px;
  text-align: center;
}
.social-dropdown .copy_line span {
  color: #2dbe60;
  font-size: 14px;
  font-weight: 700;
}
.contact-term {
  font-weight: 400;
  font-size: smaller;
}

/* otp-modal */
.otp-modal .modal-header {
  border-bottom: none;
}

.otp-modal .modal-title {
  text-align: center;
  font-size: 25px;
  margin: 10px 0px;
}

.otp-modal .modal-body {
  padding: 15px 35px;
}

.otp-modal .modal-desc {
  text-align: center;
  font-weight: 400;
}

.otp-modal .time-input .custom-floating-input {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 5px;
}

.otp-modal .time-input .form-group {
  text-align: center;
  margin: 30px 0px;
}

.otp-modal .time-input .custom-floating-input .otp-box {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  /* margin: 20px 0px; */
}

.otp-modal .otp-error {
  position: absolute;
  left: 0;
  right: 0;
}

.otp-modal .time-input .custom-floating-input span {
  align-self: center;
}

.otp-modal .otp-link {
  text-align: center;
  margin: 15px 0px;
}

.otp-modal .otp-btn {
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  background-color: #00D47B;
  border: 1px solid #00D47B;
  border-radius: 500px;
  font-weight: 600;
  padding: 4px 11px;
}

.otp-modal .otp-link button {
  color: #2DBE60;
  font-weight: 600;
  background-color: transparent;
  white-space: break-spaces;
}

.btn.active,
.btn:active:focus,
.btn:focus {
  box-shadow: none;
  outline: none;
}

.rate-btn {
  margin-top: 27px;
  text-align: end;
}

.rate-modal-header .btn-success {
  float: right;
}

/* custom-loader */
.message-to-host-loader{
  display: none ;
  height: 90%;
  width: 98%;
  padding: 0;
  margin: -15px 0 -15px -25px;
}
.check-availability-loader{
  display: none ;
  height: 100%;
  width: 99%;
  padding: 0;
  /* margin: 62px 0 -15px -25px;  */
  position: absolute !important;
}
.custom-input-calendar{
  position: relative;
}
.custom-input-calendar i{
  padding: 5px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-size: 15px;
  color: #818181;
}
@media (max-width:567px) {
  .message-to-host-loader{
    height: 92%;
    width: 96%;
  }
  .check-availability-loader{
    height: 92%;
  }
}

.c_pointer_link {
  cursor: pointer;
  text-decoration: underline;
}
.select2-results__option{
  word-break: break-word !important;
}

.description{
  color:#999
}
.select2-container--default .select2-results__option--highlighted:hover .description{
  color:#FFF;
}
.select2-container--default .select2-results__option[aria-selected=true] .description{
  color:#999;
}
.select2-container--default .select2-results__option--highlighted .description{
  color: #FFF;
}
.filter-content{
  padding: 0px 15px !important;
  padding-bottom: 20px !important;
}
.modal-social-icon{
  gap: 12px;
}
.confirm-availability-btn{ 
  /* .confirm-availability-btn:hover */
  border-radius: 4px;
    border: 1px solid #2DBE60;
    padding: 3px 6px 4px;
    font-size: 12px;
    color: #2dbe60;
    /* margin: 0px 5px; */
    font-weight: 500;
}

.confirm-availability-btn i{
  font-size: 15px;
}
/* .share-modal-btn{
  border: 1px solid #2DBE60;
  border-radius: 50% !important;
  background: white;
  font-size: 16px;
  color: #2DBE60;
  height: 30px;
  width: 30px;
  display: inline-flex;
} */
/* .share-modal-btn img{
  margin: 5px 0px;
} */
.responsive-social-btngroup{
  display: inline-flex;
  align-items: center;
}
.custom-vehicle-card .btn-msg.phone-call-icon{
  padding:6px 9px;
}
.sms_call{
  justify-content: center;
  gap: 10px;
}
.sms_call a{
  background: transparent !important;
  padding: 0;
}
.sms_call .btn{
  background: #2DBE60;
  color: white;
}
.sms_call .btn-msg{
  padding: 5px 6px;
}
.sms_call  .btn-msg.phone-call-icon {
  padding: 6px 8px;
}
.confirm-availability{
  /* width: 140px; */
  width: 153px;
}
.confirm-availability a{
  white-space: nowrap;
}

.pickup-time #drop-pickup-time .custom-scrollbox li {
  background: #f5f5f5;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  color: #666;
  cursor: pointer;
  font-size: 12px;
  height:fit-content;
  line-height: 18px;
  padding: 2px 8px;
}

/* Base rate section in create vehicle */
.custom-rate-btn{
  margin-top: 0px !important;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .custom-rate-btn{
		margin-bottom: 5px;
	}
}

.custom-vehicle-row{
  display: flex;
  flex-flow: row wrap;
}
.custom-vehicle-column{
/* margin: 0px !important; */
  margin-bottom: 15px;
}

.custom-vehicle-column .items-container-bg{
  margin-bottom: 0px;
  height: 100%;
}
.filter-vehicle-accordion .dot1{
  width: 6px;
    height: 6px;
    border-radius: 50%;
    background: red;
    position: absolute;
    left: -11px;
    top: 6px;
}

.custom-toggle-sec{
  display: flex;
}
.custom-toggle-sec .btn-toggle{
  display: flex;
  height: fit-content;
  margin-left: 10px;
}
.custom-toggle-sec .custom-btn {
  background: #fff;
  display: block;
  border: 1px solid #ccc;
  box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 5px 10px !important;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.btn-toggle .btn.active{
  background-color: #4cae4c;
  color: white;
  font-weight: bold;
}
.custom-inline-checkbox{
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: normal;
  margin-top: 0px !important;
}
.custom-inline-checkbox input[type=checkbox]{
  margin-top: 2px !important;
  opacity: 0;
  z-index: 1;
}
.custom-inline-checkbox label{
  margin-left: 5px !important;
}
.vehicle-success-btn{
  margin: 5px;
  height: 42px;
  color: #fff;
  background: #2dbe60;
  font-size: 17px;
  text-transform: uppercase;
  padding: 6px 22px;
}

.custom-inline-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 20px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  /* transition: border 0.15s ease-in-out, color 0.15s ease-in-out; */
}

.custom-inline-checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 20px;
  top: 1px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.custom-inline-checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.custom-inline-checkbox input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.custom-inline-checkbox input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* Admin quote floating label form */
.custom-step-content.mb-3{
  margin-bottom: 25px;
}
.custom-floating-content.custom-step-content .custom-floating-input:focus~.custom-floating-label,
.custom-floating-content.custom-step-content .custom-floating-input:valid~.custom-floating-label,
.custom-floating-content.custom-step-content .custom-floating-input.valid~.custom-floating-label {
  top: -8px;
  left: 5px !important;
}
.custom-floating-content.icon-input.custom-step-content .custom-floating-label {
  left: 40px;
}

.custom-floating-content.custom-step-content .custom-floating-label {
  font-weight: 400 !important;
  font-size: 13px !important;
  color: #999 !important;
}
.custom-floating-content.custom-step-content .custom-floating-label {
  top: 12px;
}

.custom-step-content.icon-input i {
  top: 8px;
  width: fit-content;
}

.inputlefticon.custom-step-content.icon-input i {
  left: 10px !important;
}
.custom-floating-content.icon-input.custom-step-content .custom-floating-input {
  padding: 10px 10px 10px 34px !important;
}
.custom-floating-content.custom-step-content .custom-floating-input {
  padding: 10px 10px 10px 10px !important;
}
.custom-floating-phoneno.custom-floating-content.custom-step-content .custom-floating-label {
  top: -8px;
  left: 5px !important;
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
}
.custom-floating-phoneno.custom-floating-content.custom-step-content .custom-floating-input {
  padding: 10px 10px 10px 45px !important;
}
/* Admin quote vehicle type checkbox css */
.vehicle-type-step{
  list-style-type: none;
}
.steps-label{
  font-weight: 400 !important;
}
.vehicle-type-step-inner{
  list-style-type: none;
  margin-left: 15px;
}
.vehicle-type-step .custom-inline-checkbox label{
  color: #333 !important;
  position: relative;
  font-size: 14px !important;
}
.vehicle-type-step-inner .custom-inline-checkbox label{
  color: #333 !important;
  font-size: 14px !important;
}
.custom-inline-checkbox label.main-check-label::before{
  left: -10px !important;
  border: 1px solid #333;
}
.custom-inline-checkbox label.main-check-label::after{
  left: -10px !important;
}
.vehicle-type-step-inner .custom-inline-checkbox label{
  padding-left: 0px;
}
.vehicle-type-step-inner .custom-inline-checkbox label::before{
  left: -8px;
  border: 1px solid #333;
}
.vehicle-type-step-inner .custom-inline-checkbox label::after{
  left: -8px;
}
.cursor-pointer{
  cursor: pointer;
}
.vehicle-type-step .vehicle-check-info{
  color: #333 !important;
  margin-bottom: 10px;
  font-size: 14px !important;
}
.custom-stop-points {
  padding-bottom: 10px;
}
.custom-floating-btn{
  font-weight: 400 !important;
    font-size: 13px !important;
    color: #999 !important;
}
.custom-floating-btn .input-group-addon{
  border-radius: 0px;
}
.custom-plus-sign{
padding-left: 5px;
}
.custom-floating-phoneno .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.purple_color{
  color: #800080;
}
.custom-map{
  margin-bottom: 25px;
}
.custom-timeline:before {
  left: 4px;
}
.custom-timeline .routeIcn.fa-play{
  left: 1px;
}
.custom-timeline .routeIcn.fa-stop{
  left: 0px;
}
.custom-contact-hostForm {
  margin-top: 0px;
  padding: 5px 5px;
}
.custom-accordian-panel{
  margin-bottom:0px;
}
.custom-accordian-panel .panel-heading .accordion-toggle.collapsed:after {
  content: "\e114";
}
.custom-accordian-panel.list-accordion-panel .panel-heading .accordion-toggle.collapsed:after {
  content: "";
}
.custom-accordian-panel .panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: right;
  color: grey;
  position: absolute;
  top: 42%;
  right: 10px;
}
.custom-accordian-panel.list-accordion-panel .panel-heading .accordion-toggle:after{
  content: "\270f";
}
.custom-accordian-panel  .panel-heading {
  position: relative;
}
.custom-accordian-panel.list-accordion-panel .input-group .input-group-addon.bgnone{
  border: 0;
}
.custom-accordian-panel.list-accordion-panel .input-group .input-group-addon{
    background-color: transparent;
    color: #818181;
}
.custom-accordian-panel.list-accordion-panel .input-group .input-group-addon a{
    color: inherit;
}
.custom-accordian-panel.list-accordion-panel .input-group input {
  box-shadow: none;
  outline: 0;
  background: transparent;
}
.custom-accordian-panel.list-accordion-panel .addstop a{
  color: #2dbe60;
}
.custom-accordian-panel.list-accordion-panel .north .dot-stops-loction{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: black;
  position: absolute;
  left: -11px;
  top: 6px;
}
.custom-accordian-panel.list-accordion-panel .header-addstop{
  font-size: 12px;
  margin-left: 12.5px;
  color: #2dbe60;
  border: unset;
  box-shadow: unset;
  outline: 0;
  padding: 0;
  background-color: transparent;
  margin-bottom: 2.5px;
  width: fit-content;
}

legend{
   border: none;
   margin-bottom: 10px;
   width: auto;
   font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 5px;
}
fieldset{
  border: 1px solid #ddd;
    padding: 0px 15px;
    margin: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
}
.custom-accordian-panel .panel-heading .panel-title p i {
  margin-left: -17px;
  margin-right: 4px;
}
.custom-accordian-panel .panel-heading .panel-title p {
  margin-right: 15px;
}
.custom-accordian-panel .panel-heading .panel-title p {
  font-size: 13px;
  margin-bottom: 5px;
  margin-left: 8px;
}
.custom-accordian-panel .north{
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 12px;
}
.custom-accordian-panel a{
  text-decoration: none;
}
.custom-accordian-panel .dot {
  top: 6px;
  left: -11px;
}
.custom-accordian-panel .dot1 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: red;
  position: absolute;
  left: -11px;
  top: 6px;
}
.hourly-sec{
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 2px 4px;
  position: relative;
  margin-left: 5px
}
.custom-accordian-panel .panel-heading .panel-title .hourly-sec i {
  margin-left: -18px;
  margin-right: 7px;
}

.filter-vehicle-accordion a.accordion-toggle:focus{
  text-decoration: none;
}
.message-to-host-loader.msg-to-host-custom-loader{
  height: 93%;
}

@media (max-width:567px) {
  .message-to-host-loader.msg-to-host-custom-loader{
    height: 94%;
  }
}

.disable-color {
  background-color: #eee !important;
}
.custom-button.custom-btn-gray {
  background-color: #808080ad !important;
}
.save-rate-btn{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.save-rate-btn button{
  margin:0px !important;
}

.coverimg-wrapper .owl-carousel.owl-theme .owl-dots{
  /* margin-top:-25px !important; */
  margin-top:-35px !important;
  position: relative;
  z-index: 10;
}
.ratio.coverimg-wrapper .owl-carousel.owl-theme .owl-dots{
  margin-top:-25px !important;
  position: relative;
  z-index: 10;
}
.coverimg-wrapper .owl-carousel.owl-theme .owl-dots .owl-dot span{
  background: unset;
  border: 1px solid #2dbe60;
  box-shadow: 0px 0px 1dvb 4px rgb(255 255 255 / 23%);
}
.coverimg-wrapper .owl-carousel.owl-theme .owl-dots .owl-dot.active span{
  background: #2dbe60;
}
.check-availability-modal .modal-content .modal-body{
	height: calc(100vh - 250px);
	overflow-y: auto;
}

.check-availability-modal .modal-body {
  padding: 15px 15px 0px 15px;
}

.check-availability-modal .modal-content .modal-body .message-loader{
  height: calc(100vh - 255px);
}

.vehicle-list-page-custom-loader-height  .modal-content .modal-body .message-loader{
  height: calc(100vh - 240px) !important;
}
.ratio.coverimg-wrapper .owl-carousel{
  height: 120px;

}
.ratio.coverimg-wrapper .owl-carousel .owl-stage-outer{
  height: 120px;

}
.ratio.coverimg-wrapper .owl-carousel .owl-stage-outer .owl-stage,
.ratio.coverimg-wrapper .owl-carousel .owl-stage-outer .owl-item,
.ratio.coverimg-wrapper .owl-carousel .owl-stage-outer .owl-item .item,
.ratio.coverimg-wrapper .owl-carousel .owl-stage-outer .owl-item .item img{
  height: 100%;

}
.coverimg-wrapper.ratio .owl-carousel.owl-theme .owl-dots .owl-dot span{
height:7px;
width: 7px;
margin: 5px 3px;
}

.filter-outer{
  display: none;
}
.filter-modal.check-availability-modal .modal-content .modal-body .sortby-options .sortby-option-item input[type="radio"]{
  -webkit-appearance: none; /* Remove default styles */
    appearance: none; /* Remove default styles */
    width: 17px; /* Adjust size */
    height: 17px;
    border: 1px solid #2DBE60; /* Border color */
    border-radius: 50%; /* Make it round */
    outline: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0;
}
.filter-modal.check-availability-modal .modal-content .modal-body .sortby-options .sortby-option-item input[type="radio"]:checked::before {
  content: '';
    width: 12px; /* Inner circle size */
    height: 12px;
    background-color: #2DBE60; /* Green fill */
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 8px;
    transform: translate(-54%, -46%);
}
.filter-modal.check-availability-modal .modal-content .modal-body .sortby-options .sortby-option-item{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.filter-modal.check-availability-modal .modal-content .modal-body .sortby-options .sortby-option-item label{
  margin-bottom: 0px;
}
.filter-modal.check-availability-modal .modal-content .modal-body .booked_vehicle_type label{
  margin-bottom: unset;
}
.filter-modal.check-availability-modal .modal-content .modal-body .booked_vehicle_type input[type="checkbox"]:checked{
  accent-color: #2DBE60;
  margin-top: unset;
}

/* Amenities Filter badge and VehicleType filter badge */
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  
}
.tag-badge {
  display: inline-flex;
  align-items: center;
  background-color: #2DBE60;
  color: white !important;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}
.tag-badge .close-icon {
  margin-left: 8px;
  font-size: 12px;
  color: white;
  margin-top: unset;
  padding: unset;
}
.filter-modal .vehicals_aminities, .filter-modal .vehicals_type{
  /* display: flex;
  flex-wrap: wrap;
  gap: 7px 10px; */
  padding-bottom: 10px;
}
.filter-modal .vehicals_aminities label, .filter-modal .vehicals_type label{
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: unset;
}
#amenity-search, #vehicle-type-search {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.vehicals_aminities .tag-item input[type="checkbox"], .vehicals_type .tag-item input[type="checkbox"]{
  margin-right: unset;
  display: none;
}
.vehicals_aminities .tag-item input[type="checkbox"]:checked, .vehicals_type .tag-item input[type="checkbox"]:checked{
accent-color: #2DBE60; /* Change this to the desired color */
color: #FFFFFF;
}
.vehicals_aminities .tag-item input[type="checkbox"]:checked + label, .vehicals_type .tag-item input[type="checkbox"]:checked + label{
color: #2DBE60;
border-color: #2DBE60;
display: none;
}
.filter-inner-tag-container.tag-container{
  margin-bottom: unset;
  flex-wrap: unset;
  /* height: 30px; */
  gap: 3px;
}
.filter-inner-tag-container.tag-container .tag-badge{
  white-space: nowrap;
}


/* Moving Style From responsive to make design for desktop */
.filter-outer {
  display: block;
}

.filter-wrapper {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}


/* Target Webkit browsers (Chrome, Edge, Safari) */
.filter-outer::-webkit-scrollbar,
.filter-wrapper::-webkit-scrollbar {
  display: none;
}

#sidebar-wrapper {
  top: 205px;
}

.dropdown.filter-dropdown {
  margin-top: unset;
}

.dropdown.filter-dropdown .btn.dropdown-toggle,
.filter-toggle-btn {
  background: #FFFFFF;
  color: #2DBE60;
  border: 1px solid #2DBE60;
  border-radius: 25px;
  text-decoration: unset;
  display: flex;
  align-items: center;
  gap: 3px;
}

.filter-toggle-btn .filter-count {
  margin-top: 1px;
}

.filter-toggle-btn:focus {
  color: #2DBE60;
}

.dropdown.filter-dropdown.open .btn.dropdown-toggle,
.filter-open.filter-toggle-btn,
.dropdown.filter-dropdown .btn.dropdown-toggle:hover,
.filter-toggle-btn:hover,
.dropdown.filter-dropdown .btn.dropdown-toggle.selected-filter,
.filter-toggle-btn.selected-filter {
  background: #2DBE60;
  color: #FFF;
  border: 1px solid #FFF;
  text-decoration: unset;
}

.filter-modal.check-availability-modal .modal-content {
  margin-top: unset;
}

.filter-modal.check-availability-modal .modal-content .modal-body {
  max-height: calc(100vh - 235px);
  height: auto;
  padding-bottom: 10px;
}

.filter-modal.check-availability-modal.in {
  display: flex !important;
  align-items: end;
  padding-right: unset !important;
}

.filter-modal.check-availability-modal .modal-content .modal-footer .close-btn {
  background: #2DBE60;
  color: #FFF;
  border: 1px solid #FFF;
  display: block;
  width: 100%;
}

.filter-modal.check-availability-modal .modal-dialog {
  margin-top: 100% !important;
  width: 100%;
  margin: 0px auto;
  transform: translate(0, 100%) !important;
}

.amenity-modal.filter-modal.check-availability-modal .modal-content .modal-body {
  height: calc(100vh - 235px);
  overflow-y: unset;
}
.amenity-modal.filter-modal.check-availability-modal .modal-content .modal-body .vehicals_aminities,
.vehicle-type-modal.filter-modal.check-availability-modal .modal-content .modal-body .vehicals_type{
  height: calc(100vh - 365.52px);
  max-height: calc(100vh - 365.52px);
  overflow-y: auto;
}

.filter-modal .modal-footer {
  position: sticky;
  bottom: -10px;
  margin: 10px 0px 0px 0px;
  background-color: #FFFFFF;
  padding-block: 5px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}
.filter-modal.check-availability-modal .modal-content .modal-footer {
  border-top: unset;
  justify-content: center;
  display: flex;
  padding: 5px 0;
}

.clear-filter-wrapper-desktop {
  display: none !important;
}

.tabbable-line>.tab-content {
  border-top: unset;
}

.main_left .header-wrapper .header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  padding: 15px 10px 0 10px;

}

.main_left .header-wrapper .header .heading {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.main_left .header-wrapper .header .heading .count-wrapper {
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  background-color: #2DBE60;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  min-height: 20px;
  min-width: 20px;
  max-width: 40px;
  max-height: 40px;
  padding: 5px;
}

.main_left .header-wrapper .header .clear-filter {
  color: #2DBE60;
  text-decoration: unset;
}

.main_left .header-wrapper {
  padding-bottom: 15px;
  background-color: #FFF;
  position: sticky;
  top: 0px;
  z-index: 10;
  border-bottom: 1px solid #e5e5e5;
}

.main_left .vehicals_aminities {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.main_left .vehicals_type p,
.vehicals_aminities p,
.booked_vehicle_type p,
.vehicals_color p {
  padding-top: unset;
}

.main_left .vehicals_type {
  margin-bottom: 20px;
}

.main_left .vehicals_aminities.divSection.childAminities,
.main_left .vehicals_type .single_check {
  display: flex;
  gap: 0px 20px;
  flex-wrap: wrap;
}

.vehicle_type_parent {
  display: flex;
}

.main_left .vehicals_type .single_check .left_c {
  padding-left: unset;
}

.Price {
  padding-bottom: 20px;
}

.vehicals_type,
.vehicle_amenity {
  padding-top: 10px;
}

.vehicals_color {
  padding-bottom: unset;
}

.apply-filters-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99999;
  width: 100%;
  background: white;
  padding: 7px;
}

.apply-filters-wrapper .apply-filter-mobile {
  background-color: #2dbe60;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  float: unset !important;
  color: #fff;
}

.main_left {
  padding-top: unset;
  border-top: 0;
}

.sidebar-nav {
  top: -3px;
}

#messageToHostModal .modal-content .modal-footer {
  position: sticky;
  bottom: 0px;
  margin: 10px 0px 30px 0px;
  background-color: #FFFFFF;
  padding-block: 5px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  z-index: 10;
  border-top: unset;
  justify-content: center;
  display: flex;
}

#messageToHostModal.modal.in {
  display: flex !important;
  align-items: end;
}

.filter-modal .modal-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.modal-header-inner-custom{
  padding: 25px 25px 0 25px !important;
}
.vtf-button-custom{
  margin-top: 25px;
}
.filter-modal .modal-header-inner .clear-filter {
  color: #2DBE60;
  text-decoration: unset;
}

.filter-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 800;
  background-color: #000;
  opacity: 0.5;
}
.date-picker-filter .datepicker td, .datepicker th{
  height: 50px !important;
}
#wrapper-slide {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-wrapper {
  -webkit-box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
  box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
  z-index: 1000;
  top: 205px;
  position: fixed;
  left: 250px;
  width: 100%;
  /* height: calc(100% - 195px); */
  margin-left: -250px;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 0;
  transform: translateY(150%);
  border-radius: 6px;
}

#sidebar-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

#wrapper-slide.toggled #sidebar-wrapper {
  transform: translateY(0);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.filter-modal.in.check-availability-modal .modal-dialog {
  transform: translate(0, 0) !important;
}

.filter-vehicle-accordion {
  display: block;
  margin-bottom: 0;
}

.map-wrapper {
  position: sticky;
  top: 150px;
}

.list-start-main-area {
  margin-top: 15px;
}

.filter-vehicle-accordion .panel-collapse {
  position: absolute;
  z-index: 10000000;
  background: white;
  left: 26px;
  right: 26px;
  box-shadow: 0px 7px 9px 2px rgba(0, 0, 0, 0.2);
}

.filter-vehicle-accordion .panel-default {
  position: relative;
}

.list-page-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 10px;
}

.list-page-filter .filter-vehicle-accordion {
  flex: 60%
}

.list-page-filter .filter-vehicle-accordion .dot1,
.list-page-filter .filter-vehicle-accordion .dot {
  top: 13px;
}

.list-page-filter .panel-default>.panel-heading,
.list-page-filter .panel-default {
  border: unset;
  box-shadow: unset;
}

.list-page-filter .panel-default>.panel-heading {
  border-radius: 30px;
  padding-inline: 30px;
}

.list-page-filter .filter-vehicle-accordion .north {
  margin-right: 20px;
  font-size: 14px;
  margin-left: 11px;
  padding-bottom: 0px;
}

.filter-vehicle-accordion .panel-heading .panel-title p {
  font-size: 15px;
}

.list-filter-header-area {
  position:relative !important;
  /* top: 0; */
  background-color: #fff;
  z-index: 100 !important;
  border-bottom: unset;
}

.list-filter-header-area .container {
  margin-inline: 0px;
  width: 100%
}

.list-filter-bottom-area .container {
  margin-inline: 18px;
  width: auto;
}

.list-filter-bottom-area {
  position: sticky;
  top: 80px;
  background-color: #fff;
  z-index: 99;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.map-wrapper .map {
  margin-bottom: 50px;
}

.map-wrapper .map #map {
  height: calc(100vh - 172px);
}

.show-map-btn-wrapper {
  display: none;
}

.list-filter-header-area .header.row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list-filter-header-area .logo img {
  width: auto;
}

.main_area .sidebar-nav .main_left {
  padding-bottom: 0px;
  padding-inline: 0;
}

.main_area .sidebar-nav .main_left .tabbable-line {
  padding-inline: 10px;
}
.accordion-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    display: none; /* Initially hidden */
}
.list-filter-header-area .filter-menu-wrapper{
  background-color: #fff;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#traget-div{
  transition: all 0.3s ease-in-out;
}
.normal{
  position: relative;

}
.list-start-main-area .allVehiclesBlock.show .allVehiclesBlock-loading {
  display: block;
  position: fixed; /* Keeps it fixed in the viewport */
  z-index: 98;
  background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white background */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-image:unset;
}

.list-start-main-area .allVehiclesBlock.show .allVehiclesBlock-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers the loader */
  width: 65px; /* Adjust based on your loader image dimensions */
  height: 65px;
  background-image: url(../img/loading-small.gif);
  background-repeat: no-repeat;
  background-size: contain; /* Ensures the image scales properly */
}
.fixed-bottom-header{
  position: fixed;
  width: 100%;
}
.list-start-main-area .list-main-row .tabbable-panel{
border: unset;
}
.vehicals_aminities-inner,
.vehicals_type-inner{
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
}
.single-check-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  justify-content: center;
}

.vehicals_type-item-wrapper {
  margin-bottom: 25px;
}

.single_check-heading label {
  font-weight: 600;
}

.left_c-wrapper {
  display: flex;
  gap: 0px 20px;
  flex-wrap: wrap;
  margin-left: 35px;
}

.main_left .vehicals_type .left_c-wrapper .left_c {
  padding-left: unset;
}
.button-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  justify-content: end;
}

.cursor-auto {
  cursor: auto !important;
}

.date-filter-modal #dateFilter .datepicker.datepicker-inline {
  width: 100%;
}

.date-filter-modal #dateFilter .datepicker.datepicker-inline .datepicker-days .table-condensed,
.date-filter-modal #dateFilter .datepicker.datepicker-inline .datepicker-months .table-condensed,
.date-filter-modal #dateFilter .datepicker.datepicker-inline .datepicker-years .table-condensed {
  width: 100%;
}

.date-filter-modal #dateFilter .datepicker.datepicker-inline .datepicker-days .table-condensed .day.active,
.date-filter-modal #dateFilter .datepicker.datepicker-inline .datepicker-months .table-condensed .month.active,
.date-filter-modal #dateFilter .datepicker.datepicker-inline .datepicker-years .table-condensed .year.active {
  background: #2DBE60;
  color: #FFF;
}

.date-filter-modal .modal-body .input-group-wrapper {
  display: flex;
  gap: 0px 10px;
  flex-wrap: wrap;
  flex-direction: row;
}

.date-filter-modal .modal-body .input-group-wrapper .input-wrapper {
  margin-top: 8px;
  width: 48%;
  position: relative;
  margin-bottom: unset;
}

.date-filter-modal .modal-body .input-group-wrapper .input-wrapper .clock-icon {
  position: absolute;
  left: 5px;
  top: 44%;
  transform: translateY(-50%);
}

.date-filter-modal .modal-body .input-wrapper input {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 5px;
  width: 100%;
  padding-left: 20px;
}
.date-filter-modal .modal-body .input-wrapper.ride-timing .material-from{
width: 100%;
}
.date-filter-modal .modal-body .input-wrapper.ride-timing .material-from.md-input{
  margin-bottom: unset;
}

.btn-theme-outline,
.btn-theme-outline:hover,
.btn-theme-outline:focus,
.btn-theme-outline:active {
  background-color: transparent !important;
  border: 1px solid #2dbe60 !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-size: 17px !important;
  color: #2dbe60 !important;
  height: 42px !important;
  padding: 6px 22px !important;
  background-color: transparent !important;
}
.quote-theme-btn,
.quote-theme-btn:hover,
.quote-theme-btn:focus,
.quote-theme-btn:active {
  background-color: transparent !important;
  border: 1px solid #1b1b1b !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-size: 17px !important;
  color: #1b1b1b !important;
  height: 42px !important;
  padding: 6px 22px !important;
  background-color: transparent !important;
}
.btn-theme,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active{
  height: 42px !important;
  color: #fff !important;
  background: #2dbe60 !important;
  font-size: 17px !important;
  text-transform: uppercase !important;
  padding: 6px 22px !important;
  border: 1px solid #2dbe60 !important;
  border-radius: 5px !important;
}
.quote-btn,
.quote-btn:hover,
.quote-btn:focus,
.quote-btn:active{
  height: 42px !important;
  color: #fff !important;
  background: #3b3b3b !important;
  font-size: 17px !important;
  text-transform: uppercase !important;
  padding: 6px 22px !important;
  border: 1px solid #3b3b3b !important;
  border-radius: 5px !important;
}

.custom-title-link{
  text-decoration: none;
  color: #333333;
}
/* ============================ */

.owl-carousel:hover .owl-nav.disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  background-color: rgba(0,0,0,0.5) !important;
}

.owl-carousel .owl-nav.disabled{
  display: block !important;
  opacity: 0;
  font-size: 40px;
  color: white;
}
.owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  font-size: 40px;
  background-color: rgba(0,0,0,0.5) !important;
      
  span{
    position: relative;
    bottom: 16px;
  }
}
.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background-color: rgba(0,0,0,0.5) !important;

  span{
    position: relative;
    bottom: 16px;
  }
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: rgba(0,0,0,0.5) !important;
}


/* =============For Multiple Image Slider if no. of imgs are greater then 2 =============== */

.owl-carousel:hover .owl-nav {
  opacity: 1 !important;
  pointer-events: auto !important;
  background-color: rgba(0,0,0,0.5) !important;
}
 .owl-carousel .owl-nav{
  display: block !important;
  opacity: 0;
  font-size: 40px;
  color: white;
}
.coverimg-wrapper.ratio .owl-carousel .owl-nav button.owl-prev{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px 5px 8px !important;
    height: unset;
    width: unset;
}
.coverimg-wrapper.ratio .owl-carousel .owl-nav button.owl-prev i,
.coverimg-wrapper.ratio .owl-carousel .owl-nav button.owl-next i{
  font-size: 30px;
  line-height: 20px;
}
.coverimg-wrapper.ratio .owl-carousel .owl-nav button.owl-next{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px 5px 10px !important;
    height: unset;
    width: unset;
}

 .newly-modified-custem-update-card {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        padding: 20px;
        box-sizing: border-box;
        /* padding-top: 5px; */
    }



    .newly-modified-custem-update-header{
      order: 2;
      margin: 10px 0;
   }
    .custom-title-link {
      display: -webkit-box;
      -webkit-line-clamp: 2; 
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word; 
      max-width: 100%;
    }

    .newly-modified-custem-update-header h2 a {
        font-size: 18px;
      }
   .newly-modified-custem-update-location{
      order: 3;
   }
   .newly-modified-custem-update-image-container{
      order: 1;
   }
   .newly-modified-custem-update-specs{
      order: 4;
   }
   .newly-modified-custem-update-footer{
      order: 5;
   }
   .modified-custom-share-btn{
    position: relative;
    margin-left: auto;
       /* transform: translate(-45%, -405px); */
    z-index: 90;
   }

       /* .share-drop{
        right: 15px;
    top: -425px;
       } */
    .newly-modified-custem-update-header {
        display: flex;
        align-items: start;
        gap: 10px;
        position: relative;
        justify-content: space-between;
        width: 100%;
        /* min-height: 30px; */
    }
    /* .modified-custom-share-btn{
      position: absolute;
      right: 0;
    } */

    .newly-modified-custem-update-header h2 {
        font-size: 17px;
        line-height: 150%;
    }

    .newly-modified-custem-update-share-icon {
        color: #28a745;
        flex-shrink: 0;
        cursor: pointer;
    }   

    .newly-modified-custem-update-location {
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
        gap: 8px;
        color: #90A3BF;
        font-weight: 700;
        font-size: 14px;
        margin: 12px 0;
        margin-top: 0px;
    }

    .newly-modified-custem-update-location-item {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .newly-modified-custem-update-location-item svg {
        flex-shrink: 0;
        color: #2DBE60;
        /* position: absolute;
        right: 0; */
    }
    

    .newly-modified-custem-update-image-container {
        /* background-color: #e0f8f0; */
        /* margin: 24px 0; */
        border-radius: 16px;
        display: flex;
        align-items: start;
        height: 100%;
        /* padding: 0 0 25px 25px; */
    }

    .newly-modified-custem-update-image-container img {
        width: 100%;
        display: block;
        height: 100%;
        border-radius: 16px;
    }

    .newly-modified-custem-update-specs {
        display: flex;
        justify-content: left;
        /* flex-wrap: wrap; */
        gap: 12px;
        padding-bottom: 24px;
        border-bottom: 1px solid #e2e8f0;
        flex-direction: row-reverse;
    }

    .newly-modified-custem-update-tag {
        background-color: #f1f5f9;
        color: #4a5568;
        padding: 4px 10px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 6px;
        max-height: 25px;
        /* border: 1px solid black; */
    }

    .newly-modified-custem-update-tag-container {
        display: flex;
        column-gap: 12px;
        flex-wrap: wrap;
        row-gap: 10px;
        /* width: 340px; */
    }

    .newly-modified-custem-update-grey-dot {
        width: 10px;
        height: 10px;
        background-color: #808080;
        border-radius: 50%;
    }

    .newly-modified-custem-update-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* flex-wrap: wrap; */
        margin-top: 24px;
    }

    .newly-modified-custem-update-price-section {
      display: flex;
      justify-content: space-between;
      width: fit-content;
    }

    .newly-modified-custem-update-price-item .newly-modified-custem-update-price {
        margin: 0;
        font-weight: 700;
    }

    .newly-modified-custem-update-price.newly-modified-custem-update-per-hour-price {
        font-size: 18px;
        color: #2DBE60;
        padding: 0 10px;
    }

    .newly-modified-custem-update-price.newly-modified-custem-update-total-price {
        font-size: 18px;
        color: #8993a4;
        padding: 0 10px;
        border-left: 1px solid #dadada;
    }

    .newly-modified-custem-update-price-label {
        margin: 0;
        font-size: 12px;
        color: #718096;
        padding: 0 8px;
    }

    .newly-modified-custem-update-availability-button {
        background-color: #2DBE60;
        color: #ffffff;
        border: none;
        border-radius: 8px;
        padding: 14px 24px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s ease;
        white-space: nowrap;
    }

    .newly-modified-custem-update-availability-button:hover {
        background-color: #059669;
    }

    @media (max-width:992px) {
      .vehicle-image-carousel{
        height: 230px !important;
      }
      .newly-modified-custem-update-image-container img{
        height: 230px !important;
        object-fit: cover;

      }
      /* .social-dropdown .dropdown-content{
    top: -28px;
    right: -28px;
   } */
    }

    .show-booked-button{
      border: 1px solid #2e6da4;
      border-radius: 5px;
      background: transparent !important;
      color: #2e6da4 !important;
    }

    .modified-custom-share-btn-sm{
      display: none !important;
    }
     .modified-custom-share-btn-lg{
       display: flex !important;
    }

    @media (min-width: 767px) {
        .newly-modified-custem-update-card {
            display: grid;
            grid-template-columns: 40% 1fr;
            grid-template-rows: auto auto 1fr auto;
            grid-template-areas:
                "image header"
                "image location"
                "image specs"
                "image footer";
            max-width: 1070px;
            padding: 10px;
            gap: 0 10px;
        }
        .social-dropdown .dropdown-content{
          top: 5px;
          right: -7px;
        }
     

        .newly-modified-custem-update-header h2 {
            font-size: 28px;
            line-height: 32px;
        }

        .newly-modified-custem-update-image-container {
            grid-area: image;
            margin: 0;
        }

        .newly-modified-custem-update-image-container img {
            height: 300px !important;
            object-fit: cover;
        }

        .newly-modified-custem-update-header {    
            grid-area: header;
        }

        .newly-modified-custem-update-location {
            grid-area: location;
        }

        .newly-modified-custem-update-header svg {
            /* margin-top: 5px;
            margin-left: 5px; */
            position: absolute;
            right: 0;
            transform: unset;
        }
        .share-drop{
          top: 10px;       
        }
   
        .newly-modified-custem-update-specs {
            grid-area: specs;
        }

        .newly-modified-custem-update-footer {
            grid-area: footer;
        }


        .newly-modified-custem-update-header {
            /* padding-top: 10px; */
            display: flex;  
            align-items: start;
            justify-content: space-between;
            position: relative;
            gap: 35px;
        }

        .newly-modified-custem-update-header h2 {
            margin: 0;
        }

        .newly-modified-custem-update-location {
            flex-direction: row;
            gap: 16px;
            flex-wrap: wrap;
        }

        .newly-modified-custem-update-specs {
            border-bottom: none;
            padding-bottom: 0;
            justify-content: space-between;
            align-self: start;
            margin-top: 16px;
        }

        .newly-modified-custem-update-footer {
            align-self: end;
        }
    }

    .newly-modified-custem-update-share-icon-popup {
        height: 100px;
        width: 100px;
        background-color: #fff;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 80px;
        transition: .5s;
        border-radius: 5px;
        z-index: 99;
    }

    .newly-modified-custem-update-share-icon-popup ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .newly-modified-custem-update-share-icon-popup ul li {
        border-bottom: 1px solid black;
        width: 100%;
        text-align: center;
        padding-bottom: 7px;
    }

    .newly-modified-custem-update-share-icon-popup ul li:first-child {
        padding-top: 10px;
    }

    .newly-modified-custem-update-share-icon-popup ul li:last-child {
        border-bottom: none;
        padding-bottom: 9px;
    }

    /* Owl */
    .vehicle-image-carousel.owl-carousel .owl-dots {
        display: flex !important;
        justify-content: center;
        width: 100%;
        position: absolute;
        bottom: 5px;
    }
    .vehicle-image-carousel.owl-carousel .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        background: transparent;
        border: 1px solid #00D47B;
        display: block;
        border-radius: 50%;
        margin: 3px;
        transition: background 0.3s;
    }
    .vehicle-image-carousel.owl-carousel .owl-dots .owl-dot.active span {
        background: #00D47B; /* active dot color */
    }




    @media (min-width: 992px) and (max-width: 1500px) {
    .newly-modified-custem-update-card {
        display: grid;
        grid-template-columns: 40% 1fr;
        grid-template-rows: auto auto 1fr auto;
        grid-template-areas:
           "image header"
          "image location"
          "image specs"
          "image footer" !important;
        max-width: 1070px;
        padding: 0;
        padding: 10px;
        gap: 0 10px;

    }
    .modified-custom-share-btn-sm{
      display: flex !important;
    }
    .modified-custom-share-btn-lg{
       /* display: none !important; */
    }
    .sm-share-dropdown{
      top: 10px !important;
    }

  }
.custom-m-remover{
  margin-top: 0 !important;
}

.bootbox .modal-dialog{
  width: fit-content !important;
 
  margin: auto;
}             
.bootbox .modal-dialog .modal-content{
 min-width: 300px !important;
}
.newly-modified-custem-update-card .newly-modified-custem-update-header h2 a:focus{
  color:#000 !important
}

#availableModal .modal-dialog{
  /* width: 100% !important; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
 
}
#availableModal .modal-dialog .modal-content{
   /* margin:  0 !important; */
   width: 100% !important;
   margin-bottom: 50px;
}

  .available-modal .loader-overlay{
    height: 100% !important;
    width: 99%;
    top: 0 !important;
    position: absolute;
  }
  .unavailable-modal .loader-overlay{
     height: 100% !important;
    width: 99%;
    top: 0 !important;
    position: absolute;

  }

.from-location-input-hight{
    height:50px;
}
.from-location-input-padding{
    padding-top:20px;
}
.from-location-input:focus{
    border:1px solid black !important;
}
.message-response-modal-new{
  font-size: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; 
}
.tooltip-stopCount{
  margin-bottom: 0px !important;
}

.iti-mobile .iti--container {
  left: 0 !important;
}
.featured-main-custom-modified-vehicle-listing{
  position: absolute;
  top: 18px;
  left: -88px;
  z-index: 10;
}

.newly-modified-custem-update-tooltip-box {
  position: absolute;
  background: linear-gradient(135deg, #02d002, #009900);
  border: 2px solid #00D47B;
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: bolder;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  transform: translate(30px,-20px);
  transition: opacity .15s ease, transform .15s ease;
  white-space: nowrap;
}

.newly-modified-custem-update-tooltip-box.show {
  opacity: 1;
  transform: translate(20px,20px);
}

@media (max-width:767px) {

  .newly-modified-custem-update-tooltip-box.show {
    transform: translate(0px,30px);
  }
  
}

/* ============Featured Ribbin============== */


.featured-btn-custom-container {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  scale: .4;
}

.featured-btn-custom-main {
  position: relative;
  background: #3FA9F5;
  color: white;
  padding: 8px 27px;
  padding-left: 27px;
  font-size: 35px;
  padding-left: 36px;
  font-weight: bold;
  text-align: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 15px rgba(0,0,0,0.3), inset 0 2px 0 rgba(255,255,255,0.1);
  z-index: 3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}


.featured-btn-custom-tail-left {
  position: absolute;
  right: 36px;
  top: -30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 38px 45px 0;
  border-color: transparent #3FA9F5 transparent transparent;
  z-index: 5;
  transform: rotate(50deg);
}


.featured-btn-custom-tail-right {
  position: absolute;
  right: 36px;
  top: 4px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 50px;
  border-color: transparent transparent transparent #3FA9F5;
  z-index: 3;
  transform: rotate(139deg);
}
.custom-bootstrap-like-tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  max-width: 250px; /* ✅ optional: limit width for readability */
  word-wrap: break-word;
  white-space: normal; /* ✅ allows text to wrap */
}

.custom-bootstrap-like-tooltip.show {
  opacity: 1;
}

.custom-bootstrap-like-tooltip .tooltip-inner {
  background-color: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  white-space: normal; /* ✅ key: allow wrapping inside */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Arrow */
.custom-bootstrap-like-tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

/* Top arrow */
.custom-bootstrap-like-tooltip[data-placement="top"] .tooltip-arrow {
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}

/* Bottom arrow */
.custom-bootstrap-like-tooltip[data-placement="bottom"] .tooltip-arrow {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
}
.newly-modified-custem-update-footer{
  gap:10px 5px;
  align-items: flex-start !important;
}
.vehicle-info-btn-wrapper{
  width: unset !important;
  /* margin-left: auto !important; */
}
.vehicle-info-btn-wrapper a{
  /* width: 153px; */
  margin-left: auto;
}
.vehicle-info-btn-wrapper .response-time-text{
  font-size: 12px;
  color: #90A3BF;
  font-weight: 500;
  margin-top: 7px;
  text-align: center !important;
}
.response-time-text{
  font-size: 12px;
  color: #90A3BF;
  font-weight: 500;
  margin-top: 7px;
  text-align: right;
}

.company-logo-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.company-logo-circle-vehicle-detail{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.link-gray {
  text-decoration: underline;
  color: #90A3BF !important;
  cursor: pointer;
}

.link-gray:hover {
  text-decoration-thickness: 2px; /* make underline "bold" */
}

@media (max-width:767px) {
  .vehicle-image-carousel{
    height: 230px !important;
  }
  .newly-modified-custem-update-image-container img{
    height: 230px !important;
  }
  
}

.newly-modified-custem-update-price-item:nth-child(2){
    margin-left: 35px;
    margin-top: -10px;
}

  .vehicle-image-carousel .owl-carousel {
    height:100%;
    max-height:400px;
  }
  .vehicle-image-carousel .owl-carousel .owl-stage-outer{
    height:100%;
    max-height:400px;
  }
   .vehicle-image-carousel .owl-carousel .owl-stage-outer .owl-stage{
    height:100%;
    max-height:400px;
   }
  .vehicle-image-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item{
    height:100%;
    max-height:400px;
  } 
   .vehicle-image-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
    height:100%;
    max-height:400px;
   }
  .vehicle-image-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img{
    height:100%;
    max-height:400px;
  }
  .listing-card-share-header{
    display: flex; 
    align-items:center; 
    gap:5px;
  }

  .listing-card-share-header {
      display: flex;
      align-items: center;
      gap: 5px;
    }
  
    .listing-card-btn-wrapper {
      display: flex;
      align-items: start;
      gap: 5px;
      flex-wrap: wrap;
      justify-content: end;
    }
  
    .listing-card-btn-wrapper .sms_call a .phone-call-icon {
      display: flex;
      align-items: center;
      gap: 8px;
      height: unset;
      width: unset;
      padding: 3px 15px;
      border-radius: 5px;
    }
  
    .listing-card-btn-wrapper .sms_call a .phone-call-icon:hover {
      background-color: #059237;
      -webkit-transform: scale(1.08);
      transform: scale(1.08);
    }
  
    .listing-card-btn-wrapper .sms_call a .phone-call-icon .call-btn-content {
      color: #FFF;
      font-size: 11px;
      font-weight: 600;
      text-transform: capitalize;
    }
  
    .list-card-price-item .newly-modified-custem-update-price.newly-modified-custem-update-per-hour-price {
      padding: unset;
      display: inline-block;
      font-size: 20px;
    }
  
    .list-card-price-item .newly-modified-custem-update-price-label {
      padding: unset;
      display: inline-block;
      margin-left: -5px;
    }
  
    .list-card-price-item .from-text {
      font-size: 12px;
      color: #4a5568;
    }
  
    .list-card-price-item .link-gray,
    .list-card-price-item .newly-modified-custem-update-location {
      color: #3FA9F5 !important;
      font-weight: 500;
    }
  
    .list-card-price-item .display-rate {
      white-space: nowrap;
    }
  
    .listing-card-feature-btn .featured-btn-custom-tail-left,
    .listing-card-feature-btn .featured-btn-custom-tail-right {
      display: none;
    }
  
    .listing-card-feature-btn .featured-btn-custom-main {
      box-shadow: unset;
      border-radius: 10px;
    }
  
    .list-card-content-header {
      display: flex;
      align-items: center;
      gap: 5px;
      justify-content: space-between;
    }
  
    .list-card-content-header .reference-number {
      background-color: #000;
      border-radius: 5px;
      color: white;
      padding: 6px 12px 4px 12px;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
    }

    .vehicle-detail-heading .reference-number {
      background-color: #000;
      border-radius: 5px;
      color: white;
      padding: 6px 12px 4px 12px;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      width: fit-content;
      display: inline-flex; /* ensures content stays inline */
      align-items: center;  /* vertically centers text inside */
      gap: 4px;            
    }
    .vehicle-detail-heading .reference-number .reference-number-text{
      font-size: 11px !important;
      margin: 0 !important;
      color: white;

    }
  
    .newly-modified-custem-update-header {
      display: block;
    }
  
    .list-card-content-header {
      display: flex;
      align-items: center;
      gap: 5px;
      justify-content: space-between;
    }
    .newly-modified-custem-update-image-container{
      position: relative;
    }
    .newly-modified-custem-update-image-container-inner{

    }
    .client-logo-wrapper img{
      height: 50px !important;
      width: 50px;
      border-radius: 50%;
    }
    .featured-main-custom-modified-vehicle-listing{
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-inline: 10px;
    }
    .featured-main-custom-modified-vehicle-listing .featured-btn-custom-container{
      padding: unset;
      scale: unset;
    }
    .featured-main-custom-modified-vehicle-listing .featured-btn-custom-container .featured-btn-custom-main{
      padding: 7px 14px;
      font-size: 13px;
      border-radius: 5px;
    }
    @media (min-width: 767px) {
    .newly-modified-custem-update-specs {
        border-bottom: none;
        padding-bottom: 0;
        justify-content: end;
        align-self: start;
        margin-top: 16px;
        flex-direction: column;
        align-items: end;
    }
}
.aminities-wrapper{
  display: flex;
  align-items: center;
  gap: 5px;
}
.aminities-wrapper .aminities-list-wrapper{
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.aminities-wrapper .aminities-list-wrapper .img-wrapper{
  background-color: #f1f5f9;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aminities-wrapper .aminities-list-wrapper .img-wrapper img{
  height: 15px;
  width: 15px;
}
.newly-modified-custem-update-specs{
  flex-direction: column;
}
.list-main-row-listing-card-wrapper{
  padding-inline: 20px;
}
.listing-card-btn-wrapper-custom{
  flex-wrap: nowrap !important;
}
.vehical-details-book-btn-custom{
  width: unset !important;
  padding: 10px 6px !important;
  margin-top: unset !important;
  flex: 1;
  font-size: 12px !important;
  font-weight: bolder;
  border-radius: 5px !important;
}
.vehical-details-book-btn-custom-new-sm{
  font-size: 11px !important;
  font-weight: bolder;
  padding: 9px 6px !important;

}
@media (max-width:450px) {
  .vehical-details-book-btn-custom-new-sm{
  min-width: 60px !important;
  padding: 10px 6px !important;
}
}

.call-now-btn {
    transition: background-color 0.3s ease; /* Smooth transition */
    min-height: 40.56px;
}
.call-now-btn .call-btn-content{
  font-size: 13px !important;
}

.reference-number-badge.clicked,
.call-now-btn.clicked {
    background-color: #059237 !important;
    border-color: #059237 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}
.detail-page-call-now{
  min-height: 41.14px;
}
.detail-page-call-now p{
  font-size: 12px;
}
.reference-number-badge{
  cursor: pointer;
}
.list-start-main-area {
  position:relative;
}
.list-start-main-area .main-area-backdrop{
  position: absolute;
  display: none;
  top:-80px;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(0,0,0,0.5);
  z-index: 99;
}
.homepage-loader-overload.loader-overlay{
  opacity: 1;
}
.visually-hidden {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
      }
      /* Make display-h1 inherit all your current h1 styles */
    .home-banner-section .display-h1 {
        /* Copy from your existing . home-banner-section h1 {} rule */
        color: #fff;
        font-size: 34px;
        line-height: 42px;
        letter-spacing: 1px;
        margin-bottom: 24px;
        /* Add all other h1 properties from your CSS */
    }

    /* Responsive sizing if your h1 has media queries */
    @media (max-width: 991px) {
        .home-banner-section .display-h1 {
            font-size: 26px;
            line-height: 32px;
            margin-bottom: 20px;
        }
    }
     .intro-section {
        padding: 50px 0;
        background:  #ebebeb;
    }

    .intro-section h2 {
        margin-bottom: 20px;
        color: #2c3e50;
        font-size: 28px;
        font-weight:  600;
    }

    .intro-section p {
        font-size: 16px;
        line-height: 1.8;
        color: #555;
        margin-bottom: 15px;
    }
    .intro-section p:last-child{
        margin-bottom: unset;
    }

    .intro-section p strong {
        color: #2c3e50;
        font-weight: 600;
    }

    .intro-section .subtext {
        font-size: 14px;
        color: #777;
        font-style: italic;
        margin-top: 10px;
    }

    @media (max-width: 768px) {
        .intro-section {
            padding: 30px 0;
        }

        .intro-section h2 {
            font-size: 22px;
        }

        .intro-section p {
            font-size: 14px;
        }
    }
    .affiliate-detail-box{
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
  }
  .affiliate-detail-box-inner{
    display: flex;
    align-items: center;
    gap:10px;
  }
  .affiliate-detail-box-inner .share-save{
    right: 10px;
    z-index: 2;
    left:unset;
    top: 10px;
    padding-inline: unset;
  }
  /* .affiliate-detail-box-inner .img-wrapper{
    border-radius: 50%;
    object-fit: contain;
    height: 100px;
    width: 100px;
  } */
  .affiliate-detail-box-inner .img-wrapper img{
    height: 100px;
    width:100px;
    border-radius: 50%; 
  }
  .affiliate-detail-box-inner .img-wrapper svg{
    height: 80px;
    width:80px;
  }
  .affiliate-detail-box-inner  .affiliate-info-wrapper .affiliate-name{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin:0;
    margin-bottom: 3px;
    color:#333333;
    padding-right: 50px;
  }
  .affiliate-detail-box-inner  .affiliate-info-wrapper .affiliate-name img{
    vertical-align: middle;
    height: 20px;
  }
  .affiliate-detail-box-inner  .affiliate-info-wrapper .location{
    display: flex;
    align-items: center;
    gap:5px;
    font-size: 14px;
    color:#90A3BF;
    margin-bottom: 8px;
  }
  .affiliate-detail-box-inner  .affiliate-info-wrapper .affiliate-person-name{
    display: flex;
    align-items: center;
    gap:5px;
    font-size: 14px;
  }
  .affiliate-detail-box-inner  .affiliate-info-wrapper .affiliate-person-name svg{
    height: 14px;
    width:14px;
  }
  .affiliate-vehicles-listing .items-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .affiliate-vehicles-listing .items-container .vehicles-listing-item{
    flex: 0 0 calc(25% - 7.5px);
  }
  .affiliate-vehicles-listing .items-container .vehicles-listing-item .items-container-bg a{
    position: relative;
  }
  .affiliate-vehicles-listing .items-container .vehicles-listing-item .items-container-bg a .featured-main{
    right: -17px;
    top: -17px;
  }
  .affiliate-vehicles-listing .items-container .vehicles-listing-item .items-container-bg {
    display: flex;
    justify-content: space-between;
    gap:10px;
    flex-direction: column;
    padding: 10px;
    margin-bottom: unset;
  }
  .affiliate-vehicles-listing .items-container .vehicles-listing-item .items-container-bg a figure{
    width: 100%;
  }
  .affiliate-vehicles-listing .items-container .vehicles-listing-item .items-container-bg a figure img{
    margin: unset;
    width: 100%;
  }
  .affiliate-vehicles-listing .items-container .vehicles-listing-item .items-container-bg h4{
    margin-top: 10px;
  }
  .affiliate-vehicles-listing .items-container .vehicles-listing-item .items-container-bg h4 a{
    color: #646464;
        font-size: 14px;
            font-weight: 600;
            text-transform: capitalize;
  }
  .affiliate-vehicles-listing .items-container .vehicles-listing-item .items-container-bg .city-vehicle-detail{
    padding: 5px 0;
  }
  .affiliate-vehicles-listing .items-container .vehicles-listing-item .items-container-bg .city-vehicle-detail .frond_rating{
    padding:unset;
  }
  .affiliate-description{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
  }
.vehicle-detail-header {
  /* top: 0;
  position: fixed; */
  background: #fff;
  border-bottom: 1px solid #CCC;
}
.vehicle-detail-header .header-inner{
  position:relative;
  text-align:center;
  padding: 10px 0;
}
.vehicle-detail-header .header-inner .top-header-btn{
position: absolute;
top:50%;
left:10px;
width: calc(100% - 10px);
transform:translateY(-50%);
z-index: 998  ;
}
.vehicle-detail-header .header-inner .top-header-btn button{
  background: #fff;
    padding: 4px 8px;
    color: #2dbe60;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    height: 35px;
    width:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin: unset;
    min-width:unset;
}
.vehicle-banner-section{
  margin-top:20px;
}
.vehicle-detail-header .faq-menu{
position: absolute;
top:50%;
right:10px;
transform:translateY(-50%);
z-index: 998;
}
.vehicle-detail-header  .header-inner a{
  position: relative;
  z-index: 998;
}
.vehicle-detail-header .faq-menu a{
  color: #525252;
}
.vehicle-detail-header .faq-menu a:hover{
  color: #2dbe60;
}
.vehicle-detail-heading{
  padding: unset;
}
.heading-wrapper.vehicle-detail-heading{
  display: flex;
  align-items: center;
  gap:10px;
  justify-content: space-between;
  padding:0 0 10px 0;
  margin-inline: auto;
  max-width: 1170px;
  margin-bottom: 15px;
}
.heading-wrapper h2{
  margin: unset;
  font-size: 26px;
}

.heading-wrapper.vehicle-detail-heading ul li{
  padding: unset;

}
.heading-wrapper .share-save {
  position: unset;
  text-align: unset;
  right: unset;
  top: unset;
  z-index: unset;
  background-color: transparent;
  margin: unset !important;
  max-width: unset !important;
  padding-inline: unset;
  margin-top: 3px !important;
  height: 40px;

}
.heading-wrapper .share-save .btn-share{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin: unset;
}
.heading-wrapper .share-save .copy_line{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:5px;
}
.heading-wrapper .share-save .copy_line span{
  margin: unset;
}
.vehicle-banner-inner .owl-stage-outer{
  border-radius: 20px;
}
.vehicle-banner-section .item img{
  height: 400px;
  object-fit: cover;
}
.vehicle-banner-section{
  padding: 0 20px;
}
.vehicle-detail-section.vehicle-detail-wrapper{
  padding: 20px 0 50px 0;
}
.vehicle-detail-section .vehicle-city-name{
  font-size: 20px;
}
.hosted-by-detail{
  padding: 15px 0;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  gap:15px;
}
.hosted-by-detail .img-wrapper img{
  height: 70px;
  width:70px;
  border-radius: 50%;
  object-fit: cover;
}
.hosted-by-detail .img-wrapper svg{
  height: 70px;
  width:70px;
}
.hosted-content span{
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  margin: unset;
}
.hosted-content a{
  font-size: 20px;
  line-height: 24px;
  /* font-weight: 600; */
  color: #2e2e2e;
}
.vehicle-amenities ul li img{
  height: 25px;
  width:25px;
}
.heading-wrapper .dropdown-content{
  top: -20px;
}


.loader-overlay {
    position: fixed;
    inset: 0;
    background: unset;
    background-color: #ffffffd4;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-loader-overload{
   position: fixed;
    inset: 0;
    background: white ;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-content {
    text-align: center;
    max-width: 600px;
    padding: 20px;
}

.loader-title {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.4;
    color: #1f2937; /* dark slate */
    text-align: center;
    max-width: 700px;
    margin: 20px auto 0;
    min-width: 335px;
}

/* Spinner */
.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #ddd;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.affiliate-logos {
    margin-top: 25px;
    height: 90px;
    position: relative;
}

.affiliate-logos img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75);
    max-height: 50px;
    opacity: 0;
    border-radius: 10px;
    transition: 
        opacity 0.5s ease,
        transform 0.5s ease;
}

/* center */
.affiliate-logos img.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    max-height: 80px;
}

/* left & right */
.affiliate-logos img.prev,
.affiliate-logos img.next {
    opacity: 0.5;
    transform: translate(-180%, -50%) scale(0.8);
    z-index: 2;
}

.affiliate-logos img.next {
    transform: translate(80%, -50%) scale(0.8);
}

