body {
  margin: 0px;
  padding: 0px;
  background: #f6f4f4;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.fs20{
  font-family: 'Poppins',sans-serif;
  font-size: 20px;
  color: #222;
  font-weight: 600;
}
.fs24{
  font-family: 'Poppins',sans-serif;
  font-size: 24px;
  color: #222;
  font-weight: 600;
}
.fs28{
  font-family: 'Poppins',sans-serif;
  font-size: 28px;
  color: #222;
  font-weight: 600;
}
.orangedark{
  color: #e95721;
}
.enq_title{
  font-size: 17px;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
}
/*footer css*/

.footer-section h3 {
  color: #e95721;
  font-size: 18px;
}
.footer-section h2 {
  font-size: 19px;

  color: #e95721;
}
.footer-section h3 {
  font-size: 19px;

  color: #e95721;
}
.footer-section h2 img {
  width: 17%;
  padding-right: 5px;
}
.footer-section h3 img {
  width: 17%;
  padding-right: 5px;
}

#text,
#text2 {
  display: none;
}

#nav-tabContent {
  width: 100%;
}

.nav-img12 h5 img {
  width: 17%;
}

.help a {
  font-size: 15px;
}

.char-dham-offer img {
  width: 100%;
  margin: 0 0px 10px 0px;
}

.high-light {
  background-color: #f9f9f9;
  padding: 8px;
}
.high-light h6 {
  font-size: 18px;
  color: #4c4747;
  text-transform: uppercase;
  padding: 8px;
}
.high-light ul li {
  font-size: 15px;
}

.high-light ul {
  list-style: none;
}
.high-light ul li:before {
  font-family: "FontAwesome";
  content: "\f101";
  color: #000;
  margin-right: 8px;
}

.tour-box100 h2 {
  font-size: 20px;
}
.tour-box101 img {
  width: 100%;
  margin-top: 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
}

.tour-box101 img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.tour-box100 a {
  background-color: #e95721;
  padding: 8px;
  color: #ffff;
  margin: 5px;
  transition: all 0.3s;
}

.tour-box100 a:hover {
  background-color: #000;
  transition: all 0.3s;
}
.jewer-style {
  border: 1px solid #000;
}
.jewer-style ul li {
  list-style: none;
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  /* background-color: #ffd4d4; */
  padding: 0px;
  font-size: 14px;
  font-family: arial;
}
.jewer-style ul {
  padding: 0px;
  margin: 0px;
}

.manage-home {
  background-color: #dcdcdc;
  padding: 8px;
  border-bottom: 2px solid #000;
}
.manage-home h3 {
  font-size: 15px;
  width: max-content;
}
.manage-home h2 {
  font-size: 15px;
  font-weight: bold;
  color: #e95721;
  width: max-content;
}
.manage-home h4 {
  font-size: 15px;
  font-weight: bold;
  color: #e95721;
  width: max-content;
}

.char-offer img {
  width: 100%;
}

