@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
         url('../fonts/MontserratLight.woff2') format('woff2'),
         url('../fonts/MontserratLight.woff') format('woff'),
         url('../fonts/MontserratLight.ttf') format('truetype'),
         url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}
@font-face {
    font-family: 'FuturaStdBook';
    src: url('../fonts/FuturaStdBook.eot');
    src: url('../fonts/FuturaStdBook.eot') format('embedded-opentype'),
         url('../fonts/FuturaStdBook.woff2') format('woff2'),
         url('../fonts/FuturaStdBook.woff') format('woff'),
         url('../fonts/FuturaStdBook.ttf') format('truetype'),
         url('../fonts/FuturaStdBook.svg#FuturaStdBook') format('svg');
}



body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  font-family: 'MontserratLight';
}
*::-moz-placeholder{ /* Firefox */
  opacity: 1;
}
*::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #000000;
}
*::-ms-placeholder { /* IE 10+ */
  opacity: 1;
  color: #000000;
}

.fixed-search.fixed_s {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.form-control::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: none;
}
ul li { list-style:none;}
ul { margin:0; padding:0;}
a, btn { color:inherit; transition:0.5s all; -moz-transition:0.5s all; -webkit-transition:0.5s all;}
a:hover, btn:hover { transition:0.5s all; -moz-transition:0.5s all; -webkit-transition:0.5s all;}
a:hover, a:focus, btn:hover, btn:focus { text-decoration:none; outline:none; -moz-outline:none; -webkit-outline:none; color:#FF6200;}



h1,h2,h3,h4,h5,h6{
    font-family: 'FuturaStdBook';
}
img {
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
/*
a {
  color: #fff;
}
*/
a:focus {
  outline: medium none;
}
.btn {
  border-radius: 0;
  font-size: 13px;
  padding: 0;
  background: transparent;
  border: none;
  text-transform: capitalize;
}
.padding-top {
  padding-top: 60px;
}
.padding {
  padding: 60px 0;
}
.container {
  max-width: 1100px;
}
.ttl {
  color: #000;
  font-size: 26px;
  margin: 60px 0 40px;
  text-transform: uppercase;
}

.our-promise .ttl {
  color: #fff;
  margin: 40px 0 0;
}
/*asia-bus*/
body.modal-open {
    overflow: visible !important;
    padding-right: 0 !important;
    position: relative;
    z-index: 999999;
}
.top-nav .sign:active, .top-nav .sign:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
}
.top-nav .sign span, .top-nav .sign i {
  color: #656565;
  font-size: 14px;
}
.sign img {
  padding-right: 10px;
}
.top-nav .sign {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #656565;
  padding: 10px 0;
}
i.line-side {
  font-style: normal;
  padding-left: 5px;
  color: #fff;
}
.top-nav .sign span {
  display: inline-block;
  padding-left: 5px;
  padding-top: 10px;
}
/*.fixed-header {
  height: 65px;
}*/
.dropbtn {
    background-color: transparent;
    color: #656565;
    padding: 10px 0;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #7fbeff;
    min-width: 160px;
  z-index: 9;
  border-radius: 0;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}

.dropdown-content a {
    color:#ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
  color: #dddddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropbtn img {
  height: auto;
  padding-right: 6px;
}
.right-side {
  margin-top: 9px;
  float: right;
}
/*
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
*/

/***********sidebar************/

.sidenav {
  background-color: #29B6FE;
  height: 100%;
  overflow-x: hidden;
  /*padding-top: 60px;*/
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 1;
}
.sidenav a {
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 15px 39px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.sidenav a:hover, .offcanvas a:focus {
  color: #dddddd;
}

.sidenav .closebtn {
  font-size: 36px;
  left: 0;
  margin-bottom: 30px;
  margin-left: 0;
  position: relative;
  top: 7px;
}
.menu-bar {
  color: #fb6a58;
  cursor: pointer;
  font-size: 30px;
  margin-left: 20px;
   position: relative;
    top: 5px;
}
#mySidenav li > ul li {
  display: none;
  transition: all 0.5s ease 0.5s;
}
#mySidenav li:hover > ul li{
  display: block;
    transition: all 0.5s ease 0.5s;
}
.sidenav > ul > li > a {
  border-top: 1px solid #17A4EC;
}
.sidenav > ul > li:first-child a, .sidenav > ul > li:nth-child(2) a {
  border: medium none;
}
.sidenav a:hover {
  color: #dddddd;
}
#mySidenav.sidenav ul > li ul > li a {
  border-top: 1px solid #fff;
  font-size: 15px;
  padding-left: 60px;
}


/*@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}*/


/***********sidebar-end************/



/***********banner************/
.baner-img {
  /*background: rgba(0, 0, 0, 0) url("../images/banner.jpg") repeat scroll center top / cover ;*/
  /*background: #ffe1a2 none repeat scroll 0 0;*/
 /* background: -moz-linear-gradient(bottom left, #FE6600, #FFFFFF, #F5F8F5);  For Firefox 3.6 to 15 */
  /*   background: linear-gradient(bottom left, red, yellow); Standard syntax (must be last) */

  /* background: -moz-radial-gradient(circle, red, white, green);  For Fx 3.6 to 15 */
    /*  background: radial-gradient(circle, red, white, green); Standard syntax (must be last) */
   background: rgba(0, 0, 0, 0)  -moz- linear-gradient(to top, #FE6905, #FE9F5F, #FFBE92) repeat scroll 0 0; /* For Fx 3.6 to 15 */
     background: #31d1df none repeat scroll 0 0; /* Standard syntax (must be last) */
   /*background-image:url(../images/bg-5.jpg);*/
}
.baner-img .services-tabs {
 /* background: rgba(0, 0, 0, 0) url("../images/banner-site-c.png") repeat scroll center top / cover ;*/
 /* max-height: 367px;
  min-height: 367px;*/
  position: relative;
}
.offers {
  background: #f5f5f5 none repeat scroll 0 0;
  /* Rakesh: 18-12-2018 changed height from 317px */
  height: 276px;
  padding: 10px;
}
.inner-service, .tab-content.responsive {

  padding: 20px 0;
}
.tab-content.responsive {
  background: #f5f5f5 none repeat scroll 0 0;
  margin: 0 auto;
  padding: 4px 32px;
 /* width: 60%;*/
}
/*.inner-service {
  display: block;
  float: none;
  margin: 0 auto 20px;
  position: relative;
  top: 0;
  width: 100%;
}*/
.tplus-minus::before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 15px 15px;
  content: "";
  left: calc(50% - -36%);
  pointer-events: none;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transform: translateY(-15px);
}/*.booking-now {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 92%;
  padding: 0 26px;
  position: absolute;
  top: 4%;
  width: 340px;
}
*//*.booking-now .tttl {
  border-bottom: 1px solid #29b6fe;
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
  padding: 0 0 10px;
  text-transform: capitalize;
}*/
/*.booking-now {
  background: rgba(0, 0, 0, 0.63) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  top: 60px;
  width: 380px;
}*/

