/* 
/*------------------------------------------------------------------
* Project:        Yatra
* Author:         CN-InfoTech
* URL:            https://themeforest.net/user/cn-infotech
* Created:        6/24/2019
-------------------------------------------------------------------

- // TABLE OF CONTENTS // -

========================================================================
 

 1.* Default
 2.* Navbar
 3.* Header
 4.* Slider/Banner
 5.* Popular
 6.* countdown
 7.* deal
 8.* bucket List
 9.* Top Destination
 10.* Testimonial
 11.* Blog
 12.* Partners
 13.* Footer


 */



@import url(https://fonts.googleapis.com/css?family=Times+New+Roman:100,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Mukta:300,400,600,700);
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box; 
}

ol, ul {
  list-style: none;
}

:focus {
  outline: 0; 
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0; 
}

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0; 
}
.clearfix:after .test {
  color: red; 
}

.clearfix {
  display: inline-block; 
}

* html .clearfix {
  height: 1%; 
}

.clearfix {
  display: block; 
}

header,
nav,
section,
article,
aside,
footer {
  display: block; 
}

* {
  margin: 0;
  padding: 0; 
}


h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #444444;
  margin-top: 0; 
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}
h1{
  font-size: 36px;
}
h2 {
  font-size: 28px; 
}

h3 {
  font-size: 21px; 
}

h4 {
  font-size: 18px; 
}

h5 {
  font-size: 16px; 
}

h6 {
  font-size: 14px; 
}

hr {
  border: 0.5px solid #444444; 
}

p {
  margin-bottom: 15px;
  color: #555;
}

ul {
  margin: 0;
  padding: 0; 
}
ul li {
  margin-bottom: 15px;
  color: #777;
  position: relative; 
}
a {
  color: #002147; 
  transition: all ease-in-out 0.3s;
}
a:hover {
  text-decoration: none;
  color: #0D74BA;
}


input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=tel],
input[type=date],
textarea,
select,
.form-control {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #eceaea;
  border-radius:0px;
  padding: 10px 25px;
  width: 100%;
  color: #444444;
  height: auto;
  margin-bottom: 0px; 
  box-shadow: none;
}
select{
  padding: 10px 20px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  transition: all 0.5s ease; 
}

.checkbox, .radio {
    margin: 15px 0;
}

.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"],
 .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio label, .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

textarea {
  resize: vertical;
  height: 200px; 
}

