/*
Theme Name: hodophile holidays 
Theme URI: localhost
Author: Abdur Rehman;
Author URI: http://hodophileholidays.com/
Description: This is just simple custom theme for development
Tags: custom theme
Version: 1.0
*/
@font-face {
  font-family: 'Fontastique';
  src: url('assets/font/fontastique/Fontastique-Fontastique.ttf.woff') format('woff'), url('assets/font/fontastique/Fontastique-Fontastique.ttf.svg#Fontastique-Fontastique') format('svg'), url('assets/font/fontastique/Fontastique-Fontastique.ttf.eot'), url('assets/font/fontastique/Fontastique-Fontastique.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

html {
  margin: 0 !important;
  margin-top: 0 !important;
}

body {
  margin: 0;
  font-family: Fontastique, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

.text-justify {
  text-align: justify !important;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

nav {
  z-index: 99999999999 !important;
  position: relative;
}

nav .container-fluid {
  max-width: 95%
}

nav .navbar-brand .site-logo {
  max-width: 130px;
  width: 130px
}

nav .navbar-collapse {
  flex-grow: 0;
}

nav .navbar-nav,
nav .navbar-nav .nav-item {
  position: relative;
}

nav .navbar-nav .nav-item:before {
  content: '|';
  position: absolute;
  top: 7px;
  color: #fff;
}

nav .navbar-nav .nav-item:first-child:before {
  content: '';
}

nav .navbar-nav .nav-link {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
  color: #ffffff;
  font-weight: 600;
}

nav .navbar-nav .nav-link:hover {
  color: #FFA91F;
  transition-duration: 0.5s;
}

._Specila_Packages {
  background: url(bg-packages1.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 80%;
}

.filter-white {
  filter: brightness(0) invert(1);
}

.carousel-item:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
}

.carousel-caption {
  z-index: 9999;
  top: 35%
}

.collapse {
  position: relative;
}

.rotate-100deg {
  transform: rotate(100deg);
}

.site-form {
  position: relative;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 99999;
  background: #fff;
  background: linear-gradient(to right, #fa9e1b, #8d4fff);
}

.site-form .container {
  border-radius: 60px;
  padding: 50px 30px;
  max-width: 90%
}

.site-form .main-form {
  /*margin-left: 6%;*/
}

.site-form .site-form-wrapper .heading h4,
.site-form .site-form-wrapper .heading p {
  display: inline-block
}

.site-form .site-form-wrapper .heading p {
  font-size: 18px;
}

#_name,
#_email,
#_phone,
#_msg {
  background: transparent;
  padding: 5px 10px;
  /*border: none;*/
  border-radius: 0;
  border: 1px solid #949599;
  color: #949599;
  width: 100%;
}

/*
#_email {
	background: #fff;
	padding: 5px 25px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	color: #333;
}
#_phone {
	background: #fff ;
	padding: 5px 25px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	color: #333;
}
#_msg {
	background: #fff ;
	padding: 5px 25px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	color: #333;
}*/
/* Package Page Form*/
.main-package-wrapper {
  border: 1px solid #891333
}

.form-heading {
  background: #891333;
  color: #fff;
  padding: 0.55rem 1.5rem;
  text-align: center;
}

.form-heading h5 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
}

.main-package-form {
  padding: 1rem 1.5rem
}

.main-package-form label {
  font-size: 0.9rem;
  font-weight: 600;
}

.main-package-form .row .col-12,
.row .col-6 {
  margin-bottom: 10px;
}

.main-package-form .row .col-12 .form-control,
.row .col-6 .form-control {
  border-radius: 0 !important;
}

.main-package-form .row .col-12 .your-message textarea {
  height: 100px !important;
}

/* Package Page Form Ends */
.section-heading h1 {
  font-size: 3rem;
  color: #ea7a0c;
  display: inline-block;
  padding-right: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.section-heading h2 {
  font-size: 2.5rem;
  color: #000;
  display: inline-block;
  text-shadow: 5px 1px 2px rgba(0, 0, 0, 1);
}

.tcb-product-item {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  margin: 10px;
}

.tcb-product-photo figure {
  margin: 0px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-align: center;
  /*height: 200px;
	max-height: 200px;*/
}

.tcb-product-photo figure img {
  width: 100% !important;
  height: 200px;
}

.tcb-product-info {
  padding: 10px;
  background: #fff;
}

.tcb-product-item a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.tcb-product-title h4 {
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 24px;
}

.tcb-product-price {
  font-size: 14px;
  display: flex;
  justify-content: space-between
}

.tcb-product-price .pkg-days {
  color: #ec8d42;
  font-weight: 600;
}

.tcb-product-cost-main {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.tcb-product-cost-main .btn-view-details {
  color: #fff;
  background: #891333;
  border-radius: 0;
  font-weight: 100;
  font-size: 14px;
}

.tcb-product-cost-main .btn-view-details:hover {
  color: #fff;
  background: #6E3A08;
}

.tcb-product-cost-main h5 {
  margin: 0;
  margin-top: 10px;
  color: #4caf51;
  font-weight: 700;
}

.tcb-product-cost-main p {
  margin: 0;
}

.pkg-rating .fa-star {
  color: #ffa11a;
}

.shadow-theme1 {
  box-shadow: 0 3px 8px 0 #efefef;
}

.btn-view-details {
  color: #fff;
  background: #891333;
  border-radius: 0;
  font-size: 16px;
}

.btn-view-details:hover {
  color: #fff;
  background: #6E3A08;
}

.Luxury-Hotel {
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  padding: 60px 0;
}

.Luxury-Hotel .container {
  /*	max-width: 100%;
	width: 100%;*/
}

.Luxury-Hotel .prev-arrow,
.Luxury-Hotel .next-arrow {
  height: 40px;
  width: 40px;
  color: #fff;
  background: #4d351d;
  border: none;
}

.Luxury-Hotel .prev-arrow img,
.Luxury-Hotel .next-arrow img {
  padding-bottom: 4px;
}

.ren-hotel-single-item {
  position: relative;
  overflow: hidden;
  padding-left: 10px
}

.ren-hotel-single-item .tcb-product-photo figure img {
  min-height: 320px;
}

.ren-hotel-single-item:hover .tcb-product-photo figure img {
  transform: scale(1.2) !important;
  transition: transform 1s, filter 1.5s ease-in-out;
}

.ren-hotel-single-item::before {
  content: '';
  position: absolute;
  background: #00000060;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.ren-hotel-single-item-desc {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 25px;
}

.ren-hotel-single-item-desc h4 {
  font-size: 1.15rem;
  font-weight: 600;
}

.ren-hotel-single-item-desc .hotel-ratings {
  font-size: 0.8rem;
  color: #FFDD00;
}

.ren-hotel-single-item-desc .hotel-ratings .fa-star {
  font-size: 0.8rem;
  color: #FFDD00
}

.custom-arrows-wrapper {
  padding-left: 10px
}

.ren-hotel-single-item-desc figure img {
  width: 100%;
}

._Trekking {
  background: #f3f6f9;
  padding: 60px 0;
}

._Trekking .ren-trekking-single-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 8px 0 #D0D0D0;
  border: 1px solid #fff;
  border-radius: 35px;
  max-height: 410px;
  height: 410px;
  width: 100%;
}

._Trekking .ren-trekking-single-item img {
  width: 100%;
}

._Trekking .ren-trekking-single-item-desc {
  color: #fff;
  position: absolute;
  bottom: 30%;
  text-align: center;
  width: 100%;
}

._Trekking .ren-trekking-single-item-desc h5 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  width: 80%;
  margin: auto;
  padding: 15px 0;
  background: #00000070;
  border: 2px solid #fff
}

._Trekking .ren-trekking-single-item a:hover h5 {
  background: #ea7a0c;
  transition-duration: 0.5s;
}

/* Festival Tours CSS  */
.Festival-Tours {
  background: rgb(124, 255, 189);
  background: linear-gradient(113deg, rgba(124, 255, 189, 1) 0%, rgba(144, 169, 233, 1) 100%);
  padding: 60px 0;
  margin-top: 50px
}

.Festival-Tours .ren-Festival-single-item {
  position: relative;
  overflow: hidden;
  width: 95%;
  margin: auto;
  height: 400px;
}

.Festival-Tours .ren-Festival-single-item .slick-slide div {
  margin: 0 10px !important;
}

.Festival-Tours .ren-Festival-single-item::before {
  content: '';
  position: absolute;
  background: #00000060;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.Festival-Tours .ren-Festival-single-item img {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.Festival-Tours .ren-Festival-single-item-desc {
  color: #fff;
  position: absolute;
  bottom: 30%;
  text-align: center;
  width: 100%;
}

.Festival-Tours .ren-Festival-single-item-desc h4 {
  text-align: center;
  font-weight: 600 !important;
  width: 80%;
  margin: auto;
  padding: 15px 0;
}

.Why-Choose-single-item img {
  padding-top: 15px;
}

.Why-Choose-single-item p {
  width: 75%;
  margin: 0 auto;
  font-size: 0.8rem
}

.testimonials {
  /* background: url(../images/bg-testimonials.jpg) no-repeat; */
  background-size: cover !important;
  background-position: center !important;
  padding: 80px !important;
}

.testimonials-wrapper {
  background: #00000095;
  padding: 60px;
  color: #fff;
  text-align: center;
}

.Why-Choose-Us-wrapper avatar {
  display: block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #fff;
  border: 2px solid #fff;
  margin: 0 auto;
  overflow: hidden;
}

.Why-Choose-Us-wrapper .slick-prev::before,
.Why-Choose-Us-wrapper .slick-next::before {
  opacity: 1;
  color: #FFFFFF;
}

.Newsletter-wrapper {
  position: relative;
  background: #808080;
  background-size: contain;
  background-position: bottom;
  padding: 20px 0;
  color: #fff;
}

.Newsletter-wrapper input[type="email"] {
  padding: .5rem 1em;
  font-size: 0.85em;
  border: 1px solid #e7e7e7;
  color: #333;
  background: #FFFFFF;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}

.whatsapp-float-desktop {
  position: fixed;
  width: auto;
  bottom: 20px;
  left: 30px;
  border-radius: 30px;
  text-align: center;
  z-index: 100;
  line-height: 30px;
}

.whatsapp-float-desktop img {
  width: 100%;
}

.bg-black {
  background: #000000;
}

.instagram-feed-wrapper {
  padding: 0;
  margin: 0;
}

.instagram-feed-wrapper .row>* {
  margin-bottom: 10px;
}

.instagram-feed-wrapper a {
  position: relative;
  overflow: hidden;
}

.instagram-feed-wrapper a .insta-overlay {
  color: #fff;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 96%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.70)
}

footer {
  background: #262626;
  position: relative;
  background-size: contain;
  background-position: bottom;
  padding: 50px;
  color: #fff;
}

footer .footer-social p:last-child {
  margin-bottom: 0;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  color: #FFA91F;
}

footer .navbar-brand .site-logo {
  max-width: 130px !important;
  width: 130px !important;
}

.footer-tittle {
  position: relative
}

.footer-title-bar {
  width: 70px;
  height: 2px;
  background: #fff;
  position: relative;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}

.single-footer-caption ul li,
.single-footer-caption ul li a {
  color: #fff;
  list-style: none;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  padding: 0;
  padding-left: 0.1rem !important;
}

.single-footer-caption .footer-social ul {
  color: #fff;
  list-style: none;
  padding-inline-start: 0px !important;
}

.single-footer-caption .footer-social ul li,
.single-footer-caption .footer-social ul li a {
  display: inline-block;
  background: none !important;
}

.single-footer-caption .footer-social ul li::before {
  content: '';
  display: none;
}

.single-footer-caption ul li a {
  color: #fff;
  list-style: none;
  margin-bottom: 5px;
  text-decoration: none;
}

.single-footer-caption ul li a:hover {
  color: #FFA91F;
}

.single-footer-caption ul li::before {
  content: '→';
  position: absolute;
  left: -20px;
}

.single-footer-caption ul {
  color: #fff;
  list-style: none;
  padding-inline-start: 20px;
}

.footer-social a {
  color: #FFFFFF;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  position: relative;
  top: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.footer-social a:hover {
  color: #FFA91F;
  transition-duration: 1s;
}

.footer-bottom-area {
  background: #333;
  padding: 10px;
}

.footer-bottom-area p,
.footer-bottom-area a {
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px
}

.textwidget.company-info p {
  display: flex;
  margin-bottom: 0.5rem;
}

.textwidget.company-info p i {
  padding-right: 10px;
}

.card {
  border: none;
  border-radius: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.card img {
  /*	width: 207px;*/
  width: 100%
}

.card .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 15%;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 1s;
}

.card:hover .img-top {
  display: inline;
}

.card img {
  transition: transform 1s, filter 1.5s ease-in-out;
  transform-origin: center center;
}

/* The Transformation */
.card:hover img {
  transform: scale(1.1);
}

.explore-item .well {
  height: auto
}

.explore-item .well img {
  width: 100%;
}

.explore-item .well .caption {
  bottom: -80%
}

.explore-item .well:hover .caption {
  bottom: 0%;
  background: rgba(0, 0, 0, .7);
  padding-top: 5%
}

.explore-item .well {
  height: 350px;
  overflow: hidden;
  position: relative;
  background: 0 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0
}

.item-dist p {
  margin-bottom: 5px
}

.explore-item .well .caption {
  position: absolute;
  bottom: -82%;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 5%;
  color: #fff !important;
  z-index: 2;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.explore-item .well:hover .caption {
  bottom: 0%;
  background: rgba(0, 0, 0, .7);
  padding-top: 11%
}

.explore-item .well:hover .caption h1 i {
  display: none
}

.explore-item .well .caption h1 {
  margin: 0;
  font-size: 16px;
  text-align: left;
  padding-bottom: 22px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc
}

.carousel-caption {
  text-align: left;
  left: 5%;
}

.main_hero_heading {
  font-size: 66px;
}

.intro_item {
  width: 100%;
  height: 370px;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  margin-bottom: 25px;
}

.intro_item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(49, 18, 75, .30);
}

.intro_item_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.intro_item_content {
  width: 100%;
  height: 100%;
  z-index: 3;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  display: flex !important;
  position: relative;
}

.intro_center h1 {
  font-size: 42px;
  /*  font-weight: 700;*/
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -.1em;
}

.intro_price {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.intro_date {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  padding-left: 39px;
  padding-right: 39px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 27px;
  background: #fa9e1c;
  border-radius: 14px;
  text-transform: uppercase;
}

.intro_button {
  position: absolute;
  bottom: 51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.button {
  display: inline-block;
  height: 40px;
  border-radius: 30px;
  overflow: hidden;
}

.button_bcg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
  z-index: -1;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.button:hover .button_bcg {
  left: -100%
}

.button a {
  display: block;
  font-size: 13px !important;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 38px;
  padding-left: 46px;
  padding-right: 46px;
  white-space: nowrap;
  z-index: 2;
}

.button span {
  display: inline-block;
  vertical-align: middle;
  width: 5.75px;
  height: 5.63px;
  background: #fff;
  border-radius: 50%;
  margin-right: 2px;
}

.slick-luxury-hotels .intro_item {
  width: 95% !important;
}

.offers_items {
  margin-top: 3rem;
}

.offers_col {
  margin-bottom: 20px;
  overflow: hidden;
}

.offers_items .pr-0 {
  padding-right: 0px !important;
}

.offers_image_container {
  width: 100%;
  height: 100%;
  position: relative;
}

.offers_image_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.offer_name {
  /*  position: absolute;
  left: 0;
  bottom: 27px;*/
  width: 60px;
  text-align: center;
  background: #fa9e1b;
  overflow: hidden;
  margin-bottom: 0.6rem;
}

.offer_name a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 5px;
  text-decoration: none !important;
}

.offers_price {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #eda84a;
  line-height: 1;
  margin-bottom: 1rem
}

.offers_price span {
  font-size: 14px;
  font-weight: 400;
  color: #929191;
  margin-left: 12px;
}

.offers_text {
  font-size: 14px;
  font-weight: 400;
  color: #929191;
  margin-top: 16px;
}

.offers_link {
  margin-bottom: 10px;
  text-align: right;
}

.offers_link a {
  font-size: 12px;
  font-weight: 700;
  color: #2d2c2c;
  text-decoration: none
}

.holidayItineraryWrapper {
  display: flex;
  justify-content: space-around;
  padding-inline-start: 0;
  list-style: none;
  color: #333;
  margin: 0.5rem 0 !important;
}

.includesWrapper span {
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #333;
  font-size: 0.7rem !important;
  font-weight: 500;
}

.includesWrapper {
  text-align: center
}

.includesWrapper img {
  display: block;
  margin: 0 auto;
}

.main-package-form {
  padding: 1rem 1rem;
}

.main-package-form label {
  font-size: 0.8rem;
  font-weight: 600;
}

.single-tour-hero-wrapper {
  height: 550px;
  max-height: 600px;
  background-size: cover !important;
  background-position: center top !important;
  display: flex;
  overflow: hidden;
  position: relative;
}

.single-tour-hero-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.1);
}

.single-tour-hero-wrapper .single-tour-hero-desc {
  width: 90%;
  margin: auto;
  text-align: center;
  z-index: 1;
  position: relative;
  color: #fff
}

.single-tour-hero-wrapper .single-tour-hero-desc h1 {
  font-size: 300%;
  color: #FFF;
  text-transform: uppercase
}

.single-main-wrapper {
  background-color: #f6f6f6;
}

.tab-pane {
  padding: 1.5rem 0.5rem;
}

.starting-from-txt {
  margin-bottom: 4px !important;
  color: #b2b2b2 !important;
  font-size: 14px;
  line-height: 18px;
}

.orig-price {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #4caf50;
  line-height: 32px;
}

.disc-price {
  font-size: 16px;
  line-height: 1.5;
  color: #3e3e3e;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 8px !important;
}

.price_unit {
  margin-bottom: 4px !important;
  color: #b2b2b2 !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.itinerary-day-title {
  cursor: pointer;
  font-weight: bold;
  width: 100%;
}

.itinerary-day-desc {
  font-size: 0.9rem;
}

.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-bottom: 0;
}

/*.active, .accordion:hover {
	background-color: #ccc;
}*/
.accordion:after {
  content: '\002B';
  color: #891333;
  font-weight: bold;
  float: right;
  border-radius: 6px;
  border: 1px solid;
  padding: 0px 5px;
  height: 31px;
}

#Itinerary .active:after {
  content: "\2212";
}

.panel {
  padding: 0 1px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.headingTabs .nav-tabs .nav-item.show .nav-link,
.headingTabs .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #891333;
  border-color: #891333 #891333 #891333;
}

.headingTabs .nav-tabs .nav-item.show .nav-link:hover,
.headingTabs .nav-tabs .nav-link:hover {
  color: #fff !important;
  background-color: #891333;
  border-color: #891333;
}

.headingTabs .nav-tabs .nav-item .nav-link {
  color: #212529;
}

.headingTabs .nav-tabs {
  border-bottom: 1px solid #891333;
}

.breadcrumb li a {
  color: #C88340;
  text-decoration: none;
}

.breadcrumb li.active {
  color: #000;
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  opacity: 0.4;
}

.destinationWrapper {
  display: flex;
  padding: 5px 0;
  margin: 20px 0;
  flex-wrap: wrap;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

.makeFlex.hrtlCenter {
  align-items: center;
  display: flex;
  position: relative;
}

.destinationWrapper .destinationName {
  color: #888888 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #333;
  position: relative;
}

.destinationWrapper .redText {
  color: #891333;
  font-weight: 700;
  margin-right: 20px;
  position: relative;
}

.destinationWrapper .redText:after {
  content: ">";
  position: absolute;
  color: #333;
  right: -15px;
}

.destinationWrapper .makeFlex:last-child .redText:after {
  display: none;
}

.ceerr {
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #891333;
  border-radius: 50%;
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ceerr .fa {
  color: #891333;
  font-size: 1.2rem;
  opacity: 1
}

.pakageDtlWrapTop {
  background: #eaf5ff;
  padding: 20px;
  position: relative;
  margin-bottom: 1rem;
}

#Itinerary .content-here h6 {
  position: relative;
}

#Itinerary .content-here h6::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 200%;
  border: 1px solid #cfcfcf;
  margin: 0 auto;
  right: 10px;
  top: 10px;
}

#Itinerary .content-here h6::before {
  position: absolute;
  content: "";
  background: #b2b2b2;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  right: 7px;
  z-index: 2;
}

#Itinerary .content-here .d-flex:nth-last-child(1) h6::after {
  display: none;
  height: 0;
}