/*.form-group.djourney {
  float: left;
  width: 49%;
}
.form-group.djourney.dofreturn {
  float: right;
}*/
.form-control, .input-group-addon, .modal-body.model-field form  input {
  /*background: #fff none repeat scroll 0 0;
  border: medium none;*/
  border-radius: 0;
/*  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);*/
  box-shadow: 0px 1px 2px #cdcdcd;
  font-size: 13px;
  height: 40px;
}

.form-control:focus, .form-control:hover, .form-control:hover .input-group-addon, .form-control:focus .input-group-addon, .modal-body.model-field form input:hover, .modal-body.model-field form input:focus {
  border-color: #66afe9;
  box-shadow: 1px 3px 7px #121212;
  outline: 0 none;
}
.start .in-wd {
  display: inline-block;
  width: 46%;
}
.input-left {
  margin-left: 41px;
}
.in-wd .input-group {
  display: block;
}
/*.start .input-group {
  float: none;
  width: 100%;
  max-width: 325px;
  margin: 10px auto;
}*/
/*form .start ul li {
  display: block;
}
*/
.start {
  position: relative;
 /* padding-top: 7px;*/
}
.jny-stats {
  float: none;
}
.traveller-no{
  width: 31%;
  float: right;
}
.traveller-no > span {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 54%, 0.25);
  color: #999;
  display: inline-block;
  margin-left: 5px;
  padding: 11px;
  width: 48%;
}
.caret {
  margin-left: 26px;
}
/*.traveller-type .form-control.input-number, .traveller-type .form-control {
  width: 15%;
}*/
/*.traveller-type {
  float: left;
  width: 31%;
}*/
.traveller-type input.form-control {
  border: 1px solid #ccc;
  float: right;
  height: 29px;
  text-align: center;
  width: 36%;
}
.human-type {
  padding-bottom: 20px;
  text-align: center;
}
.btn.btn-default.btn-number {
  left: 19px;
  position: relative;
}
.tplus-minus .col-sm-4 {
  padding: 0;
}
.tplus-minus .input-group {
  margin-right: 10px;
}
.increase span {
  display: inline;
}
.tplus-minus {
  margin-top: 20px;
  position: absolute;
  width: 428px;
  right: 162px;
  display: none;
}
/*.traveller-no:hover .tplus-minus {
  display: block;
}*/
.traveller-no > button {
  background: #fb6a58 none repeat scroll 0 0;
  border: 1px solid #fb6a58;
  box-shadow: 0 2px 6px 0 hsla(7, 65%, 64%, 0.8);
  color: #fff;
  height: 46px;
  margin-left: 9px;
  padding: 0 35px;
}
.tplus-minus {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 54%, 0.25);
  padding: 20px 19px;
}


/*.tplus-minus {
  display: none;
}
.traveller-no:hover .tplus-minus {
  display: block;
}*/
/*.departure > img {
  position: absolute;
  right: 21px;
  top: 34px;
  transform: rotate(90deg);
  z-index: 9;
}*/
.departure > img {
  position: absolute;
  right: -39px;
  top: 9px;
  z-index: 8;
   transform: rotate(90deg);
}
.way > label {
  background: #29b6fe none repeat scroll 0 0;
  color: #fff;
  float: left;
  padding: 8px 15px;
  text-align: center;
  width: 49%;
}
.one-way.way > label {
 float: right;
}
.form-control.select-form.babies {
  margin-top: 7px;
}
.select-btn {
  padding: 10px 0;
}
label.radio-inline {
  color: #fff;
}
.return.way > label {
  background: #fb6a58 none repeat scroll 0 0;
}
.date-picker {
  clear: both;
  padding: 10px 0;
}
.date-picker input[type="text"]:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: -5px;
    content: "\f073";
}
.date-picker input{
  position:relative;
}
select.select-form {
  -moz-appearance: none;
  background: rgb(255, 255, 255) url("../images/select.jpg") no-repeat scroll right center;
}
select.select-form.babies {
  background: rgb(255, 255, 255) url("../images/selectbaby.jpg") no-repeat scroll right center;
}
.pax.adult {
  clear: both;
  padding: 0;
}
/***********banner-end************/



