:root {
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: #000000;
  --first-color-light: #ffc107;
  --white-color: #dfdfdf;
  --body-font: "Nunito", sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100;
}

#body-pd {
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin: var(--header-height) 0 0 0;
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: 0.5s;
}
a {
  text-decoration: none;
}
.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  transition: 0.5s;
}
.header_toggle {
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
}
.header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.header_img img {
  width: 40px;
}
.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: var(--first-color);
  padding: 0.5rem 1rem 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}
.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
.nav_logo {
  margin-bottom: 2rem;
}
.nav_logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}
.nav_logo-name {
  color: var(--white-color);
  font-weight: 700;
}
.nav_link {
  position: relative;
  color: var(--first-color-light);
  margin-bottom: 1.5rem;
  transition: 0.3s;
}
.nav_link:hover {
  color: var(--white-color);
}
.nav_icon {
  font-size: 1.25rem;
}
#body-pd .show {
  left: 0;
}
#body-pd {
  padding-left: calc(var(--nav-width) + -3rem);
}
#body-pd .nav_link.active {
  color: var(--white-color);
}
#body-pd .nav_link.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color);
}
.height-100 {
  height: 100vh;
}
.page {
  margin-top: 80px;
}

#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 10px 0 10px 30px;
  /* font-family: "Trebuchet MS",Helvetica,sans-serif; */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #body-pd {
    /* margin: calc(var(--header-height) + 1rem) 0 0 0; */
    padding-left: calc(var(--nav-width) + 10px);
  }
  .header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
  }
  .header_img {
    width: 40px;
    height: 40px;
  }
  .header_img img {
    width: 45px;
  }
  .l-navbar {
    left: 0;
    padding: 1rem 1rem 0 0;
  }
  #body-pd .show {
    width: calc(var(--nav-width) + 156px);
  }
  #body-pd {
    padding-left: calc(var(--nav-width) + 3px);
  }
}
/* ------------------------------------------ */
/* ------------------------------------------ */

