/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  outline: none!important;
}
button.owl-next {
  position: absolute;
  right: -10px;
  outline: none!important;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.main_heading {
  line-height: 18px;
  font-weight: 400;
  font-size: 16px;
  color: #2677D9;
  font-family: 'Satisfy', cursive;
  text-align: center;
  filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
}
.main_sub_heading {
  font-size: 30px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
}
.main_text {
  font-size: 12px;
  line-height: 18px;
  color: #c5c3c3;
  font-weight: 400;
  font-family: "Roboto";
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
p.main_sub_heading {
    color: #404040;
    font-family: "Roboto";
    font-size: 12px;
    max-width: 560px;
    margin: 0 auto;
    font-weight: 400px;
}

/* SLIDER */

  #slider {
    max-width: 100%;
    margin: auto;
    position: relative;
    padding:0;
  }
  #slider img {
    width: 100%;
  }
  #slider .slide_next_image img {
    width: auto !important;
    height: 100%;
  }
  #slider .slider-box h2 {
    font-size: 42px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto";
    text-align: left;
  }
  #slider .slider-box h5 {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    font-family: 'Satisfy', cursive;
    text-align: left;
  }
  #slider .slider-box h5:after {
    content: "";
    width: 5px;
    height: 120px;
    background: #2677D9;
    display: inline-block;
    position: relative;
    top: 107px;
    right: 330px;
  }
  
  #slider .carousel-caption {
    top: 0;
    bottom: inherit;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
  }
  #slider .slider-box {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    left: 7%;
    max-width: 30%;
  }
  #slider .slider-box .btn1 {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Roboto";
    text-align: center;
    padding: 10px 15px;
    background: #000000;
    border-radius: 3px;
  }
  #slider .slide_btn {
    margin-top: 20px;
    text-align: left;
  }
  #slider .carousel-indicators .active {
    background-color: #2677D9;
  }
  .tp_powered_by img {
    display: none;
  }
  #slider .cascoon-app .cascoon-tabs-buttons {
    background: none!important;
    border: none!important;
  }
 #slider div#advance_search_section {
    position: relative;
    bottom: 76px;
  }
  #slider .cascoon-tabs-button.cascoon-tabs-button--active {
    background-color: #2677D9 !important;
    border-bottom:none !important;
  }
 #slider .cascoon-app .cascoon-tabs-buttons{
    padding: 0 !important;
 }
 #slider .cascoon-app .cascoon-button-icon{
    display: none !important;
 }
 #slider .cascoon-tabs-button{
    background-color: #eaeaea !important;
    padding: 10px 30px !important;
 }
 #slider .cascoon-root .cascoon-calendar-svg {
  fill: #2677D9 !important;
 }
 #slider .cascoon-counters-select .cascoon-select-arrow-svg {
  fill: #2677D9 !important;
 }

 #slider span.cascoon-button-title{
    color: #777777;
 }
 #slider .cascoon-app .cascoon-tabs-button--active .cascoon-button-title{
    color: #ffffff !important;
 }
 #slider .cascoon-app .cascoon-tabs-wrapper .cascoon-widget-resize-container.cascoon{
    border-radius: 0px !important;
 }
 #slider .cascoon-root.cascoon-search-form{
    border:none !important;
 }
 #slider .cascoon-app .cascoon-tabs{
    box-shadow: 0px 1px 7px 0px #ccc;
    border:none !important;
 }
 #slider .cascoon-root .cascoon-form-submit--no-label{
    background-color: #2677D9 !important;
    border-radius: 0 !important;
 }
 #slider .carousel-indicators{
    bottom: 42px;
 }
 #slider .cascoon-app .cascoon-tabs-buttons:before{
    display: none !important;
 }
 #slider .cascoon-root .cascoon-form-datepicker > input[type='text'],#slider .cascoon-counters-select .cascoon-select-input,#slider .cascoon-root .cascoon-autocomplete__field > input[type='text']{
    background-color: #f5f6f6 !important;
    border: none !important;
    border-radius: 0px !important;
 }