/*header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 4px rgba(41, 51, 57, 0.5);
  background: #eeeeee none repeat scroll 0 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 99;
}*/
header {
  /*position: absolute;*/
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

/**********book now*******/

.form-group {
  margin-bottom: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #ffff;
  opacity: 1;
}
.input-group-addon {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  color: #fff;
   box-shadow: 0px 1px 3px #cdcdcd;
}
.input-group-addon.ingo {
  box-shadow: none;
  padding: 0;
}
.start > button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #29b6fe;
  color: #fff;
  font-size: 19px;
  margin-top: 15px;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.start > button:hover {
  background: #29b6fe none repeat scroll 0 0;
  transition: all 0.5s ease 0s;
}

/**********book now-end*******/



/********popular-destinations********/


.popular-destini {
  margin: 60px auto 100px;
  max-width: 1000px;
  position: relative;
  width: 100%;
}
.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
  display: block;
}
.carousel-showmanymoveone .cloneditem-1, .carousel-showmanymoveone .cloneditem-2, .carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
.carousel-showmanymoveone .carousel-inner .cloneditem-2, .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
  display: block;
}
.carousel-showmanymoveone .cloneditem-1, .carousel-showmanymoveone .cloneditem-2, .carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
  display: none;

}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: -80px;
  color: #29b6fe;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  color: #29b6fe;
  margin-left: -122px;
}
.carousel-indicators {
  bottom: -59px;
}
.carousel-indicators li {
  /*background-color: #FB6A58;*/
  border: 1px solid #FF5F00;
}
.carousel-inner h2 {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  color: #29b6fe;
  font-size: 22px;
  left: 12px;
  line-height: 30px;
  margin: 0 auto;
  padding: 13px;
  text-align: center;
  text-transform: capitalize;
  top: 39%;
  width: 82%;
}
.city-overlay{
  position:relative;
}
.city-overlay .city-mask {
  background: rgba(240, 100, 6, 0.6) none repeat scroll 0 0;

 /* background: rgba(0,0,0,0.6) none repeat scroll 0 0;*/
  height: 100%;
  left: 0;
  padding-top: 61px;
  position: absolute;
  text-align: center;
  top: 100%;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.city-overlay:hover .city-mask {
  top: 0;
  transition: all 0.5s ease 0s;
}
.city-overlay {
  border-radius: 50%;
  height: 220px;
  width: 220px;
  position:relative;
  overflow: hidden;
  margin: 0 auto;
}
.city-overlay > img {
  border-radius: 50%;
  height: 220px;
  width: 220px;
}
.carousel-inner > .item{
  z-index: 9;
}

/*.popular-destinations .col-sm-4 {
  padding: 0;
}
.singapore{
   background-image: url("../images/singapore.jpg");
}
.destinations {
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-epeat;
  background-size: cover;
  height: 310px;
  width: 100%;
  position: relative;
  overflow: hidden;

}
.destinations:hover{
   filter: grayscale(100%);
}
.destinations h3 {
 text-align: center;
  font-family: 'MontserratLight';
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}
.malaysia{
   background-image: url("../images/malaysia.jpg");
}
.thailand{
   background-image: url("../images/thailand.jpg");
}
.taiwan{
   background-image: url("../images/taiwan.jpg");
}
.indonesia{
   background-image: url("../images/indonesia.jpg");
}
.hongkong{
   background-image: url("../images/hongkong.jpg");
}
.destini-overlay h3 {
  background: rgba(222, 57, 75, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 10px;
  position: absolute;
  width: 90%;
}
.destinations .destini-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.6s ease 0s;
  width: 100%;
  z-index: 3;
}
.destinations h3.downn {
  color: #fff;
  font-size: 22px;
  left: -100%;
  position: absolute;
  text-align: center;
  top: 50px;
  width: 100%;
  z-index: 3;
}
.destinations .destini-overlay .mask {
  background: rgba(255, 75, 57, 0.7) none repeat scroll 0 0;
  background: rgba(0,0,0,0.5) none repeat scroll 0 0;
  border-radius: 100%;
  height: 100px;
  left: 50%;
  margin: -50px 0 0 -50px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: scale(0);
  width: 100px;
}
.destinations:hover .mask {
  opacity: 1;
  transform: scale(10);
}
 .destini-overlay * {
  transition: all 0.6s ease 0s;
}
.destinations > h3 {
  background: rgba(255,75,57,0.7) none repeat scroll 0 0;
  bottom: 0;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 20px;
  margin: 0;
  padding: 10px;
  position: absolute;
  transition: all 0.6s ease 0s;
  width: 100%;
}
.destinations:hover > h3 {
  bottom: -90%;
}
.destinations .destini-overlay:hover * {
  opacity: 1;
}
.destinations .destini-overlay h2 {
  color: #fff;
  font-family: "MontserratLight";
  font-size: 25px;
  left: -100%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  text-transform: uppercase;
  margin: 0;
}
.destinations .destini-overlay:hover h2 {
  left: 0;
}*/

/********popular-destinations-end********/

/********our-promise********/
.our-promise {
  background-color: #fbd77f;
  background-size: 100% auto;
  padding-bottom: 30px;
}
.our-promise-row {

  border: 1px solid #ffffff;
  margin: 60px 0 10px;
  min-height: 280px;
  padding: 10px;
  text-align: center;
  transition: all 0.5s ease 0s;
  color: #fff;
}
.promise_icon{
  background-color: #fff;
  background-image: url("../images/easy-booking.png");
  background-position: center 43%;
  background-repeat: no-repeat;
  border: 1px solid #4b89e1;
  border-radius: 50%;
  height: 80px;
  line-height: 80px;
  margin: -50px auto 0;
  width: 80px;
  transition: all 0.5s ease 0s;
}
.our-promise-row:hover{
  color: #000;
}

.our-promise-row:hover .promise_icon{
  background-color: #4B89E1;
}
.our-promise-row:hover .promise1 {
  background-image: url("../images/hover-easy-booking.png");
   transition: all 0.5s ease 0s;
}
.our-promise-row .promise2 {
  background-image: url("../images/customer-support.png");
   transition: all 0.5s ease 0s;
}
.our-promise-row:hover .promise2 {
  background-image: url("../images/hover-customer.png");
   transition: all 0.5s ease 0s;
}
.our-promise-row .promise3 {
  background-image: url("../images/security.png");
   transition: all 0.5s ease 0s;
}
.our-promise-row:hover .promise3 {
  background-image: url("../images/hover-security.png");
   transition: all 0.5s ease 0s;
}
.our-promise-row .promise4 {
  background-image: url("../images/easy-booking.png");
   transition: all 0.5s ease 0s;
}
.our-promise-row:hover .promise4 {
  background-image: url("../images/hover-easy-booking.png");
   transition: all 0.5s ease 0s;
}

.our-promise-row .title > h3 {
  margin: 45px 0 30px;
  text-transform: capitalize;
}
.our-promise-row:hover{
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #4B89E1;
  transition: all 0.5s ease 0s;
}
.left-sd {
  margin: 0 auto;
  max-width: 477px;
  padding: 100px 0 76px;
  width: 100%;
}
.travel-get .container-fluid, .travel-get .img-rt {
  padding: 0;
}
.travel-get {
  background: #fdfdfd none repeat scroll 0 0;
}

/********our-promise-end********/

/********social-icons********/
.wherever {
  /*background: #42c5da none repeat scroll 0 0;*/
  padding-bottom: 35px;
}
.wherever .ttl {
  margin: 28px 0 15px;
}
.social-icons > ul {
  text-align: center;
}
.social-icons ul li {
  display: inline-block;
  padding: 0 10px;
  transition: all 0.5s ease 0s;
}
.social-icons ul li i {
 /* background: #088ba0 none repeat scroll 0 0;*/
  border-radius: 50px;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  color: #fff;
  position:relative;
  transition: all 0.5s ease 0s;
}
.orange.text-center.tp_hd {
  margin: 20px 0;
}
.orange {
  color: #ff5f00;
}
.social-icons ul li i:hover{
    transition: all 0.3s ease 0s;
}
.social-icons ul li:hover {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.fb i{
  background: #3c5a99 none repeat scroll 0 0;
}
.tw i {
  background: #1da1f2 none repeat scroll 0 0;
}
.yt i {
  background: #c12025 none repeat scroll 0 0;
}
.linked i {
  background: #1da1f2 none repeat scroll 0 0;
}


.in i {
  background: #1da1f2 none repeat scroll 0 0;
}
.gp i {
  background: #de4b39 none repeat scroll 0 0;
}

i.line-side {
  background: transparent none repeat scroll 0 0;
}
/*.contact li {
  color: #fff;
  display: block;
}*/
.contact li {
  color: #fff;
  display: inline;
  padding-right: 20px;
}
.dropdown-menu.contact li {
  padding-right: 0;
}
/*.contact li i {
  color: #FBA49C;
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  width: 6%;
}*/
.contact li i {
  color: #ff9843;
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  margin-right: 6px;
}
footer {
 /* background: #7ca2e3 none repeat scroll 0 0;*/
 /* background: #4281df none repeat scroll 0 0;*/
   background: #61a0fe none repeat scroll 0 0;
  padding: 10px 0 0;
}
.footer-rows h3 {
  color: #fff;
  font-size: 18px;
}
.footer-rows .line-r h3 {
  /*border-bottom: 1px solid #fff;*/
  color: #fff;
  font-size: 16px;
 /* padding-bottom: 15px;*/
  text-transform: uppercase;
  font-weight:bold;
}
.most_bk.right_mostbk {
  float: right;
  width: 42%;
}
.footer-rows .line-r a {
  color: #fff;
  display: block;
  padding: 3px 0;
  text-decoration: none;
  text-transform: capitalize;
}
.most_bk {
  display: inline-block;
  width: 32%;
  padding-left: 20px;
}
.f-signup.line-r > p {
  color: #fff;
}
.p-destinations.line-r {
  margin-left: 36px;
}
.f-signup.line-r {
  float: right;
}
.f-signup.line-r input {
  border: 1px solid #fff;
  font-family: futurastdbook;
  font-size: 18px;
  height: 45px;
  padding: 13px;
  width: 100%;
}
.f-signup.line-r .input-group:hover .input-group-addon.ingo .btn-primary{
  background-color: #4dad4e;
  border: 1px solid #4dad4e !important;
  color: #fff;
}
.f-signup.line-r a {
  border: 1px solid #fff;
  color: #999999;
  display: block;
  font-size: 17px;
  font-weight: normal;
  margin: 15px 0;
  max-width: 100%;
  padding: 15px;
  text-align: left;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.f-signup.line-r a:hover {
  background: #296dc3 none repeat scroll 0 0;
  border: 1px solid #296dc3;
  transition: all 0.5s ease 0s;
}
.f-signup.line-r > form {
  margin-top: 25px;
}
.copy-rights {
  margin: 10px 0;
}
.contact.line-r.nw_ct h3 {
  border-bottom: 1px solid;
  color: #ffa34e;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 5px;
  padding-bottom: 4px;
  width: 183px;
}
.contact.line-r.nw_ct > ul {
  border-top: 1px solid #fff;
  padding: 10px;
}
.copy-rights > p {
  color: #fff;
  float: right;
  padding: 10px 0;
}
.contact .fa.fa-envelope-o {
  font-size: 13px;
}
.contact .fa.fa-fax {
  font-size: 10px;
}.contact .fa.fa-map-marker {
  font-size: 13px;
}
/*li span {
  display: block;
}
.social-icons ul li span::before{
  border: 1px solid #117fc3;
  border-radius: 50%;
  bottom: 0;
  height: 109%;
  left: -3px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -3px;
  transition: all 0.5s ease 0s;
  width: 109%;
}
.social-icons ul li span:hover::before {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.5s ease 0s;
}*/


/********social-icons********/





/*model*/

.modal-backdrop.in {
  opacity: 0.9;
}
.modal-backdrop {
  z-index: 9;
}
.regi span {
  line-height: 3px;
}
.modal-body.model-field form  input {
  border: none;
  height: 40px;
  margin: 10px 0;
  padding: 0 10px;
  width: 100%;
}
.modal-content {
  padding: 0;
}
.modal-body.model-field > form {
  margin: 0 auto;
  width: 80%;
}
.modal-content {
 /* border: 3px solid #FF993A;*/
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.modal-header {
  background: #7FBEFF none repeat scroll 0 0;
  padding: 10px 30px;
}
.modal-title {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.modal-dialog {
  margin: 65px auto;
  max-width: 500px;
}
button.cbtn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fb6a58;
  border-radius: 0;
  color: #fb6a58;
  display: block;
  font-size: 17px;
  margin: 30px auto;
  padding: 10px 25px;
  transition: all 0.5s ease 0s;
}
button.cbtn.sign-btn{
  margin: 14px auto 30px;
}
button.cbtn:hover{
  background: #fb6a58 none repeat scroll 0 0;
  color: #ffffff;
    transition: all 0.5s ease 0s

}
.close {
  font-size: 40px;
}
.re input.remember[type="checkbox"] {
  height: auto;
  text-align: left;
  width: auto;
}
.re > span {
  padding-left: 5px;
}
.forgot {
  float: right;
}
.sign-icons > ul {
  text-align: center;
}

.sign-or {
  background: #fff none repeat scroll 0 0;
  color: #7fbeff;
  display: block;
  height: 18px;
  line-height: 18px;
  margin: -9px auto 5px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 32px;
}
/*.modal-body {
  background: #ffe1a2 none repeat scroll 0 0;
}*/
.sign-icons hr {
  border-color: #7FBEFF;
  margin: 0;
}
.sign-icons i {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.fb a i {
  background: #3c5a99 none repeat scroll 0 0;
}
.social-icons.sign-icons ul li i {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.social-icons.sign-icons ul li {
  padding: 0 5px;
 }


/**************26-01-2017************/

.navbar-brand {
  display: table;
  float: none;
  height: inherit;
  line-height: 20px;
  margin: 0 auto;
  padding: 8px 0;
}
.nav.navbar-nav {
  float: none;
  text-align: center;
}
.navbar-nav > li {
  display: inline-block;
  float: none;
}
.navbar_menu {
  background: #FF6400 none repeat scroll 0 0; /*#ffa542*/
}
.navbar-nav > li  a {
  padding: 0 17px;
  color: #ffffff;
 text-transform: capitalize;
   /*font-size: 13px;*/
}
.nav > li > a:focus, .nav > li > a:hover, .navbar-nav > li:hover > a, .navbar-nav > li:focus > a, .dropdown li:hover button span, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #000000;
}
.btn-info:hover, .btn-info.focus, .btn-info:focus {
  background-color: transparent;
  border-color: transparent;
  /*color: #FF5A00;*/
  color: #000000;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #FF5A00;
}
.navbar-nav > li.sign_up > a, .navbar-nav > li.sign_in > a {
  padding: 14px 12px;
}
/*.form-control.inbtn {
  border: 1px solid #4dad4e;
  box-shadow: none;
  color: #4dad4e;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  margin: 18px auto;
  max-width: 142px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  width: 100%;
}*/
/*.form-control.inbtn:hover {
  background: #4dad4e none repeat scroll 0 0;
  color: #fff;
  transition: all 0.5s ease 0s;
}*/
.form-control.inbtn {
  background: #4dad4e none repeat scroll 0 0;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  margin: 18px auto;
  max-width: 142px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.2s ease 0s;
  width: 100%;
  cursor: pointer;
}
.search .form-control.inbtn {
  max-width: 166px;
  padding-left: 31px;
}
.f-signup .form-control.inbtn {
  height: 40px;
  max-width: 109px;
}
.search {
  margin: 0 auto;
  max-width: 166px;
  position: relative;
}
.fa.fa-search {
  color: #fff;
  font-size: 14px;
  left: 18%;
  margin: 0 auto;
  position: absolute;
  right: inherit;
  text-align: center;
  top: 16px;
  transform: rotate(90deg);

}
.bs_modify .fa.fa-search {
  font-size: 14px;
  left: 24px;
  right: inherit;
  top: 9px;
}


.form-control.inbtn:hover {
  background: #fe6a11 none repeat scroll 0 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  transition: all 0.2s ease 0s;
}
.bs_modify .search > a {
  position: relative;
}
.footer-rows .line-r a:hover {
  color: #ccc;
}
.start li {
  list-style: outside none none;
  margin-bottom: 15px;
}
.start .radio_btn li {
  display: inline-block;
  float: left;
  width: 20%;
  margin: 0;
}
.text-center.inttl {
  margin: 10px 0 20px;
}
.start .input-group-addon {
 /* background: #1D5EBF none repeat scroll 0 0;*/
  background: #7fbeff none repeat scroll 0 0;
  padding: 14px 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  z-index: 9;
}
.glyphicon.glyphicon-calendar {
  font-size: 15px;
}
.radio_btn {
  display: block;
  float: left;
  padding: 0 8px;
  width: 100%;
}
.glyphicon.glyphicon-calendar {
  font-size: 13px;
}
.nav.navbar-nav.top_ul {
  float: left;
  margin: 5px 0 0;
}
.butm_ul {
  float: right;
}
.butm_ul li a {
  display: block;
 /* padding: 8px 0;*/
}
#myModal2 option, #myModal_email option {
  border-bottom: 1px solid #f6f6f6;
  padding: 10px;
}

/**************START_BUS_SEARCH-PAGE**************/

/*******start_header**********/
.scndsn header {
  background: #fafafa none repeat scroll 0 0;
}
.scndsn .nav.navbar-nav {
  float: right;
  padding: 15px 0;
}
.scndsn .navbar_menu {
  background: transparent none repeat scroll 0 0;
}
.scndsn .navbar-nav > li > a, .scndsn .btn-info, .scndsn .line-side {
  color: #1152b0;
}
.scndsn .navbar-nav > li > a {
  padding: 10px 15px;
}
.scndsn .navbar-brand {
  padding: 2px 0;
}

/*******end_header**********/

.bs_r .radio {
  margin: 0;
}

article.bs_modify {
/*  background: #59bf59 none repeat scroll 0 0;*/
    background: #ffe1a2 none repeat scroll 0 0;
  /*display: none;*/
}
.bs_fm .input-group-addon {
  background-color: #7FBEFF;
  border: medium none;
  position: absolute;
  right: 0;
  width: 14%;
  z-index: 9;
}
.in_bs_sr {
 float: left;
 width:25%;
 position: relative;
}
.bs_fm .input-left {
  margin-left: 8px;
}
.bs_fm .form-control.inbtn{
  height: 35px;
}
.bs_fm > ul {
  float: left;
}
.bs_fm .departure > img {
  right: -17px;
  top: 5px;
}
.bs_fm .form-control, .bs_fm .input-group-addon {
  border: medium none;
  border-radius: 0;
  box-shadow: 0 1px 2px #cdcdcd;
  font-size: 13px;
  height: 35px;
  margin-bottom: 9px;
}
.bs_fm .form-control.inbtn {
  max-width: 144px;
}
.in_bs_sr .glyphicon {
  left: 0;
  top: 6px;
}
.bs_r {
  padding-top: 17px;
}
.bs_fm {
  margin-top: 19px;
}
.bs_fm .form-control.inbtn {
  margin: 0 auto 18px;
  padding-left: 29px;
}
.in_typeul > li {
  padding-bottom: 8px;
  text-align: left;
  padding: 10px ;
  border-bottom: 1px solid #dddddd;
}
.in_fltr{
  position:relative;
}
.in_bus {
  background: #eeeded none repeat scroll 0 0;
  color: #000;
  display: none;
  font-size: 13px;
  padding: 0;
  position: absolute;
  top: 44px;
  width: 135%;
  z-index: 9;
}
.in_fltr:hover .in_bus {
  display: block;
}
.bs_filter {
  background: #f1f1f1 none repeat scroll 0 0;
}
.in_fltr > span:hover {
  color: #4281df;
}

.in_fltr > span, .in_fltr strong span {
  cursor: pointer;
  display: block;
  padding: 10px 0;
}

.bs_sort {
  background: #fbfbfb none repeat scroll 0 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  padding: 5px;
}
/*.in_pkst .form-control.inbtn {
  height: 40px;
  line-height: 40px;
  max-width: 130px;
  margin: 0;
}*/
.sled_pasgr .form-control.inbtn {
  height: 40px !important;
}
.in_pkst .form-control.inbtn {
  height: 30px;
  margin: 0;
  max-width: 123px;
}

.in_pkst .in_passger .form-control.inbtn, .passenger_page .in_pkst .form-control.inbtn {
  max-width: 139px;
}

.pk_st .form-control.inbtn {
  line-height: 30px;
}

.set_slet p {
  /*font-size: 13px;*/
  margin: 0;
}
#bus_search .resultblock:nth-child(2n) {
  background: #fbfbfb none repeat scroll 0 0;
}
#bus_search .resultblock:hover {
  background: #f6f6f6 none repeat scroll 0 0
}
p.seats {
  font-size: 13px;
}
.set_slet{
  padding: 14px 0;
  font-size: 13px;
}
.set_slet:nth-child(2n) {
  background: #fbfbfb none repeat scroll 0 0;
}
.set_slet:hover{
  background:  #ededed none repeat scroll 0 0;
}
.text-center.in_repuee span {
  font-size: 20px;
}
.text-center.in_repuee img {
  padding-right: 5px;
}
.in_pad{
  padding: 0;
}
.in_pkst {
  margin-top: 0;
}
/*.in_bp {
  margin-bottom: 100px;
}*/
.in_bk {
  display: none;
  padding: 30px;
}
.in_stbk {
  background: #fbfbfb none repeat scroll 0 0;
}
#sel1 option {
  background: #F6F6F6 none repeat scroll 0 0;
  border: medium none;
}
.repst span {
  display: inline-block;
  padding-right: 35px;
}
.in_dp > span, .in_bp > span {
  display: block;
  padding-bottom: 5px;
}
.in_dp {
  margin-top: 0;
}
.repst {
  padding-top: 33px;
  clear: both;
}
.ld .fa.fa-bus {
  color: #d715fb;
}
.sd .fa.fa-bus {
  color: #4be9b6;
}
.ab .fa.fa-bus {
  color: #dfdfdf;
}
.repst i {
  font-size: 26px;
  padding-right: 8px;
}
.sd > i img {
  padding-left: 17px;
}
.sd .fa.fa-bus {
  color: #4be9b6;
  padding-left: 11px;
}
.sled_pasgr > input.inbtn.form-control {
  margin-top: 18px;
}
.selected_st {
  display: inline-block;
  float: right;
  margin-right: 26px;
  margin-top: 27px;
}
span.selected_st {
  float: left;
}
.sled_pasgr {
  margin: 22px 0;
}
.line_dv {
  padding: 14px  0;
}
.left_inbk {
  padding: 14px 0 0 30px;
  border-left: 1px solid #ccc;
}
/*.left_inbk {
  padding: 14px 0;
}*/
.cncl_plcy {
  background: transparent none repeat scroll 0 0 !important;
  max-width: 100%;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  box
}
.cncl_plcy:hover {
  color: #ff6100;
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}
.cncl_plcy .btn-info {
  color: #ff6400 !important;
  display: block;
  font-size: 13px;
  height: 21px;
  padding: 0;
  width: 100%;
}
.in_sort span {
  color: #000;
}
.in_bpbd {
  float: left;
  margin-right: 31px;
  width: 44%;
}
.repst-top {
  clear: both;
  padding: 20px 0;
  font-size: 10px;
}
.repst-top img {
  padding-right: 5px;
}
.repst-top span {
  padding-right: 15px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #ffffff;
}

/***************menu-dropdown***************/

.dropbtn {
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 180px;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

/*Rakesh: color changed*/
.dropdown:hover .dropdown-content {
 /* background: #7fbeff none repeat scroll 0 0;*/
   background: #FF6400 none repeat scroll 0 0;
  /*border-radius: 0;*/
  display: block;
  padding: 7px 0;
  z-index: 9;
}
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.dropdown-menu > li > a:hover {
  background: transparent none repeat scroll 0 0;
}
/*Rakesh: color changed*/
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #000000;
}
.navbar-nav > li > .dropdown-menu {
  border: medium none;
  margin: 0;
}
.dropdown-menu > li > a {
  color: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown.dropbtn.open, .dropdown.dropbtn.active > a {
  background-color: transparent;
  color: #ff5a00;
}
.dropdown-menu.dropdown-content > li:last-child a {
  border: 0 none;
}
.dropdown-menu.contact li i {
  color: inherit;
  font-size: 13px;
  font-weight: normal;
  width: 6%;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: none;
}
/***************end-menu-dropdown***************/

/***************Model2*****************/
#myModal2 .modal-title {
  text-align: center;
}






/**************END_BUS_SEARCH-PAGE**************/




/**************passenger_page*******************/
.passenger_page .table.table-bordered td {
  vertical-align: middle;
  text-align: center;
}
.passenger_page .table.table-bordered select {
  border: 1px solid #ccc;
  padding: 7px 3px;
}
.passenger_page .table.table-bordered th {
  background: #65a4e5 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.right_inbk ul li {
  display: inline-block;
}
.in_bk {
  border: 1px solid #f4f4f4;
}
.mult_seat {
  margin-top: 30px;
}
.right_inbk > ul {
  border-left: 1px solid #A6A6A6;
  margin: 0 auto;
  max-width: 77%;
  padding-left: 15px;
}
.right_inbk {
  background: #fff none repeat scroll 0 0;
  clear: both;
  margin: 0 auto;
  padding: 25px 0;
  width: 80%;
  float: left;
}
.right_inbk > i {
  left: 31px;
  position: absolute;
}
.nosheat {
  display: none !important;
}
.middel_st {
  margin-left: 76%;

}
.in_passger label {
  color: #505050;
}
.in_passger input[type="radio"] {
  margin: 5px -22px;
}
.d_clr inp {
  color: #8d8d8d;
  margin: 30px 0 12px;
}
.in_passger input {
  margin: 10px 0;
}
.mult_seat input {
  border: 1px solid #ccc;
  padding: 5px;
}
.promo .form-control {
  display: inline-block;
  width: 58%;
}
.promo .form-control.inbtn {
  height: 40px;
  margin: 10px 13px 28px;
  max-width: 106px;
}
.fare_dtls .bg_fare {
  background: #eaeaea none repeat scroll 0 0;
  min-height: 460px;
}
.jrny_dtil > p {
  margin: 3px 0;
}
.in_travel {
  display: block;
  margin-top: 10px;
}
.d_clr i {
  background: #7fbeff none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  height: 35px;
  line-height: 32px;
  margin-right: 5px;
  text-align: center;
  width: 35px;
}
.psg_dtls i {
  background: #4dad4e none repeat scroll 0 0;
}
h4.d_clr {
  color: #606060;
}

/**************end_passenger_page*******************/


/**************Print_ticket************************/
.in_ticket input {
  margin: 10px 0;
}
section.in_left_menu {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 60px 0;
}
.in_ticket input {
  float: left;
  height: 45px;
  margin: 0 20px 24px 0;
  width: 47%;
}
/*.in_ticket form input:nth-child(2) {
  margin-left: 10px;
}*/
.in_ticket {
  margin: 0 auto;
  width: 70%;
}
.in_ticket .ttl {
  margin: 0 0 18px;
  text-transform: uppercase;
}
.in_ticket .form-control.inbtn{
  margin: 0;
}
/*model-end*/

/******************multi-item-slider******************/

.demo {
    background-color: #666;
}

h1, #wrapper > figure > figcaption {
    text-align: center;
}
#wrapper > figure > figcaption {
    margin: 1em;
}
.demo h1,
.demo #wrapper > figure > figcaption {
    color: #fff;
}
.mis-slider li figcaption {
    font-weight: 500;
    letter-spacing: .5px;
}
.main {
    width: 80%;
    margin: 2em auto;
    /*display: block;*/
}
div.main pre {
    font-size: 1.1em;
    overflow: auto;
    max-height: 500px;
    background-color: #fff;
    padding: 0 1em 1em;
}
.multi_slider {
  margin:0 0 25px;
}
.multi_slider h2 {
  margin: 60px 0 0;
}