body{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
/* fonts */
.f8 {
  font-size: 8px;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14{
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f25 {
  font-size: 25px;
}
.we-mt-100 {
  margin-top: 100px;
}
.we-py-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* text-colors */
.we-text-yellow {
  color: #ffc107;
}
.text-skyblue{
  color:#269ad7 !important;
}
.text-blue{
  color:#283593 !important;
}

/* background colors */
.bg-blue{
  background-color: #283593;
}
.bg-skyblue{
  background-color:#269ad7
}
.bg-orange{
  background-color:#f99e29
}

/* navbar */
.dropdown-menu .dropdown-item:hover{
  background-color: white !important;
  color: #283593 !important;
}

/* Home Page*/
.home-sec1{
  width: 100%;
  height: 100vh;
  position: relative;
  /* text-align: center; */
  display: flex;
  /* align-items: center;
  justify-content: center; */
}
.video {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* @media (min-width: 768px) {

.home-why-book{
  padding-top: 7rem!important;
  padding-bottom: 7rem!important;

}
} */
@media (max-width: 320px) {
  .home-sec1{
   height: 150vh;
  }
}


.home-sec1-inner{
  /* padding: 150px 0 160px 0; */
  /* background: #ffff; */
  padding:20px;
  margin: 15px;
  z-index: 1;
}
.home-sec1-form{
  left: 0;
  right: 0;
  top: 150px;
  /* bottom: -100px; */
}
.home-sec2 .form-control,.form-select:focus {
  box-shadow: none;
}
.home-sec3{
  z-index: -1;
}
.home-carousel .carousel-control-next-icon {
  background-image: url('../images/car-rental/icons/next-icon.png');
  border: 3px solid #e8e8e8;
  border-radius: 50%;
}
.home-carousel .carousel-control-next-icon:hover{
  border: 4px solid orange;
}
.home-carousel .carousel-control-prev-icon {
  background-image: url('../images/car-rental/icons/previous-icon.png');
  border: 3px solid #e8e8e8;
  border-radius: 50%;
}
.home-carousel .carousel-control-prev-icon:hover{
  border: 4px solid orange;
}
.home-carousel .carousel-control-next,.carousel-control-prev {
  filter: none;
  opacity: 0.9 !important;
}
.home-sec6{
  background-image: url('../images/car-rental/home-sec6.jpg');
  background-size: cover;
}

/* modal */
.modal .we-homeform {
  background: rgb(0 0 0 / 54%);
  box-shadow: 0 0 10px rgb(0 0 0 / 70%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  background-image: -webkit-linear-gradient(
    -90deg,
    rgba(255, 184, 1, 0) 0%,
    rgb(255, 184, 1) 900%
  );
}
.modal .we-homeform .modal-header .btn-close {
  background: url('../images/icons/close-white.svg') center/1em auto no-repeat;
}
.we-homeform .form-control,
.form-select {
  border-radius: 13.25rem;
}
.we-homeform .input-group-text {
  border-radius: 1.25rem;
  border: none;
}
.input-group-text {
  border: none;
}

/* timeline */
.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 40px 20px;
}

.timeline-steps .timeline-content {
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 3rem;
  width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
}

.timeline-steps .active {
  background-color: #f99e29 !important;
}

/* select_vehicle page */
.we-vehicletype {
  cursor: pointer;
}
.we-vehicletype:hover {
  border: 1px solid #f99e29;
}
.we-sort-btn-grp .btn {
  border-color: #283593 !important;
  color: #283593;
}
.we-sort-btn-grp .btn:hover {
  background-color: #283593;
  color: white !important;
}
.we-icon {
  width: 20px;
  height: 20px;
}
/* Details */
@media (min-width: 768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    /* border-top: .25rem dotted #ffc107; */
    width: 6.46rem;
    position: absolute;
    left: 7.5rem;
    top: 0.3125rem;
  }
  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem dotted #f99e29;
    width: 9.8125rem;
    position: absolute;
    right: 11.5rem;
    top: 22px;
  }


}

/* @media (max-width: 991px) {
  .we-py-100 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-sec3-points{
    font-size: 14px;
  }
} */

@media (max-width: 991px) {
  /* timelime */
  .timeline-steps .timeline-content .inner-circle {
    width: 100px;
  }
  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem dotted #f99e29;
    width: 5rem;
    position: absolute;
    right: 50px;
    top: 22px;
    z-index: 1;
  }
  .timeline-steps .timeline-content {
    z-index: 2;
  }

  /* home page*/
  .home-sec1-form{
    bottom: -290px !important;
  }
  .home-why-book{
    margin-top: 200px;
  }
  /* .home-sec1{
    background: url('../images/home-sec1bg-mobile.jpg');
    background-position: left bottom;
    background-size: cover;
  } */
  .home-sec1-inner{
    padding: 0;
    padding-bottom: 70px;
  }
  .top-msg{
    font-size: 12px;
  }
}

/* Ui css */
.ui-widget.ui-widget-content {
    border: #f3f3f3 !important;
    z-index: 9999 !important;
}
.ui-menu .ui-menu-item-wrapper {
  border-bottom: 1px solid #f3f3f3;
  padding: 0.5em;
  display: inline-flex;
  width: 100%;
  align-items: center;
  font-size: smaller;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #f3f3f3 !important;
  border: #f3f3f3 !important;
  color: #000000;
}


@media (max-width: 450px) {
  .timeline-steps .timeline-content .inner-circle {
    width: 50px;
  }
  .home-sec6-points{
    font-size: 13px;
  }
}

@media (max-width: 374px) {
  .home-sec3-points{
    font-size: 13px;
  }
  .home-sec7 h1{
    font-size: 25px;
  }
}
.nav-link1
{
  margin-left: 50px;
}
.translate-middle {
  -webkit-transform: translate(15px,-50%)!important;
  transform: translate(15px,-50%)!important;
  background: #fff;
  padding: 5px;
  font-size: 16px;
  color: #fa9f28;
}
.translate-middle.start-15 {
  left: 15!important;
}
.form-select, .form-control {
    border-radius: 0px;
    padding: 0.375rem 0.75rem;
}
input.noarrows::-webkit-outer-spin-button,
    input.noarrows::-webkit-inner-spin-button {
        display: none;
}
label{
  color: #999;
}

 /* tour page*/
 .tour-sec1-form{
  bottom: -290px !important;
}

.tour-sec1{
  /* background: url('../images/car-rental/tour-sec1bg.jpg');
  background-position: center center;
  background-size: cover; */
  width: 100%;
  height: 650px;
  position: relative;
  /* text-align: center; */
  display: flex;

}

.tour-sec1 .tour-sec1-inner{
  padding: 0;
  padding-bottom: 70px;
}

.tour-sec1 .tour-sec1-inner{
  padding: 150px 0 160px 0;
}

.contact-sec{
  background: url('../images/contact_us.jpg');
  background-size: cover;
  padding: 0;
  padding-bottom: 70px;
  padding: 228px 0 ;

}

  .terms-sec{
    background: url('../images/terms.jpg');
    background-size: cover;
    padding: 0;
    padding-bottom: 70px;
    padding: 228px 0 ;
  }

  .service-sec{
    background: url('../images/faq.jpg');
    background-size: cover;
    padding: 0;
    padding-bottom: 70px;
    padding: 228px 0 ;
  }

  .about-sec{
    background: url('../images/aboutbg.jpg');
    background-size: cover;
    padding: 0;
    padding-bottom: 70px;
    padding: 228px 0 ;
  }

  .whyus-sec{
    background: url('../images/why-us/why-usbg.jpg');
    background-size: cover;
    padding: 0;
    padding-bottom: 70px;
    padding: 228px 0 ;

  }

.text-orange{
  color: #f99e29;
}
.bg-orange{
  background-color: #f99e29;
}
.fw-bold {
  font-weight: 600!important;
}

/* document switch */
.radio-switch {
  background: #e9edf0;
  padding: 10px 7px;
  color:  #626262;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  /* width: 300px; */
  font-size: 11px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.radio-switch.off .bar {
  background: #ffffff;
  right: 0;
}
.radio-switch.off label[for=on] {
  color: #626262;
}
.radio-switch.off label[for=off] {
  color: #7F1519;
  font-weight: bold;
}
.radio-switch .wrap1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 40px;
}
.radio-switch input {
  opacity: 0;
  pointer-events: none;
}
.radio-switch label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-switch label[for=on] {
  color: #7F1519;
  font-weight: bold;
  width: 48%;
text-align: center;
}
.radio-switch label[for=off] {
  width: 48%;
text-align: center;
}
.radio-switch #on {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.radio-switch #off {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.radio-switch .bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 36px;
  width: 50%;
  transition: all 0.5s ease-in-out;
}
/* ......home search ...... */