/* Top Destination  */
section#top_destination
{
  background-color: #efeeee;
}
  
  #top_destination .top-destination p.card-text{
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    color: #c5c3c3;
    font-weight: 400;
    font-family: "Roboto";
  }
  #top_destination .top-destination .destination-button{
    text-align: left;
  }
  #top_destination .top-destination-img {
    position: relative;
  }
  #top_destination .top-destination-img img {
    height: 220px;
    width: 100% !important;
  }
  #top_destination .title-class {
    position: absolute;
    bottom: 0;
    background: #2677D9;
    width: 100%;
    text-align: left;
  }
  #top_destination .rating {
    text-align: left;
  }
  #top_destination .rupees {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    float: right;
  }
  #top_destination .title {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    display: inline;
  }
  #top_destination .rating i {
    font-size: 12px;
    color: #ffc317;
    margin-left: 5px;
  }
  .top-destination a.button{
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
    background: #000000;
    padding: 10px 15px;
    border-radius: 5px;
  }

/* Special offer  */
  
  #special_offer h4.title {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Satisfy', cursive;
    text-align: center;
  }
  #special_offer .special-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  #special_offer .bgFirst {
    background-image: linear-gradient(121deg, #3C3C3D 0%, #000000 100%);
  }
  #special_offer h5.head {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    max-width: 500px;
    margin: 0 auto;
    line-height: 40px;
  }
  #special_offer .promo-code {
    text-align: center;
    max-width: 150px;
    background: #fff;
    padding: 10px 10px;
    margin: 15px auto;
    border: 4px solid grey;
  }
  #special_offer span.code {
    font-size: 15px;
    line-height: 20px;
    color: #b05668;
    display: block;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
  }
  #special_offer .special_btn a {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
  }
  #special_offer p.text {
    max-width: 172px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
  }
  #specail_offer .special_offer_img img {
    width: 100%;
  }

/*Tour Booking */

  #tour-booking span.last-name input[type="text"]{
    margin-top: 35px;
  }
  #tour-booking h6.main_heading_travel {
      margin: 0;
      background-color: #2677D9;
      color:#ffffff;
      font-size: 12px;
  }
  #tour-booking .travel-information{
    padding: 10px;
  }
  #tour-booking .tour_booking label {
      color: white;
      font-size: 12px;
      display: flex;
  }
  #tour-booking .tour_booking input[type="text"],.tour_booking input[type="tel"],.tour_booking input[type="email"], .tour_booking input[type="phno"],.tour_booking input[type="password"],.tour_booking textarea{
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
  }
  #tour-booking .tour_booking input[type="date"]{
    font-size: 12px;
  }
  #tour-booking .submit{
    text-align: center;
  }
  #tour-booking .tour_booking input[type="submit"]{
    background-color: #2677D9;
    padding: 5px;
    background-color: #2677D9;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
  }
  #tour-booking .checkbox-travel {
    display: grid;
  }
  #tour-booking .tour-contact-form p {
    margin-bottom: 10px;
  }
  #tour-booking ::-webkit-input-placeholder { 
    color: #000000;
  }
  #tour-booking input[type="checkbox"] {
    margin: 0px 10px 0 0;
  }
  #tour-booking .tour-booking-right-image img{
    height: 100%;
  }


/*why choose us */

  #whychoose {
    background: #efeeee;
  }
  .whychoose-second {
    text-align: center;
  }
  .whychoose-icon i {
    background-color: #000000;
    color: white;
    padding: 8px 15px;
  }
  .whychoose-content {
    padding: 20px 25px 0;
  }
  .whychoose-icon {
    position: absolute;
    top: -15px;
    width: 100%;
  }
  .whychoose-content h5 {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
  }
  .whychoose-content p {
    font-size: 12px;
    line-height: 18px;
    color: #c5c3c3;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
  }
   .whychoose-content a.btn1:hover{
    color: #2677D9;
   }
  .whychoose-content a.btn1 {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
  }
  .whychoose-type {
    padding: 0px 0px 12px 0px;
    background-color: white;
    margin-top: 55px;
    margin-bottom: 55px;
    position: relative;
  }

