
body {
font-family: 'Saira', sans-serif;
margin:0px;
padding:0px;
color:#333333;
font-size:14px; 
}
h1,h2,h3,h4,h5,ul,li,p {
margin:0px;
padding:0px; color: #303030;
}
a { text-decoration:none; }
a:hover { text-decoration:none!important; }
a:focus { outline:none!important; }
.row{
  margin:0px;
}
.pl0{padding-left: 0px!important}
.pr0{padding-right: 0px!important}
.pt0{padding-top: 0px!important;}

/*.sortby_icon_list ul li.active a{color: #fff;}*/
.transport_filter_search{
  width: 100%;
  float: left;
  background-color: #fff;
  padding:0px;
  position: relative;
}
.price_range_sec{width: 100%;float: left;padding: 18px 15px;border-bottom:1px solid #eaeaea;margin-top: 15px;
  margin-bottom: 15px;}
.price_range_sec h2 {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 8px;
    color:#222;
}
/* range css */
.range-slider {
  width: 100%;
  text-align: center;
  position: relative;
  min-height: 51px;
}
.range-slider .rangeValues {
  display: block;
}

input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 100%;
  position: absolute;
  left: 0;
  top:27px;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #18B9BF;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #18B9BF ;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #18B9BF;
}

input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #18B9BF;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #cdac33 ;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #cdac33 ;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
span.price_left{width: 93px;float: left;}
.values_ranges{/*padding-top: 20px;*/}