button.search-btn {
    background: transparent;
    color: #287cc7;
    border: 2px solid #287cc7;
    font-weight: 500;
    padding: 6px 29px;
    border-radius: 1px;
    width: 100%;
    margin: 0px;
    cursor: pointer;
    letter-spacing: 1px;
}
.checkbox_input label {
  margin: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  /* color: #287cc7; */
}

.home-input{
  border: 2px solid #f0f0ff!important;

}
.select2-container .select2-selection--single {
  height: calc(1.5em + 0.5rem + 2px);
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
  border-radius: 0px;
  background: #fff;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.book-toggle-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3%;
  flex: 1;
  width: 100%;
}

.btn-toggles.active, .btn-toggles:hover {
  /* background: #fff; */
  background: #f99e29;
  color: #333;
  padding: 1.5% 1%;
}
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: none;
}

.btn-toggles {
  font-family: graphik r,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  background: 0 0;
  border-radius: 20px 20px 0 0;
  /* border-radius: 10px; */
  flex: 1;
}
.btn-toggles:not(.active) {
  background: rgba(255,255,255,.5);
  color: #333;1
  /* font-size: 1.1rem; */
}
.book-toggle-1 {
 background: rgba(255,255,255, .95);
  /* background: #fff; */
  border-radius: 0 0 20px 20px;
  width: 100%;
  flex: 1;
  padding: 3%;
}
.book-toggle-1:hover {
  background: #fff;
}