/******************end-multi-item-slider******************/


/********************Ticket_page******************/
.et {
  margin: 22px 0;
}
.et .ttl {
  margin: 0;
  padding: 23px 0;
  text-transform: none;
}
.et img {
  border-right: 1px solid #EBEBEB;
  float: left;
  margin-right: 15px;
  padding-right: 15px;
}
.et_rt {
  float: right;
  padding: 49px 0;
  color: #5bbf5b;
}
section.te_hd {
  background: #fcfcfc none repeat scroll 0 0;
}
.te_hd h3 {
  float: left;
  margin: 0 auto;
  width: 50%;
}
.travel_detail strong, .travel_detail span {
  display: block;
  text-align: center;
}
.from_to {
  border-bottom: 1px solid #EBEBEB;
  padding: 30px 0;
}
.travel_detail {
  border-bottom: 1px solid #EBEBEB;
  padding: 10px 0;
}
.bpd {
  padding: 12px 0;
}
.border_rt{
  border-right: 1px solid #EBEBEB;
}
.logo_had {
  border-bottom: 2px solid #fdd2c8;
  padding: 0 47px;
}
.term_condts h2::after {
  background: #EBEBEB none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 2%;
  width: 35%;
}
.term_condts h2::before {
  background: #EBEBEB none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  top: 2%;
  width: 35%;
}
.term_condts {
  position: relative;
  padding: 0 30px;
}
.travel_detail.pass_detals {
  border: medium none;
}
.et_buttons .form-control.inbtn {
  display: inline-block;
  height: 40px;
  max-width: 132px;
}
.et_buttons form {
  text-align: center;
}
/********************end_eTicket_page******************/