img {
  width: 100%; 
}
section{
  padding: 80px 0 0px;
}
/*section:nth-child(even){
  background: #fbfbfb;
}
section:nth-child(odd){
  background: #fff;
}*/
section.white-bg{
  background: #fff;
}
body  [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
  margin-left: 0;
  font-size: 16px;
}
label{
  font-weight: 500;
  margin-bottom: 5px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table img{width: auto;}

thead {
    background: #fbfbfb;
}

td, th {
  border: 1px solid #f1f1f1;
  text-align: left;
  padding:15px 10px;
}

tr:nth-child(even) {
  background-color: #fbfbfb;
}
.btn-blue{
  border: 1px solid #005294;
  padding: 7px 25px;
  display: inline-block;
  background: #005294;
  color: #fff;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
abtn-blue:hover{
  background: #fff;
  color: #005294;
  border-color: #005294;
}
.btn-white{
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-red{
  background: #D60D45;
  border-color: #D60D45;
}
.btn-red:hover{
  background: #fff;
  color: #D60D45;
  border-color: #D60D45;
}

.white{color: #fff;}

#preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}
#status{
  position: fixed;
  content: '';
  display: block;
  top: 28%;
  left: 0;
  right: 0;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/loader.gif);
  background-size: cover;
  background-position: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999999999;
}

.bg-white{background: #fff!important;}

/* Section Head */
.section-title{
  position: relative;
  padding: 0 20%;
  margin-bottom: 50px;
  z-index: 1;
}
.section-title h2{
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-title p{
  margin-bottom: 0;
}
.section-title [class^="flaticon-"]:before, [class*=" flaticon-"]:before{
  font-size: 36px;
  color: #005294;
}
.section-icon{
  display: inline-block;
  background: transparent;
  z-index: 1;
  position: relative;
  padding: 0 20px;
  margin-bottom: 15px;
}
.section-icon:before{
  position: absolute;
  width: 100px;
  height: 1px;
  background: #333;
  content: '';
  left: -100px;
  top: 50%;
}
.section-icon:after{
  position: absolute;
  width: 100px;
  height: 1px;
  background: #333;
  content: '';
  right: -100px;
  top: 50%;
}

/*
breadcrumb*/
section.breadcrumb-outer{
  background: url(../images/breadcrumb.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 50px 0 0px;
}
.section-overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
}
.breadcrumb-outer h2 {
  color: #fff;
  margin: 0;
  font-size: 36px;
  padding: 10px 0 5px;
}

.breadcrumb-outer h4{margin-bottom: 35px;}
.breadcrumb-content{
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.breadcrumb-content:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #fff;
  width: 50px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.breadcrumb-content nav{
  display: inline-block;
}
.breadcrumb-content ul {
  margin-bottom: 0;
  background-color:#fff;
  padding: 12px 30px;
  box-shadow: 0 0 10px #ccc;
  position: absolute;
  left: 0;
  right: 0;
  width: 40%;
  margin: 0 auto;
  bottom: -23px;
  border-radius: 0;
}
.breadcrumb-content li{
  margin-bottom: 0;
}
.breadcrumb-content li a{
  transition: all ease-in-out 0.3s;
  color: #666;
}
.breadcrumb-content li a:hover{
  color: #ffb606;
}
.breadcrumb-content .breadcrumb>.active{
  color: #ffb606;
}
.breadcrumb>li+li:before{
  padding: 0 10px 0 5px;
  content: '|'
}

/*pagination*/
ul.pagination{
  margin: 0;
}
.pagination-content{
  text-align: center;
}
.pagination>li>a, .pagination>li>span{
  height: 36px;
  width: 36px;
  line-height: 2;
  font-size: 18px;
  padding: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,.pagination>li.active>a{
  background: #005294;
  color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
  border-radius: 0;
}

label.error {
    color: red;
    margin-top: 5px;
    font-size: 14px;
}

.alert-success {
    background: #3c763d;
    border: none;
    color: #fff;
}

.alert-success h3{margin-bottom: 5px; color: #fbfbfb;}

.alert-success p{color: #fbfbfb;}




/* ====================== */
/*   price listing & FAQ        */
/* ====================== */


.price-item{
  border: 1px solid #f1f1f1;
  overflow: hidden;
  box-shadow: 1px 1px 20px #cccccc67;
  transition: all ease-in-out 0.3s;
}
.price-table-head{
  padding:20px;
  border-bottom: 1px solid #f1f1f1;
}

.price-table-head i{
  color: #D60D45;
  font-size: 40px;
  margin-bottom: 10px;
}
.price-table-head h3{
  margin-bottom: 0;
}
.price-table-price{
  padding: 15px 15px 12px;
}
.price-table-price span{
  color: #99062f;
  font-size: 21px;
}
.price-des {
    padding: 0 20px;
}
.price-table-content{
  background: #fbfbfb;
}
.price-table-content li{
  margin: 0;
  padding: 12px 20px;
}
.price-table-content li:nth-child(even){
  background: #fff;
}
.price-btn{
  padding: 20px 0;
}

.price-item-blue a.btn-red:hover{
  background: #fff;
  color: #005294;
}
.price-item:hover{
  transform: translateY(-10px);
}

.price-item.price-mar{margin-top: 30px;}
@media(max-width: 991px){
  .price-item{
    margin-bottom: 30px;
  }
  section.price-list{
    padding-bottom: 50px;
  }
}


.accrodion-grp .accrodion + .accrodion {
  margin-top: 10px;
}
.accrodion-grp .accrodion .accrodion-title {
  border: 1px solid #DEE0E1;
  background: #FFFFFF;
  padding: 14.5px 25px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.accrodion-grp .accrodion .accrodion-title h5 {
  margin: 0;
  position: relative;
  font-weight: 300;
}
.accrodion-grp .accrodion .accrodion-title h5:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #222222;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accrodion-grp .accrodion .accrodion-content {
  padding-top: 10px;
}
.accrodion-grp .accrodion .accrodion-content .inner {
  padding: 10px 0px;
}
.accrodion-grp .accrodion .accrodion-content p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .01em;
  color: #74787D;
}
.accrodion-grp .accrodion.active .accrodion-title {
  background: #666;
  border-color:#666;
}
.accrodion-grp .accrodion.active .accrodion-title h5:before {
  content: '\f106';
  color: #fff;
}

.accrodion-grp .accrodion.active .accrodion-title h5{
  color: #fff;
}

/* ====================== */
/*      Top Destination   */
/* ====================== */

.destination-item{
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  transition: all ease-in-out 0.3s;
  border: 1px solid #f1f1f1;
  box-shadow: 1px 1px 20px #cccccc67;
  background: #fff;
}

.destination-item:hover{
  transform: translateY(-3px);
  transition: all ease-in-out 0.5s;
}
.destination-image{
  position: relative;
  overflow: hidden;
}
.destination-image img{
  transition: all ease-in-out 0.5s;
}
.destination-item:hover .destination-overlay{
  opacity: 0.5;
}
.destination-item:hover img{
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}

.destination-content{padding:30px 20px; position: relative; overflow: hidden;}

.destination-content h3 {
    margin-bottom: 15px;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 15px;
}

.destination-content h5, .destination-content h6{font-weight: 300; color: #666;}

.destination-image{
    overflow: hidden;
    width: 100%;
    position: relative;
}

.destination-content .deal-rating{margin-bottom: 0;}

.tour-price{
  text-align: right;
  position: absolute; 
  right: 10px;
  bottom: 34px;
}

.tour-price .tour-head{
    display: block;
    font-size: 15px;
    
    font-weight: 400;
}    

.tour-price .tour-tail{
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    color: #d81e47;
}

.thumbnail-ribbon {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: #d81e47;
    padding: 10px 20px;
    left: 0;
    color: #fff;
}

.top-destination-item {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
  margin-bottom: 6px;
}
.top-destination-item:last-child{
  margin-bottom: 0;
}
.top-destination-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 85px 20px;
  background: #00000054;
}

p.package-days span {
    color: #d81e47;
    font-size: 18px;
}

section.top-country {
    padding-bottom: 60px;
}

.top-country .destination-item{margin:20px 0; box-shadow:1px 1px 10px #cccccc67;}

.top-country .destination-content{padding: 20px;}

.top-country .destination-content p{margin-bottom: 0;} 

/* ====================== */
/*         CTA         */
/* ====================== */

section.tour-cta {
    padding-top:60px;
}

.choose-us-wrapper {
    position: relative;
    z-index: 2;
}

.single-choose-us {
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.single-choose-us p{margin-bottom: 0;}

.single-choose-us:before {
    position: absolute;
    content: '\f00c';
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 900;
    font-family: "fontawesome";
    left: 0;
    background: #1690c0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.single-choose-us:last-child {
    margin: 0;
    border: none; 
    padding-bottom: 0;
}

.image-content img {
    border: 10px solid #fff;
    box-shadow: 0 0 15px #cccccc70;
}

/* ====================== */
/*         Footer         */
/* ====================== */

footer{
  background: #060c17;
  position: relative;
}

.footer-links{
  padding: 60px 0 59px;
  border-top: 1px dashed #cccccc3b;
  position: relative;
  z-index: 1;
}
.footer-links h3{
  color: #fff;
  margin-bottom: 50px;
}
.footer-links li{
  padding: 0 0 10px 0px;
  position: relative;
  margin-bottom: 10px
}
.footer-links li a{
  color: #fff;
  opacity: 0.8;
}
.footer-links li a:hover{
  opacity: 1;
}
.footer-links li a i{
  padding-left: 5px;
  transition: all ease-in-out 0.3s;
}
.footer-links-list li a:hover i{
  padding-left: 10px;
}
.footer-links li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
.copyright{
  position: relative;
  z-index: 1;
  padding: 0px 0 30px;
}

.copyright-content p{
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
}
.copyright-content a{
  color: #ffc63f;
}
.footer-recent-post li{
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #1f2d46;
}
.footer-recent-post li:last-child{
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.footer-recent-post li:before,
.footer-social-links li:before{
  display: none;
}
.recent-post-item{
  display: flex;
}
.recent-post-image{
  width: 27%;
}
.recent-post-content{
  flex: 1 auto;
  padding-left: 15px;
}
.recent-post-content h4{
  color: #fff;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 15px;
}
.recent-post-content p{
  color: #ffc63f;
  margin-bottom: 0;
  font-size: 13px;
}
.footer-social-links li{
  padding: 0;
  display: inline-block;
  margin: 0px 20px 0 0;
}
.footer-instagram li{
  padding: 0;
  display: inline-block;
  width: 32.33%;
  margin: 0 0 4px 0;
}
li.social-icon{
  margin-right: 15px;
  font-size: 20px;
}
li.social-icon a i{
  padding: 0;
}
.footer-about p{
  color: #fff;
  margin: 20px 0;
}
.about-logo img{
  width: 40%;
}
.about-location li{
  color: #fff;
}
.about-location li i{
  color: #ffc63f;
  padding-right: 10px;
}
.footer-social-links{
  margin-top: 20px;
}
.payment-content{
  text-align: right;
}
.payment-content li{
  display: inline-block;
  margin: 0 0px 0 10px;
  color: #fff;
}
.payment-content li img{
  width: 50px;  
}

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}
#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  border:1px solid #ccc;
  background: #fff;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#back-to-top a:after{
  position: absolute;
  content: '\f176';
  font-family: 'fontawesome';
  font-size: 20px;
  color: #005294;
  top: 5px;
  left: 15px;
  z-index: 1;
  font-weight: 500;
}

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 0px 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

/*
flight innerpage*/

.flight-inner header{
     background: transparent; 
     border: none; 
     position: inherit; 
     left: inherit; 
     top: inherit; 
}

.flight-inner .upper-head {
    background: #005294;
    padding: 10px 0;
}

.flight-inner .login-btn{line-height: inherit;}

.flight-inner .nav.navbar-nav > li > a{color: #333;}

.flight-inner .nav.navbar-nav > li > a:hover, 
.flight-inner .nav.navbar-nav > li.active > a, 
.flight-inner .navbar-default .navbar-nav>.active>a, 
.flight-inner .navbar-default .navbar-nav>.active>a:focus, 
.flight-inner .navbar-default .navbar-nav>.active>a:hover{
  color: #D60D45;
}

section.flight-destinations{padding-bottom: 80px;}

.flight-head .change-grid, .flight-head .change-list{display: inline-block;}

.flight-head .form-group{display: inline-block; margin-bottom: 0; margin-right: 10px;}

.flight-head button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
    height: 36px;
    color: #666;
    border-color: #f1f1f1;
}

.flight-head .change-grid i, .flight-head .change-list i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    border-radius: 5px;
    display: inline-block;
    background: #f1f1f1;
    transition: all ease-in-out 0.3;
}

.flight-head .change-list.f-active i, .flight-head .change-grid.f-active i, .flight-head a:hover i{
  color: #fff;
  background:#D60D45;  
  transition: all ease-in-out 0.3;
}

.flight-table, .flight-head{
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 20px #cccccc57;
    margin-bottom: 30px;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.flight-table:last-child {
    margin: 0;
}

.flight-table td, .flight-table th{padding: 20px 10px;}

.flight-table h6{margin-bottom: 3px;}

.flight-table h6 strong{color:#D60D45}

.flight-table p{margin-bottom: 0;}

.flight-table p.emi{font-size: 13px;}

.flight-table h4 {
    color: #fff;
    font-weight: 300;
    background: #39a1c9;
    padding: 10px 15px;
}

.flight-table .flight-back{margin-top: 15px;}

.flight-grid .destination-image img{width: inherit;}

/*  Detail page */
/* ====================== */
.detail-info-content{
  margin-bottom: 20px;
}
.detail-info span.bold{
  font-size: 40px;
  color: #D60D45;
}
.detail-info-content .deal-rating{
  margin: 0px
}
.detail-info-content p.detail-info-price{
  display: inline-block;
  float: right;
  margin: 0;
}
.detail-info-content h2{
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
}
.detail-info-content table{
  margin-bottom: 21px;
}
.detail-title{
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.detail-title h3,
.detail-title h4{
   display: inline-block;
  margin: 0;
  padding-right: 20px;
  border: 1px solid #f1f1f1;
  padding: 8px 16px;
  background: #fbfbfb;
}
.sidebar-item .detail-title h3{
  padding: 5px 15px;
}
.sidebar-item-dark .detail-title h3{
  background: #005294;
  color: #fff;
  border: none;
}
.detail-title:after{
  position: absolute;
  top: 51%;
  content: '';
  background: #f1f1f1;
  height: 1px;
  width: 100%;
}
.detail-box{
  margin-bottom: 30px;
}
.detail-box:last-child{
  margin: 0;
}
.description-content {
  border: 1px solid #f1f1f1;
  padding: 15px;
}
.description-content p:last-child{
  margin-bottom: 0;
}

.flight-inner .description-content table{margin-bottom: 15px;}

.flight-inner .in_th_brdr_img_030 > .carousel-indicators li, .flight-inner .in_th_brdr_img_030 > .carousel-indicators .active{
  height: 58px;
}

.flight-inner .tour-price .tour-head{
    font-size: 13px;
}    

.flight-inner .tour-price .tour-tail{
  font-weight: 600;
}

.flight-inner .tour-price{bottom: 0; right: 0;}

.flight-inner .make-payment{margin-top: 25px;}

.flight-inner a.f-payment {
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    width: 100%;
    display: block;
    color: #d81e47;
    padding: 15px 20px 15px 20px;
}

/*
sidebar*/
.sidebar-item{
  border: 1px solid #f1f1f1;
  box-shadow: 0px 0px 20px #cccccc57;
  margin-bottom: 30px;
  padding: 15px;
}

.sidebar-item:last-child {
    margin: 0;
}

.sidebar-item-dark{
  background: #333;
}
.sidebar-item-dark .detail-title h4{
  color: #fff;
  background: #333;
}
.sidebar-content li:last-child{
  margin-bottom: 0;
}
.sidebar-item .detail-title{
  margin-bottom: 20px;
}
.tour-details ul li span{
  color: #D60D45;
  font-weight: 600;
}

.flight-inner #sidebar .destination-content{ padding: 23px 0 0; }

.sidebar-package-content{
  background: inherit;
  padding: 15px 0 0 0;
  text-align: left;
}
.sidebar-package-content h4{
  margin-bottom: 1px;
  display: inline-block;
}
.sidebar-package-content p{
  display: block;
  margin-bottom: 7px;
}
.sidebar-package-content .deal-rating{
  display: inline-block;float: right;
}
.sidebar-item input[type="text"],
.sidebar-item textarea,
.sidebar-item input .form-control{
  padding: 10px !important;
  font-size: 13px;
  height: 42px;
}

.sidebar-item .bootstrap-select>.dropdown-toggle {
    height: 42px;
    border-radius: 0;
    border: none;
}
.sidebar-item .input-group{overflow: hidden; width: 100%;}
.sidebar-item .input-group-addon{
  border-radius: 0; 
  border: none;
  padding: 14px 12px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: auto;
}

.sidebar-item textarea{
  height: 100px;
}
.sidebar-item .comment-btn .btn-blue{
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.sidebar-helpline{
  background: url(../images/adbg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px;
}
.sidebar-helpline:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.sidebar-helpline-content{
  position: relative;
  z-index: 1;
}
.sidebar-helpline-content h3,
.sidebar-helpline-content p{
  color: #fff;
}
.sidebar-helpline-content p:last-child{
  margin-bottom: 0;
}
.sidebar-helpline-content i{
  margin-right: 5px;
}
.sidebar-content .range-slider{
  margin: 20px 0 0;
}
.range-slider .ui-slider-range.ui-widget-header.ui-corner-all.whole{
  background: #ccc;
}
.comment-item{
  display: flex;
  border: 1px solid #f1f1f1;
  padding: 20px;
  margin-bottom: 30px;
}
.comment-image {
  flex: 0 1 75px;
  padding: 0 20px 0 0;
}
.detail-content .comment-image{
  padding: 0;
}
.comment-item:last-child{
  margin-bottom: 0;
}
.comment-image{
  text-align: center;
}
.comment-image img{
  overflow: hidden;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
.comment-reply .comment-image img{
  height: 50px;
  width: 50px;
}
.comment-image h4{
  margin: 10px 0 0 0;
}
.comment-desc{
  margin-bottom: 20px;
}
.comment-reply .comment-desc{
  margin-bottom: 0;
}
.comment-desc h4{
  display: inline-block;
}
.comment-desc p{
  margin: 0;
}
span.comment-date{
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}
.comment-image a.btn-blue{
  font-size: 12px;
  padding: 5px 15px;
}
.comment-desc .deal-rating{
  display: inline-block;
  margin: 0 0 15px 0;
}
span.travel-date{
  float: right;
  font-size: 12px;
}
span.bold{
  font-weight: 500;
}

.comments-form textarea,
.comments-form input{
  background: #fff;
}
.sidebar-slider .slick-prev{
  left: 0;
}
.sidebar-slider .slick-next{
  right: 0;
}
.event-list li{
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.event-list li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.event-list li a{
  color: #555;
}
.event-list li a:hover{
  color: #0D74BA;
}
.comment-reply{
  background: #fff;
  margin-bottom: 10px;
}
.sidebar-btn{
  margin-top: 15px;
}

@media(max-width: 640px){
  .detail-content .comment-image{padding-bottom: 10px;}
}


/* Responsive */

@media(max-width: 1100px){
  .footer-instagram li{width: 31.33%}
}


@media(max-width: 991px){

  .header_menu .slicknav_menu{background: transparent;}
  .upper-head{
  /*  display: none;*/
  }
  .logo{
    margin-bottom: 5px;
  }
  .logo img{
    width: 70%;
  }
  .search-content{
    padding: 30px 30px 0;
  }
  .search-ad{
    padding: 25px;
  }

  #mt_banner:after{height: 18%;}

  .accrodion-grp.faq-accrodion, .choose-us-wrapper{margin-bottom: 30px;}

  .price-item.price-mar{margin: 0;}

  .top-destination-item .overlay{
    padding: 25px;
  }
  .breadcrumb-content ul{
    width: 80%;
  }

  .search-outer{
    top: 0;
  }

  .search-box{
    padding-top: 80px;
  }

  div#sidebar {
    margin-top: 30px;
  }

  .footer-instagram li {
    width: 31.33%;
  }

  .section-title{padding: 0 10%;}

  .footer-margin {margin-bottom: 30px;}
}


@media(max-width: 767px){

  #mt_banner .banner_caption_text{width: 80%;}

  #mt_banner .banner_caption_text h1{font-size: 44px;}

  .footer-links{
    padding-bottom: 60px;
  }

  .footer-links .col-md-3.col-xs-6{width: 100%;}

  .detail-info-content{
    margin-top: 20px;
  }
  .cover-content{
    padding: 0 0 30px 0;
  }
  .att-content-right{
    padding: 25px 15px;
  }
  .att-content-right span.bold{
    display: block;
  }
  a.btn-large{
    padding: 10px 20px;
  }
  .related-posts .list-item{
    margin-top: 30px;
  }
  .item-tags{
    padding-bottom: 0;
  }
  .tabs-navbar{
    padding: 0;
  }

  .footer-instagram li{width: 32.33%;}

  .detail-tab .breadcrumb-content ul{box-shadow: 0 0 10px #ccc; bottom: -23px;}

  .breadcrumb-outer .tabs-navbar{display: none;}

}

@media(max-width: 735px){

  #mt_banner:after{height: 13%;}
 }

@media(max-width: 639px){
  #mt_banner .banner_caption_text h1{font-size: 26px;}
  .section-title h2{font-size: 24px;}

  .top-destinations .col-md-4{
    width: 100%;
    padding: 0 15px;
  }

  .top-destination-item:last-child{margin-bottom: 6px;}

  .flight-table{overflow-x: scroll;}
}

@media(max-width: 567px){
  .flight-head{text-align: center;}

  .flight-sort.pull-left, .click-menu.pull-right{float: none!important;}

  .click-menu.pull-right{margin-top: 10px;}

  #mt_banner:after{height: 8%;}
 } 

@media (max-width: 500px){

  .section-title h2{font-size: 21px;}

  header .col-xs-3{
    width: 75%;
  }
  header .col-xs-9{
    width: 25%;
  }
  .section-title{
    padding: 0;
  }
  .upper-head{
    text-align: center;
  }
  .login-btn{
    float: none !important;
  }
  .search-content .col-xs-6{
    width: 100%; 
  }
  .search-ad{
    margin-bottom: 30px;
  }
  ul.post-category li{
    margin: 10px 0;
    width: 30%;
  }

  footer .col-xs-6,
  .newsletter form{
    width: 100%;
  }
  .destination-margin{
    margin: 6px 0 !important;
  }
  .top-destination-item .overlay{
    padding: 90px 20px;
  }
  .top-destination-item .overlay-full{
    padding: 210px 20px;
  }
  .login-btn a{
    margin: 0 10px;
  }
  .copyright{
    text-align: center;
    padding: 15px 0;
  }
  .payment-content{
    text-align: center;
    margin-top: 10px;
  }
  .detail table td ul li{
    width: 100%;
  }
  .fw-content{
    margin: 15px 0;
  }
  .destinations .col-xs-6{
    width: 100%;
  }
  .att-item{
    padding: 15px;
  }
  .att-content-right{
    text-align: center;
    position: relative;
  }
  .att-content-left ul li{
    width: 100%;
  }

  .detail-info-content{text-align: center;}
  
  .detail-content .comment-image{
    margin-bottom: 10px;
    padding: 0;
  }
  .breadcrumb-content ul{
    width: 100%;
    padding: 12px;
  }
  .att-content-right p:last-child{
    margin-bottom: 0;
  }
  .detail-info-content p.detail-info-price{
    float: none;
    display: block;
    margin-bottom: 8px;
  }
  section.main-content.detail{
    padding: 40px 0 30px;
  }
  .breadcrumb-content{
    width: 100%;
  }
  .sidebar-slider .slick-prev,
  .sidebar-slider .slick-next{
    top: 40%;
  }
  .destination-content .deal-rating{
    float: none;
  }
  .att-image{
    width: 100%;
    margin-bottom: 20px;
  }
  .att-content{
    padding-left: 0;
    width: 100%;
  }

  span.travel-date,
  .comment-desc .deal-rating{
    float: none;
    display: block;
    text-align: center;
  }
  a.btn-large{
    width: 100%;
  }
  ul.reply{
    padding-left: 0px;
    background: #fbfbfb;
  }
  .comment-content p.date{
    display: block;
    float: none;
  }
  .login-accounts a.btn-blue{
    margin: 10px 10px 0 0;
  }
  .search-content-slider{
    padding: 20px;
  }
  form .col-xs-6{
    width: 100%;
  }
  .booking-outer h3{
   margin: 10px 0;
  }
  .sale-content{
    padding: 20px 40px;
  }

  .comment-content h4{display: block;}
}

@media(max-width: 479px){
  .copyright .col-xs-6{width: 100%; text-align: center;}

  .payment-content{text-align: center;}

  .payment-content li{margin: 0;}

  .copyright-content {margin-bottom: 10px;}

  .detail-title h3, .detail-title h4{font-size: 18px;}
}


@media(max-width: 359px){
  .flight-head .form-group{margin: 0 0 10px; width: 100%;}

  .click-menu.pull-right{margin:0;}

  #mt_banner:after{height: 7%;}
}