.home_banner_area .banner_inner .col-lg-6 {
    vertical-align: middle;
    align-self: center;
  }
  strong {
    text-transform: capitalize;
  }
  .search_bg_htl {
    width: 90% !important;
  }
  #livechat_box {
    bottom: 25px;
    right: 30px;
    z-index: 999;
    position: fixed;
}

#livechat_box a {
    height: 48px;
    display: inline-block;
    width: 48px;
    border-radius: 50%;  
    background: url(../images/chat.png) no-repeat center #4cb849;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

#livechat_box:hover a {
    background: url(../images/chat.png) no-repeat center #399837;
}

#livechat_box a:after,
#livechat_box a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #63dc60;
}

#livechat_box a:before {
    -webkit-animation: ripple 1.8s linear infinite;
    animation: ripple 1.8s linear infinite;
}

#livechat_box a:after {
    -webkit-animation: ripple 1.8s linear 1s infinite;
    animation: ripple 1.8s linear 1s infinite;
}

#livechat_box a:hover:after,
#livechat_box:hover a:before {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.center_div {
    margin: 0 auto;
  }

/* sitemap */
#top {
  padding-bottom: 40px;
}

#cont {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background: #FFF;
  margin: -20px 30px 0px 30px;
  padding: 20px;
}

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

li {
  margin: 0px;
}

li ul {
  margin-left: 20px;
}

.lhead {
  background: #ddd;
  padding: 10px;
  margin: 10px 0px;
}

.lcount {
  padding: 0px 10px;
}

.lpage {
  border-bottom: #ddd 1px solid;
  padding: 5px;
}

.last-page {
  border: none;
}
/* end sitemap */

.bgattached {
  background: url('../images/home-1-bg-3.jpg') no-repeat;
  height: 90px;
  color: #fff !important;
  padding: 25px 0;
}
.section-header h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  position: relative;
}
#book-about {
  background: #fff;
  padding: 10px 0;
}
.pt-5, .py-5 {
  padding-top: 1rem !important;
  padding-bottom: 0;
}
.section-header h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.section-header p {
  text-align: justify;
  margin: auto;
  font-size: 15px;
  padding-bottom: 35px;
  color: #556877;
  width: 100%;
}

/* Thankyou Page */
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 0px 15px;
}

.notfound .notfound-404 {
  position: relative;
  line-height: 50px;
  margin-bottom: 25px;
}

.notfound .notfound-404 h1 {
  font-family: 'Play', sans-serif;
  font-size: 55px;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
  background: url('../images/text.png');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

.notfound h2 {
  font-family: 'Play', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.bid{color: blue;}
.notfound a.link {
  font-family: 'Play', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #00A65A;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 1px;
  margin-top: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 110px;
    line-height: 110px;
  }
  .notfound .notfound-404 h1 {
    font-size: 120px;
  }
}

/* End Thankyou */

/* City to City */
.m-height {
  min-height: 430px;
}
.callmeback {
}
strong {
  text-transform: capitalize;
}

/* feed back */
.star-rating {
line-height:32px;
font-size:1.25em;
}
.star-rating .fa-star
{
  color: orange;
}
sup{
  color:red;
}

.select2-container .select2-selection--single .select2-selection__rendered{
padding-top: 8px;
}

.select2-container--default .select2-selection--single{
height: 45px;
border: 1px solid #ced4da;
color: #495057;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:10px
}
.p-5-15{
	padding: 5px 15px;
}
.input-group{
	height: 30px;
}

@media (max-width: 575px) {
  .control-text, .section-header h2 {
    font-size: 14px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #495057 !important;
  line-height: 28px;
  font-size: 14px;
}

.journey-title span{
	color: #333;
  font-size: 14px;
}
#booking-form,.trip-estimate {
background: none no-repeat scroll 0 0 #fff;
margin: 20px 0px;
box-shadow: 0 6px 8px -3px rgba(0,0,0,.16);
border-radius: 10px;
}
#book-form{
  padding: 10px 5px;
  margin: 10px 0px;
}
.my-plan-trip{
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
.mb-3, .my-3 {
  margin-bottom: 2rem !important;
}