@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&amp;display=swap");
a {
  color: #000;
}
a:hover {
  color: #d91c2b;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs24 {
  font-size: 24px;
  font-weight: 600;
}
.fs36 {
  font-size: 36px;
  font-weight: 600;
}
.link-classic {
  color: #000;
  border: 1px solid #d91c2b;
}
.footer-corporate.context-dark .rights {
  color: #fff;
}
#whatsappa {
  bottom: 50px;
  right: 10px;
}
.whatsapp-icon {
  width: 50px;
  height: 50px;
}
.link-classic:hover {
  color: #d91c2b;
}
.link-classic span {
  color: #000;
}
.link-classic span::before,
.link-classic span::after {
  color: #000;
}
.tab button.active,
.tab button:hover {
  background-color: #d91c2b;
}
.tab {
  overflow: hidden;
  background-color: #162e44;
  margin-top: 18px;
}
.tab button {
  background-color: inherit;
  color: #fff;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 6px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button.active {
  color: #fff;
}
.tabcontent {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.detail-section #demo {
  float: none !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.detail-section .title-decoration-lines-bottom {
  box-shadow: -4px 0 0 0 #d91c2b;
  font-size: 32px;
  padding-left: 11px;
}
.custom-list li .icon {
  width: 18px;
}
.custom-list li span {
  margin: 0 6px 1px;
  float: left;
}
.bg-gray,
.tab-list li:nth-child(odd),
.vhc-section ul li:nth-child(odd) {
  background: #e1e1e1;
}
.city-list li:nth-child(2n),
.custom-btn,
.tab-list li:nth-child(2n),
.vhc-section ul li:nth-child(2n) {
  background: #fff;
}
.tab-list li {
  padding: 14px;
}
.tab-list li p {
  margin: 0;
}
.font-oswald {
  font-family: Oswald, sans-serif;
}
.custom-btn,
.font-raleway,
.page-heading p,
.pkg-slider h3,
.pkg-slider .package-slide-title {
  font-family: Raleway, sans-serif;
}
.heading-decor {
  box-shadow: -4px 0 0 0 #d91c2b;
  padding-left: 12px;
}
.font-700 {
  font-weight: 700;
}
.form-box .title {
  background: #d91c2b;
  text-align: center;
  padding: 10px 20px;
}
.form-box .title h3,
.form-box .form_box_title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.form-box form {
  padding: 30px 18px;
  background: #162e44;
}
.form-box form .form-control {
  border-radius: 0;
  padding: 9px 12px;
  height: auto;
}
.custom-btn {
  border-radius: 0;
  padding: 6px 36px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 6px 4px 0 #e75959;
  border: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.pkg-slider h3,
.pkg-slider .package-slide-title,
.side-head {
  border-bottom: 1px solid #ddd;
}
.custom-btn:hover {
  box-shadow: none;
  background: #d91c2b;
  color: #fff;
}
.gallyer-sec .fig {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.city-section .fig img,
.gallyer-sec .fig img {
  width: 100%;
  transform: scale(1);
  transition: 0.4s ease-in-out;
}
.gallyer-sec .fig .icon {
  position: absolute;
  top: 0;
  left: 13px;
  width: 40px;
  padding: 4px;
  background: #ff5722;
}
.gallyer-sec .fig .overlay {
  background: #d91c2be6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  transition: 0.5s ease-in-out;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallyer-sec .caption-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 45px 18px 18px;
  background: linear-gradient(transparent, #000000e3);
  color: #fff;
}
.gallyer-sec .fig-caption {
  padding: 30px;
  text-align: center;
}
.gallyer-sec .caption-box h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.gallyer-sec .caption-box p {
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 0;
}
.gallyer-sec .fig-caption .fig-caption-title,
.gallyer-sec .fig-caption h4 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.gallyer-sec .btn-round {
  background: #fff;
  color: #ff5722;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  text-align: center;
  padding: 6px 20px;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
.btn-round:hover {
  background: #111;
  color: #fff;
}
.city-section .box:hover .fig::before,
.custom-gallery .fig:hover::before,
.gallyer-sec .fig:hover .overlay,
.pkg-slider .fig:hover .image-overlay {
  opacity: 1;
}
.custom-heading p {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.custom-heading .line {
  background: #ddd;
  width: 170px;
  margin: 0 auto;
  height: 2px;
  position: relative;
}
.custom-heading .line::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #ddd;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 0);
}
.vhc-section ul li {
  padding: 10px;
}
.vhc-section .post-aria-footer {
  padding: 0;
}
.vhc-section .post-aria-title {
  background: #162e44;
  color: #fff;
  padding: 16px;
  margin-bottom: 0;
}
.vhc-section .bottom-box {
  display: flex;
  align-items: center;
  padding: 4px 3px;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.vhc-section .bottom-box * + .button {
  margin-top: 0;
}
.vhc-section .bottom-box .button {
  border: none;
  color: #fff;
  width: 100%;
  background: #d91c2b;
  transition: all 0.4s ease-in-out;
  min-width: auto;
}
.vhc-section .post-aria-footer .product-big-body {
  position: relative;
  min-height: 265px;
}
.vhc-section .post-aria-footer .product-big-body ul li:nth-child(2) {
  height: 66px;
}
.vhc-section .post-aria-footer {
  box-shadow: none !important;
  background: 0 0;
}

.pkg-slider {
  margin-top: 40px;
}
.pkg-slider .package-slide-title,
.pkg-slider h3 {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 700;
}
.pkg-slider .item {
  border: 1px solid #ddd;
}
.pkg-slider .item .content-box {
  padding: 0 10px 10px;
  display: grid;
}
.pkg-slider .slick-slide {
  margin: 0 8px;
}
.pkg-slider .slick-list {
  margin: 0 -8px !important;
}
.pkg-slider .product-big-text {
  color: #333;
}
.pkg-slider h3,
.pkg-slider .package-slide-title,
.side-head {
  border-bottom: 1px solid #ddd;
}
.breadcrumbs-custom-path li {
  margin: 5px 0;
}
.breadcrumbs-custom-inset,
.left-side figure,
.pkg-slider .fig {
  position: relative;
}
.pkg-slider .image-overlay {
  position: absolute;
  z-index: 500;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(255, 255, 255, 0.7)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 100%);
}
.bg-red,
.left-side::before,
.pkg-slider .slick-dots li.slick-active button {
  background: #d91c2b;
}
.pkg-slider span.image-overlay-inside {
  position: absolute;
  font-size: 24px;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  line-height: 80px;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 500;
  text-align: center;
  color: #fff;
}
.pkg-slider span.image-overlay-inside .icon {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  line-height: 70px;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  z-index: 500;
  text-align: center;
  color: #fff;
  padding: 18px 14px;
  background: #d91c2b;
}
.pkg-slider .slick-dots li {
  margin: 0 16px;
}
.pkg-slider .slick-dots li button {
  border-radius: 2px;
  background: #c9c9c9;
  width: 44px;
  height: 4px;
  color: transparent;
}
.pkg-slider .slick-dots li button:before {
  content: none;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-heading {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 41%;
  background: linear-gradient(88deg, #000000db, transparent);
  color: #fff;
  padding: 16px;
}
.page-heading span {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: normal;
}
.page-heading p {
  font-size: 16px;
}
.bg-gr-gray {
  background: linear-gradient(to bottom, #303131 0, #4d4f4f 36%, #303131 100%);
}
.theme-sec {
  padding: 40px 20px;
  overflow: hidden;
}
.left-side::before {
  content: "";
  position: absolute;
  height: 343px;
  width: 275px;
  top: -22px;
}
.five-grid {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 10px;
}
.four-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 16px;
}
.three-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
}
.city-section .box {
  border-radius: 8px;
  overflow: hidden;
  border-bottom: 6px solid #d91c2bf5;
}
.city-list,
.vhc {
  border: 1px solid #ddd;
}
.city-section .content_box_title,
.city-section h4 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
.city-list li a,
.vhc a {
  color: #111;
  display: block;
}
.city-section .content-box {
  padding: 14px 0;
  background: #162e44;
  color: #fff;
}
.vhc {
  margin-bottom: 10px;
  padding: 6px;
  overflow: auto;
}
.vhc:last-child {
  margin-bottom: 0;
}
.vhc .fig {
  width: 107px;
  margin-right: 8px;
  float: left;
}
.vhc a {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.side-head {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.side-head h4 {
  font-weight: 500;
  font-size: 18px;
}
.city-section .box:hover .fig img,
.custom-gallery .fig:hover img {
  transform: scale(1.1);
}
.city-section .fig::before,
.custom-gallery .fig::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #d91c2bcc, transparent);
  position: absolute;
  top: 0;
  z-index: 9;
  bottom: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.custom-gallery .caption-box {
  z-index: 9;
}
.city-section .fig {
  position: relative;
  overflow: hidden;
}
.city-list li:nth-child(odd) {
  background: #ddd;
}
.city-list li a {
  font-size: 15px;
  text-transform: capitalize;
  padding: 6px 10px;
  transition: 0.4s ease-in-out;
}
.city-list li a:hover {
  color: #fff;
  background: #d91c2b;
}
.city-list li:last-child {
  border-bottom: 0;
}
.city-list {
  padding: 10px;
  background: #162e44;
}

.pkg-slider .slick-dots {
  bottom: -45px;
}
.tempo-slider .slick-slide {
  margin: 0 15px;
}
.tempo-slider .slick-next,
.pkg-slider .slick-next {
  right: 0;
}
.tempo-slider .slick-prev,
.pkg-slider .slick-prev {
  left: 0;
}
.tempo-slider .slick-arrow,
.pkg-slider .slick-arrow {
  background: #d91c2b;
  transition: 0.4s ease-in-out;
  padding: 20px 10px;
  height: auto;
  width: auto;
  top: 25%;
  z-index: 9;
}
.tempo-slider .slick-arrow:hover,
.pkg-slider .slick-arrow:hover {
  background: #111;
}
.ap_breadcrumb {
  background-color: #162e44;
  padding: 10px;
}
.breadcrumbs-custom-inset .heading-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 80px;
  width: 50%;
}
.breadcrumbs-custom-inset .heading-content span {
  font-size: 34px;
  color: #ebd3a7;
  font-weight: 700;
}
.breadcrumbs-custom-inset .heading-content span,
.breadcrumbs-custom-inset .heading-content .h_title {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  text-transform: capitalize;
}
.font-montserrat {
  font-family: Montserrat, sans-serif;
}
.post_area_button {
  width: 100%;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-sec .vhl-2 .left-side::before {
  height: 603px;
  width: 563px;
  left: -260px;
  top: -290px;
  border-radius: 22%;
  transform: rotate(136deg);
}
.vhl-2 figure {
  position: relative;
}
.vhl-2 figure .car {
  position: relative;
  z-index: 1;
  margin-top: 55px;
  margin-top: 55px;
}
.vhl-2 figure .circle {
  position: absolute;
  left: 0;
  top: -30px;
  width: 75%;
  transform: rotate(135deg);
}
.bg-gr-red {
  background: linear-gradient(to bottom, #dd3333 13%, #08142a 124%);
}
.car-detail .title-decoration-lines-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 5px;
}
.car-detail .carousel-inner::before {
  content: "";
  position: absolute;
  background: #d91c2b;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  z-index: -1;
}
.car-detail .carousel-inner {
  position: relative;
  padding: 10px 0 0 10px;
  z-index: 9;
}
.car-detail .form-box {
  display: flex;
}
.car-detail .form-box .title {
  position: relative;
  width: 52%;
  background: url(../images/car-form-bg.jpg) no-repeat;
  padding-left: 28px;
  display: flex;
  align-items: center;
}
.car-detail .form-box .title::before {
  content: "";
  position: absolute;
  background: #d91c2be3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.car-detail .form-box .title h3,
.car-detail .form-box .form_box_title {
  font-size: 26px;
  position: relative;
  z-index: 9;
}
.car-detail .form-box form {
  width: 100%;
}
.car-detail .form-box form .wrap {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto;
}
.car-detail .form-box form textarea {
  height: 100%;
}
.font-poppins {
  font-family: "Poppins", sans-serif;
}
.car-detail .form-wraper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 22px;
}
.car-detail .contact-box {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.car-detail .call-icon {
  font-size: 28px;
}
.car-detail .call-icon i {
  background: #d91c2b;
  color: #fff;
  padding: 14px;
  display: block;
  margin-right: 16px;
}
.car-detail .contact-box p {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.car-detail .contact-box a {
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
}
.city-list2 li:nth-child(odd) {
  background: #ddd;
}
.city-list2 li:nth-child(even) {
  background: #fff;
}
.city-list2 li a {
  color: #111;
  font-size: 16px;
  padding: 5px 10px;
  display: block;
}
.city-list2 li a:hover {
  background: #d91c2b;
  color: #fff;
  padding-left: 14px;
}
.custom-section {
  margin: 60px 0;
}
.custom-section .why-sec p {
  font-size: 16px;
}
.custom-section .car-detail p {
  font-size: 16px;
}
.custom-footer h6,
.custom-footer .footer_heading {
  border-bottom: 1px solid #ffffff63;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}
.custom-footer h6::before,
.custom-footer .footer_heading::before {
  content: "";
  background: #d91c2b;
  width: 20px;
  height: 2px;
  bottom: -1px;
  position: absolute;
}
.custom-footer .readmore {
  background: #d91c2b;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 8px;
}
.custom-footer .readmore:hover {
  background: #fff;
  color: #d91c2b;
}
.qr-code img {
  width: 136px;
}
.cards img {
  width: 83px;
}
.cf {
  display: flex;
}
.cf .text {
  display: block;
  padding-right: 5px;
}
.cf img {
  width: 78px;
}
.custom-footer .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #ffffff3d;
  padding-top: 5px;
  margin-top: 20px;
}
.cards li {
  display: inline-block;
  margin: 3px 0 1px;
}
.custom-footer .footer-corporate-inset {
  padding-bottom: 40px;
  padding-top: 30px;
}
.custom-footer .cf .rc {
  display: block;
}
.certificate-img {
  margin: 0 auto;
  display: block;
}
.bus-box {
  position: relative;
}
.bus-box figure {
  position: absolute;
  top: -30px;
  z-index: 9;
  width: 440px;
}
.bus-box .wrap {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
}
.bus-box .wrap p {
  font-size: 18px;
  font-weight: 700;
}
.bus-box .wrap i {
  color: #f0ad4e;
}
.flex-wrp {
  display: flex;
}
.bg-dark-blue {
  background: #17223a;
}
.title-line {
  background: #d91c2b;
  width: 50px;
  height: 2px;
}
.btnwrap .btn {
  background: #d91c2b;
  color: #fff;
  padding: 9px 18px;
}
.btnwrap .btn:nth-child(2) {
  background: none;
  border-color: #fff;
  color: #fff;
}
.detail-section p,
.detail-section .ap_faq_card .ap_faq_card_body,
.detail-section .custom-list li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.detail-section p a {
  color: #d91c2b;
  font-weight: bold;
}
.detail-section .ap_faq_card .ap_faq_card_header b {
  font-family: "Raleway", sans-serif;
}
.detail-section .custom-city-list {
  padding: 0;
}
.detail-section .custom-city-list li {
  background: none;
}
.detail-section .custom-city-list li a {
  color: #fff;
}
.detail-section .custom-city-list li:nth-child(odd) {
  background: #112538;
}
.custom-city-list li a .icon {
  transition: all 0.4s ease-in-out;
}
.custom-city-list li a:hover .icon {
  margin-right: 3px;
}
.bus-detail .car-detail .form-box .title {
  background-size: cover;
}
.bus-detail .form-box .title {
  background: url(../images/bus-bg.jpg) no-repeat;
}
.bottom-box .button {
  padding: 8px 4px;
}
.vhc-section .bottom-box .button::before {
  display: none;
}
.vhc-section .bottom-box .button:hover {
  background: #08142a;
}
.tempo-slider .post-aria-figure {
  border-radius: 10px 10px 0 0;
}
.bus-detail .car-detail .form-box .title p {
  color: #fff;
  position: relative;
  line-height: normal;
  font-size: 18px;
}
.bus-detail .car-detail .form-box .title p .num {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.bus-detail .car-detail .form-box .title {
  text-align: left;
  display: block;
  padding: 74px 20px;
}
.collage-wrap .fig img {
  border: 9px solid #fff;
  box-shadow: 1px 0px 5px 3px #00000036;
}
.collage-wrap .fig:nth-child(1) {
  transform: rotate(-3deg);
}
.collage-wrap .fig:nth-child(2) {
  transform: rotate(6deg);
  margin-top: -28px;
}
.collage-wrap {
  margin-top: 25px;
}
.bus-detail {
  margin: 30px 0;
}

/*--- custom css ---*/
.rd-navbar-static .rd-navbar-megamenu {
  padding: 34px 25px;
  max-width: 80%;
  border-bottom: 2px solid #b3000f;
  border-left: 2px solid #b3000f;
  border-right: 2px solid #b3000f;
}
.rd-navbar-static .rd-megamenu-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  border: none;
  margin-bottom: 10px;
  color: #b3000f;
}
.rd-navbar-static .rd-megamenu-item::before {
  display: none;
}
.rd-navbar-static .rd-megamenu-item a {
  font-size: 14px !important;
  left: auto !important;
  display: block !important;
  padding: 2px 0 !important;
  color: #38404f !important;
}
.rd-navbar-static .rd-megamenu-item .icon {
  width: 18px;
}
.rd-navbar-static .rd-megamenu-title p {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.rd-navbar-static .rd-megamenu-list li {
  margin-bottom: 0;
}
.rd-navbar-static .rd-megamenu-list li a:hover {
  color: #b3000f !important;
}
.rd-navbar-static .rd-megamenu-list li a::before {
  display: none;
}
.rd-navbar-static .rd-navbar-megamenu .rd-megamenu-list {
  margin-top: 0;
}
.rd-navbar-corporate.rd-navbar-static .rd-nav-link::after {
  content: "\f0d8";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(0, -50%);
  bottom: -14px;
  opacity: 0;
  visibility: hidden;
}
.rd-navbar-corporate.rd-navbar-static .rd-nav-item:hover .rd-nav-link::after {
  opacity: 1;
  visibility: visible;
}
.rd-navbar-static .rd-megamenu-item > div {
  max-width: 212px;
}
.rd-navbar-static .rd-megamenu-item:nth-child(1) div {
  max-width: 126px;
}
.trns-menu .rd-megamenu-item > div {
  max-width: 180px !important;
}
.mg-menu2 .rd-megamenu-title p .text-lg {
  display: block;
  font-weight: 700;
  color: #272728;
  font-size: 17px;
}
.mg-menu2 .rd-megamenu-title p {
  font-weight: 500;
  line-height: 22px;
}
footer .contact-wrap {
  background: #d91c2b;
  padding: 20px;
  margin-top: -70px;
  display: flex;
  gap: 10px;
}
footer .contact-wrap .box {
  border: 1px solid #ffffff38;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px;
}
footer .contact-wrap .box .icon {
  background: #f9f9f9;
  width: 60px;
  height: 60px;
  padding: 14px;
}
footer .contact-wrap .box a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
footer .contact-wrap .box p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 13px;
  font-weight: 300;
  margin-top: 7px;
}
footer .contact-wrap .box .content-box {
  width: 80%;
}
footer .contact-wrap .box .content-box address {
  line-height: 17px;
  margin-top: 6px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}
.states-slider .card-body {
  text-align: left;
  min-height: 140px;
}
.states-slider .card-body h3,
.states-slider .card-body .title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 43px;
}
.states-slider .card-body p {
  margin-top: 10px;
}
.states-slider .item {
  margin: 0 10px;
}
.states-slider .slick-arrow {
  top: -50px;
  width: 42px;
  height: 38px;
  background: #162e44;
}
.states-slider .slick-prev {
  left: auto;
  right: 48px;
}
.states-slider .slick-next {
  left: auto;
  right: 0;
}
.states-slider .slick-prev:before,
.states-slider .slick-next:before {
  font-family: "FontAwesome";
}
.states-slider .slick-prev:before {
  content: "\f104";
}
.states-slider .slick-next:before {
  content: "\f105";
}
.states-slider .slick-arrow:hover {
  background: #d91c2b;
}
.states-section {
  background: #f1f1f1;
}
.states-section figure {
  overflow: hidden;
  position: relative;
}
.states-section figure .overlay {
  background: #c50d0db8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  transition: 0.5s ease-in-out;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.states-section .card:hover .overlay {
  opacity: 1;
}
.btn-round {
  background: #fff;
  color: #ff5722;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  padding: 5px 20px;
  display: inline-block;
  line-height: 25px;
}
.states-section figure img {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.states-section .card:hover figure img {
  transform: scale(1.1);
}
.pinterest-sec figure {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pinterest-sec figure img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.pinterest-sec figure:hover img {
  transform: scale(1.1);
}
.pinterest-sec .count {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  background: #d91c2b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pinterest-sec .overlay {
  position: absolute;
  transition: height 0.4s ease-in-out;
  bottom: 0;
  color: #fff;
  background: linear-gradient(transparent, #000);
  padding: 8px 12px;
  width: 100%;
  top: auto;
  height: 40%;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pinterest-sec .overlay .title {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.tourmaster-item-mgb {
  margin-bottom: 40px;
}
.pinterest-sec figure:hover .overlay {
  height: 100%;
}
.pinterest-sec .overlay .content .view {
  color: #fff;
  font-size: 16px;
  padding: 7px 14px;
  font-family: "Poppins", sans-serif;
  background: #ff0000c4;
  border-radius: 36px;
  opacity: 0;
}
.pinterest-sec .overlay .content .view:hover {
  background: #000;
}
.pinterest-sec figure:hover .content .view {
  opacity: 1;
}
.popular-dest figure {
  position: relative;
  overflow: hidden;
}
.popular-dest .content-box {
  position: absolute;
  z-index: 11;
  background: #fff;
  left: 18px;
  right: 18px;
  bottom: 30px;
  border-radius: 8px;
  padding: 18px 16px;
}
.popular-dest .banner-one__desc {
  line-height: 24px;
  height: auto;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  margin-top: 0;
}
.popular-dest figure:hover .banner-one__desc {
  opacity: 1;
  max-height: 90px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(1, 1, 1, 1);
  transition-timing-function: cubic-bezier(1, 1, 1, 1);
}
.popular-dest .pkg-title {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 15px;
  font-family: Raleway, sans-serif;
  font-weight: 800;
}
.popular-dest .pkg-title:after {
  content: "";
  width: 45px;
  height: 3px;
  background: #b3000f;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popular-dest .banner-one__arrow {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: all 0.35s;
  background: #b3000f;
  border-radius: 50%;
  color: #fff;
}
.popular-dest figure:hover .banner-one__arrow {
  background: #08142a;
}
.popular-dest .head-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.popular-dest figure .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.popular-dest figure img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.popular-dest figure:hover img {
  transform: scale(1.1);
}
.trns-menu .rd-menu {
  width: auto;
  max-width: none;
  padding: 25px 18px;
}
.trns-menu .rd-navbar-static .rd-megamenu-item > div {
  max-width: none !important;
}
.footer-corporate {
  background: #151515;
}
.ftr .footer_heading::before {
  display: none;
}
.ftr .footer_heading {
  border-bottom: none;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
}
.ftr .rd-navbar-corporate-list-social {
  margin-top: 12px;
}
.ftr .rd-navbar-corporate-list-social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.ftr .rd-navbar-corporate-list-social li a:hover {
  color: #fff;
  background: #d91c2b;
}
.ftr .list-marked li:before {
  display: none;
}
.ftr .list-marked-md > li a {
  color: #dbdee1;
  font-size: 15px;
  font-family: Raleway, sans-serif;
}
.ftr .footer-corporate-bottom-panel {
  background: #090b0c;
}
.ftr .qr-code img {
  width: 108px;
}
.ftr .qr-code p {
  font-size: 22px;
}
.ftr .cards p {
  font-size: 22px;
}
.ftr .cards img {
  width: 100%;
}
.ftr .cards li {
  margin: 0;
}
.ftr .cf {
  display: block;
}
.ftr .qr-code {
  border-right: 1px solid #ffffff3d;
  padding-right: 35px;
  margin-right: 30px;
}
.subs-section {
  font-family: "Poppins", sans-serif;
  background: #0d2857;
  padding: 60px 0;
  color: #fff;
}
.subs-section .title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 3px;
  font-weight: 600;
}
.subs-section p {
  margin-top: 0;
}
.subs-section .wraper {
  display: flex;
  justify-content: space-between;
}
.subs-section .wraper .icon {
  width: 75px;
}
.subs-section .content .wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}
.subs-section .email-sec form {
  display: flex;
  gap: 15px;
  align-items: center;
}
.subs-section .email-sec form input {
  height: 60px;
  width: 410px;
  border-radius: 4px;
  padding: 17px 20px;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.subs-section .email-sec form .send-btn {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 50px;
  height: 60px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #3554d1;
  color: #fff;
}
.ftr2 {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}
.f-logo {
  width: 104px;
  margin-bottom: 18px;
}
.ftr2 .box-item {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.ftr2 .box-item p {
  color: #051036;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.ftr2 .box-item a {
  color: #051036;
  font-weight: 600;
}
.ftr2 .paycard {
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px;
  margin-top: 10px;
}
.ftr2 .qr-code2 {
  width: 106px;
  margin-top: 10px;
}
.ftr2 .box-item .social-list {
  margin-top: 15px;
  margin-bottom: 15px;
  gap: 20px;
  display: flex;
}
.ftr2 .box-item .social-list li a {
  color: #0d2857;
  display: flex;
  font-size: 19px;
}
.ftr2 .footer-heading {
  font-family: "Montserrat", sans-serif;
  color: #051036;
  font-size: 15px;
  font-weight: 600;
}
.ftr2 .footer-corporate-inset .list-marked li:before {
  content: "\f105";
  font-family: "FontAwesome";
  background: none;
  display: inline-block;
  margin-right: 0;
  position: absolute;
  left: 21px;
}
.ftr2 .list-marked-md > li {
  position: relative;
  padding-left: 35px;
}
.ftr2 .left-sec {
  border-right: 1px solid #9c9c9c;
}
.ftr2 .cf {
  gap: 11px;
  align-items: center;
  margin-top: 16px;
}
.ftr2 .right-sec {
  padding-left: 28px;
}
.ftr2 .paycard .crd {
  width: 110px;
}
.ftr2 .footer-corporate-bottom-panel {
  background: #fff;
  padding: 18px 0;
  border-top: 1px solid #11263a3b;
}
.ftr2 .footer-corporate-bottom-panel p {
  color: #051036;
}
.ftr2 .footer-corporate-bottom-panel a {
  color: #b3000f;
}
.rd-navbar-static .rd-navbar-megamenu {
  max-width: 1227px;
}
.rd-navbar-static .rd-navbar-megamenu .rd-megamenu-item:nth-child(2) {
  width: 173px;
}
.rd-navbar-static .rd-navbar-megamenu .rd-megamenu-item:nth-child(2) .rd-megamenu-title p {
  color: #1e8eef;
}
.rd-navbar-static .rd-navbar-megamenu .rd-megamenu-item:nth-child(3) .rd-megamenu-title p {
  color: #e73e23;
}
.rd-navbar-static .rd-navbar-megamenu .rd-megamenu-item:nth-child(4) .rd-megamenu-title p {
  color: #008b8b;
}
.rd-navbar-static .rd-navbar-megamenu .rd-megamenu-item:nth-child(5) {
  padding-right: 0;
}
.rd-navbar-static .rd-navbar-megamenu .rd-megamenu-item:nth-child(5) p {
  color: #3717e7;
}
.rd-navbar-static .rd-navbar-megamenu .rd-megamenu-item:nth-last-child(1) {
  width: 206px;
}
.popular-dest .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
}
.popular-dest .slick-prev {
  left: 0;
}
.m-block {
  display: none;
}
.pinterest-sec .count img {
  width: 34px;
}
.rd-navbar-submenu .rd-megamenu-list-item a {
  text-transform: capitalize;
}
.features-wrap {
  background: #f9f4f4;
  padding: 25px 23px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 12px;
}
.features-wrap .caravan_box {
  background: #fff;
  min-height: 162px;
  padding: 30px 20px;
  text-align: center;
}
.features-wrap .caravan_box .caravan_image {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.features-wrap .caravan_box span {
  font-weight: 500;
  display: block;
  line-height: 20px;
}
/*--- custom css end ---*/

/*---- pop img ---*/
.pop-modal {
  padding-right: 0 !important;
}
.pop-modal .modal-dialog {
  top: 50%;
  transform: translate(0, -50%) !important;
  margin-top: 0;
  max-width: none;
  width: 80%;
}
.pop-modal .modal-dialog img {
  display: block;
  margin: 0 auto;
}
.pop-modal .modal-content {
  background: none;
  border: none;
  width: auto;
  pointer-events: none;
}
.pop-modal .close {
  color: #fff;
  opacity: 1;
  font-size: 35px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

/** Tofique Khan Add CSS Start **/
.carousel-item img {
  width: 100%;
}
.green_color {
  color: green;
}
.red_color {
  color: #d91c2b;
}
.list-tour li {
  color: #474a4f;
  font: 16px/28px "open_sansregular";
  margin: 0 !important;
  padding: 0 0 0 19px;
  text-align: left;
}
.hdd-2 {
  margin: 0px 0px 20px;
  font-weight: bold;
}
.hdd-1 {
  font-weight: bold;
  color: #b20002;
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 18px;
}
.desbox {
  padding: 30px 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 3px #aaa;
}
.main_tour_place {
  height: 30px;
  padding-top: 10px;
}
.chardham_sec {
  position: relative;
  padding-top: 10px;
}
.chardham_sec .pattern_layer {
  position: absolute;
  right: 50px;
  bottom: 90px;
  width: 276px;
  height: 346px;
  background-repeat: no-repeat;
}
.image_block_1 .image_box {
  position: relative;
  display: block;
  padding: 0px 40px 60px 70px;
}
.image_block_1 .image_box .shape .shape_1 {
  position: absolute;
  left: 0px;
  top: -60px;
  width: 276px;
  height: 346px;
  background-repeat: no-repeat;
  z-index: -1;
}
.image_block_1 .image_box .shape .shape_2 {
  position: absolute;
  left: 35px;
  top: -55px;
  width: 102px;
  height: 96px;
  background-repeat: no-repeat;
}
.image_block_1 .image_box .image_1 {
  position: relative;
  overflow: hidden;
}
.image_block_1 .image_box .image {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}
.image_block_1 .image_box .image_1:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.image_block_1 .image_box:hover .image_1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.chardham_sec .content_block_1 .content_box {
  position: relative;
}
.content_block_1 .content_box .sec_title {
  margin-bottom: 26px;
}
.sec_title p {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.content_box .text p {
  font-family: "Poppins", "sans-serif";
  font-size: 16px;
}
.chardham_sec .nav {
  border: none;
  max-width: 600px;
  margin: 40px auto 50px auto;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.chardham_sec .nav-tabs .nav-link {
  font-size: 16px;
  font-family: "Poppins";
  padding: 10px 20px;
  background: #efefef;
  margin: 0 5px;
}
.chardham_sec .nav-tabs .nav-link {
  border-radius: 0;
  border: none;
}
.chardham_sec .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #bf1212;
  border-color: #d91c2b #d91c2b #fff;
  font-size: 16px;
  font-family: "Poppins";
}
.detail_page_table table {
  margin-bottom: 0;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.detail_page_table table thead {
  background: #d91c2b;
  color: #fff;
}
.detail_page_table .table thead th {
  border-bottom: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway", "sans-serif";
}
.detail_page_table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(191 191 191 / 15%);
}
.detail_page_table .table-bordered,
.detail_page_table .table-bordered td {
  border: none;
  font-family: "Poppins", "sans-serif";
  font-weight: 600;
}
.detail_page_table table thead tr th,
.detail_page_table table tbody tr td {
  width: 100%;
}
.detail_page .detail_content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.detail_page .detail_content {
  padding-top: 50px;
}
.detail_page .detail_content .chardham_list li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.text_red {
  color: #d91c2b;
}
.transport_sec .transport_box {
  display: grid;
  background-color: #fff;
  gap: 20px;
  padding: 20px 25px;
  border-radius: 5px;
  min-height: 380px;
  border: 1px solid #eee;
}
.transport_sec .transport_box .transport_image {
  margin: auto;
  background: #fff;
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.transport_sec .transport_box .transport_image img {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.transport_sec .transport_box .transport_content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.transport_sec .transport_box .transport_content p {
  font-size: 16px;
  margin-top: 10px;
}
.transport_sec .transport_box .transport_content .transport_title {
  font-size: 20px;
  font-weight: 600;
}
.what_you_see_sec {
  background-color: #e9e9e9;
  padding: 80px 0;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
.what_you_see_sec .wys_box {
  display: flex;
  gap: 20px;
}
.what_you_see_sec .wys_box .wys_content {
  width: 70%;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  font-family: "Poppins", "sans-serif";
}
.what_you_see_sec .wys_box .wys_content p {
  font-family: "Poppins", "sans-serif";
  font-size: 16px;
  margin-bottom: 15px;
}
.why_us_list {
  display: grid;
  grid-template-columns: auto auto;
  font-family: "Poppins", "sans-serif";
  font-size: 14px;
  gap: 20px;
}
.why_us_list .whyus_list_box {
  display: grid;
}
.why_us_list .whyus_list_box img {
  font-size: 16px;
  width: 32px !important;
  height: 32px;
  margin-bottom: 10px;
}
.what_you_see_sec .wys_box .wys_img {
  width: 30%;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 15px;
}
.what_you_see_sec .wys_box .wys_img img {
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
}
.enqbtn,
.enq-btn {
  border-radius: 40px;
  transition: 500ms;
}
.enqbtnhvr {
  color: #fff;
  background-color: #d91c2b;
  border-color: #d91c2b;
}
.section h1 {
  font-size: 24px;
  letter-spacing: normal;
}
.rentalServices .post-aria-title {
  margin-bottom: 0;
}
.rentalServices .post-aria-footer {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tempo-slider .post-aria-footer .post-aria-title a {
  color: #fff;
}
.tempo-slider .post-aria-footer .post-aria-title a:hover {
  color: #d91c2b;
}
.rentalServices .product-big-title a {
  color: #000;
}
.rentalServices .product-big-title a:hover {
  color: #d91c2b;
}
.about-heading {
  padding-bottom: 15px;
}
.carousel_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 4;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.carousel_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* Horzonal Box Design */
.horizontal-row {
  margin-bottom: 20px;
}
.horizontal-row:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.horizontal-row .hor-box {
  flex-wrap: wrap;
  display: flex;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}
.horizontal-row .hor-box .hor-image {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 25%;
  position: relative;
  display: inline-block;
}
.horizontal-row .hor-box .hor-image img {
  border-radius: 5px;
  min-height: 165px;
  height: 100%;
}
.horizontal-row .hor-box .hor-content {
  padding: 10px 20px;
  width: 45%;
}
.horizontal-row .hor-box .hor-content .hor-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: normal;
}
.horizontal-row .hor-box .hor-content .hor-days {
  background-color: #d91c2b;
  color: #fff;
  padding: 5px;
  display: inline-block;
  margin-bottom: 20px;
}
.horizontal-row .hor-box .hor-content .hor-location {
  display: flex;
  align-items: center;
  gap: 10px;
}
.horizontal-row .hor-box .hor-content .hor-location .hor-loc-icon i {
  color: #d91c2b;
  font-size: 18px;
}
.horizontal-row .hor-box .hor-content .hor-location .hor-loc-text {
  font-size: 16px;
  color: #000;
}
.horizontal-row .hor-box .hor-buttons {
  width: 30%;
  padding: 10px 20px;
}
.horizontal-row .hor-box .hor-buttons .hor-buttons-heading {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.horizontal-row .hor-box .hor-buttons .hor-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d91c2b;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.horizontal-row .hor-box .hor-buttons .hor-btn:hover {
  background-color: #090b0c;
}
.horizontal-row .hor-box .hor-buttons .hor-enq-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 1px solid #d91c2b;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.horizontal-row .hor-box .hor-buttons .hor-enq-btn:hover {
  background-color: #d91c2b;
  color: #fff;
}

.hor-heading {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: normal;
}
.horizontal-right {
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.horizontal-right .hor-right-box ul {
  margin: 0;
  padding: 0;
}
.horizontal-right .hor-right-box ul li a {
  display: block;
  padding: 5px 5px;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s ease-in-out;
}
.horizontal-right .hor-right-box ul li:hover a {
  background-color: #fff;
}

/* Faq Section CSS Start Here */
.faq-sec {
  background-color: #f5f5f5;
}
.faq-sec .faqs-box .wrapper {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 10px 10px;
  border-radius: 5px;
  box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}
.faq-sec .faqs-box .wrapper:hover .toggle {
  color: #d91c2b;
}
.faq-sec .faqs-box .wrapper:hover .icon {
  color: #d91c2b;
}
.faq-sec .faqs-box .toggle,
.faq-sec .faqs-box .content {
  font-family: "Poppins", sans-serif;
}
.faq-sec .faqs-box .toggle {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  gap: 5px;
  text-align: start;
}
.faq-sec .faqs-box .toggle .icon {
  margin: 0 10px;
}
.faq-sec .faqs-box .content {
  position: relative;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  transition: all 1s;
}

.inbound-box-sec {
  background-color: #e3e3e3;
  padding: 20px 0 60px 0;
}
.inbound-box-row {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}
.inbound-box-sec .inbound-box {
  display: grid;
  gap: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.inbound-box-sec .inbound-box:hover .inbound-image img {
  transform: scale(1.1);
}
.inbound-box-sec .inbound-box .inbound-image {
  position: relative;
  overflow: hidden;
}
.inbound-box-sec .inbound-box .inbound-image img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.inbound-box .inbound-content .inbound-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.inbound-box .inbound-content .text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inbound-box .inbound-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: #e40013;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 50px 10px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.inbound-box .inbound-btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 260%;
  content: "";
  top: 132%;
  left: 50%;
  background-color: #0f213c;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.inbound-box .inbound-btn:hover {
  color: #fff;
}
.inbound-box .inbound-btn:hover::before {
  top: -60%;
}

/* Delhi Tour Package Css Start */
.bg-light-red {
  background-color: #ffe7e7;
  display: inline-block;
  padding: 5px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: normal;
  border-radius: 2px;
  margin: 10px 0;
}
.delhi-images-row .delhi-images .package-slide-title {
  font-family: Raleway, sans-serif;
}
.delhi-images-row .delhi-images {
  margin-top: 40px;
}
.delhi-images-row .delhi-images .package-slide-title,
.delhi-images-row .delhi-images h3 {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 700;
}
.delhi-images-row .delhi-images .item {
  border: 1px solid #ddd;
}
.delhi-images-row .delhi-images .slick-slide {
  margin: 0 8px;
}
.delhi-images-row .delhi-images .slick-list {
  margin: 0 -8px !important;
}
.delhi-images-row .delhi-images .product-big-text {
  color: #333;
}
.delhi-images-row .delhi-images .package-slide-title {
  border-bottom: 1px solid #ddd;
}
.delhi-images-row .delhi-images .fig {
  position: relative;
}
.delhi-images-row .delhi-images .fig img {
  width: 100%;
}
.delhi-images-row .delhi-images .slick-dots li.slick-active button {
  background: #d91c2b;
}
.delhi-images-row .delhi-images span.image-overlay-inside {
  position: absolute;
  font-size: 24px;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  line-height: 80px;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 500;
  text-align: center;
  color: #fff;
}
.delhi-images-row .delhi-images span.image-overlay-inside .icon {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  line-height: 70px;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  z-index: 500;
  text-align: center;
  color: #fff;
  padding: 18px 14px;
  background: #d91c2b;
}
.delhi-images-row .delhi-images .slick-dots li {
  margin: 0 16px;
}
.delhi-images-row .delhi-images .slick-dots li button {
  border-radius: 2px;
  background: #c9c9c9;
  width: 44px;
  height: 4px;
  color: transparent;
}
.delhi-images-row .delhi-images .slick-dots li button:before {
  content: none;
}
.delhi-images-row .delhi-images .package-slide-title {
  font-size: 16px;
  text-align: center;
}
.delhi-images-row .delhi-images .line-clamp {
  -webkit-line-clamp: 3;
}
.delhi-images-row .delhi-images .item .content-box {
  padding: 0 10px 20px;
  border-bottom: 1px solid #ddd;
}
.delhi-images-row .delhi-images .slick-dots {
  bottom: -45px;
}
.delhi-images-row .delhi-images .slick-next {
  right: 0;
}
.delhi-images-row .delhi-images .slick-prev {
  left: 0;
}
.delhi-images-row .delhi-images .slick-arrow {
  background: #d91c2b;
  transition: 0.4s ease-in-out;
  padding: 20px 10px;
  height: auto;
  width: auto;
  top: 25%;
  z-index: 9;
}
.delhi-images-row .delhi-images .slick-arrow:hover {
  background: #111;
}

.punjab .delhi-images .package-slide-title {
  font-size: 14px;
}
.punjab .delhi-images .product-big-text {
  font-size: 14px;
}

.post-aria-footer .post-aria-content {
  margin-top: 15px;
}
.post-aria-footer .post-aria-content .main_tour_place {
  height: auto;
}
.tempo_facilities {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 15px;
  margin: 30px 0;
}
.tempo_facilities .tempo_fac-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}
.tempo_facilities .tempo_fac-box .tempo_fac-image img {
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tempo_facilities .tempo_fac-box .tempo_fac-content {
  position: relative;
}
.tempo_facilities .tempo_fac-box .tempo_fac-content .title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
.tempo_facilities .tempo_fac-box .tempo_fac-content p {
  font-size: 15px;
  margin-top: 0;
  line-height: normal;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tempo_facilities .tempo_fac-box .tempo_fac-content .button {
  border: 1px solid #ddd;
  display: block;
  margin-top: 20px;
}

.north .main_tour_place {
  height: auto;
}

.caravan-sec .caravan_box {
  display: grid;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 35px;
  min-height: 215px;
}
.caravan-sec .caravan_box .caravan_image {
  margin: auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 14px;
}
.caravan-sec .caravan_box .caravan_image img {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caravan-sec .caravan_box .caravan_content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.caravan-sec .caravan_box .caravan_content .caravan_title {
  font-size: 14px;
  font-weight: 600;
}

.our-rental-sec {
  background-color: #f7f7f7;
  padding-top: 50px;
}
.our-rental-sec .ors-slider {
  margin-top: 50px;
  padding-bottom: 50px;
}
.our-rental-sec .ors-slider .slick-track {
  display: flex;
  gap: 20px;
}
.our-rental-sec .ors-slider .ors-box {
  display: flex;
  gap: 15px;
  flex-direction: column;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 0.1px solid #162e443d;
}
.our-rental-sec .ors-slider .ors-box .ors-image {
  position: relative;
  overflow: hidden;
}
.our-rental-sec .ors-slider .ors-box .ors-image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.our-rental-sec .ors-slider .ors-box .ors-image:hover img {
  transform: scale(1.1);
}
.our-rental-sec .ors-slider .ors-box .ors-content-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.our-rental-sec .ors-slider .ors-box .ors-content-box .ors-title {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.our-rental-sec .ors-slider .ors-box .ors-content-box .ors-content {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-rental-sec .ors-slider .ors-box .ors-content-box .ors-button a {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  background-color: #162e44;
  color: #fff;
  display: block;
  transition: all 0.3s ease-in;
  padding: 10px 15px;
  text-align: center;
  border-radius: 3px;
}
.our-rental-sec .ors-slider .ors-box .ors-content-box .ors-button a:hover {
  background-color: #d91c2b;
  color: #fff;
  padding-left: 20px;
}
.our-rental-sec .ors-slider .slick-arrow {
  background: #d91c2b;
  transition: 0.4s ease-in-out;
  padding: 20px 10px;
  height: auto;
  width: auto;
  top: 25%;
  z-index: 9;
}
.our-rental-sec .ors-slider .slick-prev {
  left: 0;
}
.our-rental-sec .ors-slider .slick-next {
  right: 0;
}
.our-rental-sec .ors-slider .slick-dots {
  bottom: -45px;
}
.our-rental-sec .ors-slider .slick-next {
  right: 0;
}
.our-rental-sec .ors-slider .slick-prev {
  left: 0;
}
.our-rental-sec .ors-slider .slick-arrow {
  background: #d91c2b;
  transition: 0.4s ease-in-out;
  padding: 20px 10px;
  height: auto;
  width: auto;
  top: 25%;
  z-index: 9;
}
.our-rental-sec .ors-slider .slick-arrow:hover {
  background: #111;
}

.list-items li {
  display: flex;
  gap: 14px;
  align-items: baseline;
}
.list-items li span {
  float: none;
  display: block;
  width: 20px;
  margin: 0;
}
.list-items p {
  margin-top: 0;
}
.list-items li span img {
  width: 100% !important;
}
.tab-wrap .tablinks {
  border: none;
  padding: 10px 13px;
}
.tab-sec .tabcontent {
  border: 1px solid #ddd;
}
.tab-wrap .tablinks {
  font-size: 16px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}
.tab-wrap .tablinks.active {
  background: #d91c2b;
  color: #fff;
}
.custom-design .left-side::before {
  height: 623px;
  width: 345px;
  top: -184px;
  left: -80px;
  transform: rotate(35deg);
  background: #d91c2b;
  border-radius: 134px;
}
.theme-sec2 {
  overflow: hidden;
  padding: 48px 0;
}
.theme-sec2 .left-side::before {
  height: 623px;
  width: 358px;
  top: -187px;
  left: -90px;
  transform: rotate(90deg);
  background: #e9e9e9;
  border-radius: 134px;
}
.vehicle-wrap {
  grid-template-columns: auto auto auto auto;
}
.vehicle-wrap .fig-caption .fig-caption-title {
  font-size: 14px;
}
.vehicle-wrap .overlay .btn-round {
  font-size: 13px;
  padding: 3px 20px;
}
.vehicle-wrap .fig-caption {
  padding: 30px 10px;
}

.circle-wrap {
  display: grid;
  gap: 15px;
  grid-template-columns: auto auto auto auto auto;
}
.circle-wrap .circle-wrap-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 5px;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.circle-wrap .circle-wrap-box img {
  width: 48px;
  height: auto;
}
.circle-wrap .circle-wrap-box .circle-wrap-title {
  font-family: "Poppins", "sans-serif";
  font-size: 14px;
  font-weight: 500;
}

.white_list li .icon {
  filter: brightness(0) invert(1);
}
.vhl-table {
  margin-bottom: 0;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.vhl-table table thead {
  background: #d91c2b;
  color: #fff;
}
.vhl-table .table thead th {
  border-bottom: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", "sans-serif";
}
.vhl-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(191 191 191 / 15%);
}
.vhl-table .table-bordered,
.vhl-table .table-bordered td {
  border: none;
  font-family: "Poppins", "sans-serif";
  font-weight: 600;
  padding: 10px 10px;
}
.vhl-table .table-bordered th {
  border: none;
}
.vhl-table table thead tr th,
.vhl-table table tbody tr td {
  width: 100%;
}
.cab_wedding {
  display: grid;
  gap: 15px;
  grid-template-columns: auto auto auto auto;
}
.cab_wedding .cab_wed_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.cab_wedding .cab_wed_box .cw_img img {
  width: 48px;
  height: auto;
}
.cab_wedding .cab_wed_box .cw_title {
  font-family: "Poppins", "sans-serif";
  font-size: 14px;
  font-weight: 500;
}

.chardham-yatra {
  padding-top: 40px;
}
.post-aria-footer .post-aria-content .main_tour_place {
  height: 45px;
}
.chardham-yatra .post-aria .post-aria-figure img {
  border-radius: 10px 10px 0 0;
}
.chardham-yatra .post-aria-footer .post-aria-content .main_tour_place {
  font-size: 14px;
}
.chardham-yatra .post-aria-footer .post-aria-content .main_pack {
  font-size: 14px;
}
.chardham-yatra .post-aria-footer {
  border-radius: 0 0 10px 10px;
}
.chardham-yatra .row {
  justify-content: center;
}

.table-tempo table thead {
  background: #d91c2b;
  color: #fff;
}
.table-tempo .table thead th {
  border-bottom: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", "sans-serif";
}
.table-tempo .table-bordered,
.vhl-table .table-bordered td {
  border: none;
  font-weight: 600;
  padding: 10px 10px;
}

.custom_icons_row {
  display: grid;
  gap: 15px;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}
.custom_icons_row .cir_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 5px;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.custom_icons_row .cir_box img {
  width: 48px;
  height: auto;
}
.custom_icons_row .cir_box .cir_title {
  font-family: "Poppins", "sans-serif";
  font-size: 14px;
  font-weight: 500;
}

/* home page transport section css start */
.trans_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 30px;
}
.trans_box .transport_boxes {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  transition: 0.3s ease-in;
}
.trans_box .transport_boxes .transport_box_img figure img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  height: 360px;
  object-fit: cover;
}
.trans_box .transport_boxes .transport_box_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(110deg, #fffbd0, #ffdede);
  padding: 20px 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.trans_box .transport_boxes:hover .transport_box_content {
  background: linear-gradient(110deg, #ffdede, #fffbd0);
}
.trans_box .transport_boxes .transport_box_content .transport_box_title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #222;
  font-weight: 600;
}
.trans_box .transport_boxes .transport_box_content .transport_box_title:hover {
  color: #bf1212;
}
.trans_box .transport_boxes .transport_box_content .transport_box_features {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_rating,
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_seat_cap,
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_driver_charge,
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_facility {
  display: flex;
  gap: 10px;
  align-items: center;
}
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_rating .text,
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_seat_cap .text,
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_driver_charge .text,
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_facility .text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_seat_cap p,
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_driver_charge p,
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_facility p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #222;
}
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_rating .stars {
  display: flex;
  gap: 3px;
  align-items: center;
}
.trans_box .transport_boxes .transport_box_content .transport_box_features .transport_box_rating .stars .star_icon {
  width: 24px;
  height: 24px;
  fill: #f0ad4e;
}
.trans_box .transport_boxes .transport_box_content .trans_button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.trans_box .transport_boxes .transport_box_content .trans_button * + .button {
  margin-top: 0;
}
.trans_box .transport_boxes .transport_box_content .trans_button .button-ujarak {
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}
/* home page transport section css end */
/* Tauseef_css_start */
.container_cover_up_block {
  background: aliceblue;
  padding: 20px 0 50px 0;
}
.cards_parents_block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.cards_parents_block .cards_box {
  background-color: #fff;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-radius: 8px;
  overflow: hidden;
}
.cards_parents_block .cards_box:hover {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.cards_parents_block .cards_box .cards_box_content {
  padding: 10px;
}
.cards_parents_block .cards_box h3 {
  font-size: 16px;
  margin-bottom: 0;
  padding: 4px 0;
}
.cards_parents_block .cards_box p {
  margin-top: 0;
  text-align: justify;
  font-size: 14px;
}
.list_points {
  padding-inline-start: 15px;
}
.list_points li {
  display: list-item !important;
  list-style: disc !important;
}
.list_points li::marker {
  color: #bf1212;
}
/* Tauseef_css_end */
/* Tofique Css Start */
.ul-list li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.same-day .tempo_fac-box {
  border-radius: 15px;
}
.same-day .tempo_fac-box .tempo_fac-image img {
  min-height: 180px;
  border-radius: 15px;
}
.same-day .tempo_fac-box .tempo_fac-content .title {
  font-size: 15px;
  border-bottom: none;
}
.guided_img_center {
  img {
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
}
.tour_guide .card {
  border-radius: 15px;
  transition: all 0.3s ease-in;
  img {
    border-radius: 15px;
  }
}
.tour_guide .card:hover {
  box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.1);
}
.tour_guide .card .card-body {
  padding: 8px 10px;
  border-radius: 15px;
}
.tour_guide .card .card-body .card-title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 0;
}
.tour_guide .card .card-body a:hover .card-title {
  color: #d91c2b;
}
.urbania-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px 0;
}
.urbania-features .urbania-features-card {
  background-color: #f3f3f3;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.urbania-features .urbania-features-card:hover {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
.urbania-features .urbania-features-card .urbania-features-image img {
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 180px;
}
.urbania-features .urbania-features-card .urbania-features-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.force-urbania-cards .card-title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  padding-top: 5px;
  text-align: center;
}
.force-urbania-cards .card,
.force-urbania-cards .card-body,
.force-urbania-cards .card img {
  border-radius: 15px;
}
.force-urbania-cards .card {
  transition: all 0.3s ease;
}
.force-urbania-cards .card:hover {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}
.force-urbania-cards .card-body {
  padding: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-in-out;
}
.force-urbania-cards .card-body:hover .card-title {
  color: #b20002;
}
.urbania-card-list li:nth-of-type(odd) {
  background-color: #f3f3f3;
  padding: 5px 8px;
}
.urbania-card-list li:nth-of-type(odd):last-child {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.urbania-card-list .urbania-list-text {
  font-size: 15px;
  font-weight: 500;
}
.urbania-card-list .urbania-list-main-text {
  font-size: 14px;
  font-weight: 600;
}
.urbania-card-list li:nth-of-type(even) {
  padding: 5px 8px;
}
/* Tofique Css End */
@media (max-width: 1320px) {
  .rd-navbar-static .rd-megamenu-title p {
    font-size: 14px;
  }
}
@media (max-width: 1230px) {
  .features-wrap {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 1200px) {
  .cards img {
    width: 56px;
  }
  .custom-footer .wrap p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .vhc-section .bottom-box .button {
    font-size: 14px;
    padding: 8px 7px;
  }
  .rd-navbar-corporate-list-social {
    padding-left: 22px;
  }
  .rd-navbar-open-right .rd-megamenu-title::after {
    display: none;
  }
  .rd-navbar-open-right .rd-megamenu-title p {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .rd-navbar-open-right .rd-megamenu-title .icon {
    width: 15px;
  }
  footer .contact-wrap .box a {
    font-size: 13px;
  }
  footer .contact-wrap .box {
    min-height: 100px;
  }
  .rd-navbar-corporate.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 14px;
  }
  .pkg-slider .package-slide-title,
  .pkg-slider h3 {
    font-size: 20px;
  }
  .delhi-images .package-slide-title {
    font-size: 20px;
  }
  .detail_page {
    padding-top: 40px;
  }
  .image_block_1 .image_box {
    padding: 0px 0px 30px 0px;
  }
  .transport_sec .transport_box .transport_content .transport_title {
    font-size: 18px;
  }
  .theme-sec2 .left-side::before {
    left: -202px;
  }
  .theme-sec2 {
    padding: 48px 20px;
  }
  .trns-menu .rd-megamenu-item > div {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .trans_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom_icons_row {
    grid-template-columns: auto auto auto auto;
  }
  .bus-box figure {
    width: 340px;
    top: 40px;
  }
  .btnwrap .btn {
    padding: 8px 10px;
  }
  .bus-box .why-sec .vhl-2 .left-side::before {
    left: -300px;
  }
}
@media (max-width: 1180px) {
  .vhc .fig {
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }
  .vhc {
    overflow: inherit;
  }
  .services-details__need-help-title {
    font-size: 18px;
    line-height: 40px;
  }
  .services-details__need-help-icon {
    margin-top: 7px;
  }
  .services-details__need-help-icon span {
    width: 50px;
    height: 50px;
  }
  .services-details__need-help-icon:before {
    top: 25px;
  }
  .services-details__need-help-icon:after {
    top: 25px;
  }
  .services-details__need-help {
    padding: 25px 30px;
  }
  .ftr2 .detail {
    display: block;
  }
  .ftr2 .paycard .crd {
    width: 72px;
  }
  .subs-section .wraper .icon {
    width: 60px;
  }
  .subs-section .title {
    font-size: 16px;
  }
  .subs-section p {
    font-size: 13px;
  }
  .subs-section .email-sec form input {
    width: 378px;
  }
}
@media (max-width: 1100px) {
  .popular-dest .content-box {
    padding: 18px 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .horizontal-row .hor-box .hor-content .hor-title {
    font-size: 18px;
  }
  .pkg-slider .package-slide-title,
  .pkg-slider h3,
  .delhi-images .package-slide-title {
    font-size: 16px;
  }
  .tempo_facilities .tempo_fac-box .tempo_fac-content .title {
    font-size: 15px;
  }
  .punjab .delhi-images .package-slide-title {
    font-size: 14px;
  }
  .punjab .delhi-images .product-big-text {
    font-size: 14px;
  }
  .our-rental-sec .ors-slider .ors-box .ors-content-box .ors-title {
    font-size: 16px;
  }
}
@media (min-width: 993px) and (max-width: 1023px) {
  .horizontal-row .hor-box .hor-content .hor-title {
    font-size: 18px;
  }
  .pkg-slider .package-slide-title,
  .pkg-slider h3,
  .delhi-images .package-slide-title {
    font-size: 16px;
  }
  .tempo_facilities .tempo_fac-box .tempo_fac-content .title {
    font-size: 15px;
  }
  .punjab .delhi-images .package-slide-title {
    font-size: 14px;
  }
  .punjab .delhi-images .product-big-text {
    font-size: 14px;
  }
  .our-rental-sec .ors-slider .ors-box .ors-content-box .ors-title {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .ftr2 .list-marked-md > li a {
    text-align: left;
  }
  .ftr2 .box-item {
    display: block;
  }
  .ftr2 .box-item a {
    font-size: 12px;
  }
  .ftr2 .right-sec {
    padding-left: 20px;
    padding-left: 17px;
  }
  .ftr2 .list-marked-md > li {
    padding-left: 16px;
  }
  .ftr2 .list-marked-md > li a {
    padding-left: 20px;
  }
  .ftr2 .paycard {
    display: flex;
  }
  .ftr2 .box-item .item {
    margin-bottom: 10px;
  }
  .subs-section .wraper {
    display: block;
  }
  .subs-section .content .wrap {
    justify-content: center;
  }
  .subs-section .email-sec form {
    justify-content: center;
    margin-top: 6px;
  }
  .pkg-slider .package-slide-title,
  .pkg-slider h3,
  .delhi-images .package-slide-title {
    font-size: 16px;
  }
  .rd-navbar-corporate.rd-navbar-static .rd-navbar-nav {
    margin-right: 10px;
  }
  .rd-navbar-corporate.rd-navbar-static .rd-nav-link {
    padding: 20px 5px;
    font-size: 14px;
  }
  .image_block_1 .image_box {
    padding: 0px 15px 30px 15px;
  }
  .detail_page {
    padding-top: 30px;
  }
  .inbound-box .inbound-content .inbound-title {
    font-size: 15px;
  }
  .rd-navbar-static .rd-navbar-megamenu {
    padding: 34px 15px;
  }
  .rd-navbar-static .rd-megamenu-item:nth-child(1) div {
    max-width: 148px !important;
  }
  .tempo_facilities .tempo_fac-box .tempo_fac-content .title {
    font-size: 15px;
  }
  .punjab .delhi-images .package-slide-title {
    font-size: 14px;
  }
  .our-rental-sec .ors-slider .ors-box .ors-content-box .ors-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .trans_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallyer-sec .fig,
  .vhc,
  .vhc .fig {
    margin-bottom: 0;
  }
  .gallyer-sec {
    gap: 14px;
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .form-box {
    margin-top: 18px;
  }
  .why-sec figure {
    margin-bottom: 15px;
  }
  .page-heading p,
  .vhc-section .bottom-box .button {
    font-size: 14px;
  }
  .page-heading h1 {
    font-size: 18px;
    line-height: normal;
  }
  .vc-list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
  }
  .four-grid {
    grid-template-columns: auto auto auto;
  }
  .pkg-slider h3,
  .pkg-slider .package-slide-title,
  .delhi-images .package-slide-title {
    font-size: 16px;
  }
  .vhc {
    display: flex;
  }
  .vhc .fig {
    width: 107px;
  }
  .breadcrumbs-custom-inset .heading-content h1 {
    font-size: 36px !important;
  }
  .car-detail .form-wraper {
    display: block;
  }
  .car-detail .form-box {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .cards img {
    width: 83px;
  }
  .bus-detail .title-decoration-lines-bottom {
    margin-top: 15px;
  }
  .bus-detail .heading-decor {
    margin-top: 0 !important;
  }
  .bus-detail .car-detail .form-box {
    display: block;
  }
  .bus-detail .car-detail .form-box .title {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
  .bus-detail .car-detail .form-box .title h3,
  .bus-detail .car-detail .form-box .form_box_title {
    text-align: center !important;
  }
  .bus-detail .detail-image {
    margin-bottom: 14px;
  }
  footer .contact-wrap .item {
    width: 40%;
    display: flex;
  }
  footer .contact-wrap .box {
    display: block;
    text-align: center;
    min-height: 20px;
    width: 100%;
    padding: 24px 8px;
  }
  footer .contact-wrap .box .content-box {
    width: 100%;
  }
  .pinterest-sec .overlay .title {
    font-size: 18px;
  }
  .pinterest-sec .count {
    font-size: 13px;
    padding: 4px 9px;
  }
  .popular-dest .pkg-title {
    font-size: 14px;
  }
  .image_block_1 .image_box {
    padding: 0px 0px 30px 0px;
  }
  .image_block_1 .image_box .shape .shape_2 {
    left: -30px;
    top: -30px;
  }
  .transport_sec .transport_box {
    margin-bottom: 20px;
  }
  .transport_sec .transport_box .transport_content .transport_title {
    text-align: center;
  }
  .why_us_list li span img {
    width: auto !important;
    height: auto;
  }
  .inbound-box-row {
    grid-template-columns: auto auto auto;
  }
  .trns-menu .rd-megamenu-item > div {
    max-width: 100% !important;
  }
  .horizontal-row .hor-box .hor-buttons .hor-buttons-heading {
    font-size: 17px;
  }
  .horizontal-row .hor-box .hor-image img {
    height: 100%;
    min-height: auto;
  }
  .tempo_facilities {
    grid-template-columns: auto auto auto;
  }
  .punjab .delhi-images .package-slide-title {
    font-size: 13px;
  }
  .vehicle-wrap {
    grid-template-columns: auto auto auto auto !important;
  }
  .theme-sec .left-side::before {
    top: -294px;
  }
  .rd-megamenu-item > figure > img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-heading span {
    font-size: 32px;
  }
  .cards_parents_block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .vhc-section .post-aria-title {
    padding: 10px;
  }
}
@media (min-width: 767px) {
  .des_card {
    float: right;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .trans_box {
    grid-template-columns: repeat(1, 1fr);
  }
  #whatsappa {
    bottom: 80px;
  }
  .whatsapp-icon {
    width: 35px;
    height: 35px;
  }
  .pkg-slider .slick-arrow,
  .delhi-images .slick-arrow {
    padding: 20px 15px;
  }
  .pkg-slider .package-slide-title {
    text-align: center;
  }
  .pkg-slider .content-box .button {
    display: block;
  }
  .product-big * + .button {
    margin: 20px 5px 20px 5px;
    min-width: 150px;
    padding: 15px 10px 15px;
  }
  .tempo-slider .slick-arrow {
    padding: 20px;
  }
  .tempo-slider .slick-next:before,
  .tempo-slider .slick-prev:before {
    font-size: 22px;
  }
  .breadcrumbs-custom-inset .heading-content span {
    font-size: 38px;
  }
  .vhc-section .post-aria-footer .product-big-body {
    min-height: 225px;
  }
  .gallyer-sec {
    gap: 14px;
    display: grid;
    grid-template-columns: auto auto;
  }
  .vhc-section .post {
    margin-bottom: 16px;
  }
  .vc-list {
    grid-template-columns: auto;
  }
  .four-grid {
    grid-template-columns: auto auto;
  }
  .vhc .fig {
    width: 107px;
    margin-right: 8px;
    float: left;
    margin-bottom: 0;
  }
  .breadcrumbs-custom-inset .heading-content h1 {
    font-size: 30px !important;
  }
  .breadcrumbs-custom-inset .heading-content span {
    font-size: 24px;
  }
  .breadcrumbs-custom-inset .heading-content {
    width: 44%;
  }
  .car-detail-brd .heading-content h1 {
    font-size: 22px;
  }
  .bus-box figure {
    width: 420px;
    top: -30px;
  }
  .bus-box h4 {
    margin-top: 290px;
  }
  .title-decoration-lines-bottom {
    margin-top: 12px;
  }
  .bus-detail .city-list {
    margin-bottom: 12px;
  }
  .bus-detail .side-head {
    margin-top: 30px;
  }
  .pop-modal .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .pop-modal .close {
    right: 10px;
    top: -16px;
  }
  footer .contact-wrap {
    display: block;
  }
  footer .contact-wrap .item {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .contact-wrap .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  footer .contact-wrap .box {
    text-align: left;
    display: flex;
    padding: 10px;
  }
  .ftr2 .right-sec {
    border-right: 0;
  }
  .subs-section .wraper {
    display: block;
  }
  .subs-section .title {
    font-size: 18px;
  }
  .subs-section .email-sec form input {
    width: 355px;
  }
  .ftr2 .left-sec {
    border-right: 0;
  }
  .ftr2 .right-sec .sec {
    margin-bottom: 20px;
  }
  .pinterest-sec figure img {
    width: 100%;
  }
  .popular-dest .content-box {
    padding: 18px 12px;
  }
  .what_you_see_sec {
    padding: 50px 0;
  }
  .what_you_see_sec .wys_box {
    flex-direction: column-reverse;
  }
  .what_you_see_sec .wys_box .wys_content {
    width: 100%;
  }
  .what_you_see_sec .wys_box .wys_img {
    width: 100%;
  }
  .enqbtn,
  .enq-btn {
    margin-top: 20px !important;
  }
  .why_us_list {
    margin-bottom: 30px;
  }
  .why_us_list li span img {
    width: auto !important;
    height: auto;
  }
  .inbound-box-row {
    grid-template-columns: auto auto;
  }
  .horizontal-row .hor-box {
    flex-direction: column;
  }
  .horizontal-row .hor-box .hor-image {
    width: 100%;
  }
  .horizontal-row .hor-box .hor-image img {
    width: 100%;
  }
  .horizontal-row .hor-box .hor-content {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .horizontal-row .hor-box .hor-buttons {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .tempo_facilities {
    grid-template-columns: auto auto;
  }
  .theme-sec2 .left-side::before {
    left: -2%;
    top: -220%;
    width: 100%;
    height: 322%;
    transform: rotate(75deg);
  }
  .vehicle-wrap {
    grid-template-columns: auto auto !important;
  }
  .features-wrap {
    grid-template-columns: auto auto;
  }
  .cab_wedding {
    grid-template-columns: auto auto;
  }
  .cab_wedding .cab_wed_box {
    flex-direction: column;
  }
  .cab_wedding .cab_wed_box .cw_title {
    text-align: center;
  }
  .circle-wrap {
    grid-template-columns: auto auto;
  }
  .circle-wrap .circle-wrap-box {
    text-align: center;
  }
  .circle-wrap .circle-wrap-box img {
    width: auto;
    height: auto;
  }
  .circle-wrap .circle-wrap-box .circle-wrap-title {
    text-align: center;
  }
  .page-heading span {
    font-size: 26px;
  }
  .custom_icons_row {
    grid-template-columns: auto auto auto;
  }
  .cards_parents_block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .page-heading {
    width: 100%;
    left: 0;
    text-align: center;
    padding: 10px;
    overflow: hidden;
  }
  .page-heading span {
    font-size: 16px;
  }
  .left-side::before {
    height: 343px;
    width: 92%;
    top: -210px;
  }
  .custom-heading .h2 {
    font-size: 22px;
  }
  .vhc a {
    font-size: 15px;
  }
  .breadcrumbs-custom-inset .heading-content h1 {
    font-size: 24px !important;
  }
  .breadcrumbs-custom-inset .heading-content {
    left: 28px;
  }
  .city-list2 li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }
  .car-detail .form-box .title {
    width: 100%;
    background-position: center;
    background-size: 100%;
    text-align: center;
    padding-left: 20px;
    justify-content: center;
  }
  .car-detail .form-box form .wrap {
    display: block;
  }
  .car-detail .form-box {
    display: block;
  }
  .car-detail .form-box .title h3,
  .car-detail .form-box .form_box_title {
    text-align: center !important;
  }
  .custom-footer .wrap {
    display: block;
  }
  .bus-detail .car-detail .form-box .title {
    text-align: center;
  }
  .bus-detail .car-detail .form-box .title h3,
  .bus-detail .car-detail .form-box .form_box_title {
    font-size: 20px;
  }
  .ftr .cards ul {
    margin: 0 auto;
  }
  .ftr .cards {
    margin-top: 23px;
  }
  .ftr .cards p {
    font-size: 16px;
  }
  .ftr .qr-code p {
    font-size: 16px;
  }
  .ftr2 .list-marked-md > li {
    text-align: left;
  }
  .ftr2 .footer-heading {
    text-align: left;
  }
  .ftr2 .right-sec {
    padding-left: 15px;
  }
  .ftr2 .box-item {
    text-align: left;
  }
  .ftr2 .left-sec {
    margin-bottom: 0;
    border: none;
  }
  .ftr2 .cf {
    text-align: left;
  }
  .subs-section .email-sec form {
    display: block;
  }
  .subs-section .email-sec form .box {
    margin-bottom: 10px;
  }
  .subs-section .email-sec form .box:nth-last-child(1) {
    margin-bottom: 0;
  }
  .subs-section .email-sec form input {
    width: 100%;
  }
  .subs-section .email-sec form .send-btn {
    margin: 0 auto;
  }
  .states-slider .slick-arrow {
    top: -40px;
  }
  .popular-dest .slick-arrow {
    top: 50%;
  }
  .theme-sec .left-side::before {
    top: -80%;
    height: 173%;
    width: 69%;
  }
}
@media (max-width: 576px) {
  .title-decoration-lines-bottom span {
    margin-top: 10px;
  }
  .carousel_title {
    font-size: 22px;
  }
  .chardham_sec .nav {
    overflow: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  .chardham_sec .nav-tabs .nav-link {
    padding: 10px 15px;
    white-space: nowrap;
  }
  .transport_sec .transport_box {
    min-height: 300px;
    padding: 15px;
  }
  .tempo_facilities {
    grid-template-columns: auto;
  }
  .custom_icons_row {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 575px) {
  .breadcrumbs-custom-inset .heading-content h1,
  .breadcrumbs-custom-inset .heading-content .h_title {
    font-size: 24px !important;
  }
  .cards_parents_block {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .gallyer-sec {
    gap: 14px;
    display: grid;
    grid-template-columns: auto;
  }
  .tab button {
    font-size: 14px;
    padding: 14px 7px;
  }
  .ap_pattern .custom-heading {
    background-color: #ffebeb;
    padding: 20px 0;
  }
  .ap_pattern .custom-heading h2 {
    font-size: 1.6rem;
    color: #b3000f;
  }
  .custom-heading h2 {
    font-size: 1.6rem;
  }
  .city-section .content_box_title,
  .city-section h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .city-section .content-box {
    padding: 14px 8px;
    height: 100%;
  }
  .breadcrumbs-custom-inset .heading-content h1 {
    font-size: 17px !important;
  }
  .breadcrumbs-custom-inset .heading-content span {
    font-size: 18px;
  }
  .car-detail-brd .heading-content {
    padding-right: 35px;
  }
  .bus-box figure {
    width: 100%;
    top: -30px;
    padding-right: 10px;
  }
  .bus-box h4 {
    margin-top: 77%;
  }
  .bus-box .why-sec .vhl-2 .left-side::before {
    display: none;
  }
  footer .contact-wrap .box {
    display: block;
    text-align: center;
  }
  .ftr .qr-code {
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
  .subs-section .title {
    font-size: 14px;
  }
  .subs-section .wraper .icon {
    width: 57px;
  }
  .subs-section p {
    font-size: 12px;
  }
  .subs-section .email-sec form .send-btn {
    padding: 5px 28px;
    height: 40px;
  }
  .subs-section {
    padding: 30px 0;
  }
  .subs-section .email-sec form input {
    height: auto;
    margin-top: 8px;
    padding: 9px 12px;
  }
  .states-slider .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .states-slider .slick-prev {
    right: 38px;
  }
  .states-section .heading-decor {
    font-size: 20px;
  }
  .m-hide {
    display: none;
  }
  .m-block {
    display: block;
  }
  .pinterest-sec .count {
    width: 46px;
    height: 46px;
  }
  .detail_page .detail_content .dc_heading {
    font-size: 22px;
  }
  .inbound-box-row {
    grid-template-columns: auto;
  }
  .inbound-box .inbound-btn::before {
    top: 160%;
  }
  .inbound-box .inbound-btn:hover::before {
    top: -100%;
  }
  .h4 {
    font-size: 18px;
  }
  .theme-sec2 {
    padding: 26px 20px;
  }
  .theme-sec2 .left-side::before {
    top: -209%;
  }
  .detail-section .title-decoration-lines-bottom {
    font-size: 18px;
  }
  .cab_wedding {
    grid-template-columns: auto;
  }
  .circle-wrap {
    grid-template-columns: auto auto;
  }
  .custom_icons_row {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 380px) {
  .breadcrumbs-custom-inset .heading-content h1,
  .breadcrumbs-custom-inset .heading-content .h_title {
    font-size: 16px !important;
  }
  .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a {
    color: #d91c2b;
  }
  html .rd-navbar-corporate-list-social {
    margin: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  footer .contact-wrap .box a {
    font-size: 12px;
    font-weight: 400;
  }
  .punjab .delhi-images .package-slide-title {
    font-size: 16px;
  }
}