.btn-all {
  display: block;
  background-color: red;
  padding: 5px;
  max-width: max-content;
  border-radius: 3px;
  color: #fff;
  margin-top: 5px;
  transition: all 0.5s;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes btn-all {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.btn-all {
  animation-name: btn-all;
  animation-duration: 1s;
}

.btn-all:hover {
  display: block;
  background-color: red;
  padding: 5px;
  max-width: max-content;
  border-radius: 3px;
  color: #fff;
  margin-top: 5px;
  transition: all 0.5s;
}

.box-border-style99 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.box-border-style99 ul li {
  font-size: 14px;
  margin-top: 10px;
  /* font-weight: 700; */
  padding: 8px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  background-color: #297746;
  color: #fff;
}

.box-border-style99 ul li::before {
  font-family: "FontAwesome";
  content: "\f041";
  margin-right: 5px;
  font-size: 10px;
  color: #fff;
}
.box-border-style99 ul li span {
  float: right;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  padding: 5px;
  width: 100%;
}

.box-border-style99:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.2s ease-in-out;
}

.car-boxes ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.car-boxes ul li {
  display: table-row;
}
.car-boxes ul li img {
  display: inline-block;
  width: 70px;
}
.car-boxes img {
  float: left;
  margin: 0 0 10px 0;
  padding: 2px;
  vertical-align: middle;
}
.car-boxes h2 {
  font-size: 14px;
  text-align: center;
}

.enqiry-btn {
  color: #000;
  font-size: 15px;
  padding: 5px;
  background-color: #fff;
  transition: all 0.5s;
}
.enqiry-btn:hover {
  color: #fff;
  font-size: 15px;
  padding: 5px;
  background-color: #000;
  transition: all 0.5s;
}

.car-heading {
  padding: 10px;
  text-transform: uppercase;
}

.incredi ul {
  list-style: none;
}
.incredi ul li {
  font-size: 14px;
  font-weight: bold;
}
.incredi ul li a {
  font-size: 16px;
  color: #e95721;
  text-decoration: none;
  font-weight: bold;
}
.incredi ul li a:hover {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.incredi h6 {
  font-size: 19px;
}

.car-design {
  margin-top: 20px;
}
.header-img12 img {
  width: 100%;
  height: 300px;
}
.bus-box-heading h2 {
  color: #e95721;
  font-size: 19px;
}

.bus-box-heading h1 {
  color: #e95721;
  font-size: 25px;
}
.effect {
  transition: all 1s;
}
.bus-rental-head {
  font-size: 25px;
  color: #fff;
  background-color: #e95721;
  padding: 10px;
  border-radius: 6px 6px 0px 0px;
  margin: 0px;
}

.center-clss {
  /* margin: auto; */
  width: 110px;
  margin-left: 30px;
  margin-top: 5px;
}

.content-area1 {
  float: right;
}
.itinary {
  margin-top: 50px;
}

.itinary h3 {
  /* height: 50px; */
  width: 50px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  background: #e95721;
  border-radius: 50%;
  /* border: 2px solid #424040; */
  text-align: center;
  line-height: 50px;
  display: block;
  border: 6px 6px 0px 0px;
  /* border-radius: 6px 6px 0px 0px; */
  border-bottom: 2px solid #000;
}
.itinary h2 {
  margin-top: 10px;
  font-size: 23px;
  color: #5d5959;
}

.itinary h4 {
  margin-top: 16px;
  font-size: 17px;
  color: #000;
}
.itinary p {
  margin-bottom: 40px;
  width: 100%;
  float: left;
  font-size: 15px;
  background-color: #ffffff;
  /* padding: 10px; */
  padding-left: 60px;
}
.inclu-exclu h2 {
  color: #e95721;
}
.inclu-exclu h5 {
  color: #e95721;
}

.inclu-exclu ul {
  list-style: none;
  padding: 0px;
}
.contact-detail {
  padding: 10px;
  height: 360px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.contact-detail ul li {
  list-style: none;
  line-height: 18px;
  border-bottom: 1px solid #efefef;
  padding: 6px;
}

.contact-box h2 {
  color: #e95721;
  font-size: 24px;
}

.contact-box h4 {
  font-size: 18px;
}

.contact-detail img {
  width: 16px;
  height: 16px;
}

.contact-detail ul li i {
  color: #ffffff;
  background-color: #e95721;
  /* padding: 10px; */
  border-radius: 50%;
  width: 29px;
  height: 29px;
  text-align: center;
  margin-bottom: 11px;
  font-size: 17px;
  line-height: 31px;
}
.heading-h2 {
  font-size: 18px;
  margin-top: 10px;
}
.recomend {
  text-align: center;
  margin-bottom: 20px;
}
.recomend img {
  width: 80%;
}

.recomend h2 {
  color: #e95721;
  text-align: center;
}

.recomend h2:after {
  content: " ";
  border-bottom: solid black 1px; /* using border rather than underline; it's easier that way */
  width: 100%; /*however long you want the underline */
  display: inline-block; /* this is required for the width parameter to work */
}

.recomend h3 {
  color: #e95721;
  text-align: center;
}

.recomend h3:after {
  content: " ";
  border-bottom: solid black 1px; /* using border rather than underline; it's easier that way */
  width: 100%; /*however long you want the underline */
  display: inline-block; /* this is required for the width parameter to work */
}

.recomend p {
  text-align: center;
}

.heading-cerner {
  width: 100%;
  text-align: center;
}

.contact-detail ul {
  padding: 0px;
  margin: 0px;
}
.inclu li:before {
  background: url(https://delhirentcar.com/images/check-mark.png);
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  /* left: 0; */
  /* top: 0px; */
  /* padding: 10px; */
  margin-right: 10px;
}
.exclu li:before {
  background: url(https://delhirentcar.com/images/wrong.jpg) no-repeat;
  content: "";
  width: 18px;
  height: 16px;
  display: inline-block;
  /* left: 0; */
  /* top: 0px; */
  /* padding: 10px; */
  margin-right: 10px;
}

.side-bar-table li {
  width: 32%;
  margin: 0 auto;
  list-style: none;

  white-space: nowrap;
  display: inline-block;
}

.side-bar-table li a span {
  color: #000000;
  font-size: 9px;
  font-weight: bold;
}

.side-bar-table ul li a img {
  width: 100%;
}

.tour-banner img {
  width: 100%;
}
.tour-banner {
  border-top: solid 1px #ddd;
  position: relative;
}

.pull-left {
  padding-right: 10px;
  float: left;
}

.box-border-style ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.box-border-style ul li {
  font-size: 14px;
  margin-top: 10px;
  /* font-weight: 700; */
  padding: 8px;
}

.promise {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.promise h2 {
  color: black;
  font-size: 14px;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.promise h1 {
  color: #d97500;
  font-size: 16px;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.promise .promise-blogs {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid black;
}
.promise .promise-blogs h3 {
  background: #e95721;
  padding: 10px;
  text-align: center;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.promise .promise-blogs ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.promise .promise-blogs li {
  padding-bottom: 10px;
  font-size: 12px;
  color: black;
  font-family: "Open Sans", sans-serif;
  padding-top: 10px;
  border-bottom: 1px solid #025b75;
  text-align: center;
}

.promise .promise-blogs ul li {
  color: #000;
}
.promise .promise-blogs ul li:hover {
  color: red;
}

.day-tours {
  position: absolute;
  top: 32px;
  background-color: #ffd10c;
  padding: 6px;
  left: 18px;
  color: #000;
  border-radius: 0px 3px 3px 0px;
  font-size: 14px;
}

.day-tours a {
  position: absolute;
  top: 32px;
  background-color: #e95721;
  padding: 6px;
  left: 19px;
  border-radius: 0px 3px 3px 0px;
  color: #fff;
}

.day-tours12 {
  position: absolute;
  top: 12px;
  background-color: #ff0000;
  padding: 6px;
  left: 0px;
  color: #fff;
  /* border-radius: 0px 3px 3px 0px; */
  font-size: 14px;
  /* width: 50%; */
  font-size: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 37px;
  border: 2px #fff dotted;
}

.day-tours12 a {
  position: absolute;
  top: 32px;
  background-color: #ff0000;
  padding: 6px;
  left: 19px;
  border-radius: 0px 3px 3px 0px;
  color: #fff;
}

.new {
  background-color: red;
  padding: 2px;
  color: #fff;
  width: 11%;
  font-size: 10px;
  text-align: center;
  position: relative;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes new {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.new {
  animation-name: new;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  position: absolute;
  top: -5px;
  left: 0px;
}

.box-border-style ul li {
  font-size: 14px;
  color: #fff;
}

.box-border-style ul li::before {
  font-family: "FontAwesome";
  content: "\f101";
  margin-right: 5px;
  font-size: 10px;
  color: #000;
}

.days {
  float: right;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #383838;
  padding: 5px;
  width: 100%;
  color: #fff;
  border-top: dotted 1px #fff;
}

.box-border-style ul li span {
  float: right;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  padding: 5px;
  width: 100%;
}
.bus-box {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 15px;
  box-shadow: 0px 3px 3px #efefef;
  border-radius: 10px;
}
.bus-box img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.bus-box ul {
  padding: 0px;
  margin: 0px;
}
.bus-box ul li {
  list-style: none;
  line-height: 32px;
  font-size: 15px;
  border-bottom: 1px solid #f3f0f0;
}
.bus-box h4,
.bus-box .title {
  color: #e95721;
  font-size: 25px;
  padding: 6px;
  margin-bottom: 0;
}

.bus-box ul li::before {
  background: url(https://delhirentcar.com/images/check-mark.png);

  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  /* left: 0; */
  /* top: 0px; */
  /* padding: 10px; */
  margin-right: 10px;
}
.bus-box-inner {
  margin-bottom: 10px;
}
.bus-box-inner img {
  width: 100%;
}
.bus-box-inner ul {
  padding: 0px;
  margin-bottom: 30px;
}
.bus-box-inner ul li {
  list-style: none;
  line-height: 32px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #f3f0f0;
  padding: 0px;
}
.bus-box-inner .sub_head {
  color: #e95721;
  padding: 6px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.bus-box-inner h4 i {
  color: #64666b;
}

.bus-box-inner ul li::before {
  background: url(https://delhirentcar.com/images/check-mark.png);

  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  /* left: 0; */
  /* top: 0px; */
  /* padding: 10px; */
  margin-right: 10px;
}

.tour-box1 p span {
  color: #e95721;
  font-weight: 700;
}
.tour-box1 p {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 0px;
  color: #000;
}
.tour-box1 img {
  width: 100%;
  height: 200px;
  transition: all 1s;
}

.tour-box1 h4 {
  border-top: 1px solid #e6e6e6;
  font-size: 15px;
  padding: 4px;
  color: #636363;
}

.tour-box1 h4::before {
  font-family: "FontAwesome";
  content: "\f041";
  margin-right: 5px;
}
.tour-box1 h3 {
  color: #e95721;
  font-size: 20px;
  margin-top: 10px;
}

.tour-box1 h3:before {
  font-family: "FontAwesome";
  content: "\f1b9";
  margin-right: 5px;
  color: #969696;
}

.tour-box1 p::before {
  font-family: "FontAwesome";
  content: "\f0ac";
  margin-right: 7px;
  color: #636363;
}

.tour-box1 h2 a {
  text-decoration: none;
  color: #e95721;
  font-size: 22px;
}
.tour-box1 h2 a:hover {
  text-decoration: none;
}

.whole-box tour-box1 {
  text-decoration: none;
  display: block;
}
.whole-box tour-box1 h2 h4 p a:hover {
  text-decoration: none !important;
  display: block;
}
.box-border-style99 {
  border: 1px solid #dcdcdc;
  padding: 18px;
  margin: 0px;
  width: 100%;
}
.box-border-style {
  border: 1px solid #dcdcdc;
  padding: 18px;
  margin: 0px;
  width: 100%;
}

.read-more {
  border: 1px solid #e95721;
  text-align: center;
  margin-top: 18px;
  width: 100%;
}

.tour-box1 h2 {
  color: #e95721;
  font-size: 16px;
  margin-top: 8px;
}
.no-pad {
  padding-left: 0px;
  padding-right: 0px;
}
.pull-right {
  text-align: right;
}

.tour-box1 h3 {
  color: #e95721;
  font-size: 16px;
  margin-top: 8px;
}
.no-pad {
  padding-left: 0px;
  padding-right: 0px;
}
.pull-right {
  text-align: right;
}
#topBanner2 {
  background: url(../images/contact_us.png) no-repeat;
  background-position: 50% 50%!important;
  background-size: cover!important;
  position: relative;
  height: 300px;
}
#topBanner .circlembi {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  right: 0;
  margin: 0 auto;
  max-width: 1600px;
}
.map-google {
  padding: 10px;
}

#topBanner .bannercircle {
  width: 670px;
  height: 350px;
  /* border-radius: 50%; */
  /* background: #ff9b04; */
  position: absolute;
  left: -40px;
  top: -130px;
  mix-blend-mode: multiply;
}

.gsc_container {
  width: 100%;
  /* max-width: 1280px; */
  background-color: #000;
}

.gsc_container_hold {
  padding: 20px 0px 40px 220px;
  font-size: 40px;
  color: #ffffff;
  background-color: #9000004a;
  font-weight: 700;
  font-family: cursive;
  text-shadow: 2px 2px #000;
}

.v-overview {
  display: block;
}

.v-overview h2 {
  color: #e95721;
  font-weight: 400px;
  font-size: 25px;
}

.form-space2 {
  margin-top: 20px;
}

.footer-section ul {
  list-style: none;
  color: #000;
  font-size: 13px;
  padding: 0px;
}

.footer-section li {
  line-height: 28px;
}

.footer-section a {
  text-decoration: none;
  color: #676363;
  font-size: 13px;
}

.footer-section a:hover {
  text-decoration: none;
  color: #000;
  font-size: 13px;
}

/* .footer-section {
    padding-left: 60px;
} */

footer {
  background-color: #fff;
  padding-top: 20px;
}

/*--- custom css ---*/
a {
  transition: all 0.4s ease-in-out;
}
.top-header {
  background: #253241;
}
.top-header .social-media-area li a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.top-header .social-media-area li a:hover {
  color: #ea5734;
}
.top-header .btn {
  color: #fff;
  background: #ea5734;
  padding: 4px 11px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.top-header .btn:hover {
  background: #fff;
  color: #ea5734;
}
.top-header .detail-section {
  display: flex;
  align-items: stretch;
  position: relative;
  margin-left: 20%;
  justify-content: space-between;
}
.top-header .detail-section::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 2000px;
  bottom: 0;
  top: 0;
  background-color: #fff;
}
.top-header .detail-section::after {
  content: "";
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 28px;
  bottom: 0;
  top: -5px;
  background-color: #fff;
  transition: all 0.3s;
}
.top-header .detail-section::after {
  border-color: #253241 #253241 transparent transparent;
}

.top-header .contact-detail-2 li {
  position: relative;
}
.top-header .contact-detail-2 li::after {
  content: "";
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: -8px;
  color: #fff;
  width: 1px;
  transform: translate(0, -50%);
  background: #fff;
  height: 17px;
}
.top-header .contact-detail-2 li:nth-last-child(1):after {
  display: none;
}
.top-header .contact-detail-2 li a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #fff;
  padding: 14px 0;
  display: block;
}
.header-section {
  background: #fff;
  position: relative;
}
.header-section .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-section .right-side {
  display: flex;
  justify-content: space-between;
  gap: 43px;
}
.header-section .right-side .sec {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.header-section .right-side .sec p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #737273;
  line-height: normal;
}
.header-section .right-side .sec a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  color: #222222;
  letter-spacing: normal;
}
.header-section .right-side .sec .icon {
  width: 38px;
  border-right: 1px solid #ddd;
  padding-right: 8px;
}
.header-section .right-side .sec .content .number {
  font-size: 15px;
}
.header-section .right-side .sec .content .number:hover {
  color: #ea5734;
}
.header-section .container {
  max-width: 1300px;
}
.font-mont {
  font-family: "Montserrat", sans-serif;
}
.navbar-light .navbar-nav .nav-link {
  padding: 0 6px;
  color: #253241;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-right: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #f75d34;
}
.categorybox {
  background: #fff;
  border: 1px solid #c9c9c9;
}
.categorybox ul {
  margin: 0;
}
.categorybox ul li a {
  color: #1b1b1b;
  padding: 11.5px 18px;
  display: block;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.categorybox ul li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: relative;
  left: -6px;
}
.categorybox ul li a:hover {
  background: #ea5734;
  color: #fff;
}
.categorybox ul li:nth-child(1) {
  border-top: 1px solid #c9c9c9;
}
.categorybox ul li {
  border-bottom: 1px solid #c9c9c9;
}
.categorybox ul li:nth-last-child(1) {
  border-bottom: 0;
}
.categorybox .title {
  padding: 14px 16px 0;
}
.categorybox .title p {
  font-family: "Montserrat", sans-serif;
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 700;
}
.services1 .box {
  padding: 30px 0px;
  border-radius: 8px;
  text-align: center;
}
.services1 p a {
  display: block;
}
.custom-gap {
  margin: 80px 0;
}
.bg-white {
  padding: 22px 0;
}
.custom-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #14181c;
  font-size: 32px;
}
.nav-tabs .nav-link {
  background-color: #14181c;
  color: #a5abb7;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  padding: 13px 40px;
}
.nav-tabs {
  justify-content: center;
  margin-bottom: 15px;
}
.nav-tabs li a {
  position: relative;
}
.nav-tabs li:nth-child(1) a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-right: 20px solid #14181c;
  border-bottom: 26px solid transparent;
}
.nav-tabs li:nth-last-child(1) a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-left: 20px solid #14181c;
  border-bottom: 26px solid transparent;
}
.nav-tabs li a.active {
  font-weight: 600;
}
.nav-tabs li a.active::before {
  border-right-color: #e95721;
}
.nav-tabs li a.active::before {
  border-left-color: #e95721;
}
/* .service-section .home-banner1::before {
    content: '';
    background: #344e87;
    width: 240px;
    height: 220px;
    position: absolute;
    right: -10px;
    bottom: 58px;
} */
.service-section .home-banner1 img {
  position: relative;
  z-index: 99;
}
.description li b {
  color: #e95721;
}
.tags {
  float: none !important;
  margin-top: 25px;
}
.mobile-icon {
  display: none;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.text-orange {
  color: #ea5734;
}
.home-slider .bg-1 {
  background: url(../images/slider-bg01.jpg) no-repeat center;
  padding: 30px 0 85px;
}
.home-slider .bg-2 {
  background: url(../images/slider-bg02.jpg) no-repeat center;
  padding: 30px 0 85px;
}
.home-slider .slide-content {
  display: flex;
  justify-content: space-between;
}
.home-slider .bg-2 .banner-heading {
  font-size: 46px;
  margin-top: 72px;
}
.home-slider .banner-heading {
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 57px;
  margin-bottom: 16px;
  color: #201f1d;
}
.home-slider .aside .trust {
  background: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 150px;
  padding: 10px 22px;
  margin-bottom: 35px;
}
.home-slider .aside .trust p {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.home-slider .aside .trust .icon {
  display: inline-block;
  width: 26px;
}
.home-slider .aside {
  width: 36%;
}
.home-slider .aside .text {
  color: #333;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 28px;
}
.slick-slide img {
  width: 100%;
}
.view-btn {
  font-weight: 500;
  font-size: 16px;
  color: #201f1d;
  border: 2px solid #201f1d;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-radius: 5px;
  line-height: 0;
  margin: 0;
  padding: 11px 22px;
  display: inline-block;
  transition: all 0.5s;
}
.view-btn i {
  margin-left: 4px;
}
.view-btn:hover {
  background-color: #ffffff;
  border: 2px solid #ea5734;
  color: #ffffff;
  box-shadow: inset 0 50px 0 0 #ea5734;
}
.book-form .form-wrap {
  display: flex;
}
.book-form .form-wrap .find-box {
  width: 390px;
  background: url(../images/find-box-bg.png) no-repeat;
  background-size: cover;
  padding: 70px 41px;
}
.book-form .form-wrap .find-box p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
}
.book-form .form-wrap form {
  background: #fff;
  padding: 50px 52px;
  width: 70%;
}
.book-form .form-wrap form input {
  border: 2px solid #f0f0ff;
  color: #111;
  height: 45px;
  padding: 5px 10px;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.theme-btn {
  background: transparent;
  border: 2px solid #ec3323;
  color: #ec3323;
  cursor: pointer;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.theme-btn:hover {
  background-color: #ec3323;
  border-color: #ec3323;
  color: #fff;
}
.theme-btn::before,
.theme-btn::after {
  border-color: #ec3323;
  border-style: solid;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 1em;
}
.theme-btn::before {
  border-width: 2px 0 0 2px;
  left: -6px;
  top: -6px;
  z-index: 5;
}
.theme-btn::after {
  border-width: 0 2px 2px 0;
  bottom: -6px;
  right: -6px;
}
.theme-btn:hover::before,
.theme-btn:hover::after {
  border-color: #ec3323;
  height: calc(100% + 12px);
  width: calc(100% + 12px);
}
.book-form .form-wrap .box {
  margin-bottom: 35px;
}
.book-form .form-wrap form .row:nth-child(2) .box {
  margin-bottom: 0;
}
.book-form {
  margin-top: -70px;
  position: relative;
}
.main-heading .hd {
  color: #253241;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: "Montserrat", sans-serif;
}
.main-heading p {
  color: #253241;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.main-heading {
  margin-bottom: 20px;
}
.services1 .three-services {
  border-right: 1px solid #d8d8d8;
}
.services1 .three-services:nth-last-child(1) {
  border-right: 0;
}
.services1 .title {
  text-align: center;
  color: #253241;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 15px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.services1 .box p {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}
.services1 .box .icon {
  display: inline-block;
  width: 48px;
}
.text {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #333;
}
.small_heading{
  font-family: 'Poppins';
  font-size: 18px;
  color: #e95721;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.title2 {
  font-family: "Montserrat", sans-serif;
  color: #253241;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 26px;
}
.title2::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 2px;
  background: #afbfc0;
}
.title2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 2px;
  background: #ea5734;
  left: 0;
  border-right: 4px solid #fff;
}
.text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 500;
}
.about-content {
  margin-top: 54px;
}
.hill-bg {
  background: url(../images/hill-bg.jpg) no-repeat;
  padding: 80px 0;
  background-size: cover;
  position: relative;
}
.hill-bg::after {
  content: "";
  position: absolute;
  top: 0;
  background: #253241f2;
  width: 100%;
  height: 100%;
}
.hill-bg .container {
  position: relative;
  z-index: 9;
}
.text-yellow {
  color: #ff7a29;
}
.custom-hd .hd {
  color: #fff;
}
.custom-hd p {
  color: #fff;
}
.linkList{padding: 0;}
.linkList li{list-style: none; display: inline-block; margin-bottom: 20px;}
.linkList li a{font-family: "Poppins", sans-serif; font-size: 16px; font-weight: 500; background-color: #3b3f42; color: #fff; padding: 6px 10px; transition: 0.3s ease-in-out;} 
.linkList li a:hover{background-color: #ea5734; color: #fff; border-radius: 5px;}
.vhl-slider .content-box {
  background: #fff;
  padding: 14px 18px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.vhl-slider .content-box .vhl_title,
.vhl-slider .content-box h4 {
  font-size: 20px;
  margin: 0;
  color: #253241;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.vhl-slider .item {
  margin: 0 5px;
  overflow: hidden;
}
.vhl-slider .item figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.vhl-slider .item img {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.vhl-slider .slick-arrow {
  position: absolute;
  top: -74px;
  transition: all 0.4s ease-in-out;
  left: auto;
  right: 4px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0px 3px 0 rgba(0,0,0,0.2);
}
.vhl-slider .slick-arrow:hover {
  background: #ea5734;
}
.vhl-slider .slick-arrow:hover::before {
  color: #fff;
}
.vhl-slider .slick-prev {
  right: 48px;
}
.vhl-slider .slick-prev::before {
  content: "\f104";
}
.vhl-slider .slick-next::before {
  content: "\f105";
}
.vhl-slider .slick-arrow::before {
  font-family: "FontAwesome";
  font-size: 15px;
  color: #253241;
}
.vhl-slider a {
  color: #253241;
}
.vhl-slider .item:hover img {
  transform: scale(1.1);
}
.vhl-slider .overlay {
  background: #253241d6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.vhl-slider .item:hover .overlay {
  opacity: 1;
}
.vhl-slider .overlay a {
  background: #ea5734;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 7px 32px;
  text-align: center;
}
.vhl-slider .overlay a:hover {
  background: #fff;
  color: #253241;
}
.vhl-slider {
  margin-top: 48px;
  margin-bottom: -180px;
}
.vhl-slider .item:hover .content-box {
  background: #ec4133;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.vhl-slider .item:hover .content-box a {
  color: #fff;
}
.category-tab {
  margin-top: 170px;
}
.tab-wrap {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.tab-wrap .tablinks {
  border: none;
  transition: all 0.4s ease-in-out;
  outline: none;
  background: #fff;
  color: #253241;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  width: 153px;
  height: 136px;
  font-weight: 600;
}
.tab-wrap .tablinks:nth-child(3) .icon {
  width: 84px;
  height: 56px;
  margin-top: -15px;
  margin-bottom: 25px;
}
.tab-wrap .tablinks:nth-child(1) .icon img {
  width: 55px;
}
.tab-wrap .tablinks:nth-last-child(1) .icon img {
  width: 50px;
}
.tab-wrap .tablinks .icon {
  display: block;
  width: 70px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.tab-wrap .tablinks.active {
  background: #ea5734;
  color: #fff;
}
.tab-wrap .tablinks.active img {
  filter: brightness(0) invert(1);
}
.category-tab .tabcontent {
  display: none;
  margin-top: 35px;
}
.tour_container {
  background-color: #fff;
  margin: 0 0 30px;
  padding: 15px;
  border-radius: 15px;
}
.img_container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.tour_container .tour_title h3 {
  margin: 0 0 3px;
  font-size: 22px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  padding: 18px 0 0;
  color: #253241;
  font-weight: 700;
}
.tour_container .review span {
  color: #ff9307;
}
.tour_container .description {
  min-height: 90px;
  font-size: 14px;
  margin-top: 16px;
}
.tour_container .capicity ul {
  display: flex;
  gap: 23px;
  justify-content: center;
  border: none;
}
.tour_container .capicity {
  margin-top: 25px;
  border-top: 1px solid #f4f4f4;
  padding-top: 17px;
}
.tour_container .capicity li {
  color: #747474;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.tour_container .capicity li .icon {
  display: inline-block;
  width: 24px;
  margin-right: 6px;
}

.tour_container .wishlist {
  background: #253241 none repeat scroll 0 0;
  margin: 25px auto 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.tour_container .wishlist a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 15px;
  text-transform: uppercase;
  width: 47%;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.tour_container .wishlist .offer-btn-2::after {
  content: "";
  height: 100%;
  position: absolute;
  right: -25px;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
  transition: all 0.4s ease 0s;
  width: 124%;
  z-index: -1;
  top: 0;
  background: #ea5734;
}
.tour_container .wishlist a:hover:after {
  background: #ea5734;
  right: 177px;
}
.tour_container .wishlist a:hover {
  color: #ff7a29;
}
.tour_container .description li:nth-last-child(1) {
  border-bottom: 0;
}
/* .hill-bg2 { background: url(../images/hill-bg02.jpg) no-repeat; padding: 80px 0; background-size: cover; position: relative;} */
.hill-bg2 {
  position: relative;
  padding-top: 45px;
}
.hill-bg2::before {
  background: url(../images/hill-bg02.jpg) no-repeat;
  padding: 81px 0;
  background-size: cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 770px;
  top: 0;
}
.hill-bg2::after {
  content: "";
  position: absolute;
  top: 0;
  background: #253241f2;
  width: 100%;
  height: 770px;
}
.hill-bg2 .container {
  position: relative;
  z-index: 9;
}

.tempo-section .tour_container .tour_title h3 {
  font-size: 17px;
}
.tempo-section .description li {
  padding: 13px 0px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}
.tempo-section .vhl-slider {
  margin-bottom: 0;
}
.tempo-section .vhl-slider .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
}
.tempo-section .vhl-slider .slick-next {
  right: -20px;
}
.tempo-section .vhl-slider .slick-prev {
  right: auto;
  left: -20px;
  z-index: 99;
}
.big-btn {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background-color: #ea5734;
  box-shadow: inset 0 0 0 0 #ffffff;
  line-height: 0;
  margin: 0;
  padding: 25px 28px;
  display: inline-block;
  transition: all 0.5s;
  border: none;
  text-transform: uppercase;
}
.big-btn:hover {
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: inset 0 50px 0 0 #ea5734;
}
.cta-section {
  background: url(../images/cta-bg.jpg) no-repeat fixed 0 0 / cover;
  position: relative;
  z-index: 1;
}
.cta-section .row {
  align-items: center;
}
.promo-box-right h3 {
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 38px;
  margin-bottom: 36px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
.promo-box-left {
  padding-bottom: 50px;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.promo-box-left:after,
.promo-box-left:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}
.promo-box-left:before {
  background: #fff none repeat scroll 0 0;
  right: 43%;
  width: 70px;
}
.promo-box-left:after {
  background: #ea5734 none repeat scroll 0 0;
  right: 54%;
  width: 2030px;
}
.cta-section:after {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.cta-section .theme-btn {
  display: inline;
  color: #fff;
}
.line-hd {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
}
.bus-section .vhl-slider .slick-arrow {
  background: #253241;
  top: -90px;
}
.bus-section .vhl-slider .slick-arrow:hover {
  background: #ea5734;
}
.bus-section .vhl-slider .slick-arrow::before {
  color: #fff;
}
.bus-section .vhl-slider {
  margin-bottom: 40px;
}

.brand-slider .item {
  background: #fff;
  margin: 0 8px;
  border: 2px solid #d5dedd;
}
footer {
  background: #121820;
  padding: 120px 0 50px;
}
footer .f-logo img {
  display: block;
  margin: 0 auto;
}
footer .socialmedia {
  margin: 20px 0 50px;
}
footer .socialmedia ul {
  display: flex;
  justify-content: center;
  gap: 12px;
}
footer .socialmedia ul li a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #253241;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
footer .socialmedia ul li a:hover {
  background: #ea5734;
  color: #fff;
}
.brand-slider {
  background: #fff;
  position: relative;
  margin-bottom: -50px;
  padding: 38px 33px;
}
footer p {
  color: #afbfc0;
}
footer h3 {
  margin-bottom: 20px;
}
footer a {
  font-size: 14px;
  color: #afbfc0;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .list-wrap {
  display: flex;
  gap: 62px;
}
.subs-form input {
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
}
.footer-section1 a:hover {
  color: #ea5734;
}
footer .contact-box {
  margin-top: 48px;
}
footer .contact-box li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: baseline;
}
footer .contact-box li:nth-last-child(1) {
  margin-bottom: 0;
}
footer .contact-box li:nth-last-child(1) .icon img {
  width: 20px;
}
footer .contact-box li .icon {
  width: 25px;
}
footer .contact-box li p {
  line-height: normal;
  margin: 0;
}
footer .contact-box li:nth-last-child(1) p {
  display: flex;
  gap: 7px;
}
footer .about-box p {
  padding-right: 20px;
}
.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 22px 32px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
}
.navbar {
  padding: 0px;
  position: static;
}
.nav-wrap .dropdown-item i {
  display: none;
}
.nav-wrap .dropdown-item {
  border: none;
  padding: 5px 0;
  font-family: "Poppins", sans-serif;
}
.nav-wrap .dropdown-item.active,
.nav-wrap .dropdown-item:hover {
  color: #ea5734;
  background-color: transparent;
}
.nav-wrap .megamenu-li .view-more {
  padding: 5px 0;
}
.megamenu-li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.megamenu-li {
  position: static;
  font-size: 14px;
  color: #4e4c4c;
  align-self: center;
  padding: 35px 0;
}
.nav-wrap .nav-link button {
  display: none;
}
.title-2 {
  margin-top: 18px;
}
.header-section .mobile-nav__toggler {
  display: none;
  background: #ea5734;
  position: absolute;
  right: 0;
  border-radius: 0;
  color: #fff;
  padding: 11px 12px;
}
.nav-wrap .close-icon {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 18px;
  display: none;
  z-index: 99;
}
.text-2 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  font-weight: normal;
}
.inner-car-pkg .tour_container .tour_title h3 {
  font-size: 18px;
}
.inner-car-pkg .tour_container .review {
  font-size: 14px;
}
.tour_container .wishlist .offer-btn-2::after {
  right: -28%;
  width: 125%;
}
.tour_container .wishlist a:hover:after {
  right: 103%;
}
.side-bar-book {
  padding: 16px 12px;
  background-color: #253241;
  color: #fff;
}
.side-bar-book .side_title,
.side-bar-book h3 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.slide-list li a {
  color: #333;
  display: block;
  padding: 8px 14px;
  position: relative;
}
.slide-list li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #253241;
  margin-right: 5px;
}
.slide-list li a:hover {
  background: #ea5734;
  color: #fff;
}
.slide-list li a:hover:before {
  color: #fff;
}
.slide-list li {
  background: #fff;
}
.slide-list li:nth-last-child(odd) {
  background: #f5f5f5;
}
.slide-list {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.slide-list ul {
  margin-bottom: 0;
}
.vhl-side-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
}
.vhl-side-list ul {
  padding: 25px 10px;
  background: #fff;
}
.vhl-side-list img {
  width: 75px;
  border-radius: 50%;
}
.vhl-side-list li:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 0;
}
.vhl-side-list li a {
  color: #222;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.vhl-side-list li a:hover {
  color: #ea5734;
}
.book-from-wrap .book-form {
  margin-top: 0;
}
.book-from-wrap .find-box {
  background: url(../images/form-bg.jpg) no-repeat center !important;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover !important;
  padding: 48px 41px !important;
}
.book-from-wrap .find-box::before {
  content: "";
  position: absolute;
  background: #121820db;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.book-from-wrap .find-box p {
  position: relative;
}
.book-from-wrap .form-wrap {
  border: 1px solid #efefef;
}
.custom-bg {
  padding: 53px 0;
}
.footer-inner {
  padding: 60px 0 50px !important;
}
.v-overview h1 {
  color: #253241;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 23px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.box-detail-2 .title2 {
  font-size: 22px;
}
.box-detail-2 {
  background: #fff;
  padding: 24px 23px;
}
.book-from-wrap .form-wrap .box {
  margin-bottom: 16px;
}
.book-from-wrap .form-wrap form {
  padding: 38px 26px;
}
.side-bar-table ul {
  text-align: center;
  background: #fff;
  padding: 12px;
}
.side-bar-table ul li span {
  display: none;
}
.side-bar-table li a {
  display: flex;
  border: 1px solid #efefef;
  align-items: center;
  justify-content: center;
}
.category-tab .tab-wrap .tablinks .icon img {
  width: auto;
}
.custom-tab {
  margin-top: 0;
}
.custom-tab .tab-wrap {
  justify-content: left;
}
.custom-tab .tabcontent {
  border: 1px solid #ddd;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.custom-tab .tabcontent li a {
  color: #333;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.custom-tab .tabcontent li {
  line-height: 42px;
}
.custom-tab .tabcontent li:nth-last-child(1) {
  border-bottom: 0;
}
.banner-text {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translate(0, -50%);
  width: 40%;
  text-align: right;
}
.banner-text h1 {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.box-white {
  background: #fff;
  padding: 15px;
}
.tour-banner .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 82px;
  font-size: 35px;
  font-weight: 600;
  width: 360px;
  line-height: 43px;
  text-transform: capitalize;
  transform: translate(0, -50%);
}
.side-bar .book-form .form-wrap {
  display: block;
}
.side-bar .book-form .form-wrap .find-box {
  width: 100%;
  text-align: center;
  padding: 20px 20px;
}
.side-bar .book-form .form-wrap .find-box p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.side-bar .book-form .form-wrap form {
  width: 100%;
  padding: 22px 14px;
}
.side-bar .book-form .form-wrap .box {
  margin-bottom: 12px;
}
.side-bar .book-form {
  margin-top: 0;
}
.form-box-wrap {
  margin-bottom: 24px;
}
.package-section .pkg figure {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.package-section .pkg figure img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.package-section .pkg figure .overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #fff;
  width: 100%;
  height: 100%;
  background: #253241ab;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.package-section .pkg figure .overlay span {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.package-section .pkg {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.package-section .pkg .content-box {
  padding: 18px;
}
.package-section .pkg .loc {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
.package-section .pkg .loc span {
  color: #ea5734;
}
.package-section .pkg p {
  margin: 0;
  color: #5a5a5a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
}
.package-section .pkg .content-box .heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
  margin-bottom: 16px;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 79px;
}
.package-section .pkg .content-box .bottom {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding: 26px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-section .pkg .content-box .bottom .dur p {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.package-section .pkg:hover figure img {
  transform: scale(1.1);
}
.package-section .pkg:hover figure .overlay {
  opacity: 1;
}
.package-section .sec {
  margin-bottom: 18px;
}
.justify {
  text-align: justify;
}
.text-md {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: #333;
  font-weight: 500;
}
.vhl-box {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: auto auto;
  margin: 42px 0 50px;
}
.vhl-box .vl {
  position: relative;
}
.vhl-box .vl::after {
  content: "";
  position: absolute;
  background: #e95721;
  width: 400px;
  height: 309px;
  left: -30%;
  top: -20px;
  border-radius: 34px;
}
.vhl-box .vl img {
  position: relative;
  z-index: 9;
}

.tab-sec .accrodion-title {
  background-color: #ea5734;
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 0;
  color: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-family: "Poppins", sans-serif;
}
.tab-sec .active,
.tab-sec .accordion:hover {
  background-color: #ea5734;
}
.tab-sec .accrodion-content {
  display: none;
  padding: 10px 18px;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 12px;
}
.tab-sec .accrodion-content p:last-child {
  margin: 0;
}
.accrodion-content .inner .minor_heading{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
}
.tab-sec .accrodion-title span {
  display: inline-block;
  padding: 18px;
  position: relative;
  background: #253241;
  padding: 12px 22px;
  margin-right: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.tab-sec .accrodion-title span::after {
  content: "";
  position: absolute;
  right: -20px;
  border-top: 24px solid transparent;
  border-left: 20px solid #253241;
  border-bottom: 22px solid transparent;
  top: 0px;
}
.tab-sec .accrodion-title .days_title,
.tab-sec .accrodion-title h4 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}
.tab-sec {
  margin-bottom: 18px;
}
.inc-wrap .box {
  background: #fff;
  padding: 23px;
}
.inc-wrap .box ul {
  padding: 0;
  margin-top: 15px;
}
.inc-wrap .box ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.inc-wrap .inc ul li::after {
  content: "";
  background: url(../images/check-icon-01.svg) no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.inc-wrap .exc ul li::after {
  content: "";
  background: url(../images/close-icon-01.svg) no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.inc-wrap .box h4,
.inc-wrap .box .inclusion_exclusion_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.5rem;
}
.inner-vhl-sec .vhl-slider {
  margin-bottom: 0;
}
.packages-section .vhl-slider .content-box .title,
.packages-section .vhl-slider .content-box h4 {
  font-size: 16px;
  font-weight: 500;
}


/*--- custom css end ---*/

@media only screen and (max-width: 800px) {
  .side-bar-book {
    margin-top: 20px;
  }
  .space-top {
    margin-top: 20px;
  }

  /* .my-slider{display: none;} */
  .contact-no {
    width: 100%;
    position: relative;
    /* top: 187px; */
    background-color: #fff;
    /* left: 200px; */
    /* border-radius: 10px; */
    box-shadow: 0 0 70px 0 rgba(36, 39, 44, 0.3);
    /* z-index: 1; */
  }

  .line-id p {
    text-align: center;
    font-weight: bold;
    color: #126533;
    padding-left: 20px;
  }

  .inner-text55 ul {
    padding: 5px;
  }
  .inner-text55 ul li {
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px #ececec solid;
    margin-bottom: 5px;
  }
  .inner-text55 ul li:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f101";
    margin-right: 5px;
    color: #ff0000;
  }

  .inner-text55 h4 {
    font-size: 18px;
    color: #e95721;
  }
}

@media only screen and (min-width: 786px) {
  .contact-top {
    font-size: 18px;
    color: #e95721;
  }
  .side-bar-book h2 {
    font-size: 22px;
  }
  .side-bar-book12 h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .home-logo img {
    width: 121%;
  }
  .top-header img {
    width: 121%;
  }
  .form-group {
    margin-bottom: 1rem;
  }

  .line-id {
    float: left;
    padding-left: 100px;
  }
  .line-id p {
    font-size: 17px;
    font-weight: bold;
    color: #088022;
  }
  .inner-text55 ul li {
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px #ececec solid;
  }
  .inner-text55 ul li:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f101";
    margin-right: 5px;
    color: #ff0000;
  }

  .inner-text55 strong {
    font-weight: bold;
    color: #676767;
  }

  .inner-text55 h4 {
    font-size: 18px;
    color: #e95721;
  }
  .contact-no {
    width: 38%;
    position: absolute;
    top: 20px;
    background-color: #fff;
    left: -92px;
    border-radius: 10px;
    box-shadow: 0 0 70px 0 rgba(36, 39, 44, 0.3);
    z-index: 1;
  }

  .form-box {
    position: relative;
    width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
  }

  .uni-heading h1 {
    padding: 5px;
    /* margin-bottom: 10px; */
    border-radius: 5px 5px 0px 0px;
    background-color: #e95721;
    color: #fff;
    font-size: 24px;
  }
}

@media only screen and (min-width: 500px) {
  .contact-top {
    font-size: 22px;
    color: #e95721;
  }

  .social-media-area12 ul {
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: center;
  }
}
@media only screen and (max-width: 550px) {
  .tour-banner img {
    width: 100%;
    height: auto;
  }

  .contact-top {
    font-size: 22px;
    color: #e95721;
  }

  .form-control {
    margin-bottom: 10px;
  }

  /* .form-group {
    margin-bottom: 20px;
  } */

  .uni-heading h1 {
    padding: 5px;
    /* margin-bottom: 10px; */
    border-radius: 5px 5px 0px 0px;
    background-color: #e95721;
    color: #fff;
    font-size: 22px;
  }

  .side-bar-book h2 {
    font-size: 18px;
  }
  .side-bar-book12 h2 {
    font-size: 18px;
  }
  .header-img12 img {
    width: 100%;
    height: 193px;
  }

  .recomend img {
    width: 50%;
    margin-bottom: 20px;
  }
  .box-border-style {
    margin-bottom: 10px;
  }

  .no-pad {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mobile-pad {
    padding-left: 0px;
    padding-right: 0px;
  }

  .top-header img {
    margin-left: 40px;
  }

  .social-media-area {
    margin-top: 10px;
  }

  .social-media-area12 ul {
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: center;
  }

  .h-banner img {
    width: 100%;
    height: 180px;
  }

  .gsc_container_hold {
    padding: 20px 0px 40px 20px;
    font-size: 40px;
    color: #ffffff;
    background-color: #0601014a;
    font-weight: 700;
    font-family: cursive;
    text-shadow: 2px 2px #000;
  }

  .margin_60 .main_title h2::before {
    display: none;
  }

  .margin_61 .main_title h2::before {
    display: none;
  }

  .margin_60 .main_title h2::after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 260px;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .margin_61 .main_title h2::after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 260px;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.contact-no h4 {
  color: #000;
}

.form-art {
  background-color: #fff;
}

.contact-no btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.queryimage img {
  position: fixed;
  right: 0;
  top: 330px;
  z-index: 13;
}

.swing {
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
  float: left;
  display: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.swing img {
  border: 2px dotted #faff18;
  display: none;
}

.swing:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

/* nail */
.swing:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -14px;
  left: 54%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

.developed {
  text-align: right;
}

.developed a {
  text-decoration: none;
  color: #fff;
}

.developed a:hover {
  text-decoration: none;
  color: #ddd;
}

.developed1 {
  text-align: left;
}

.developed1 a {
  text-decoration: none;
  color: #fff;
}

.developed1 a:hover {
  text-decoration: none;
  color: #ddd;
}

.footer-section1 h3, 
.footer-section1 .footer_title {
  display: block;
  color: #fff;
  font-size: 18px;
  margin: 15px 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.footer-section1 ul {
  list-style: none;
  color: #fff;
  font-size: 13px;
  padding: 0px;
}

.footer-section1 li {
  line-height: 28px;
}

.boot-icon12 i {
  animation-name: angry-animation;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  color: #f75d34;
}

@keyframes angry-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.footer-style88 li {
  color: #fff;
}

.social-icon22 fa-instagram {
  font-size: 50px;
}

.tab-setting {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 600px) {
  .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    font-size: 14px;
  }

  .home-logo img {
    width: 75%;
  }
  .top-header img {
    width: 75%;
  }

  .swing img {
    display: none;
  }

  .swing {
    display: none;
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.copyright {
  background-color: #121820;
  font-size: 13px;
  padding: 20px;
  color: #fff;
  border-top: 1px solid #ffffff14;
}

.wrapper {
  margin: 0 auto;
}

.h-banner img {
  width: 100%;
  height: 400px;
}

/*footer css end*/

.home-banner img {
  width: 100%;
}

.description ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.description li {
  border-bottom: 1px solid #ddd;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  color: #14181c;
  font-size: 14px;
  font-weight: 500;
}

.wishlist {
  text-align: center;
  margin-top: 10px;
}

.home-banner1 img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 0px;
  border: solid 10px #f3f3f3;
}

.home-banner1 img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.img-effect img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
  display: block;
}

.img-effect img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.img_container img {
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.img_container img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.car-rental-services-cities {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.car-rental-services-cities ul {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.car-rental-services-cities ul a li {
  display: inline-block;
  background-color: #297746;
  padding: 4px;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
}
.car-rental-services-cities ul a li:hover {
  display: inline-block;
  background-color: #000;
  padding: 4px;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
}
.car-rental-services-cities ul li {
  margin: 4px;
}

.flexslider {
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  overflow: hidden;
  box-shadow: none;

  .flex-viewport {
    height: 100%;
  }

  .flex-control-nav {
    bottom: 20px;
  }

  .slides {
    height: 100%;

    li {
      height: 100%;
    }
  }
}

.main_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.home-img img {
  width: 100%;
  height: 500px;
  border: 10px solid #f1f1f1;
  margin: 0px;
  padding: 0px;
  border-radius: 5px;
}

.right-content-a {
  float: right;
}
.middle-style-inner {
  margin: 10px 0px 10px 0px;
}
.middle-style-inner img {
  margin-right: 5px;
}

.middle-style-inner li {
  list-style: none;
  display: inline-flex;
  border: 1px solid #f5f5f5;
  padding: 8px;
  width: 100%;
  text-align: left;
  /* margin-bottom: 10px!important;*/
}
.middle-style-inner li {
  text-decoration: none;
  color: #000;
  text-align: left;
  font-size: 13px;
}
.middle-style-inner li:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #e95721;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out !important;
}
.middle-style-inner ul {
  padding: 0px;
  margin: 0px;
}

.middle-style-inner h3 {
  font-size: 15px;
}

.all-btn {
  font-family: 'Poppins',sans-serif;
  background-color: #e95721;
  font-size: 14px;
  border: solid 1px #ddd;
  padding: 5px;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
}
.all-btn a {
  color: #fff;
}
.all-btn:hover {
  color: #000;
  text-decoration: none;
  background-color: #151b22;
}

.all-btn12 {
  background-color: #e95721;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #ddd;
  padding: 5px;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
}
.all-btn12 a {
  color: #fff;
}
.all-btn12 a:hover {
  color: #000;
  text-decoration: none;
}

.side-bar-book h4 {
  font-size: 20px;
}

.side-bar-book12 {
  padding: 5px;
  /* margin-bottom: 10px; */
  border-radius: 5px 5px 0px 0px;
  background-color: #e95721;
  color: #fff;
  margin-bottom: 15px;
}

.uni-heading i {
  font-size: 25px;
  margin-right: 10px;
  margin-left: 10px;
}

.side-bar-book i {
  font-size: 16px;
  margin-right: 0px;
  margin-left: 0px;
}
#form-header {
  color: #fff;
}

#form-header i {
  display: block;
  color: #fff;
  text-align: left;
  float: left;
  margin-left: 10px;
  top: 0;
  padding: 0;
  font-size: 30px;
}

.middle-style img {
  /* width: 90px; */
  /* height: 90px; */
  /* border: 3px solid #0000000d; */
  border-radius: 5px;
  margin-right: 5px;
  float: left;
  width: 98%;
  padding: 9px;
}

.whatsapp {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  border: 3px solid green;
  border-radius: 50%;
  transition-duration: 0.5s;
}
.fa-whatsapp {
  padding-top: 5px;
  font-size: 40px;
  text-decoration: none;
  color: green;
}

.fa-whatsapp {
  color: white;
}

.car-names h2 {
  font-size: 20px;
  background-color: #297746;
  padding: 8px;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
}

.car-names h4 {
  font-size: 20px;
  background-color: #297746;
  padding: 8px;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
}

.arrow-up11 {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  position: absolute;
  top: 87px;
  left: 40px;
}

.arrow-up12 {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  position: absolute;
  top: 87px;
  left: 139px;
}

.arrow-up13 {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  position: absolute;
  top: 87px;
  left: 236px;
}

.space-form {
  margin-bottom: 10px;
}
textarea.form-control12 {
  height: auto;
}
.booking-form12 {
  margin-top: 20px;
}
.form-design {
  padding: 10px;
  background-color: #d6d6d6;
}

.form-heading h2 {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  background-color: #e95721;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border: 0px solid #000000;
}

.middle-style li {
  list-style: none;
  display: inline-flex;
  border: 1px solid #f5f5f5;
  padding: 8px;
  width: 100%;
  text-align: center;
  /* margin-bottom: 10px!important;*/
}
.car-box-item ul {
  padding: 0px;
}
.car-box-item ul li {
  list-style: none;
  padding: 0px;
  font-size: 13px;
  color: #000;
  line-height: 28px;
}
.car-box-item ul li b {
  color: #e95721;
}
.car-box-item ul li a {
  list-style: none;
  padding: 0px;
  text-decoration: none;
  color: #000;
}
.car-box-item ul li a:hover {
  list-style: none;
  padding: 0px;
  text-decoration: none;
  color: #000;
}

.middle-style li i {
  margin-top: 4px;
  margin-right: 10px;
}

.side-bar-book2 h3 {
  color: #fff;
}
.side-bar-book2 h3 {
  color: #fff;
  font-size: 22px;
}
.middle-style li {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 13px;
}
.middle-style li:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #e95721;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out !important;
}

.middle-style ul {
  padding: 0px;
  margin: 0px;
}

.middle-style h3 {
  font-size: 15px;
}

.side-bar-deco h2 {
  font-size: 18px;
}

.feature-setting {
  margin-top: 60px;
}

.content-heading h2 {
  color: #e95721;
  font-size: 20px;
}

.features ul {
  padding: 0px;
  margin: 0px;
}
.features li {
  list-style: none;
  color: #000;
  font-family: sans-serif;
  font-size: 0.9em;
  line-height: 1.6em;
  color: #333;
  line-height: 28px;
}
.features li a {
  list-style: none;
  color: #000;
  text-decoration: none;
}
.features li a:hover {
  list-style: none;
  color: #000;
  text-decoration: none;
}

.features ul li:before {
  background: url(https://delhirentcar.com/images/check-mark.png);
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  /* left: 0; */
  /* top: 0px; */
  /* padding: 10px; */
  margin-right: 10px;
}

.right-content-a a {
  text-decoration: none;
  color: #f75d34;
}

.right-content-a a:hover {
  color: #ddd;
  text-decoration: none;
}

.right-content-a p {
  text-align: justify;
  font-size: 15px;
  line-height: 1.6em;
}

.right-content-a ul {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  margin-bottom: 12px;
}
.right-content-a ul li {
  display: inline-block;
  background-color: #24201e;
  color: #fff;
  font-size: 14px;
  padding: 8px 14px;
  margin: 5px;
  transition: all 0.3s;
  border-radius: 30px;
}

.right-content-a ul li:hover {
  background-color: #f75d34;
  color: #fff;
}

.main_title h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 0;
  color: #f75d34;
  padding-bottom: 10px;
}

.main_title h2:after {
  display: inline-block;
  margin: 0 0 8px 20px;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #999;
  width: 80px;
}

.main_title h3 {
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 30px;
  margin-top: 0;
  color: #f75d34;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

.main_title h3 span {
  color: #000;
}

#exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

.main_title h1 span {
  color: #000;
}

.main_title h1 {
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #f75d34;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}

.features-car {
  padding: 10px;
}
.features-car i {
  color: #fff;
  background-color: #e95721;
  padding: 10px;
  border-radius: 50%;
}

.features-car li {
  list-style: none;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.features-car li a {
  text-decoration: none;
  color: #000;
}
.features-car li a:hover {
  text-decoration: none;
  color: #e95721;
}
.features-car ul {
  margin: 0px;
  padding: 0px;
}
.features-car img {
  width: 20px;
  height: 20px;
}

.breadcrumb a {
  color: #000;
}

.back {
  background-color: #e9ecef;
}

#accordion {
  display: none;
}

.main_title h2:before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #999;
  width: 80px;
}

.main_title h2 span {
  color: #000;
}

.main_title h12 span {
  color: #000;
}

.main_title p {
  font-weight: 300;
  font-size: 17px;
  color: #777;
  font-family: arial;
}

.ribbon_3 span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon_3.popular span {
  background: linear-gradient(#f14f3f 0, #cb4335 100%);
}

.tour_container_box {
  background-color: #ffffff;
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  height: 100%;
}

.tour_container_box a {
  color: #000;
}
.tour_container_box ul li {
  color: #000;
  transition: all 0.3s;
}
.tour_container_box ul li:hover {
  background-color: #e95721;
  transition: all 0.3s;
}

.tour_container_box .tour_title {
  padding: 15px;
  position: relative;
}

.tour_container_box .tour_title h3 {
  margin: 0 0 3px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.tour_container_box h4 {
  color: #e95721;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.tour_container_box h3 strong {
  color: #e95721;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.tour_container_box i {
  color: #e95721;
  padding: 5px;
}

.tour_container .tour_title {
  position: relative;
}

.tour_container h4 {
  color: #5d5b5b;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.tour_container i {
  color: #000;
  padding: 5px;
}

.margin_60 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-light i {
  font-size: 14px;
  color: #000;
}

.navbar-light .nav_items_title {
  font-size: 16px;
  color: #ea5734;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 1rem 0 0.3rem 0;
  display: inline-block;
}

.view-more {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #ea5734;
  text-align: inherit;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border: 0;
  font-size: 15px;
  margin-bottom: 15px;
}

/*top headere css start*/

.top-header {
  background-color: #253241;
  color: #fff;
}

.top-header ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.top-header li {
  display: inline-block;
  margin-right: 10px;
}

/*social media css*/
.social-media-area {
  float: right;
  font-size: 16px;
  color: #000;
}

.social-media-area ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.social-media-area i {
  font-size: 18px;
  transform: scale(1);
  margin-top: 5px;
}

.social-media-area li a:hover {
  color: #000;
}

.social-media-area12 {
  font-size: 16px;
  color: #000;
}

.social-media-area12 ul {
  margin: 0px;
  padding: 0px;
  float: right;
}

.social-media-area12 i {
  font-size: 20px;
  color: #e95721;
}
.social-media-area12 li a {
  color: #fff;
  transition: all 0.4s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.social-media-area12 li a:hover {
  color: #e95721;
}

/* .container-body {
  padding-top: 50px;
} */

/*social media css end*/

/*top css header end*/

/*services1 start*/
.navbar-brand {
  width: 177px;
}
.navbar-brand img {
  width: 100%;
}

.shadow124 {
  box-shadow: 0 1px 3px rgba(36, 39, 44, 0.15);
}

.btn-primary12 {
  color: #fff;
  background-color: #f75d34;
  border-color: #ec552c;
  width: 100%;
}

.btn-primary12:hover {
  color: #fff;
  background-color: #f75d34;
  border-color: #cc320a;
  width: 100%;
}

.tab-set img {
  width: 100%;
}

.contact-top {
  font-size: 18px;
  color: #e95721;
  /* margin-left: 93px;*/
}

.contact-top12 {
  font-size: 18px;
  color: #000;
  /* margin-left: 93px;*/
}

.right-scroll12 {
  overflow: hidden;
  overflow-y: auto;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-right: 10px;
}

@keyframes angry-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.three-services {
  display: block;
}

.btn-primary {
  color: #fff;
  background-color: #f75d34;
  border-color: #ec552c;
}
.btn-primary:hover {
  color: #000;
  background-color: #fff;
  border-color: #ec552c;
}
.accrodion_inside_heading{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.3rem;
}
.luxury-rental-services .nav_tabs_main{
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
.luxury-rental-services .nav_tab_leftside{
  background-color: #fff;
  width: 25%;
  padding: 10px;
  border-radius: 5px;
}
.luxury-rental-services .nav_tab_leftside .nav-pills{
  gap: 10px;
}
.luxury-rental-services .nav_tab_leftside .nav-pills .nav-link{
  background-color: #e7e7e7;
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.luxury-rental-services .nav_tab_leftside .nav-pills .nav-link:hover,
.luxury-rental-services .nav_tab_leftside .nav-pills .nav-link.active{
  background-color: #3b3f42;
  color: #fff;
}
.luxury-rental-services .nav_tab_rightcontent{
  background-color: #fff;
  width: 75%;
  padding: 20px;
  border-radius: 5px;
}
.nav_tab_rightcontent .content .facilities li{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.nav_tab_rightcontent .content .facilities li::marker{
  color: #f14f3f;
}
.tour_packages .pkg .content-box .heading{
  height: auto;
}
/* Pricing Table Css Start Here */
.prcing-section{
  padding: 50px 0 0 0;
}
.prcing-section .pricingtable{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  text-wrap: nowrap;
}
.prcing-section .pricingtable thead{
  background-color: #e95721;
  color: #fff;
}
.prcing-section .pricingtable tbody tr th,
.prcing-section .pricingtable tbody tr th a{
  color: #222;
}
.prcing-section .pricingtable tbody tr th a:hover{
  color: #f14f3f;
}
/* Pricing Table Css End Here */
@media (max-width: 1280px) {
  .navbar-brand {
    width: 122px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0 3px;
  }
  .header-section .right-side .sec .content .number {
    font-size: 14px;
  }
  .header-section .right-side .sec p {
    font-size: 14px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0 5px;
    text-transform: capitalize;
  }
}
@media (max-width: 1200px) {
  .navbar-brand {
    margin-right: 0;
  }
  .header-section .right-side .sec .content .number {
    font-size: 13px;
  }
  .header-section .right-side .sec .icon {
    width: 35px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0 3px;
  }
}
@media (max-width: 1170px) {
  .vhl-box .vl::after {
    left: -60%;
    top: -60px;
  }
}
@media (max-width: 1032px){
  .navbar-light .navbar-nav .nav-link{
    font-size: 12px;
  }
}
@media (max-width: 1024px){
  .navbar-light .navbar-nav .nav-link {
    padding: 0 3px;
  }
  .navbar-light .navbar-nav .nav-link{
    font-size: 12px;
  }
}
@media (max-width: 992px){
  .navbar-light .navbar-nav .nav-link{
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header-section .right-side .sec {
    margin-right: 70px;
  }
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 12px;
    top: 11px;
  }

  .nav-wrap {
    position: fixed;
    background: #151b22;
    height: 100%;
    left: 0;
    z-index: 999;
    top: 0;
    padding-top: 25px;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
      -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
      -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
      transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
      transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  }
  .header-section .expanded .nav-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
      -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
      -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
      transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
      transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  }
  #navbar .megamenu-li {
    align-items: end;
    padding: 0;
    border-bottom: 1px solid #ffffff26;
  }
  #navbar .megamenu-li:nth-last-child(1) {
    border-bottom: 0;
  }
  #navbar .megamenu-li a {
    padding: 13px 14px;
    text-transform: capitalize;
    font-weight: normal;
    color: #fff;
    position: relative;
  }
  #navbar .navbar-nav {
    display: block;
  }

  .home-slider .aside {
    width: 50%;
  }
  .home-slider .slide-content .img-box {
    width: 50%;
  }
  .home-slider .aside .trust {
    padding: 9px 12px;
  }
  .home-slider .aside .trust p {
    font-size: 13px;
  }
  .home-slider .banner-heading {
    font-size: 32px;
    line-height: 42px;
  }
  .home-slider .aside .text {
    font-size: 14px;
  }
  .home-slider .aside .trust .icon {
    width: 16px;
  }
  .book-form .form-wrap form {
    padding: 24px 27px;
  }
  .book-form .form-wrap .box {
    margin-bottom: 18px;
  }
  .book-form .form-wrap form .row:nth-child(2) .box {
    margin-bottom: 18px;
  }
  .book-form .form-wrap .find-box {
    padding: 40px 40px;
    display: flex;
    align-items: center;
  }
  .vhl-slider .content-box h4 {
    font-size: 14px;
  }
  .vhl-slider .content-box {
    padding: 14px 8px;
  }
  .main-heading .hd {
    font-size: 26px;
  }
  .top-header .detail-section::before {
    display: none;
  }
  .top-header .detail-section::after {
    display: none;
  }
  .top-header .detail-section {
    display: block;
    margin: 0;
    text-align: center;
  }
  .header-section .container {
    max-width: 720px;
  }
  .nav-wrap .dropdown-toggle::after {
    display: none;
  }
  .navbar-nav .dropdown-menu {
    background: #0c1116;
    max-width: 100%;
    padding: 20px 13px;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  #navbar {
    width: 302px;
  }
  #navbar p {
    color: #fff;
  }
  #navbar .navbar-nav .dropdown-menu li a {
    padding: 6px 0 !important;
    margin: 0;
  }
  .nav-wrap .nav-link button {
    display: block;
    background: #fff;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    top: 9px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .header-section .dropdown .expanded button {
    transform: rotate(0deg);
  }

  .navbar-nav .dropdown-menu .menu-wrap {
    display: block;
  }
  .navbar-nav .dropdown-menu .menu-wrap figure {
    display: none;
  }
  .navbar-light h5 {
    color: #fff;
  }
  .promo-box-right h3 {
    font-size: 24px;
  }
  .menu-img {
    display: none;
  }
  .nav-wrap .nav-link button {
    display: block;
  }
  .navbar-nav .dropdown-menu figure {
    display: none;
  }
  .navbar-nav .dropdown-menu .item {
    margin-bottom: 20px;
  }
  .navbar-nav .dropdown-menu .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .nav-wrap .close-icon {
    display: block;
  }
  .header-section .mobile-nav__toggler {
    display: block;
  }
  .package-section .pkg .theme-btn {
    padding: 4px 8px;
  }
  .package-section .pkg .content-box .bottom .dur p {
    font-size: 16px;
  }
  .package-section .pkg .content-box .heading {
    font-size: 17px;
  }
  .package-section .pkg p {
    font-size: 14px;
    line-height: 22px;
  }
  .v-overview h1{
    padding-top: 15px;
  }
}
@media(max-width:768px){
  .tempo-section .vhl-slider .slick-prev{
    left: -35px;
  }
  .tempo-section .vhl-slider .slick-next {
    right: -35px;
  }
}
@media (max-width: 767px) {
  .categorybox {
    display: none;
  }
  .banner-wrap .left-sec {
    display: none;
  }
  .header-section .right-side .sec {
    display: none;
  }
  .mobile-icon {
    display: block;
  }
  .mobile-icon ul {
    margin: 0;
  }
  .mobile-icon li {
    display: inline-block;
    margin-left: 8px;
  }
  .mobile-icon li a {
    background: #ea5734;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  #navbar .navbar-nav .dropdown-menu li a {
    white-space: inherit;
  }
  .mobile-icon img {
    filter: invert(1) brightness(100);
    width: 100%;
  }
  .top-header {
    display: none;
  }
  .home-slider .slide-content {
    display: block;
    text-align: center;
  }
  .home-slider .aside {
    width: 100%;
  }
  .home-slider .slide-content .img-box {
    width: 100%;
  }
  .home-slider .aside .trust {
    justify-content: center;
  }
  .home-slider .banner-heading {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .view-btn {
    font-size: 14px;
  }
  .mobile-icon {
    margin-right: 80px;
  }
  .promo-box-left:after {
    display: none;
  }
  .cta-section {
    padding-bottom: 40px;
  }
  .promo-box-right h3 {
    font-size: 22px;
    line-height: normal;
  }
  .cta-section {
    overflow: hidden;
  }
  .promo-box-left {
    width: 80%;
    padding-bottom: 0;
  }
  .promo-box-left img {
    width: 100%;
  }
  .promo-box-right {
    text-align: center;
    margin-top: 20px;
  }
  .services1 .three-services {
    border-right: 0;
  }
  .description li {
    padding: 13px 0;
  }
  .tour_container .tour_title h3 {
    font-size: 17px;
  }
  .tour_container .review {
    font-size: 14px;
  }
  .tour_container {
    padding: 15px 10px;
  }
  .tour_container .wishlist a {
    font-size: 13px;
  }
  .tour_container .wishlist a:hover:after {
    right: 107px;
  }
  .text {
    font-size: 14px;
  }
  .book-form {
    margin-top: -40px;
  }
  .book-form .form-wrap {
    display: block;
  }
  .book-form .form-wrap .find-box {
    width: 100%;
  }
  .book-form .form-wrap form {
    width: 100%;
  }
  .custom-gap {
    margin: 50px 0;
  }
  .category-tab {
    margin-top: 150px !important;
  }
  .home-slider .bg-2 .banner-heading {
    font-size: 22px;
  }
  .home-slider .bg-2 {
    background: #efefef;
  }
  .home-slider .bg-2 .img-box {
    margin-top: 62px;
  }
  .banner-text h1 {
    font-size: 26px;
  }
  .vhl-box .vl {
    margin-bottom: 35px;
  }
  .vhl-box {
    display: block;
  }
  .vhl-box .vl::after {
    left: 0;
    top: 20px;
  }
  .tour-banner .text {
    left: 30px;
    font-size: 26px;
    line-height: 32px;
  }
  .title2 {
    margin-top: 20px;
  }
  .luxury-rental-services .nav_tabs_main{
    flex-direction: column;
    gap: 20px;
  }
  .luxury-rental-services .nav_tab_leftside{
    width: 100%;
  }
  .luxury-rental-services .nav_tab_leftside .nav-pills{
    flex-direction: row !important;
  }
  .luxury-rental-services .nav_tab_rightcontent{
    width: 100%;
  }
}

@media (max-width: 580px) {
  .book-form .form-wrap {
    display: block;
  }
  .book-form .form-wrap .find-box {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 22px;
  }
  .book-form .form-wrap .find-box p {
    font-size: 18px;
    margin: 0;
  }
  .book-form .form-wrap form {
    width: 100%;
  }
  .vhl-slider .item img {
    width: 100%;
  }
  .vhl-slider .slick-arrow {
    top: 50%;
    z-index: 9;
  }
  .vhl-slider .slick-prev {
    right: auto;
    left: 0;
  }
  .tab-wrap {
    overflow: auto;
    gap: 9px;
    justify-content: inherit;
  }
  .banner-text h1 {
    font-size: 22px;
  }
  .package-section .pkg figure img {
    width: 100%;
  }
  .vhl-box .vl::after {
    left: -10%;
    top: 20px;
    width: 67%;
    height: 98%;
  }
  .vhl-box {
    margin: 10px 0 50px;
  }
  .text-md {
    font-size: 14px;
  }
  .tour-banner .text {
    width: 238px;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .tour_container .wishlist a:hover:after {
    right: 100%;
  }
  .main-heading .hd {
    font-size: 24px;
  }
  .banner-text {
    width: 35%;
    right: 14px;
  }
  .services1 .box{
    padding: 30px 0px;
  }
}
@media (max-width: 480px) {
  .mobile-icon li a {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
  .navbar-brand {
    width: 150px;
  }
  .navbar-light .navbar-toggler {
    background: #fff !important;
    width: 40px;
    padding: 2px 0;
  }
  .navbar-light .navbar-toggler-icon {
    width: 18px;
    background-position: center;
  }
  .megamenu-li {
    text-align: left;
  }
  .navbar-nav {
    display: block;
  }
  .home-slider .aside .trust {
    display: block;
    padding: 8px 16px;
  }
  .vhl-slider {
    margin-top: 26px;
  }
  .description li {
    padding: 13px 0;
  }
  .tempo-section .vhl-slider .slick-arrow {
    top: 128px;
  }
  .tempo-section .vhl-slider .slick-next {
    right: 8px;
  }
  .tempo-section .vhl-slider .slick-prev {
    left: 20px;
  }
  .text {
    font-size: 14px;
  }
  .bus-section .vhl-slider .slick-arrow {
    top: 50%;
  }
  .f-logo {
    width: 220px;
    margin: 0 auto;
  }
  footer .contact-box li:nth-last-child(1) p {
    display: flex;
    gap: 3px;
    padding-right: 0;
  }
  footer .list-wrap {
    display: block;
  }
  footer .list-wrap ul:nth-child(1) {
    margin-bottom: 0;
  }
  .mobile-icon {
    margin-right: 62px;
  }
  .mobile-icon ul {
    display: flex;
  }
  .navbar-brand {
    width: 130px;
  }
  .navbar-light .navbar-toggler {
    top: 7px;
  }
  .hill-bg {
    padding: 40px 0 80px;
  }
  .tour-banner .text {
    width: 142px;
    font-size: 14px;
    line-height: 22px;
    left: 20px;
  }
  .tab-sec .accrodion-title span {
    width: 90px;
    padding: 12px 0;
    text-align: center;
  }
  .tab-sec .accrodion-title {
    font-size: 14px;
  }
  .tab-sec .accrodion-title span::after {
    border-bottom: 21px solid transparent;
  }
  .luxury-rental-services .nav_tab_leftside .nav-pills{
    gap: 5px;
  }
  .luxury-rental-services .nav_tab_leftside .nav-pills .nav-link{
    padding: 5px 8px;
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .banner-text h1 {
    font-size: 18px;
  }
  .title2 {
    font-size: 22px;
  }
}
@media (max-width:320px){
  .fs24{
    font-size: 18px;
  }
  .luxury-rental-services .nav_tab_leftside{
    padding: 5px;
  }
  .luxury-rental-services .nav_tab_leftside .nav-pills .nav-link{
    padding: 5px 4px;
    font-size: 13px;
  }
}