/* css end */
.transportaion_sec{width: 100%;float: left;padding: 10px;border:1px solid #eaeaea;margin-top: 15px;margin-bottom: 15px;}
.transportaion_sec h1{
 background: #fff;
    line-height: 20.4px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    transform: translateY(-20px) translateX(10px);}
.transportaion_sec h1 i{color: #cdac33 ;font-size: 18px;}


.hourly_pack_wrap{width: 100%;float: left;padding: 10px;border:1px solid #eaeaea;margin-top: 15px;
  background:#fff;margin-bottom: 15px;}
.hourly_pack_wrap h2{
   font-size: 17px;
    font-weight: 500;
    padding-bottom: 8px;
    color:#18B9BF;
}
.hour_pack_list{width: 100%;float: left;}
.hour_pack_list ul{float: left;width: 100%;}
.hour_pack_list ul li{list-style: none;width:100%;}
.hour_pack_list ul li a{text-decoration: none;text-decoration: none;
    width: 100%;
    padding: 10px;
    display: inline-block;
    background: #a8a8a8;
    margin-bottom: 10px;color: #fff;border-radius: 5px;}
.hour_pack_list ul li a.active,.hour_pack_list ul li a:hover{background: #18B9BF;color:#fff;position: relative;}
.hour_pack_list ul li a.active:after, .hour_pack_list ul li a:hover:after{
  content: "\f061";
  font: normal normal normal 18px/22px FontAwesome;
  position: absolute;
  right: 16px;
}
.car_type_secs{width: 100%;float: left;padding: 10px;border-bottom:1px solid #eaeaea;margin-top: 15px;margin-bottom: 15px;}
.car_type_secs h2{
   font-size: 17px;
    font-weight: 500;
    padding-bottom: 8px;
    color:#222;
}
.checkbox-full {
    width: 100%;
    float: left;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.checkbox-full label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding: 3px 5px 7px 29px;
    font-weight: normal;
    color: #333;
}
.checkbox-full label input {
    float: left;
    margin-top: 2px;
}
.control_sidecheck {font-family: 'Open Sans', sans-serif; font-size:13px; font-weight:400;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer; color:#808080;
  
}
.control_sidecheck input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator_sidecheck {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
/*   background: #e6e6e6; */
border: 1px solid #cdcdcd;
border-radius: 5px;
}
.control--radio .control__indicator_sidecheck {
  border-radius: 50%;
}
.control_sidecheck:hover input ~ .control__indicator_sidecheck,
.control_sidecheck input:focus ~ .control__indicator_sidecheck {
  background: #ccc;
}
.control_sidecheck input:checked ~ .control__indicator_sidecheck {
  background: #FC8955;
}
.control_sidecheck:hover input:not([disabled]):checked ~ .control__indicator_sidecheck,
.control_sidecheck input:checked:focus ~ .control__indicator_sidecheck {
  background: #FC8955;
}
.control_sidecheck input:disabled ~ .control__indicator_sidecheck {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator_sidecheck:after {
  content: '';
  position: absolute;
  display: none;
}
.control_sidecheck input:checked ~ .control__indicator_sidecheck:after {
  display: block;
}
.control--checkbox--sidecheck .control__indicator_sidecheck:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox--sidecheck input:disabled ~ .control__indicator_sidecheck:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator_sidecheck:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator_sidecheck:after {
  background: #7b7b7b;
}


.transport_list_section_wrapp{width: 100%;float: left;padding: 10px;}
.hot-page2-alp-r-list {
    /*border: 1px solid #18B9BF;*/
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 3px 0px 60px 0px;
    box-shadow: 0px 0px 7px 2px #18B9BF1a;
    border-radius: 15px;
}
.header_hot_page2{width: 100%;float: left;    padding-top: 20px;
    padding-bottom: 11px;}
/*
.hot-page2-alp-r-list {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.hot-page2-alp-r-list:hover{
      box-shadow: 0px 5px 19px -3px rgba(0, 0, 0, 0.23);
    transform: scale(1.02);
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}*/
.hot-page2-alp-r-list-re-sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.hotel-list-score {
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: #f4364fba;
    /* bottom: 8px; */
    padding: 4px;
    margin: 10px 5px;
    right: 5px;
    border-radius: 2px;
    z-index: 9;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
}
.hot-page2-hli-1 {
    position: relative;
}
.hot-page2-hli-1:before {
    content: '';
    position: absolute;
   /* background: linear-gradient(to top, rgba(244, 54, 79, 0.36) 25%, rgba(0, 0, 0, 0.08) 74%);*/
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.hot-page2-hli-1 img {
    width: 100%;
}
.hom-hot-av-tic-list {
    left: 10px;
    right: inherit;
    bottom: 10px;
    border-radius: 2px;
    background: rgba(139, 195, 74, 0.66);
    color: #fff;
    font-weight: 600;
    padding: 3px 8px;
    font-size: 13px;
}
.hot-page2-alp-ri-p2 {
    padding: 18px 15px 0 0;
}
.hot-page2-alp-ri-p2 a {
}

.hot-page2-alp-ri-p2 h3 {
    color: #343c42;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}
.hot-page2-alp-ri-p2 ul {
    padding: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 12px;
/*    margin-bottom: 15px;*/
    font-family: Inter;
}


.hot-page2-alp-ri-p2 ul li:nth-child(1) {
   /* color: #000000; */
   /* background-size: 18px; */
   /* font-size: 14px; */
   /* font-weight: 500; */
   /* float: left; */
   /* width: 100%; */
   /* list-style: none; */
   /* line-height: 1; */
}
.hot-page2-alp-ri-p2 ul li:nth-child(2) {
   color: #000000;
   background-size: 18px;
   font-size: 14px;
   font-weight: 500;
   float: left;
   /* width: 42%; */
   list-style: none;
   /* line-height: 1; */
}
.hot-page2-alp-ri-p2 ul li:nth-child(3) {
   color: #000000;
   background-size: 18px;
   font-size: 14px;
   font-weight: 500;
   float: left;
   /* width: 28%; */
   list-style: none;
   /* line-height: 1; */
}
/*.hot-page2-alp-ri-p2 ul li:nth-child(2) {
    color: #979797;
    background-size: 18px;
}*/
.hot-page2-alp-ri-p3 {
    padding: 31px 0px 50px 0px;
}
.details_sec_saa{width: 100%;float: left;}
.details_sec_saa h1{font-size: 16px;
    color: #18B9BF;
    font-weight: 600;
    padding-top: 8px;}
.hot-page2-alp-r-hot-page-rat {
    background: #253d52;
    position: absolute;
    padding: 4px 8px;
    right: -1px;
    border-radius: 1px;
    color: #fff;
    top: 0px;
    font-weight: 600;
    font-size: 12px;
}
.hot-page2-alp-ri-p3 span {
    display: block;
    text-align: center;
}
.hot-list-p3-1 {
    color: #494D56;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 10px;
    float: right;
}
.hot-list-p3-2 {
    color: #1C1C1C;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
}
.hot-list-p3-4 {
}
.hot-page2-alp-ri-p3 span {
    display: block;
    text-align: center;
    line-height: 34px;
    margin-bottom: 16px;
}

.hot-page2-alp-quot-btn {
       border-radius: 5px;
       color: #fff;
       background-color:#18B9BF !important;
       text-align: center;
       margin-bottom: 8px;
       font-family: 'Montserrat';
       padding: 10px 21px 10px 21px;
       border-radius: 8px;
       font-size: 18px;
       }

.hot-page2-alp-quot-btn:hover{color:#fff;}

    .hot-page2-alp-ri-p2 p{color: #666;font-size: 14px;padding: 11px 0px;line-height: 27px;text-align: center;}
    span.sedan_sec{columns: #fff;font-size: 14px;font-weight:600;background:#efcdcf;padding: 7px 15px;display:inline-block;
      border-radius: 25px;}
    .transport_price_book{background-color: #ECF6F7;}

.inclusion_wrap_sec ul{
  width: 100%
}
.pic_loc p{
  text-align: left;
}
.inclusion_wrap_sec ul li{
  list-style: none;
    padding: 5px;
}

.inclusion_wrap_sec ul li a{
  text-decoration: none;
    padding-left: 10px;
    font-size: 15px;
    color:#a8a8a8;
}

.inclusion_wrap_sec ul li a:before{
 content: "\f00c";
 position: absolute;
 /* top: 4px; */
 /* left: 7px; */
 color: green;
 left: 7px;
 font-family: 'Font Awesome 5 Pro';
}

.exclusion_wrap_sec ul{
  width: 100%
}

.exclusion_wrap_sec ul li{
  list-style: none;
    padding: 5px;
}

.exclusion_wrap_sec ul li a{
  text-decoration: none;
    padding-left: 10px;
    font-size: 15px;
    color:#a8a8a8;
}

.exclusion_wrap_sec ul li a:before{
 content: "\f00d";
 font: normal normal normal 18px/25px FontAwesome;
 position: absolute;
 /* top: 4px; */
 /* left: 7px; */
 color: red;
 left: 7px;
 font-family: 'Font Awesome 5 Pro';
}

.filter_head_sec{
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter_head_sec h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #1C1C1C;

  
}
.filter_head_sec a{
  float: right;
  columns: #18B9BF;
  font-size: 16px; 
  color:#FC8955;
}
.filter_head_sec_right{
  width: 100%;
  float: left;
  /* border-bottom: 1px solid #ddd; */
  padding-bottom: 5px;
  padding: 0 0px 40px 0;
}
.filter_head_sec_right h1{
    font-size: 20px;
    color: #020303 !important;
    width: auto;
    float: left;
    line-height: 27px;
    padding: 0 10px;
    }
.filter_head_sec_right a{float: right;columns: #18B9BF;}
.price_dropdwn{float: right;}
.price_dropdwn select{
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  color: #222222;
  outline: none;
  font-size: 14px;
}

.book_now_bt_ns{background: #18B9BF;color: #fff;padding: 10px 35px;border-radius: 0px;font-weight: 600;}


a { color: #18B9BF; }

.top_desn li>i{
  color: #FC8955;
  padding: 10px;
}
.top_desn ul{
  padding: 12px 0 0px 0;
}
.details_sec_saa li {width:100%;/* list-style:decimal !important; */position: relative;margin-bottom: 8px;padding-left: 15px;font-weight: 500;line-height: 20px;}
.dtlts_ul i{
  color: #FC8955;
  font-size: 8px;
  padding: 0px;
  position: absolute;
  left: 0;
  top: 6px;
}
.inner_serch{
  /* top:84px; */
  padding: 40px 15px;
}
.transport_filter_search_left {
    margin-top: 4%;
}

.transport_filter_search_right {
    margin-top: 4%;
    background: #FBFBFB;
    padding: 25px 15px;
}

.inclusion_wrap_sec h4, .exclusion_wrap_sec h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
}
.details_form_section_wrap {
    padding: 35px;
}