.single-box {
  display: flex;
  flex-direction: column;
  padding: 5%;
  justify-content: center;
  align-items: center;
}

.card-single {
  background: #fff;
  box-shadow: 0 1px 3px 0 #ccc;
  border-radius: 5px;
  /* text-align: center; */
  position: relative;
  /* height: 100%; */
  overflow: hidden;
}
.card-loaded_img {
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-position: center;
  /* width: 100%; */
  height: 100%;
  z-index: 5;
  position: absolute;
}

/*---------------------------------------------------------------*/
.base-timeline {
    list-style-type: none;
    counter-reset: number; /* number 2021*/
    position: relative;
    display: block;
    z-index: 2;
    width:95%;

}

.base-timeline::before {
    content: '';
    width: 100%;
    border-top: 2px solid steelblue;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: -1;

}

/* set width of time-line this can be px, percentage or other unit
3 is the number of list items minus 1 when using percentage
*/
.base-timeline__item {
      position: relative;
      display: inline-block;
      width: calc(100% / 4 - 5px); /* change width */
}

.base-timeline__item::before {
    display: flex;
    justify-content: center;
    align-items: center;
    counter-increment: number; /* number -1*/
    content: counter(number) '';
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: steelblue;
    color: white;
    font-weight: bold;
    transition: all 0.6s ease-in-out;
    box-sizing: border-box;

}
/* hover element */
.base-timeline__item:hover::before {
    background-color: #f99e29;
    transform: scale3d(1.5, 1.5, 1.5);
}
.base-timeline__item--active::before {
    background-color: #f99e29;
    border: 2px solid;
    border-color: rgba( 0, 0, 0, .3);
}
.base-timeline__item:last-child {
      width: 0;
}
/* summary text is optional and can be anything */
.base-timeline__summary-text {
    position: absolute;
    bottom: -2em;
    left:-15px;
  }

.iti { width: 100%; }
@media only screen and (max-width: 768px) {
	.row-mobile-order {
		display: flex;
		flex-direction: column;
	}
	.column-order1 {
		order: 1;
	}
	.column-order2 {
		order: 2;
	}
	.mprice{
		padding-top: 10px;
		font-size: 13px;
	}
}
@media screen and (max-width: 480px) {
	.row-mobile-order {
		display: flex;
		flex-direction: column;
	}
	.column-order1 {
		order: 1;
	}
	.column-order2 {
		order: 2;
	}

	.tour-sec1 .tour-sec1-inner{
		padding: 60px 0 50px 0;
	}
	.hcentered{
		display:unset !important;
	}
	.activity-card{
		width: auto !important;
		height: unset !important;
		margin-left: unset !important;
		margin-right: unset !important;
		border: unset !important;
		margin-top: unset !important;
		border: 0px solid #fff;
		margin-bottom: 10px;
	}
	.timeline-search{
		width:100%;
	}
	.select-tour-bg {
		padding-top: 115px !important;
	}
	.tour_info, .tour_info p span, .tour_info ul li{
		font-size:13px !important;
	}
	.mprice{
		padding-top: 10px;
		font-size: 13px;
	}
}


.web-container{
  min-height: 600px;
}


.tmdash {
    background: url(../images/icons/dotted-line.png) no-repeat 15px;
}

.plan-icons-right {
  background-color: #FFFFFF;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-list-img {
  width:300px;
  height: 150px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .tour-list-img {
    width:250px;
    height: 125px;
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  .tour-list-img {
    width:200px;
    height: 100px;
    margin: auto;
  }
}

.tour-form {
  background: rgb(0 0 0 / 35%);
  border-radius: 10px;
  width: 100%;
  flex: 1;
  padding: 3%;
}

.bg-skyblue.we-error{
  border-radius: 20px;
}
.bg-skyblue.we-error .ui-menu-item-wrapper {
      border-bottom: 0px solid #f3f3f3;
}