/*Newsletter */
  .newsletter_right {
    background-size: cover;
  }
  .left-image img{
    width: 100%;
  }
  .newsletter_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
  }
  #newsletter .title {
    color: #c5c3c3;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    position: relative;
    left: 12px;
  }
  #newsletter .title:before {
    content: "";
    width: 150px;
    height: 2px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    top: -3px;
    right: 10px;
  }
  #newsletter .head {
    font-size: 25px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    text-align: left;
  }
  #newsletter .text {
    font-size: 12px;
    line-height: 18px;
    color: #e3e3e3;
    font-weight: 400;
    font-family: "Roboto";
  }
  #newsletter .bottom_text {
    font-size: 12px;
    line-height: 18px;
    color: #e3e3e3;
    font-weight: 400;
    font-family: "Roboto";
  }
  #newsletter input[type="text"]::placeholder {
    font-family: 'roboto';
    font-size: 14px;
    color: #fff;
  }
  #newsletter input[type="text"] {
    border:1px solid #fff;
    line-height: 22px;
    width: 90%;
  }
  #newsletter input[type="submit"] {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    position: absolute;
    padding: 13px 30px;
  }

/* Hotel */

  #hotel .hotel_box {
    position: relative;
  }
  #hotel .hotel-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: left;
    background: rgba(34, 34, 34 ,0.5);
  }
  #hotel .location {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
  }
  #hotel .date {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
  }
  #hotel .rating i {
    font-size: 12px;
    color: #ffffff;
    margin-left: 5px;
  }
  #hotel .location , #hotel .rating {
    display: inline-block;
  }

/* Testimonial  */
  #testimonial  {
    background-image: linear-gradient(121deg, #2677D9 0%, #001E43 100%);
  }
  #testimonial .main_heading,#testimonial .main_sub_heading{
    color: #ffffff;
  }
  #testimonial .main_text{
    color:#C5C3C3;
  }
  #testimonial .testimonial {
    margin: 30px 0px;
    padding: 30px 30px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
  }
  #testimonial .img img {
    width: 80px!important;
    height: 80px;
    border-radius: 50px;
  }
  #testimonial .text {
    font-size: 12px;
    line-height: 20px;
    color: #969696;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
  }
  #testimonial .title {
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    font-weight: 600;
    font-family: "Roboto";
  }
  #testimonial i {
    font-size: 14px;
    color: #ccc;
    padding-left: 5px;
  }
  #testimonial i.fas.fa-star {
    color: #ffc317;
  }

/* Latest New */

#latest_news .main_heading,#latest_news .main_sub_heading{
    color: #ffffff;
  }
  #latest_news .main_text{
    color:#ffffff;
  }
  
  section#latest_news {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #latest_news .post-slide {
    background: #fff;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
  #latest_news .post-slide .post-review{
    padding: 30px 25px;
    position: relative;
  }
  #latest_news .post-slide .post-title {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
    font-family: "Roboto";
    text-align: left;
  }
  #latest_news .post-slide .post-text {
    font-size: 12px;
    line-height: 20px;
    color: #969696;
    font-weight: 400;
    font-family: "Roboto";
  }
  #latest_news .post-img img {
    height: 220px;
    width: 100% !important;
  }
  #latest_news .read-more{
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    font-family: "Roboto";
    border-radius: 5px;
    background-color: #000000;
    color: white;
    padding: 7px;
  }
  #latest_news .comments{
    text-align: right;
  }
  #latest_news .entry-comments{
    font-size: 14px;
    line-height: 26px;
    color: #878787;
    font-weight: 400;
    font-family: "Roboto";
  }
  #latest_news .post-img img {
    border-radius: 25px;
  }