#Itinerary .content-here .d-flex:nth-last-child(2) h6::after {
  height: 150%;
}

#Inclusions ul li,
#Exclusions ul li {
  list-style: none;
  position: relative;
}

#Inclusions .includes ul li:before {
  background: url(https://www.thomascook.in/images/pdp-sprite-new.png) -5px 0;
  position: absolute;
  content: "";
  left: -35px;
  width: 20px;
  height: 20px;
  /* top: 0; */
  /* right: 0; */
  /* border-top: 0 solid transparent; */
  /* border-bottom: 0 solid transparent; */
  /* border-left: 0 solid #e36e0e; */
  /* margin-left: -15px; */
  /* display: block; */
}

#Exclusions .excludes ul li:before {
  background: url(https://www.thomascook.in/images/pdp-sprite-new.png) -25px 0;
  position: absolute;
  content: "";
  left: -35px;
  width: 20px;
  height: 20px;
  /* top: 0; */
  /* right: 0; */
  /* border-top: 0 solid transparent; */
  /* border-bottom: 0 solid transparent; */
  /* border-left: 0 solid #e36e0e; */
  /* margin-left: -15px; */
  /* display: block; */
}

#wantUsCallPrice .wantus_call_pdp {
  width: 90%;
  margin: 0 auto 15px;
  float: none;
  overflow: hidden;
  border-radius: 48px;
  border: 1px solid #e1e1e1;
  text-align: center;
}