/***********myaccount-dashboard*************/
.user_profile.booked.travel_portfolio {
  max-width: inherit;
}
.user_profile.booked.travel_portfolio .et_buttons .form-control {
  width: 15%;
}
.et_day {
  padding-left: 10%;
}
.user_profile {
  background: #fcfcfc none repeat scroll 0 0;
  box-shadow: 0 2px 5px #171717;
  margin: 10px auto;
  max-width: 600px;
  padding: 10px 60px;
  text-align: center;
}
.user_profile .form-control {
  display: inline-block;
  margin: 6px 0;
  width: 49%;
}
.user_profile textarea.form-contro, .form-control.cunt {
  width: 100%;
}
.user_profile .form-control.inbtn {
  display: inline-block;
  margin-top: 10px;
  max-width: 50%;
  margin-right: 0;
}
.user_profile.user_reset {
  max-width: 500px;
}
.user_profile .form-control:focus, .user_profile .form-control:hover, .user_profile .form-control:hover .input-group-addon, .user_profile .form-control:focus .input-group-addon, .user_profile .modal-body.model-field form input:hover, .user_profile .modal-body.model-field form input:focus {
  border-color: #66afe9;
  box-shadow: 1px 3px 5px #a8a8a8;
  outline: 0 none;
}
.past_trvl li {
  font-size: 13px;
  margin: 1px -60px;
  padding: 6px 60px;
  text-align: left;
}
.past_trvl li strong {
  display: inline-block;
  text-align: left;
  width: 59%;
  color: #878787;
}
.past_trvl li:nth-child(2n+1) {
  background: #fbfbfb none repeat scroll 0 0;
}
.past_trvl li:hover {
  background: #f0f0f0 none repeat scroll 0 0;
}
.list_ftbd h4 {
  text-align: left;
  line-height: 30px;
}
.list_ftbd span.vt {
  float: right;
  height: 30px;
  line-height: 17px;
  margin: 0 !important;
  max-width: 121px !important;
}
.past_trvl {
  display: none;
  margin-top: 30px;
}
.user_profile .djourney.in-wd .form-control {
  width: 100%;
}
.user_profile.start .in-wd {
  float: left;
  margin: 0;
  width: 50%;
}
.user_profile.start .input-group-addon {
  top: 6px;
}


