.main_logo {
  width: 160px;
}

.hs_logo_wrapper {
  padding: 17px;
}

.booking_content {
  background-color: rgba(255, 255, 255, 0.836);
  padding: 30px;
  padding-bottom: 10px;
  border-radius: 16px;
  width: 100%;
}

.booking_content .booking_title {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ee801c;
  position: relative;
}

.booking_content .book_now_btn {
  background-color: #ee801c;
  border: none;
  outline: none;
  color: #fff;
  margin: 20px 0px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
}

.booking_content .input-group-prepend span {
  background-color: #191262;
  color: #fff;
}

/* holiday package section start */
.holiday_packages {
  margin: 70px 0;
  /* position: relative; */
}

.holiday_packages .section__title {
  align-items: flex-start;
}

.dash-line {
  width: 100px;
  height: 2px;
  background-color: orangered;
  margin-top: 10px;
}

/* owl carousel style start */

#packages-carousel .owl-nav,
#top_destination-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
}

#packages-carousel .owl-nav .owl-prev,
#packages-carousel .owl-nav .owl-next {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  width: 50px;
  margin: 0px;
  height: 40px;
  border-radius: 0px;
  padding: 10px 7px;

  /* background-color: #f07f1f; */
  background-color: #007bff;
  border: none;
  outline: none;
  transition: all 0.3s;
}

#packages-carousel .owl-nav .owl-prev:hover,
#packages-carousel .owl-nav .owl-prev:active,
#packages-carousel .owl-nav .owl-next:hover,
#packages-carousel .owl-nav .owl-next:active {
  background-color: #2357a0;
}

/* owl carousel style End */

.packages_container .card-body {
  padding: 0;
}

.package-title-box {
  border-bottom: 1px dashed #afafaf;
  padding: 5px 10px;
  line-height: 1.5;
  margin-top: 10px;
}

.package-title-box .package-title {
  margin-bottom: 3px;
  text-align: center;
  font-weight: 600;
}

.package-title-box .package-sub-title {
  color: #8b8b8b;
  font-size: 14px;
  text-align: center;
}

.package-meta {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 5px 10px;
  margin: 10px 0px;
}

.package-meta li {
  display: flex;
  font-size: 12px;
  line-height: 10px;
  color: #8b8b8b;
}

.package-meta li span {
  margin-right: 6px;
}

.package-book-detail {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.package-book-detail .package-price {
  color: #2357a0;
}

.package-book-detail .package-description a {
  border: 1px dashed #2357a0;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s;
}

.package-book-detail .package-description a:hover {
  background-color: #007bff;
  color: #fff;
}

/* holiday package section End */

.center-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}

/* why_choose_section start */
.why_choose_section {
  margin: 50px 0px;
}

.box_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #eee; */
  border: 1px solid;
  border-image-source: linear-gradient(45deg,
      rgba(26, 18, 101, 0.599),
      rgba(238, 129, 28, 0.581));
  border-image-slice: 1;
  padding: 10px;
  background-color: #fff;
}

.box_container .icon {
  margin-bottom: 10px;
}

.box_container .box-title h4 {
  font-size: 18px;
}

.box_container .box-des p {
  text-align: center;
  margin-top: 10px;
  min-height: 100px;
}

/* why_choose_section End */

/* enquiry section start */

.enquiry_btn_container {
  position: fixed;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  z-index: 9999;
}