.pdp_sidebar_row2 h4 {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  width: 80%;
  margin: 10px auto;
  text-align: center;
}

.call-btn {
  border-radius: 48px;
  padding: 7px 10px;
  background: linear-gradient(0deg, #e7e7e8 0, #fff 100%);
  color: #000000;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none
}

.call-btn a {
  text-decoration: none;
  font-weight: 600;
}

.pkg_durations {
  position: absolute;
  top: -16px;
  right: 10px;
  padding: .2em 1em;
  background: #ffbd4e;
  font-weight: 400;
  font-size: 12px !important;
  color: #000;
  font-family: "Poppins", Arial, sans-serif;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 20px 43px -8px rgb(0 0 0 / 11%);
  -moz-box-shadow: 0 20px 43px -8px rgba(0, 0, 0, .11);
  box-shadow: 0 20px 43px -8px rgb(0 0 0 / 11%);
}

.destinationWrapper {
  display: flex;
  padding: 0;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.makeFlex.hrtlCenter {
  align-items: center;
  display: flex;
  position: relative;
}

.destinationWrapper .destinationName {
  font-size: 12px;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #333;
  position: relative;
}

.destinationWrapper .redText {
  font-size: 12px;
  font-weight: 700;
  margin-right: 14px;
  position: relative;
}

.destinationWrapper .redText:after {
  content: ">";
  position: absolute;
  color: #333;
  right: -13px;
}

.destinationWrapper .makeFlex:last-child .redText:after {
  display: none;
}

.offers_price {
  height: 45px;
  margin-bottom: 0.2rem;
}

.offers_price a {
  text-decoration: none;
  color: #444
}

.offer_name {
  color: #fff;
}

.offers_link a {
  color: #fa9e1b;
}

.offers_link a:hover {
  color: #000;
}

/*Package Card*/
.cbox {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}

.cbox a img {
  height: 290px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-in-out;
}

.thumb_content {
  position: absolute;
  bottom: 0;
  background: #000;
  background-color: rgba(0, 0, 0, 0.5);
  color: #000000;
  width: 100%;
  height: auto;
  font-size: 12px;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.thumb_content .thumb_title {
  float: left;
  width: 70%;
}

.thumb_content .thumb_title .tour_country {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 15px 0 15px 15px;
}

.thumb_content .thumb_meta {
  text-align: right;
  color: #fff;
  padding: 15px 15px 10px 0;
  float: right;
  width: 25%;
}

.thumb_content .thumb_meta .tour_days {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.cbox:hover a img {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.cbox:hover .thumb_content {
  background-color: rgba(189, 3, 6, 0.8);
  transition: all 0.3s ease-in-out;
}

/*Package Card ends*/

/*popup modal*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: hsla(0, 0%, 16%, 0.60);
}

.modal-dialog {
  position: relative;
  max-width: 500px;
  margin: 1.75rem auto;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.fade {
  transition: opacity .15s linear;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: url("assets/images/pop-cover.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.formkit-field input[type="text"],
.formkit-field input[type="number"],
.formkit-field input[type="email"],
.formkit-field input[type="date"],
.formkit-field input[type="num"],
.formkit-field input[type="tel"] {
  background: 0 0;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 5px;
  color: #fff;
  margin: 10px 0;
  font-weight: 600;
  outline: none;
  box-shadow: 0 0 0 0;
  width: 100%;
}

.seva-form input[type="submit"] {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  width: 150px;
  height: 40px;
  margin: 20px 0 0;
  font-size: 11px;
  text-align: center;
  padding: 3px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 0;
}

.seva-form input[type="submit"]:hover {
  background: #891333;
  color: #fff;
}

.formkit-field input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.formkit-field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.formkit-field input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

#b_name {
  background: url(assets/images/name.png) no-repeat 0.5% 46%;
  background-size: 20px;
  padding-left: 30px;
}

#b_number {
  background: url(assets/images/call.png) no-repeat 0.5% 46%;
  background-size: 20px;
  padding-left: 30px;
}

#b_email {
  background: url(assets/images/email.png) no-repeat 0.5% 46%;
  background-size: 20px;
  padding-left: 30px;
}

#inputdat {
  background: url(assets/images/date.png) no-repeat 0.5% 46%;
  background-size: 20px;
  padding-left: 30px;
}

#b_pax {
  background: url(assets/images/pax.png) no-repeat 0.5% 46%;
  background-size: 20px;
  padding-left: 30px;
}

#b_child {
  background: url(assets/images/child.png) no-repeat 0.5% 46%;
  background-size: 20px;
  padding-left: 30px;
}

#b_dest {
  background: url(assets/images/message.png) no-repeat 0.5% 0;
  background-size: 20px;
  padding-left: 30px;
}

.modal-close {
  background: #891333;
  max-width: 30px;
  text-align: center;
  color: #fff;
}

/*ends*/

/* Sticky Social */
.social-nav-fixed {
  right: 0;
  position: fixed;
  z-index: 99999;
  top: 35%
}

.social-nav-fixed li {
  float: none;
  display: table;
}

.social-nav-fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  position: relative;
}

.social-nav-fixed .whatsapp {
  background: #5bc456;
}

.social-nav-fixed .twitter {
  background: #00ACED;
}

.social-nav-fixed .instagram {
  background: #e04a8f;
}

.social-nav-fixed .facebook {
  background: #3B579D;
}

.social-nav-fixed .linkedin {
  background: #1a76d2;
}

.social-nav-fixed a:hover {
  font-size: 20px;
  transition: 0.3s;
}

/* Sticky Social Ends */

@media (max-width:572px) {
  nav.mobile_menu ul li {
    float: left;
    margin-right: 15px;
    border-bottom: 0px solid #eaeaea;
    padding: 0 !important;
  }

  nav.mobile_menu ul li a {
    color: #000000;
  }

  .mobile_menu {
    background: none !important;
  }

  .q_logo a {
    left: -56%;
  }

  .mobile_menu_button {
    margin: 0 10px 0 0 !important;
  }
}

/*Medai query*/
@media (max-width:991px) {
  nav .container-fluid {
    max-width: 100%;
  }

  .home-hero {
    height: auto !important;
  }

  .home-hero .align-items-center {
    justify-content: center;
  }

  .slick-next {
    right: 0 !important;
  }

  .grid-pattern-wrapper .slick-arrow {
    display: none !important;
  }

  .home-hero .w-75 {
    width: 90% !important;
  }

  .home-hero .w-75 .mt-5 {
    margin-top: 10rem !important;
  }

  .grid-pattern-wrapper .grid-pattern-box {
    height: 125px !important;
  }

  .grid-pattern-wrapper {
    padding: 0px !important;
    margin-top: 1rem !important;
  }

  .collapse:not(.show) {
    display: block;
  }

  .navbar-collapse {
    flex-basis: auto;
  }
}

@media (max-width:419px) {
  nav .container-fluid {
    flex-wrap: nowrap !important;
  }

  .cta-button a {
    margin: 0 !important;
    padding: 2px 6px !important;
  }

  .offers_items {
    margin: auto;
    margin-top: 3rem;
    width: 95%;
  }

  .offers_col {
    margin-bottom: 20px !important;
  }
}

@media (max-width:1024px) {
  .offers_image_background {
    position: relative;
    height: 200px;
  }

  .testimonials,
  .testimonials-wrapper {
    padding: 20px !important;
  }

  #_name,
  #_email,
  #_phone,
  #_msg {
    width: 100%;
  }

  .btn-view-details {
    width: 100%;
  }

  .section-heading h1 {
    font-size: 2rem;
  }

  .intro_center h1 {
    font-size: 32px;
    letter-spacing: normal;
  }
}