#suberrmessage > span {
  color: #ff9843 !important;
}
/*.bs_filter .col-sm-2 {
  width: 19.667%;
}*/
.slectd_items{
  height: 100px;
}
.mis-slider {
  margin-top: 130px;
}

.datetimepicker-days .table-condensed td {
  padding: 0 7px;
}
section.tr_pr {
  margin: 30px;
}

.start .input-group .form-control {
  float: none;
  margin-bottom: 18px;
  min-width: 230px;

}
.mis-prev, .mis-next {
  padding-top: 0 !important;
  position: absolute !important;
  top: 168px !important;
  height: auto !important;
}


/***********myaccount-dashboard*************/

/************testing_issues**********/
.list_ftbd {
  border-bottom: 1px solid #e8e8e8;
}
.list_ftbd {
  border-bottom: 1px solid #e8e8e8;
}
.list_ftbd:last-child {
  border: medium none;
}


@media (max-width:1200px){
.promo .form-control {
  display: inline-block;
  width: 100%;
}
.start .radio_btn li {
  width: 30%;
}
.departure > img {
  right: -24px;
  top: 4px;
}
.input-left {
  margin-left: 13px;
}


}

@media (max-width:1023px){
.main {
  width: 50%;
}
.tab-content.responsive {
  width: 100%;
}
.pk_st a {
  font-size: 12px;
}
.repst span {
  padding-right: 0;
}
.form-control, .input-group-addon, .modal-body.model-field form input {
  font-size: 11px;
}
.f-signup.line-r input {
  font-size: 10px;
}

}