.enquiry_btn_container .enquiry_btn {
  transform: rotate(-90deg);
  background-color: #ee801c;
  padding: 10px 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

.enquiry_section {
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  background-color: rgb(245, 244, 243);
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.active {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}

.enquiry_container {
  position: absolute;
  top: 1%;
  left: 1%;
  right: 1%;
  bottom: 1%;
  /* background-color: rgb(250, 249, 249); */
  background: -webkit-linear-gradient(left, #f5b7b7, #c0effd);
  padding: 10px 20px;
}

.contact_container {
  border-right: 1px solid #eee;
  padding: 30px 0px;
}

.contact_container .title {
  margin-bottom: 30px;
}

.contact_container .contact-detail {
  display: flex;
  margin-bottom: 20px;
}

.contact_container .contact-detail .icon {
  margin-right: 20px;
  color: rgb(46, 45, 45);
}

.contact_container .contact-detail p {
  color: rgb(31, 30, 30);
}

.contact_container .contact-detail p a {
  color: rgb(31, 30, 30);
}

.enquiry_form_container .form_title {
  text-align: center;
  margin-bottom: 10px;
  color: #495057;
}

.enquiry_form_container .form-group .select_group {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.enquiry_form_container .form-group .select_group select {
  width: 100%;
}

.btnRegister {
  float: right;
  margin-top: 0;
  border: none;
  border-radius: 1.5rem;
  padding: 1%;
  background: #0062cc;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}

/* enquiry section end */
.x_why_right_main_wrapper h3 {
  color: #1a1265 !important;
}

.x_about_seg_img_cont_wrapper h3 {
  color: #1a1265 !important;
}

/* services section start */
.car-rental-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.car-rental-service h4 {
  font-weight: 500;
}

/* .car-rental-service .btc_team_img_wrapper {
  min-height: 250px;
  max-height: 250px;
} */
.car-rental-service .btc_team_img_cont_wrapper {
  padding: 20px 0px;
}

.car-rental-service .car-detail {
  padding: 10px 15px 0px 15px;
  text-align: left;
  min-height: 158px;
}

.car-rental-service .car-detail a {
  color: #ee801c;
}

.btc_team_slider_cont_main_wrapper:hover .btc_team_img_cont_wrapper .car-detail a {
  color: #fff;
}

.car-rental-service .car-detail p {
  font-size: 14px;
}

/* .car-rental-service .btn-group {
  display: flex;
  justify-content: space-evenly;
}
.car-rental-service a.booking_btn {
  background-color: rgb(19, 32, 39);
  padding: 8px 15px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}

.btc_ln_slider_wrapper:hover .car-rental-service a.booking_btn {
  color: #fff;
  background-color: rgb(19, 32, 39);
}

.btc_ln_slider_wrapper .car-rental-service a.booking_btn:hover {
  color: #fff;
  background-color: rgb(19, 32, 39);
  background-color: #ee801c;
} */

/* other button group start */

.btn-group a.booking_btn {
  background-color: rgb(19, 32, 39);
  padding: 8px 15px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
}

.btn-group a.booking_btn.active {
  background-color: #ee801c;
}

.btn-group a.booking_btn:first-child {
  margin-right: 25px;
}

.btn-group a.booking_btn:hover {
  color: #fff;
  background-color: rgb(19, 32, 39);
  background-color: #ee801c;
}

/* button group  end*/

/* .btn-group a:first-child {
  margin-right: 25px;
} */
/* services section end*/

/* tempo rental services start */
.feature-content-container {
  margin-top: 30px;
}

.feature-content-container ul li {
  margin-bottom: 10px;
  position: relative;
  transition: all 0.4s ease;
}

.feature-content-container ul li:hover {
  transform: translateX(10px);
}

.feature-content-container ul li::before {
  position: absolute;
  content: "\f101";
  top: 0px;
  left: -25px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.feature-content-container ul li:hover::before {
  color: #ee801c;
}

.default_booking_btn {
  background-color: #ee801c;
  padding: 8px 15px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #ee801c;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
}

.default_booking_btn:hover {
  border: 1px solid #ee801c;
  background-color: transparent;
}

/* tempo rental services end */
.car-booking-section .card {
  overflow: hidden;
}

.car-booking-section .card img {
  transition: all 0.4s ease;
}

.car-booking-section .card img:hover {
  transform: scale(1.1);
}

.car-rental-service .carousel-control-prev-icon {
  background-image: url(../images/icon/arrow_left.png);
  background-color: #3b3b3b;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.car-rental-service .carousel-control-next-icon {
  background-color: #3b3b3b;
  border-radius: 50%;
  background-image: url(../images/icon/arrow_right.png);
  width: 35px;
  height: 35px;
}

.yatra-images .carousel-control-prev-icon {
  background-image: url(../images/icon/arrow_left.png);
  background-color: #3b3b3b;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.yatra-images .carousel-control-next-icon {
  background-color: #3b3b3b;
  border-radius: 50%;
  background-image: url(../images/icon/arrow_right.png);
  width: 35px;
  height: 35px;
}

.arrow-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.arrow-wrapper img {
  position: absolute;
  left: -100px;
  top: 0px;
}

.tripadvisor-content p {
  font-size: 25px;
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}

.choose-car-section .x_car_offer_img {
  /*  
  min-height: 150px;
  max-height: 150px; */
  margin-bottom: 10px;
}

/* .choose-car-section .x_car_offer_img img {
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
} */

.holiday-booking-form .nice-select .list {
  height: 300px;
  overflow-y: scroll;
}

.full-block-link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}

/* accordion style start */
.accordion-option {
  color: #6a6c6f;
  background-color: #f1f3f6;
  margin-top: 30px;
}

.panel-default {
  border: 1px solid #d4d4d4;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

.tour-day-wise-details {
  width: 100%;
}

.tour-day-wise-details .panel-body {
  padding: 25px 15px;
}

/* Accordion style end */

/* Media query start */

@media (max-width: 991px) {
  .hs_navigation_header_wrapper .container {
    max-width: 100%;
  }

  .tripadvisor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tripadvisor-content {
    margin-top: 30px;
  }

  .tripadvisor-content p {
    font-size: 20px;
  }

  .arrow-wrapper {
    display: none;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) {
  .x_why_right_main_wrapper h3 {
    margin-top: 20px;
  }

  .car-detail-content-container .content-wrapper:last-child {
    margin-top: 8;
  }
}

@media (max-width: 1199px) {
  .hs_navigation_header_wrapper .container {
    max-width: 100%;
  }

  .hs_main_menu a {
    padding: 35px 15px 27px;
  }
}

@media (max-width: 1150px) {
  .hs_main_menu a {
    padding: 35px 10px 27px;
  }
}

@media (max-width: 1132px) {
  .hs_main_menu a {
    padding: 35px 5px 27px;
  }
}

@media (max-width: 845px) {
  .hs_main_menu ul li:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .hs_logo {
    padding-top: 0px;
  }

  .x_offer_car_main_wrapper .container .row:first-child {
    margin-bottom: 0px !important;
  }
}

/* Media query end */

a.book-now-btn {
  display: inline-block;
  position: relative;
  width: 170px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background: #010101;
  color: #ffffff;
  border: 1px solid transparent;
  text-transform: uppercase;
  border-radius: 10px;
  transition: all 0.3s ease;
}

a.book-now-btn:hover {
  background-color: #ef1e22;
  color: #ffffff !important;
}

.input-field {
  margin-bottom: 20px;
}

.input-field label {
  color: #222;
}

.input-field input,
.input-field .nice-select {
  width: 100%;
  height: 40px;
  padding-inline: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #222;
  border: 1px solid lightgray;

}

.booking-heading {
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;

}

.input-field.select-car-field .nice-select {
  margin-bottom: 20px;
}

.booking-section .nav-tabs {
  margin-bottom: 15px;
  border-bottom: none;
}

.booking-section .nav-tabs .nav-link.active {
  background-color: #ef1e22;
  color: #ffffff;
  border-radius: 50px;
}

.booking-section .booking-btn {
  background-color: #010101;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 30px;
  text-align: center;
  width: 50%;
  border-radius: 5px;
  margin: 0 auto;
  display: block;

}

.booking-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.booking-container {
  background-color: #fff;
  padding: 20px;
}

.booking-section {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .4), rgba(0, 0, 0, .1)), url('../img/booking/3.jpg');
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 100px 0; */
}

.rate-container h3 {
  margin-bottom: 20px;
  font-weight: 600;
}

.car-booking-terms {
  margin-bottom: 50px;
}

.car-booking-table tr td,
.car-booking-table tr th {
  border: 1px solid lightgray;
}

.car-booking-terms-content h1 {
  margin-bottom: 20px;
  font-size: 30px;
}

.terms-pointers li {
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  color: #222;
}

.terms-pointers li::before {
  content: '\f192';
  position: absolute;
  top: 3px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #010101;

}

.about-pointer {
  margin-top: 20px;
}

.about-pointer li {
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  color: #222;
  font-weight: 500;
}

.about-pointer li::before {
  content: '\f00c';
  position: absolute;
  top: 3px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #010101;
  font-weight: 600;
  color: #ef1e22;
}


.form-btn {
  background: #000;
  color: #fff;
}