@media  (max-width:767px){

.inner-service {
  width: 100%;
}
.start .radio_btn li {
  width: 100%;
}
.ttl {
  font-size: 17px;
}
.navbar-toggle .icon-bar {
  background: #ff9b3b none repeat scroll 0 0;
  border-radius: 0;
  display: block;
  height: 3px;
  width: 30px;
}
.navbar-nav > li {
  display: block;
  float: none;
}
.in i {
  display: none;
}
.navbar-nav > li > a, .butm_ul li a {
  border-bottom: 1px solid #3372d0;
}
/*.navbar-nav > li > a:hover, .butm_ul li a:hover {
  background: #3b7ad8 none repeat scroll 0 0;
}*/
ul.nav.navbar-nav {
  margin: 0 -15px;
}

.tab-content.responsive {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  padding: 4px 32px;
  width: 100%;
}
.start .in-wd {
  display: inline-block;
  width: 100%;
}
.departure > img {
  right: 14px;
  top: 38px;
  transform: none;
}
.input-left {
  margin-left: 0;
}
.form-control, .input-group-addon {
  font-size: 13px;
}
.nav.navbar-nav.top_ul {
  float: none;
  margin: 0 -30px;
}
.butm_ul {
  float: none;
  margin: 0 -30px;
}
.sign img {
  display: none;
}
.butm_ul li {
  display: block;
  text-align: center;
}
.in_ticket {
  width: 100%;
}
.in_ticket input {
  width: 100%;
}
.in_ticket form input:nth-child(2) {
  margin-left: 0;
}
.form-control.inbtn {
  font-size: 13px;
  height: 43px;
  margin: 18px auto;
  min-width: 118px;
}
.in_ticket .form-control.inbtn {
  margin: 0 auto;
}
.dropbtn img {
  display: none;
}
.promo .form-control.inbtn {
  margin: 10px 0 28px;
}
.in i {
  background: transparent none repeat scroll 0 0;
}

}

@media screen and (min-width:481px) and (max-width:767px){
.right_inbk {
  transform-origin: 60% 87% 0;
}

}

@media  (max-width:359px){
.right_inbk {
  transform-origin: 43% 40% 0;
}
}






  .ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }

  .in_bus {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  }


.in_bs_sr.in_bslast {
  top: 0;
  width: 16%;
}


/***********Responsive*************/




@media (max-width:1200px){
.promo .form-control {
  display: inline-block;
  width: 100%;
}
.start .radio_btn li {
  width: 30%;
}
.departure > img {
  right: -24px;
  top: 4px;
}
.input-left {
  margin-left: 13px;
}
.in_bs_sr.in_bslast {
  width: 22%;
}
.navbar-nav > li a {
  padding: 0 9px;
}
.bs_modify .fa.fa-search {
  left: 45px;
  top: 15px;
}


}

@media (max-width:1023px){
.main {
  width: 50%;
}
.tab-content.responsive {
  width: 100%;
}
#pk_st a {
  font-size: 12px;
}
.repst span {
  padding-right: 0;
}
.form-control, .input-group-addon, .modal-body.model-field form input {
  font-size: 11px;
}
.f-signup.line-r input {
  font-size: 10px;
}
.departure > img {
  right: -24px;
  top: 13px;
}
.bs_modify .fa.fa-search {
  left: 20px;
  top: 21px;
}


}

.containerrow:nth-child(2n+1) {
  background: #f7f7f7 none repeat scroll 0 0;
}


@media  (max-width:767px){

.inner-service {
  width: 100%;
}
.start .radio_btn li {
  width: 100%;
}
.ttl {
  font-size: 17px;
}
.navbar-toggle .icon-bar {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  display: block;
  height: 3px;
  width: 30px;
}
.navbar-nav > li {
  display: block;
  float: none;
}
.in i {
  display: none;
}
.navbar-nav > li > a, .butm_ul li a {
  border-bottom: 1px solid #e38926;
  padding: 10px 0;
}
/*.navbar-nav > li > a:hover, .butm_ul li a:hover {
  background: #3b7ad8 none repeat scroll 0 0;
}*/
ul.nav.navbar-nav {
  margin: 0 -15px;
}

.tab-content.responsive {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  padding: 4px 15px;
  width: 100%;
}
.start .in-wd {
  display: inline-block;
  width: 100%;
}
.departure > img {
  right: 14px;
  top: 38px;
  transform: none;
}
.input-left {
  margin-left: 0;
}
.form-control, .input-group-addon {
  font-size: 13px;
}
.nav.navbar-nav.top_ul {
  float: none;
  margin: 0 -30px;
}
.butm_ul {
  float: none;
  margin: 0 -30px;
}
.sign img {
  display: none;
}
.butm_ul li {
  display: block;
  text-align: center;
}
.in_ticket {
  width: 100%;
}
.in_ticket input {
  width: 100%;
}
.in_ticket form input:nth-child(2) {
  margin-left: 0;
}
.form-control.inbtn {
  font-size: 13px;
  height: 43px;
  margin: 18px auto;
  min-width: 118px;
}
.in_ticket .form-control.inbtn {
  margin: 0 auto;
}
.dropbtn img {
  display: none;
}
.promo .form-control.inbtn {
  margin: 10px 0 28px;
}
.in i {
  background: transparent none repeat scroll 0 0;
}
/*******01-03-2017********/
.start li {
  list-style: outside none none;
  margin-bottom: 0;
}
.start .input-group-addon {
  width: 35px;
}
.input-left .input-group.date.form_date {
  width: 100%;
}
.p-destinations.line-r {
  margin-left: 0;
}
.contact li {
  display: block;
}
.copy-rights > p {
  float: none;
  text-align: center;
}
.in_bs_sr {
  width: 100%;
}
.bs_fm .input-left {
  margin-left: 0;
}
.bs_fm .departure > img {
  right: 7px;
  top: 28px;
}
.in_bs_sr.in_bslast {
  margin: 0 auto;
  max-width: 150px;
  position: relative;
  width: 100%;
}
.search {
  margin: inherit;
}
.fixed-search.fixed_s {
  position: relative;
}
.in_fltr > div {
  position: relative;
}
.in_bus {
  top: 0;
}
.bs_sort li {
  float: left;
}
.set_slet {
  font-size: 10px;
}
.set_slet .col-xs-2, .set_slet .col-xs-4 {
  padding: 0 5px;
}
.cncl_plcy .btn-info {
  font-size: 10px;
}
.in_bk {
  padding: 0;
  border: none;
}
.right_inbk {
  width: 100%;
}
.right_inbk {
  margin: 100px auto;
  min-width: 394px;
  max-width: 394px;
  padding: 25px 46px;
  width: 100%;
  transform: rotate(90deg);
}
.right_inbk > ul {
  border-left: medium none;
  max-width: 100%;
}
.dropbtn {
  padding: 0;
}
.modal-body.model-field > form {
  width: 100%;
}
.left_inbk {
  border-left: medium none;
  padding: 14px 0 0;
}
.f-signup.line-r {
  float: left;
}
.user_profile {
  padding: 10px;
}
.user_profile.start .in-wd, .user_profile .form-control {
  width: 100%;
}
.user_profile .form-control.inbtn {
  margin: 10px 3px;
  width: 46%;
}
.dropdown:hover .dropdown-content {
    display: inherit;
}
.in_fltr > div {
  width: 100%;
}
.brdlr{
  border-top: 1px solid #cccccc;
}
.travel_head{
  font-size: 16px;
}
.in_pkst:nth-child(2n+1) {
  background: #f4f4f4 none repeat scroll 0 0;
}
.terms h2.ttl {
  font-size: 18px;
}
.main-content h3 {
  font-size: 17px;
}
.dropdown:hover .dropdown-content {
    float: none;
    position: static;
    width: auto;
}
section.in_left_menu {
  padding: 25px 0;
}

}

@media screen and (min-width:481px) and (max-width:767px){
.right_inbk {
  transform-origin: 60% 87% 0;
}

}

@media  (max-width:359px){
.right_inbk {
  transform-origin: 43% 40% 0;
}
}




#overlay_form{
  position: absolute;
  border: 5px solid gray;
  padding: 10px;
  background: white;
  width: 270px;
  height: 190px;
}


.fll{
  float:left;
  width:200px;
}
.error{
  color:red;
}

.avail img {
    cursor: pointer;
    padding:2px;
}
.imghide{
  display: none;
}
.txtc{
  text-align: center;
}
.clear {
    clear: both;
}
#Feedback_email,#feedback_comment,#customer_phone,#customer_email,#customer_message,
#first_name,#last_name,#email_id,#mobile_number,#pass_word,#cpassword{
margin: 0px;
margin-top:10px;
}

#originbus,#destinationbus,#dateofjourney{
  margin: 0px;
}

.pclass{
  margin: 0px !important;
margin-top:10px !important;
}

.spage {
  background: #fcfcfc none repeat scroll 0 0;
  box-shadow: 0 2px 5px #171717;
  margin: 10px auto;
  max-width: 1100px;
  padding: 10px 60px;
  text-align: center;
  font-family: 'Verdana';
}
.Column{
    display: table-cell;
}
.w100{
  width:100%;
}
.w40{
  width:40%;
}

.logo_header{
  display: table;margin: 0 auto;
}
/* issue no:182 started */
#message{
	color:#4dad4e;
}
/* issue no:182 ended */

/* issue no:69 started */
table.cnl-policy tr th{
  color: #000;
  font-size: 14px;

}
table.cnl-policy tr td{
  font-weight: normal;
  color: #ff6100;
}
/* issue no:69 ended */
/* issue no: 212 start */
.ui-datepicker table th{

  border: 0px solid red;
  line-height: 5px;
}
/* issue no: 212 end */
/* issue no: 97 start */
button.inbtn:focus {

 box-shadow: 3px 3px 3px #888888;
}


.imgsize {
  max-width: 80px; /* Also works with percentage value like 100% */
  height: auto;
}


.filter_by {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 4px;
}
.filter_by strong {
  background: #4dad4e none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 10px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;

}
.fliby-slet {
  margin: 0;
  float: left;
  margin-left: 5px;
  margin-top:3px;
}


/* Venu fixes on 01-Jun-2017 */


@media (min-width: 300px) and (max-width: 767px) {
  #bus_search{padding: 0px;}
  .jny-stats li{padding: 7px 0px}
  .bs_fm ul li {padding: 4px 0;}
  .in_fltr {border-bottom:  1px solid #ccc; }
  .bs_modify .fa.fa-search{top: 15px!important}
  .table.table-bordered td {padding: 2px;}
  .in_bpbd{width: 100%!important}
  .repst-top span {padding: 7px;}
  .in_bs_sr{float: none!important;}
  .right_inbk > ul{padding: 0px!important}
  .right_inbk{padding: 0!important;margin: 126px auto!important}
  .right_inbk i {display:none;}
  .Column.w40 span{font-size: 9px!important;font-family: sans-serif;}
}

@media (min-width: 768px) and (max-width: 1500px) {
.Column.w40 span{font-size: 22px;font-family: sans-serif;}
.jny-stats {height: 64px;}
.nav.navbar-nav.top_ul.right_side{float: right;}
}

.Column.w40{line-height: 40px;text-align: center;}
.start li{margin-bottom: 0px!important}
