@font-face {
/* font-family: 'Poppins', sans-serif;
  src:  url('../fonts/Poppins-Regular.ttf') format('truetype'); */
}

html, body{
	font-size: 100%;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	
}
body{
	overflow-x:hidden;
	
}
body a,.grid_1,plan_1,plan_1.one,plan_1.two,i.icon1, i.icon2, i.icon3, i.icon4, i.icon5, i.icon6 {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"],li.parallelogram{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
label{
	margin:0;
}
/*-- top-header --*/
.logo a {
    color: #2c3e50;
    letter-spacing: 1px;
    font-size: 2em;
    font-weight: 400;
    display: block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.logo span {
    color:#f99104;
}
i.fa.fa-home {
    font-size: 24px;
}
.top-header {
    background-color: #2c3e50;
    border-bottom: 0 none;
	height: 36px;
    line-height: 35px;
}
ul.tp-hd-lft{
    float: left;
}
ul.tp-hd-lft li {
    display: inline-block;
}
li.hm,li.prnt {
    margin-right: 12px;
}
ul.tp-hd-lft a {
    font-size: 13px;
    font-weight: 600;
	color:#fff;
}
ul.tp-hd-rgt{
    float:right;
}
ul.tp-hd-rgt li {
    display: inline-block;
	font-size: 13px;
    font-weight: 600;
	color:#fff;
}
ul.tp-hd-rgt  a {
    font-size: 13px;
    font-weight: 600;
	color:#000;
}
li.ned,li.wrt,li.tol{
    margin-right: 12px;
}
/*-- /top-header --*/
/*-- header --*/
.header {
    background-color: #fff;
    margin: 0;
	padding: 10px 0 8px;
	/* position: absolute;
    z-index: 99999;
    width: 100%; */
}
.logo a {
    display: block;
}
.logo {
    float: left;
	 margin-right: 60px;
}
.bus {
    float: left;
	padding-top: 17px;
}
.bus a {
    color: #1f8dd6;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .05em;
	padding:0 15px;
}
.lock {
    float: right;
    margin-top: 7px;
}
.securetxt {
    color: #1f8dd6;
    line-height: 18px;
    margin-top: 0px;
	font-size: 14px;
	font-weight:600;
}
.lock li {
    display: inline-block;
}
i.fa.fa-lock {
    color:#1f8dd6;
    font-size: 2em;
    padding-right: 10px;
}
/*-- /header --*/
/*-- banner --*/
.banner {
    background: url(../images/banner.jpg)no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
     min-height: 100%;
    overflow: hidden;
    height: 100vh;
    bottom: 0;
    top: 10%;
    position: absolute;
    width: 100%;
}

.search_bus
{	
	/* max-width: 600px; */
    margin: 0 auto;
    width: 100%;
    display: block;
	padding: 40vh 0 0;
}
.search_form h2
{
	text-align:center;
}
.search_form
{
	background: rgba(0,0,0,0.7);
}
.yellow_color
{
	color:#f99104
}

.banner h1 {
    font-size: 50px;
    margin-bottom: 40px;
   
    text-align: center;
    color: #ffffff;
}
.bann-info h2 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #f99104;
    font-weight: 700;
}
.bann-info {
    padding: 2em;
}
.bnr-right input[type="text"] {
    width: 95%;
    color: #9E9E9E;
    outline: none;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #9E9E9E;
    -webkit-appearance: none;
    margin-top: 10px;
}
.date {
    background: url(../images/date-icon.png) no-repeat 95.5% 45% #fff;
    cursor: pointer;    background-size: 17%;
}
.city {
    background: url(../images/building-icon.png) no-repeat 95.5% 45% #fff;
    cursor: pointer;    background-size: 17%;
}
.bnr-left input[type="text"] {
    width: 95%;
    color: #000;
    outline: none;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #9E9E9E;
    -webkit-appearance: none;
    margin-top: 10px;
}
.ban-top .inputLabel,.ban-bottom  .inputLabel {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
	color: #fff;
}
.bann-info1 {
    padding: 8em 5em 0em;
    text-align: center;
}
.bnr-right {
    float: left;
	/* width:50%; */
}
.bnr-left {
    float: left;
	/* width:50%; */
}
.ban-bottom{
    margin-top: 30px;
}
button.seabtn {
    text-indent: 0;
    color: #fff;
    background-color: #f99104;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background-repeat: no-repeat;
    background-position: 96% center;
    outline: none;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #9E9E9E;
    -webkit-appearance: none;
    margin-top: 10px;
} 
button.seabtn:focus,button.seabtn:hover{
    background-color:#1f8dd6;
    outline: 0;
}
.sear {
    margin-top: 30px;
}
.bann-info1 h3 {
    font-size: 2.1em;
    font-weight: 700;
    color: #f99104;
    text-align: center;
    margin-top: 25px;
}
i.fa.fa-columns {
    font-size: 9em;
    color: #1f8dd6;
}
/*-- /banner --*/
/*-- rupes --*/
.rup-left {
    float: left;
    width: 24%;
}
.rup-rgt {
    float: left;
    width: 76%;
}
.rupes {
    padding: 5em 0;
	border-top: 1px solid rgba(236, 236, 236, 0.9);
    border-bottom: 1px solid rgba(236, 236, 236, 0.9);
}
i.fa.fa-usd{
    font-size: 5em;
    color: #1f8dd6;
}
i.fa.fa-h-square{
    font-size: 5em;
    color: #1f8dd6;
}
i.fa.fa-mobile  {
    font-size:5em;
    color: #1f8dd6;
}
.rupes h3 {
    font-size: 20px;
    color: #f99104;
	 font-weight: 700;
}
.rupes h4 {
    font-size: 18px;
    margin: 8px 0;
    font-weight: 700;
}
.rupes h4 a{
    color: #000000;
}
.rupes h4 a:hover{
    color:#f99104;
}
.rupes p{
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 300;
	color:#999;
}
/*-- /rupes --*/
/*-- track --*/
a.learn{
    padding: 6px 25px!important;
    font-size: 16px;
    text-indent: 0;
    padding: 6px 20px;
    color: #fff;
    background-color: #f99104;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: inline-block;
}
a.learn:focus,a.learn:hover {
    background-color: #1f8dd6;
    outline: 0;
}
.track {
    padding: 5em 0;
	border-top: 1px solid rgba(236, 236, 236, 0.9);
    border-bottom: 1px solid rgba(236, 236, 236, 0.9);
}
.track h3 {
    font-size: 2em;
    font-weight: 700;
    color: #34AD00;
}
.track p {
    font-size: 1.2em;
    line-height: 1.8em;
    width: 55%;
    margin: 1.5em 0;
    color: #999;
}
.track-right {
    text-align: center;
}
i.fa.fa-map-marker {
    font-size: 3em;
    color: #f99104;
}
.rup-left a {
    display: inline-block;
}
.track-right a {
    display: inline-block;
}
/*-- /track --*/
/*-- routes --*/
.routes {
    padding: 5em 0;
}
.rou-left {
    float: left;
    width: 23%;
}
.rou-rgt {
    float: left;
    width: 70%;
}
i.fa.fa-truck,i.fa.fa-user,i.fa.fa-ticket {
    font-size: 4em;
	color:#1f8dd6;
}
.routes h3 {
    font-size: 2em;
    font-weight: 700;
    color: #f99104;
}
.routes p {
    font-size: 1.2em;
    color: #999;
    line-height: 1.8em;
}
/*-- /routes --*/
/*-- holiday --*/
.holiday {
    padding: 5em 0;
}
.holiday h3 {
    font-size: 2em;
    font-weight: 700;
    color: #f99104;
}
.holiday p {
    font-size: 1.2em;
    line-height: 1.8em;
    margin: 1em 0;
    color: #999;
}
/*-- /holiday --*/
/*-- footer --*/
.footer-left li {
    display: inline-block;
    float: left;
    width: 33.33%;
    line-height: 1.8em;
}
.footer-left li a {
    font-size: 14px;
    color:#847777;
    display: inline-block;
}
.footer-left li a:hover{
    color:#1f8dd6;
}
.footer-top h3 {
    font-size: 1.7em;
    color: #f99104;
    margin-bottom: 1em;
    font-weight: 700;
}
.footer-top {
    padding: 3em 0;
    background: #e8e8e8;
}
.footer-btm li {
    display: inline-block;
    margin: 0 10px;
	font-size: 14px;
    color: #fff;
}
.footer-btm li a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
}
.footer-btm li a:hover{
    color:#4CFF00;
}
.footer-btm {
    background:#2c3e50;
    padding: 0.5em 0;
	text-align:center;
}
.copy-right p {
    color:#fff;
    font-size:14px;
    line-height: 1.8em;
}
.copy-right p a {
    color: #fff;
}
.copy-right p a:hover {
    color:#000000;
}
.copy-right {
    background:#f99104;
    text-align: center;
    padding: 0.5em 0;
}
/*-- /footer --*/
/*-- bus --*/
.banner-1 {
    background: url(../images/3.jpg)no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height:200px;
}
.banner-1 h1 {
    font-size: 50px;
    margin-bottom: 40px;
    padding: 1.5em 0 0;
    text-align: center;
    color: #ffffff;
}
.bus-tp P {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
}
.bus-tp h2 {
    float: right;
    font-size: 24px;
    color: #fff;
}
.bus-tp {
    padding: 0.5em;    color: #fff;
    background: #000;
}
.bus-btm li {
    float: left;
    display: inline-block;
}
li.trav {
    width: 30%;
}
li.dept {
    width: 13%;
}
li.arriv {
    width: 13%;
}
li.seat {
    width: 15%;
}
li.fare {
    width: 14%;
}
li.ratings{width:15%;}
.bus-btm li a {
    color: #999;
    font-size: 15px;
	display: inline-block;
}
.bus-btm {
    padding: 0.5em 0;
    border-bottom: 1px solid #E4E4E4;
}
.bus-midd li {
    display: inline-block;
    float: left;
}

.bus-ic {
    float: left;
    width: 7%;
    margin-top: 4px;
}
.bus-txt {
    float: right;
    width: 91%;
}
.bus-ic1 {
    float: left;
    width: 18%;
}
.bus-ic3 {
    float: left;
    width: 13%;
    margin-top: 4px;
}
.bus-txt1 {
    float: right;
    width: 82%;
}
.bus-txt3 {
    float: right;
    width: 87%;
}
.bus-midd h4 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    line-height: inherit;
    padding: 0!important;
}
.bus-midd h4 a{
    font-size: 19px;
    font-weight: 700;
    color: #000;
}
.bus-midd p {
    color: #9A9A9A;
    font-size: 14px;
}
.bus-midd h5 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
a.view {
    padding: 6px 18px;
    font-weight: 700;
    color: #fff;    text-transform: uppercase;
    background-color: #f99104;
    border: 0;
    font-size: 13px;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin-top: 20px;
    display: inline-block;
}
i.fa.fa-clock-o {
    font-size: 1.5em;
    color: #9A9A9A;
    margin-top: 4px;
}
ul.first {
    padding: 2em 0 5px;
}
ul.first {
/*     padding: 2em 0 1em;
    border-bottom: 1px solid #E4E4E4; */
}





#onward_meta_view.w-50 {
    border-right: 1px solid #fff;
}

.meta-cont {
    width: 96%;
    margin: 0 auto;
}
.small-logo-cont {
    margin-right: 10px;
    margin-left: 15px;
}
.redbus_small_logo {
    background: url(/i/102eb89….png) no-repeat;
}
.redbus_small_logo {
    width: 42px;
    height: 28px;
    text-indent: -1000px;
    float: left;
}
.meta-type {
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 8px;
    background-color: #42403f;
    font-size: 9px;
    color: #fff;
}
.fl {
    float: left;
}
#onward_meta_view.w-50 .meta-det, #return_meta_view.w-50 .meta-det {
    width: 75%;
}
.meta-det .icon-right-arrow {
    margin: 0 10px;
}
.prev {
    padding-right: 8px;
}
.icon-left {
    margin-left: 23px;
}
.searchDate {
    background: none;
    outline: 0 none!important;
    border: 0 none;
    width: 96px;
    cursor: pointer;
}
.meta-cont {
    width: 96%;
    margin: 0 auto;
}
.meta-det {
    width: 85%;
    text-align: left;
	padding-left:15px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
}
#modify_search_button {
   line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    width: 100px;
    cursor: pointer;
    color: #fff;
}
#onward_meta_view
{
	
	    border-right: 1px solid #fff;
}

.rat-green {
    background-color: #3fc299;
}
.rating {
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
}
.rating-count {
    width: 100%;    font-size: 13px;
    padding-left: 2px;
    padding-right: 2px;
}

.seat_avalability
{
    padding: 20px 10px;
    background: #eeeded;}

	.bus_dtls
	{
		
	    padding: 2em 0 1em;
    border-bottom: 1px solid #E4E4E4;	
		
	}
	
	
	@media(max-width:991px)
	{
		.bus_dtls, .seat_avalability .box 
	{
	
	    overflow-x: scroll;
    max-width: 750px;
	}
		
	}
	
	
	
	
	
	
	
	
	.hide_seats{
		    padding: 6px 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #f99104;
    border: 0;
    font-size: 13px;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin-top: 20px;
    display: inline-block;
	}

	.set-left
	{
	    background: #fff;
   
    border-left: 10px solid #333;	
		
		
	}
	.set-left ul li{
		margin:0px 0 !important;
	}
	.set-left ul
	{
	    display: block;
    width: 100%;	
	}
	.set-left .set ul li{
		    width: 7% !important;
	}
	
	ul.set li, ul.set1 li {
    display: inline-block !important;
    float: none !important;
    width: 100% !important;
    margin-top: 1px !important;
}
.stearing
{
width: 7%;
    display: inline-block;
    float: left;
}
.stearing img{
	    max-width: 20px;
    width: 100%;
    margin: 18px auto;
    display: block;
	
}
.seats_arrngmnts
{
	padding: 12px;
    float: left;
    width: 90%;
    border-left: 1px solid #ccc;
       margin: 12px 0;
}	
ul.set-1 ul li{
float: right !important;
}
.seat_avalability #close{
    position: absolute;
    right: 43px;
    opacity: 1;
    border: 1px solid #000;
    border-radius: 97%;
    padding: 4px;
    width: 30px;
    height: 30px;
    text-align: center;

}	

.details-panel {
    min-height: 33px;    display: none;
}
.details-tab {
    text-align: left;
        width: 30%;
    font-size: 14px;
    cursor: pointer;
    color: red;
}
.details-tab:nth-child(2) {
       width: 25%;
}
.details-tab a{color:red;}

.amenities-cont li {
    display: inline-block;
    margin-right: 10px;
}
.amenities-cont li .icon {
    font-size: 18px;
}
.amenities-cont, .mt-amenity {
    padding-top: 10px;    clear: both;    padding-left: 30px;
}

.mt-amenity span {
    padding-right: 10px;    display: inline-block;    font-size: 20px;
}
.seat-select-lbl{    padding-bottom: 15px;
font-weight: 700;}
.mt-amenity .amenities-cont {
    padding-top: 0;    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #343434;
}

.panels-container ul.amenlist {
    overflow-y: hidden;
}
.panels-container ul {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    max-height: 500px;
    overflow-y: scroll;
}
.amenlist li {
    width: 25%;
    float: left;
}
.ament-panel-container li {
    width: 25%;
    margin-bottom: 20px;
}
.icon-mticket, .icon-no_mticket {
    font-size: 20px;
}
.mticket-icon {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
}


.seat-layout-position {
   position: absolute;
    top: 35%;
    right: 7%;
    width: 100%;
    max-width: 600px;
	/* width: 100%;
    max-width: 600px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 700px; */
}
.search-seatlayout {
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-top: 0;
    padding: 10px;
    margin-top: 30px;
    background: #f8f8f8;
	    font-size: 16px;
  /*   position: relative; */
    padding: 10px 0;
    margin-top: 5px;
    overflow: visible;
}

.seatlayout-meta-container {
    padding: 0 10px;
}
.seatlayout-main-body p {
    margin-top: 0;
}
.bp-dp-container {
    position: relative;
    margin-top: 5px;
}
.bp-dp-down {
    float: right;
    margin-right: -5px;
}
.icon-down {
    font-weight: 700;
}
.list-cont, .select-list {
    cursor: pointer;
}
.bp-list-cont {
    position: absolute;
    width: 100%;
    height: 35px;
    z-index: 99;
}
.bp-text-div, .dp-text-div {
    font-weight: 700;
    width: 25%;
    font-size: 14px;
}
.bp-text-div {
    float: left;
    line-height: 14px;
}

.fr {
    float: right;
}
.bp-list-cont {
    position: absolute;
    width: 100%;
    height: 35px;
    z-index: 99;
}
.bp-list-cont, .dp-list-cont {
    float: left;
}
.bp-list-cont-horizontal {
    width: 61%;
    margin-left: 28%;
    top: -6px;    text-align: right;
}
.bp-list-cont .bp-val {
    text-align: left;
    padding-right: 0;
    line-height: 25px;
}
.bp-list-cont .bp-val {
    text-align: left;
    padding-right: 0;
    line-height: 25px;
}
.bp-list-cont .bp-val, .dp-list-cont .dp-val {
    text-overflow: ellipsis;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: #545454;
}
.bp-val-horizontal {
    width: 60%!important;
    right: auto!important;
    font-size: 14px!important;
}
.bp-address-horizontal {
    height: 35px;
    white-space: normal;
    width: 70%;
    font-size: 12px;
}
.bp-address, .dp-address {
    text-overflow: ellipsis;
    width: 49%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}
.bp-address-container, .dp-address-container, .toast-div {
    font-size: 13px;
    min-width: 200px;
    max-width: 500px;
    width: auto;
    bottom: 0;
    left: 2%;
    border: 1px solid #e1e1e1;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    font-weight: 400;
    line-height: 10px;
}

.seatlayout-main-body p {
    margin-top: 0;
}

.bp-list-cont label, .dp-list-cont label {
    color: #d84e55;
}

.dp-list-cont-negate {
    float: none!important;
    text-align: left;
}
.dp-text-div {
    padding-top: 35px;
}
.bp-text-div, .dp-text-div {
    font-weight: 700;
    width: 25%;
    font-size: 14px;
}
.dp-list-cont-horizontal {
    width: 69%;
    margin-left: 28%;
    position: absolute;
    right: auto;
}

.dp-list-cont .dp-val {
    position: absolute;
    bottom: -2px;
    right: 0;
}
.bp-list-cont .bp-val, .dp-list-cont .dp-val {
    text-overflow: ellipsis;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: #545454;
}

.dp-val-horizontal {
    width: 100%!important;
    right: auto!important;
    top: -18px!important;
    font-size: 14px;
}
.dp-val {
    text-align: left;
}
.dp-address-horizontal {
    width: 100%;
    height: 35px;
    white-space: normal;
    right: auto;
    top: 2px;
    font-size: 12px;
}
.dp-address-container {
    left: 45%;
    z-index: 99;
}
.bp-address-container, .dp-address-container, .toast-div {
    font-size: 13px;
    min-width: 200px;
    max-width: 500px;
    width: auto;
    bottom: 0;
    left: 2%;
    border: 1px solid #e1e1e1;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    font-weight: 400;
    line-height: 10px;
}

.calendar-hide, .hide {
    display: none;
}

.bp-dp-selector-container {
    position: relative;
    overflow: visible;
}
hr.seperator {
    margin: 55px -20px 20px;
}

.adverseCancel {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -10px;
    font-weight: 600;
    background-color: #f8f9a3;
}
.seatlayout-main-body p {
    margin-top: 0;
}
.summary-title {
    text-transform: uppercase;
    font-weight: 400;
}
.seats-selected-container {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 200;
}
.bp-text-div, .dp-text-div {
    font-weight: 700;
    width: 25%;
    font-size: 14px;
}

.summary-title {
    text-transform: uppercase;
    font-weight: 400;
}

.seatlayout-main-body p {
    margin-top: 0;
}
.seats-selected-container {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 200;
}
.seats-selected-container label {
    text-transform: uppercase;
}
.selected-seats {
    font-weight: 700;
    float: right;
}

.fare-summary-container {
    font-size: 14px;
    font-weight: 200;
    color: #8f8f8f;
    margin-top: 20px;
}
.fare-summary-container label {
    float: left;
    text-transform: uppercase;
}
.fare-summary-value {
    text-align: right;
    margin-top: 5px;
    font-weight: 700;
}

.fare-summary-currency {
    margin-right: 5px;
}
.fare-summary-value {
    text-align: right;
    margin-top: 5px;
    font-weight: 700;
}

.fare-summary-currency {
    margin-right: 5px;
}

.button:hover {
    background-color: #f99104!important;
}

.button {
    display: inline-block;
    padding: 6px 16px 7px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: .1s;
    border: none;
    text-align: center;
    background-color: #d84e55;
    color: #fff;
	    margin: 0 auto;
    display: block;
}


span.fare-value {
    text-align: right;
}

span.fare-type, span.fare-value {
    float: left;
    width: 50%;
    font-weight: 300;
}
span.fare-type, span.fare-value {
    float: left;
    width: 50%;
    font-weight: 300;
}
span.fare-type {
    color: #777;
}
.fare-currency {
    margin-right: 5px;
}

.fareDisclaimer {
    font-size: 14px;
    color: #4a4949;
    text-align: center;
}


.fare-container {
    padding: 10px 0;width: 100%;
}
.fare-container li{
width: 100%;}
.bp-dp-selector-container {
    position: relative;
    overflow: visible;
}

.bp-dp-selector-animate.fade {
    opacity: 1;
}
.bp-dp-selector-animate {
    opacity: 0;
    transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
}

.modal-overlay.fade-in {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    height: 100%;
}
.modal-overlay {
    position: absolute;
    top: 77px;    
    width: 430px;
    height: 100%;
    display: table;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    z-index: 81;
}
.modal-overlay .vertical-align {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.modal-overlay .modal-content.scale-in {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.modal-overlay .bpdp-list {
    width: 370px;
}

.modal-overlay .modal-content {
    background: #fff;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    width: 90%;
    margin: auto;
    box-shadow: 2px 2px 12px #686868;
}
.modal-overlay .modal-header {
    padding: 12px;
    display: block;
    border-bottom: 1px solid #ccc;
    pointer-events: auto;
    cursor: auto;
}
.modal-header {
    position: relative;
  
}
.w-50 {
    width: 50%;
}
.modal-header h3 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.selector .selected {
    border-bottom: 3px solid #d84e55;
}

#proceedtopay .textbox input {
    position: relative;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #666;
    padding-bottom: 8px;
    margin-top: 8px;
    outline: 0 none!important;
    background: none;
    cursor: text;
    width: 98%;
    font-weight: 500;
}
#proceedtopay .phonecode {
    display: inline-block;
    width: 16%!important;
    padding-left: 13px;
    padding-bottom: 7px;
    border: 0 none;
    font-size: 16px;
    color: #666;margin-top: 4px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}
#proceedtopay .textbox .phoneno {
    padding-left: 20px;
    display: inline-block;
    width: 81%!important;
    padding-left: 0;
}
#proceedtopay legend
{
	    border: none;    padding-top: 30px;
}
.gender-radio
{
	margin-top:10px;
}
.proceed_btn
{
	    margin: 7px auto;
    display: block;
    padding: 8px 10px 10px;
    font-size: 16px;
    max-width: 190px;
    width: 100%;outline:none;
    color: #fff!important;
    background-color: #f1af43!important;
	
}
.modal-header .close {
    margin-top: -2px;
    opacity: 1;
    font-size: 36px;
}
.form_entries .fa-user
{
    margin-right: 25px;
    color: #6ec7b4;
    font-size: 40px;
	
	}
.form_entries .fa-envelope-o
{
    color: #f1af43; margin-right: 25px; font-size: 40px;
}

.fare-details {
    text-align: right;
    font-size: 11px;
    margin-right: 20px;
    color: #666;
    margin-top: 6px;
}
.fare-amount {
    font-size: 20px;
    font-weight: 800;
}

#proceedtopay .insurance 
{
    padding-top: 50px;
}





#exTab1 .tab-content {
  color : #000;
  background-color: #ffff;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;    background: none;
    color: #000;
}
/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;outline:none;
}

#exTab3 .tab-content {
  color : white;
  background-color: #ccc;
  padding : 5px 15px;
}

.place_lists
{
    max-height: 170px;
    overflow-y: scroll;
}
.place_lists li{
	    display: block;
    float: none;
}
.modal-overlay:after, .modal-overlay:before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
    border-width: 18px;
    border-style: solid;
    border-color: transparent transparent #fff;
    z-index: 10;
}
.modal-overlay:before {
    border-bottom: 19px solid #686868;
    z-index: 9;
}
.bpdpPanelAddress {
    font-size: 12px;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }









































/*-- /bus --*/
/*-- about --*/
.about-top {
    text-align: center;
}
.about {
    padding: 5em 0;
}
.about h2 {
    font-size: 2.5em;
    color: #f99104;
    margin-bottom: 1em;
    font-weight: 700;
}
.about h3 {
    font-size: 2.2em;
    color: #f99104;
    margin-bottom: 1em;
    font-weight: 700;
}
.about p {
    font-size: 1em;
    line-height: 1.8em;
    margin: 0 0 1em;
    color: #999;
    font-weight: 400;
}
.about-mid {
    margin: 4em 0;
}
.about h5 {
    font-size: 1.1em;
    text-align:right;
    color: #1f8dd6;
}
.about h6 {
    font-size: 1em;
    color: #f99104;
    text-align:right;
}
.ab-tp {
    margin-bottom: 2em;
}
.ab-rt ul li a {
    font-size: 1em;
    color: #999;
    background: url(../images/dot.png)no-repeat 0px 2px;
    padding: 0px 0px 0px 30px;
}
.ab-rt ul li{
    margin: 0em 0em 0.5em 0em;
}
.ab-rt ul li a:hover{
  color: #f99104;
  text-decoration:none;
}
.ab-rt li{
    display: block;
}
.ab-lt {
    padding-right: 50px;
}
/*-- /about --*/
/*--travel --*/
.travel h3 {
    font-size: 1.7em;
    font-weight: 700;
    color: #f99104;
}
.travel p {
    font-size: 15px;
    color: #999;
    line-height: 1.8em;
    margin: 1em 0;
}
.tra-top li {
    display: inline-block;
    float: left;
}
ul.rout {
    background: #1f8dd6;
    padding: 0.8em;
    color: #fff;
}
li.rou {
    width:30%;
}
li.ser {
    width: 20%;
}
li.fir{
    width: 15%;
}
li.las {
    width: 15%;
}
li.dat {
    width: 20%;
}
.tra-top h4 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #f99104;
}
ul.rou-secnd p {
    margin: 0;
}
ul.rou-secnd {
    padding: 1.5em 0;
    border-bottom: 1px solid #E4E4E4;
}
a.det {
    padding: 6px 18px;
    font-weight: 700;
    color: #fff;
    background-color: #f99104;
    border: 0;
    font-size: 13px;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: inline-block;
}
.tra-top h6 a {
    color: #f99104;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}
.tra-top {
    margin-top: 3em;
}
/*-- /travel --*/
/*-- offers-1 --*/
.offers-1-left {
    text-align: center;
}
.offers-1 p {
    color: #444;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 5px;
}
.offers-1 h3 {
    font-size: 21px;
    color:#34AD00;
    font-weight: 700;
}
.offers-1 h6 {
    color: #62717d;
    margin: 10px 0;
    line-height: 1.8em;
    font-size: 16px;
}
a.off{
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
	background:#f99104;
}
a.off:hover{
	background:#1f8dd6;
}
.offers-1-left {
    padding: 2em;
    border: 1px solid #e4e4e4;
    margin-bottom: 2em;
}
.offers-1 {
    padding: 5em 0;
}
i.fa.fa-gift{
	font-size: 5em;
    color: #1f8dd6;
}
/*-- /offers-1 --*/
/*-- hotels --*/
.banner-2 {
    background: url(../images/6.jpg)no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 430px;
}
.banner-3 {
    background: url(../images/6.jpg)no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height:200px;
}
.banner-2 h1 {
    font-size: 50px;
    margin-bottom: 40px;
    padding: 2em 0 0;
    text-align: center;
    color: #fff;
}
.banner-3 h1 {
    font-size: 50px;
    margin-bottom: 40px;
    padding: 1.5em 0 0;
    text-align: center;
    color: #fff;
}
.hotes-left {
    text-align: center;
}
.room-map iframe {
    min-height: 450px;
}
.hotels-top h3{
    font-size: 26px;
    margin-bottom: 50px;
    color: #f99104;
    font-weight: 700;
	text-align:center;
}
.hotels-top {
    padding: 4em 0;
}
.hotl-top {
    margin-top: 2em;
}
.view1 {
	width: 100%;
   height: 100%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view1 .mask,.view1 .content {
	width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   cursor:pointer;
}
.view1 img {
   display: block;
   position: relative;
}
.view1 h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view1-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view1-sixth .mask {
   background-color:rgba(63, 132, 177, 0.72);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view1-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
   margin: 130px 40px 0px 40px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view1-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view1-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view1-sixth:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
/*-- /hotels --*/
.travel {
    padding: 3em 0 5em;
}
/*-- terms --*/
.terms h3 {
    font-size: 1.5em;
    color: #f99104;
    font-weight: 700;
}
.terms h6 {
    font-size: 1.2em;
    color: #1f8dd6;
    font-weight: 700;
    margin: 1em 0;
}
.terms p {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 300;
    color: #999;
    margin: 1em 0;
}
.terms {
    padding: 5em 0;
}
.terms span {
    color: #000;
    font-weight: 700;
    font-size: 1.3em;
}
.terms-bottom {
    margin-top: 3em;
}
/*-- /terms --*/
/*-- agent --*/
.agent-left input[type="text"] {
    width: 80%;
    color: #9E9E9E;
    outline: none;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #464646;
    -webkit-appearance: none;
    margin-top: 10px;
}
.agent-left {
    text-align: center;
}
.agent {
    padding: 5em 0;
}
.ag-bt {
    margin-bottom: 2em;
}
a.regist {
    padding: 10px 32px!important;
    color: #fff;
    background-color: #f99104;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}
a.regist:hover{
	background-color:#1f8dd6;
}
.agent-left textarea {
    width: 80%;
    margin: 22px 0;
    resize: none;
    height: 150px;
	 outline: none;
    padding: 10px 10px;
    border: 1px solid #464646;
    background: none;
    font-size: 14px;
    color: #000;
}
.agent-left input[type="submit"] {
    outline: none;
    background: #f99104;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #fff;
    font-weight: 600;
    padding: 6px 18px;
    font-size: 15px;
    border: none;
    border-radius: 2px;
}
.agent-left input[type="submit"]:hover{
    background: #1f8dd6;
}
.sub {
    text-align: right;
    margin-right: 3em;
}
select {
    padding: 4px 5px!important;
    width: 80%;
    color: #9E9E9E;
    margin-top: 18px;
    border: 1px solid #464646;
    padding: 5px 10px;
    vertical-align: middle;
}
.agent-right {
    padding-left: 3.4em;
}
.agent h3 {
    font-size: 1.5em;
    color: #f99104;
    font-weight: 700;
    margin-top: 1em;
}
.agent p {
    font-size: 15px;
    margin: 1em 0;
    color: #999;
    line-height: 1.6em;
}
/*-- /agent --*/
/*-- contact --*/
.contact {
    padding: 5em 0;
}
.contact h3 {
    font-size: 2em;
    color: #f99104;
    margin-bottom: 1.5em;
    font-weight: 700;
}
.contact h4 {
    font-size: 1.4em;
    color: #1f8dd6;
    margin-bottom:0.6em;
    font-weight: 700;
}
.contact-left li {
    display: block;
    line-height: 1.7em;
    font-size: 13px;
    color: #999;
}
.con-top {
    margin-top: 2em;
}
/*-- /contact --*/
/*-- details --*/
.details-middle li {
    display: inline-block;
    float: left;
    margin: 0 12px 0 0px;
    font-size: 15px;
    color: #999;
}
span.glyphicon.glyphicon-eye-open, span.glyphicon.glyphicon-thumbs-up {
    color: #1f8dd6;
    font-size: 1.1em;
    padding-right: 6px;
}
.details-middle p{
    font-size: 15px;
    color: #999;
    line-height: 1.7em;
    margin: 0.5em 0;
}
.details-top h5 {
    font-size: 1.4em;
    font-weight: 700;
    color: #1f8dd6;
}
.details-top {
    margin-top: 2em;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.37);
}
.details-left {
    padding-left: 0;
}
.details-right {
    padding: 2em 0;
    text-align: center;
}
.details-middle h3 a {
    color: #f99104;
    text-decoration: none;
}
.details-middle {
    padding: 1.5em 1em;
}
.details-middle h3 {
    font-size: 1.5em;
    font-weight: 700;
}
.details {
    padding: 5em 0;
}
/*-- /details --*/
/*-- rooms --*/
.rooms-top {
    background: url(../images/7.jpg)no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 390px;
    padding: 18em 0 0;
}
.rom-info {
    background: rgba(63, 132, 177, 0.79);
    padding: 1em 2em;
}
.rom-info h3 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 700;
}
.rom-info p {
    font-size: 15px;
    margin-top: 0.5em;
    color: #fff;
    line-height: 1.7em;
}
.rt-left {
    float: left;
}
.rt-right {
    float: right;
}
.rom-info h5 {
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
}
.rom-btm {
    margin-top: 2em;
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.37);
}
.room-bottom h3 {
    font-size: 1.8em;
    font-weight: 700;
    color: #f99104;
}
.room-bottom {
    padding: 2em 0;
}
.rom-btm h4 {
    font-size: 1.5em;
    font-weight: 700;
    color: #f99104;
}
.rom-btm p {
    font-size: 15px;
    color: #999;
}
.rom-btm h6 {
    font-size: 1em;
    font-weight: 700;
    margin: 0.5em 0;
}
.room-right {
    text-align: right;
    padding: 3em 2em;
}
.room-midle {
    padding: 1em;
}
.rom-btm h5 {
    font-size: 1.2em;
    font-weight: 700;
    color: #999;
}
/*-- /rooms --*/

/*-- sign up --*/
.single-bottom input[type="checkbox"] {
  display: none;
}
.single-bottom input[type="checkbox"]+label {
    position: relative;
    padding-left: 31px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #A9A8A8;
	font-weight:normal;
}
.single-bottom input[type="checkbox"]+label span:first-child {
	width: 14px;
    height: 14px;
    display: inline-block;
    border: 2px solid #2c3e50;
    position: absolute;
    left: 0;
    top: 4px;
}
.single-bottom input[type="checkbox"]:checked+label span:first-child:before {
  content: "";
  background:url(../images/mark1.png)no-repeat;
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 10px;
  width:16px;
  height:16px;
}
.modal-info {
    width: 100%;
}
/*-- //Sign up --*/
.modal-header {
    border-bottom: 1px solid #fff !important;
}
/*-- singlepage --*/
.room-map {
    margin: 4em 0;
}
h4.sing {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1em;
    color: #f99104;
}
.hotel-police p {
    font-size: 15px;
    line-height: 1.8em;
    color: #999;
}
.hotel-police {
    margin-bottom: 3em;
}
.hotel-amenit li {
    display: inline-block;
    float: left;
    width: 33.33%;
    line-height: 1.8em;
    color: #999;
}
.hotel-amenit {
    margin-bottom: 3em;
}
/*-- //singlepage --*/
ul.off-mo {
    padding: 2em 1em;
}
ul.off-mo li {
    display: block;
    line-height: 1.8em;
    font-size: 14px;
    color: #999;
    margin-bottom: 1em;
}
ul.off-mo span {
    color:#f99104;
    font-weight: 700;
    font-size: 1.3em;
}
/*-- selectroom --*/
.selectroom {
    padding: 5em 0 3em;
}
.selectroom_top {
    padding: 2em;
    box-shadow: 0px 0px 10px -4px #000;
    margin-bottom: 2em;
}
.selectroom_right li {
    display: inline-block;
    float: left;
    width: 21%;
}
.grand {
    text-align: right;
}
.selectroom_right h2 {
	font-size: 1.7em;
    color: #999;
    font-weight: 600;
    margin: 0;
}	
.selectroom_right h3 {
    font-size: 1.7em;
    font-weight: 600;
	color:#f99104;
}
p.dow {
    font-size: 15px;
    color: #999;
    font-weight: 300;
    line-height: 1.8em;
	margin-bottom:1em;
}
.selectroom_right p {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 300;
    color: #999;
}
.selectroom_right ul {
    margin-top: 1em;
}
.selectroom_right h6 {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
.selectroom_right h4 {
    font-size: 1.2em;
    color: #f99104;
    line-height: 1.8em;
	font-weight:600;
}
.selectroom_right span {
    font-weight: 700;
}
.selectroom-info li {
    display: inline-block;
    float: left;
}
li.nam {
    width: 22%;
}
li.mr
{
    width: 12%;
}
li.mr select {
    padding: 4px 5px!important;
    width: 72%;
    color: #9E9E9E;
    margin-top: 18px;
	border:none;
    border-bottom:1px solid rgba(0,0,0,.12);
    padding: 5px 10px;
    vertical-align: middle;
}
.selectroom input[type="text"] {
    width: 92%;
    color: #9E9E9E;
    outline: none;
    font-size: 14px;
    padding: 10px 0px;
    border: none;
    border-bottom:1px solid rgba(0,0,0,.12);
    -webkit-appearance: none;
    margin-top: 10px;
}
.selectroom-info ul {
    margin-top: 3em;
}
li.spe {
    width: 100%;
    margin-top: 3em;
}
li.spe  input[type="text"] {
    width: 100%;
}
/*-- write --*/
.writ input[type="text"] {
    width: 92%;
    color: rgba(158, 158, 158, 0.69);
    outline: none;
    font-size: 16px;
    padding: 10px 0px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    -webkit-appearance: none;
}
li.na-me select {
    padding: 8px 0px!important;
    width: 92%;
    color: rgba(158, 158, 158, 0.69);
    margin-top: 0px;
	border:none;
	font-size: 18px;
    border-bottom:1px solid rgba(0,0,0,.12);
    vertical-align: middle;
	    outline: none;
}
.writ li {
    display: inline-block;
    float: left;
	margin-top: 1em;
}
li.na-me {
    width: 50%;
}
li.descrip {
    width: 100%;
}
.writ h4 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.5em;
    padding: 0 0 0.5em 0;
    color: #34AD00;
    font-weight: 600;
}
.writ {
    padding: 0 2em 3em;
}
.sub-bn {
    text-align: right;
	margin-top:2em;
}
button.subbtn {
    padding: 6px 25px!important;
    font-size: 16px;
    text-indent: 0;
    padding: 6px 20px;
    color: #fff;
    background-color: #f99104;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background-repeat: no-repeat;
    background-position: 96% center;
}
button.subbtn:focus, button.subbtn:hover {
    background-color: #1f8dd6;
    outline: 0;
}
/*-- /write --*/
.tracking {
    padding: 5em 0;
}
.tracking-right img {
    display: inline-block;
}
.tracking-right {
    text-align: center;
    padding: 2em;
}
.tracking-top,.tracking-bottom {
    margin-bottom: 3em;
    background: #eeeeee;
    padding: 3em 6em;
}
.tracking p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    font-weight: 300;
}
.tracking h3 {
    font-size: 1.7em;
    font-weight: 600;
    color: #f99104;
    margin-bottom: 1em;
}
.tracking-midle {
    margin-bottom: 3em;
}
.similar_hotel {
    margin-bottom: 5em;
}

/*-- login --*/
.login-right{
	float:right;
	width:51%;
}
.login-right h3{
    color: #2c3e50;
    font-weight: normal;
    font-size: 17px;

}
.login-left {
    float: left;
    width: 42%;
}
.login-right input[type="text"] ,.login-right input[type="password"] {
    width: 100%;
    padding: 10px;
    font-weight: normal;
    background: none;
    border: 1px solid #E6E4E4;
    color: #D2D1D1;
    outline: none;
    font-size: 14px;
    margin-top: 20px;
}
.login-right h4{
	color:#48cfc1;
	font-size:12px;
	margin:20px 0;
}
.login-right h4 a{
	color:#2c3e50;
	text-decoration:none;
}
.login-right h4 a:hover{
	color:#A9A8A8;
}
.login-grids p a {
	color:#2c3e50;
}
.login-right input[type="submit"] {
  background:#2c3e50;
  color: #fff;
  font-size: 20px;
  border: none;
  width: 100%;
  outline: none;
  -webkit-appearance:none;
  padding: 10px 15px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
 margin-top:20px;
}
.login-right input[type="submit"]:hover {
	background:#2c3e50;
}
.login-grids p {
    font-size: 12px;
    margin-top: 25px;
	color:#A9A8A8;
}
.login-grids p span{
	color:#48cfc1;	
}
.login-left ul li{
	list-style-type:none;
	display:block;
    margin: 22px 0;
    font-size: 16px;
}
.login-left ul li a {
    padding: 9px 12px;
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
.login-left ul li a:hover{
	opacity:.7;
}
.login-left ul li a.fb{
	background:#3b5998;
}
.login-left ul li a.goog{
	background:#dc4e41;
}
.login-left ul li a.linkin{
	background:#00a0dc;
}
.login-left ul li a.fb i{
    background: url(../images/social.png) no-repeat -45px -1px;
    width: 24px;
    height: 23px;
    display: inline-block;
    vertical-align: text-bottom;
}
.login-left ul li a.goog i{
    background: url(../images/social.png) no-repeat -84px 0px;
    width: 26px;
    height: 23px;
    display: inline-block;
    vertical-align: text-bottom;
}
.login-left ul li a.linkin i{
    background: url(../images/social.png) no-repeat -3px 0px;
    width: 25px;
    height: 23px;
    display: inline-block;
    vertical-align: text-bottom;
}
/*-- //login --*/
.privacy h3 {
    color: #34AD00;
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 1em;
}
.privacy {
    padding: 5em 0;
}
.privacy p {
    font-size: 1em;
    line-height: 1.8em;
    color: #999;
    margin: 1em 0;
}
.privacy h4 {
    font-size: 1.3em;
    color: #34AD00;
    font-weight: 400;
    margin: 1em 0;
}
/*-- faq --*/
.faq {
    padding: 5em 0;
}
.faq h2 {
    font-size: 2em;
    font-weight: 700;
    color:#f99104;
    line-height: 1.8em;
}
.faq h3 {
    font-size: 1.7em;
    color:#f99104;
    font-weight: 600;
    margin-bottom: 0.5em;
    line-height: 1.8em;
}
.faq p {
    font-size: 1em;
    line-height: 1.8em;
    color: #999;
    margin: 1em 0;
}
.faq li {
    display: block;
    color: #999;
    font-size: 1em;
    margin: 1em 0;
}
/*-- //faq --*/
/*--mobile-app--*/

.mobile-app {
	padding:5em 0;
}
.app-right {
	margin-top:50px;
}
.app-right h3 {
    font-size: 28px;
     color: #f99104;
    line-height: 35px;
}
.app-right h3 span {
	color:#2c3e50;
	margin:0 7px;
}
.app-right p {
	margin:15px 0 30px 0;
	color:#999;
	font-size:1em;
	line-height:25px;
}
.app-button {
    float: left;
}
.app-button a {
	display:block;
}
.app-button img {
    width:90%;
}
/*-- banner-bottom --*/
.banner-bottom{
  padding: 5em 0;
}
.banner-text {
	text-align: center;
}
.banner-text h3{
  color: #f99104;
  font-size: 3em;
  font-weight: 400;
  margin: 0;
}
.banner-text p{
  color: #999;
  font-size: 1em;
  margin: 2em auto 0 auto;
  width: 72%;
  line-height: 1.8em;
}
.banner-bottom-grids{
	margin: 6em 0 0 0;
}	
.banner-bottom-grid{
	text-align:center;
}
.banner-bottom-grid h4 {
    color: #f99104;
    margin: 2em 0 1em 0;
    font-size: 1.6em;
    font-weight: 700;
}
.banner-bottom-grid p{
  color:#999;
  font-size:1em;
  margin: 0 auto;
  width: 80%;
  line-height: 1.8em;
}
.services-icon {
  background: #2c3e50;
  width: 120px;
  height: 120px;
  line-height: 136px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-th-large{
  font-size: 2.5em;
  color: #FFFFFF;
  top: 5px;
}
.red h4{
	 color: #f99104;
}
.green h4{
	 color: #f99104;
}
ul.callbacks_tabs.callbacks2_tabs a:after{
	border:2px solid #505b6f;
}
ul.callbacks_tabs.callbacks2_tabs .callbacks_here a:after{
	background: #505b6f;
	left:10%;
}
ul.callbacks_tabs.callbacks2_tabs {
  left: 82%;
  top: 102%;
}
/*-- //mobile-app--*/
/*-- blog --*/
.comments-list h3{
	font-size:2em;
	color:#2c3e50;
	margin:0 0 1em;
	text-transform:capitalize;
	text-decoration: none;
	line-height: 1.3em;
}
.comments-list h3 a{
	color:#2c3e50;
}
.comments-list h3 a:hover{
	color:#2c3e50;
}
.comments-list ul{
	padding:1.5em 0 2em; 
}
.comments-list ul li{
	display:inline-block;
	font-size:14px;
	color:#999;
}
.comments-list ul li a{
	color:#999;
	text-decoration:none;
}
.comments-list ul li span {
    padding-right: 10px;
    color: #1f8dd6;
}
.comments-list ul li a:hover{
	color:#2c3e50;
}
.comments-list ul li i{
	margin:0 1em;
}
a.bake{
	padding: .3em .5em;
    background: #F3AD45;
    color: #fff !important;
}
a.bake:hover{
	background:#454445;
}
.comments-list p{
	margin:2em 0;
	color:#999;
	line-height:1.8em;
	font-size:14px;
}
.comments-list:nth-child(2){
	margin:5em 0;
	padding:3em 0 5em;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
ul.paging{
	padding:5em 0 0;
}
.popular h3, .subscribe h3, .categories h3, .instagram h2, .tags h3 {
    padding: 1em;
    background: #2c3e50;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 1.5em;
}
.popular-left{
	float:left;
	width:20%;
}
.popular-right{
	float:right;
	width:80%;
}
.popular-left h4{
	color:#2c3e50;
	font-size:1.5em;
	margin:0;
}
.popular-right h5 a{
	font-size:1.5em;
	color:#2c3e50;
	text-decoration:none;
	text-transform:capitalize;
}
.popular-right h5 a:hover{
	 color: #f99104;
}
.popular-right p{
	font-size:14px;
	color:#999;
	margin:.5em 0 0;
	line-height:1.8em;
}
.popular-right p span{
	display:block;
	font-size:1em;
	margin:.5em 0 0;
}
.popular-grid:nth-child(3){
	margin:2em 0;
}
.subscribe,.instagram{
	margin:3em 0;
}
.subscribe p{
	font-size:14px;
	color:#999;
	margin:0 0 1em;
	line-height:1.8em;
	text-align:center;
}
.subscribe input[type="email"]{
	outline: none;
    border: 1px solid #D1D1D1;
    background: #E1E1E1;
    font-size: 14px;
    color: #999;
    padding: 10px;
    width: 100%;
    margin-bottom: .5em;
}
.subscribe input[type="submit"]{
	outline:none;
	border:none;
	background:#2c3e50;
	font-size:1em;
	color:#fff;
	padding:10px 0;
	width:100%;
}
.subscribe input[type="submit"]:hover{
	background:#2c3e50;
}
.categories ul li{
	padding-left: 2em;
    margin-bottom: 1em;
    background: url(../images/dot.png)no-repeat 0px 2px;
    list-style-type: none;
}
.categories ul li a{
	color: #999;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
}
.categories ul li a:hover{
    color: #2c3e50;
}
.instagram-grid{
	float:left;
	width:33.33%;
}
.instagram-grid img:hover{
	opacity:.5;
}
.tags ul li{
	display:inline-block;
	margin: 0 0px 9px;
}
.tags ul li a {
    border: 1px solid #2c3e50;
    padding: 3px 12px;
    font-size: 14px;
    color: #2c3e50;
    text-decoration: none;
}
.recent-comments h3 {
    color: #2c3e50;
    font-size: 1.5em;
}
.tags ul li a:hover{
	border: 1px solid #2c3e50;
    color: #fff;
	background:#2c3e50;
}
.blog {
    padding: 5em 0;
}
/*-- //blog --*/
/*-- single1 --*/
.comments-list p span{
	display:block;
	margin:1em 0 0;
}
.admin{
	padding:2em;
	background:#f5f5f5;
	margin:1em 0 5em;
}
.admin-left{
	float:left;
	width:15%;
}
.admin-right{
	float:right;
	width:80%;
}
.admin-right p{
	font-size:14px;
	color:#999;
	margin:0;
	line-height:1.8em;
}
.admin-right p a{
	color: #2c3e50;
    text-decoration: none;
    display: block;
    margin: 1em 0 0;
}
.admin-right p a:hover{
	color:#999;
}
.recent-comments-grids{
	padding:2em;
	background:#f5f5f5;
	margin: 2em 0 0em;
}
.recent-comments-grid-right h4 a {
    font-size: 1em;
    color: #2c3e50;
    text-decoration: none;
}
.recent-comments-grid-right h4 a:hover{
	color:#2c3e50;
}
.recent-comments-grid-right p{
	margin:1em 0 0;
	color:#999;
	line-height:1.8em;
	font-size:14px;
}
.recent-comments-grid-right p span{
	display:block;
	margin:1em 0 0;
	color:#2c3e50;
}
.recent-comments-grid-right{
	float:right;
	width:80%;
}
.recent-comments-grid-left{
	float:left;
	width:15%;
}
.recent-comments-grid:nth-child(2){
	margin:2em 0;
}
.recent-comments-grid:nth-child(3){
	margin:0em 0 2em;
}
.leave-comment{
	margin:5em 0 0;
}
.leave-comment form{
	margin:3em 0 0;
}
.leave-comment input[type="text"],.leave-comment input[type="email"],.leave-comment textarea{
	outline: none;
    padding: 10px;
    width: 49.2%;
    background: #f5f5f5;
    border: 1px solid #D1D1D1;
    font-size: 14px;
    color: #999;
}
.leave-comment input[type="email"]{
	margin-left:.5em;
}
.leave-comment input[type="text"]:nth-child(3){
	margin:.5em 0;
	width:100% !important;
}
.leave-comment textarea{
	min-height:200px;
	width:100% !important;
	margin-bottom: .2em;
}
.leave-comment input[type="submit"]{
	outline:none;
	padding:10px 0;
	width:100%;
	background:#2c3e50;
	border:none;
	font-size:1em;
	color:#fff;
	text-align:center;
}
.leave-comment input[type="submit"]:hover{
	background:#2c3e50;
}
/*-- //single1 --*/
.footer-social-icons ul li {
	display:inline-block;
	margin:0 0.2em;
}
.footer-social-icons ul li a{
	width:30px;
	height:30px;
	background:url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
	position: relative;
}
.footer-social-icons ul li a span {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px;
    font-size: 14px;
    border-radius: 2px;
    background:#1F8DD6;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footer-social-icons ul li a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1F8DD6;
    position: absolute;
    bottom: -5px;
    left: 34px;
}
.footer-social-icons ul li a:hover span {
    bottom: 41px;
    visibility: visible;
    opacity: 1;
}
.footer-social-icons ul li a.facebook {
	background-position:0px 0px;
}
.footer-social-icons ul li a.facebook:hover {
	background-position:-0px -30px;
}
.footer-social-icons ul li a.twitter {
	background-position:-30px 0px;
}
.footer-social-icons ul li a.twitter:hover {
	background-position:-30px -30px;
}
.footer-social-icons ul li a.flickr {
	background-position:-60px 0px;
}
.footer-social-icons ul li a.flickr:hover {
	background-position:-60px -30px;
}
.footer-social-icons ul li a.googleplus {
	background-position:-90px 0px;
}
.footer-social-icons ul li a.googleplus:hover {
	background-position:-90px -30px;
}
.footer-social-icons ul li a.dribbble {
	background-position:-120px 0px;
}
.footer-social-icons ul li a.dribbble:hover {
	background-position:-120px -30px;
}
.footer-social-icons {
    margin: 10px 0 10px;
}

.lightbox {
	/** Hide the lightbox */
	display: none;
	
	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color:#333333;
	    background: rgba(0, 0, 0, 0.72);
	}

.lightbox:target {
    /** Show lightbox when it is target */
    display: block;
    outline: none;
}

.lightbox .box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 610px;
    border:10px solid rgba(52, 173, 0, 0.56);
    margin: 12% auto;
    padding: 20px 20px 30px 20px;
    background-color: #FFF;
}
.lightbox .content {
	display:block;
	position:relative;
	}
.lightbox .content .desc {
	z-index:99;
	bottom:0;
	position:absolute;
	padding:10px;
	margin:0 0 4px 0;
	background:rgba(0,0,0,0.8);

	color:#fff;
	font-size:17px;
	opacity:0;
	transition: opacity ease-in-out 0.5s;
	}	
	
.lightbox .content:hover .desc	{
	opacity:1;
}

.lightbox .close {
	display:block;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#2c3e50;
	opacity: 1;
	}

.close {
	float:right;
	}
	
	.clear {
		display:block;
		clear:both;
		}
ul.set li,ul.set1 li {
    display: inline-block;
    float: left;
    width: 12%;
    margin-top: 1em;
}
ul.set1{
	margin-top:2em
	
}
p.aval {
    padding-left: 12px;
    font-weight: 700;
}
ul.ste1 li {
    display: inline-block;
}
.set-left {
    float: left;
    width: 55%;
}
.set-right {
    float: left;
    width: 45%;
    padding-left: 15px;
}
ul.ste1 {
    margin-top: 0.7em;
}
ul.set-1 {
   /*  margin-top: 1em;
    margin-left: 68%; */
}
.navbar-default {
    background-color: #2c3e50 !important;
    border-color: #2c3e50 !important;
}
.navbar {
    min-height: 0px !important;
    margin-bottom:0px !important;
    border-radius:0px !important;
	border: none !important;
}
ul.nav.navbar-nav li a {
    font-size: 15px ;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#4CFF00 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color:#4CFF00 !important;
    background-color: #2c3e50 !important;
}
.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/*-- responsive design --*/
@media (max-width:1024px){
.footer-btm li {
    margin: 0 6px;
    font-size: 14px;
}
ul.nav.navbar-nav li a {
    font-size: 14px;
    padding: 5px 7px;
}
.banner h1 {
    padding: 2.8em 0 0;
	font-size: 46px;
}
.banner {
    min-height: 320px;
}
.bann-info1 {
    padding: 4em 5em 0em;
}
.rupes {
    padding: 3em 0;
}
i.fa.fa-h-square,i.fa.fa-usd,i.fa.fa-mobile {
    font-size: 4em;
}
.rupes h4 {
    font-size: 18px;
    line-height: 1.5em;
}
.holiday {
    padding: 3em 0;
}
.holiday h3 {
    font-size: 1.7em;
}
.holiday p {
    font-size: 1em;
}
.track {
    padding: 3em 0;
}
.track h3 {
    font-size: 1.7em;
}
.track p {
    font-size: 1em;
}
a.learn {
    padding: 6px 20px!important;
    font-size: 15px;
}
.routes {
    padding: 3em 0;
}
i.fa.fa-truck, i.fa.fa-user, i.fa.fa-ticket {
    font-size: 3em;
}
.routes p {
    font-size: 1em;
}
.routes h3 {
    font-size: 1.7em;
}
button.seabtn {
    padding: 6px 20px!important;
    font-size: 15px;
}
.faq p {
    font-size: 15px;
}
.faq li {
    font-size: 15px;
}
.faq {
    padding: 3em 0;
}
.faq h2 {
    font-size: 1.8em;
}
.faq h3 {
    font-size: 1.5em;
}
.banner-1 h1,.banner-2 h1,.banner-3 h1 {
    padding: 1.8em 0 0;
    font-size: 46px;
}
.about {
    padding: 3em 0;
}
.about h2 {
    font-size: 2em;
}
.about h3 {
    font-size: 1.7em;
}
.app-right {
    margin-top: 0px;
}
.app-right h3 {
    font-size: 25px;
}
.mobile-app {
    padding: 3em 0;
}
.banner-bottom {
    padding: 2em 0;
}
.banner-bottom-grids {
    margin: 3em 0 0 0;
}
.banner-bottom-grid h4 {
    margin: 1em 0 0.5em 0;
    font-size: 1.6em;
}
.banner-bottom-grid p {
    width: 100%;
}
.terms {
    padding: 3em 0;
}
.privacy {
    padding: 3em 0;
}
.agent {
    padding: 3em 0;
}
.agent-right iframe {
    width: 390px;
    height: 286px;
}
.contact {
    padding: 3em 0;
}
.contact h3 {
    margin-bottom: 0em;
}
.bann-info1 {
    padding: 3em 4em 0em;
}
.bann-info {
    padding: 2em;
}
.bann-info1 h3 {
    font-size: 1.7em;
}
.blog {
    padding: 3em 0;
}
.leave-comment input[type="text"], .leave-comment input[type="email"], .leave-comment textarea {
    width: 49%;
}
.hotels-top {
    padding: 2em 0;
}
.view1-sixth h2 {
    margin: 96px 30px 0px 30px;
}
.banner-2 {
    min-height: 320px;
}
.rooms-top {
    min-height: 295px;
    padding: 12em 0 0;
}
.details {
    padding: 2em 0;
}
.details-middle {
    padding: 1em 1em;
}
.details-middle h3 {
    font-size: 1.4em;
    font-weight: 700;
}
.selectroom {
    padding: 3em 0 1em;
}
.tracking-top, .tracking-bottom {
    padding: 3em 2em;
}
.tracking {
    padding: 3em 0;
}
.offers-1 {
    padding: 3em 0;
}
}
@media (max-width:991px){
ul.nav.navbar-nav li a {
    font-size: 13px;
    padding: 5px 0px;
}
.footer-btm li {
    margin: 0px 4px;
    font-size: 13px;
}
.banner h1 {
    padding: 2.8em 0 0;
    font-size: 43px;
}
.banner {
    min-height: 300px;
}
.bann-info1 {
    padding: 4em 2em 0em 0em;
    float: left;
    width: 30%;
}
.bann-info {
    padding: 2em;
    
}
.bann-info1 h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #f99104;
    text-align: center;
    margin-top: 25px;
}
.rupes-left {
    float: left;
    width: 33.33%;
}
i.fa.fa-h-square, i.fa.fa-usd, i.fa.fa-mobile {
    font-size: 3.2em;
}
.rupes h4 {
    font-size: 17px;
	margin:5px 0 0;
}
.rupes p {
    font-size: 13px;
}
.holiday-left {
    float: left;
    width: 28%;
}
.holiday-mid {
    float: left;
    width: 44%;
}
.holiday p {
    font-size: 14px;
}
.track-right {
    float: left;
    width: 40%;
}
.track-left {
    float: left;
    width: 60%;
}
.routes-left {
    float: left;
    width: 33.33%;
}
i.fa.fa-truck, i.fa.fa-user, i.fa.fa-ticket {
    font-size: 2.5em;
}
.routes p {
    font-size: 14px;
}
.footer-left {
    margin-top: 2em;
}
.footer-top {
    padding: 1em 0 3em;
}
.banner-1 h1,.banner-2 h1,.banner-3 h1 {
    padding: 1.8em 0 0;
    font-size: 43px;
}
.about h2 {
    margin-bottom: 0.5em;
}
.about-mid {
    margin: 3em 0;
}
.privacy p {
    font-size: 15px;
}
.agent-left input[type="text"] {
    width: 100%;
}
select {
    width: 100%;
}
.agent-left textarea {
    width: 100%;
}
.agent-right {
    padding-left: 1em;
}
.agent-right iframe {
    width: 687px;
    height: 500px;
	margin-top: 2em;
}
.con-top {
    margin-top: 2em;
    float: left;
    width: 33.33%;
}
.app-left {
    float: left;
    width: 40%;
}
.app-right {
    float: right;
    width: 60%;
}
.banner-text h3 {
    font-size: 2.5em;
}
.banner-text p {
    width: 100%;
}
.banner-bottom-grid {
    float: left;
    width: 33.33%;
}
.banner-bottom-grid h4 {
    font-size: 1.5em;
}
.travel {
    padding: 0em 0 3em;
}
li.trav {
    width: 27%;
}
li.dept {
    width: 19%;
}
li.seat {
    width: 21%;
}
.bus-txt3 {
    float: right;
    width: 74%;
}
.bus-ic3 {
    width: 20%;
}
.bus-txt1 {
    width: 75%;
}
.bus-ic1 {
    width: 24%;
}
.comments-list h3 {
    margin: 0 0 0em;
}
.comments-list:nth-child(2) {
    margin: 2em 0;
    padding: 2em 0 2em;
}
.blog-right {
    margin-top: 1em;
}
.leave-comment input[type="text"], .leave-comment input[type="email"], .leave-comment textarea {
    width: 49.1%;
}
.hotels-right {
    float: left;
    width: 50%;
}
.hotels-left {
    float: left;
    width: 33.33%;
}
.view1-sixth h2 {
    margin: 60px 0px 0px 0px;
}
.hotes-left {
    float: left;
    width: 33.33%;
}
.banner-2 {
    min-height: 250px;
}
.rom-info h3 {
    font-size: 1.5em;
}
.rooms-top {
    min-height: 247px;
    padding: 9em 0 0;
}
.details-left {
    padding-left: 0;
    float: left;
    width: 35%;
}
.details-middle {
    padding: 1em 1em;
    float: left;
    width: 49%;
}
.details-right {
    text-align: center;
    float: left;
}
.details-middle h3 {
    font-size: 1.3em;
}
.room-midle {
    padding: 0.5em 0.5em;
    float: left;
    width: 51%;
}
.room-left {
    float: left;
    width: 30%;
}
.room-right {
    padding: 2em 1em;
    float: left;
    width: 19%;
}
.selectroom_left {
    padding: 0;
    margin-bottom: 1.5em;
}
.selectroom_right {
    padding: 0;
}
.tracking-left {
    float: left;
    width: 50%;
}
.tracking-right {
    float: left;
    width: 50%;
}
.tracking-top, .tracking-bottom {
    padding: 3em 1em;
}
.bus-tp {
    padding: 0.5em 0;
}
.app-right p,.banner-text p,.banner-bottom-grid p {
    font-size: 0.9em;
}
}
@media (max-width:768px){
.logo {
    margin-right: 30px;
}
.banner h1 {
    padding: 2.5em 0 0;
    font-size: 40px;
}
.banner {
    min-height: 250px;
}
}
@media (max-width:736px){
.footer-btm li {
    display: block;
    margin: 10px 0;
}
.footer-btm {
    padding: 0;
}
.navbar-toggle {
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	margin-right: 0px;
}
.navbar-default .navbar-toggle {
    border-color: #2c3e50;
}
.navbar-toggle .icon-bar {
    width: 26px;
    height: 3px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #2c3e50;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #2c3e50;
}
ul.nav.navbar-nav li a {
    font-size: 15px;
    padding: 5px 0px;
    display: block;
}
.navbar-nav {
    margin: 7.5px 0px;
}
nav.cl-effect-1 {
    padding: 0em 0 1em;
}
.banner-1 h1,.banner-2 h1,.banner-3 h1 {
    padding: 1.5em 0 0;
    font-size: 40px;
}
.agent-right iframe {
    width: 654px;
    height: 485px;
}
.banner-2 h1 {
    padding: 2.5em 0 0;
}
.rom-info p {
    font-size: 13px;
}
.room-right {
    padding: 2em 0.5em;
}
}
@media (max-width:667px){
.banner h1 {
    padding: 2.2em 0 0;
    font-size: 36px;
}
.banner {
    min-height: 200px;
}

.bann-info1 {
    padding: 3em 2em 0em 0em;
}
.bnr-left input[type="text"] {
    padding: 6px 10px;
}
.bnr-right input[type="text"] {
    padding: 6px 10px;
}
i.fa.fa-h-square,i.fa.fa-usd,i.fa.fa-mobile {
    font-size: 2.8em;
}
.rupes h3 {
    font-size: 17px;
}
.rupes h4 {
    font-size: 15px;
}
.holiday h3 {
    font-size: 1.5em;
}
.holiday p {
    font-size: 13px;
}
.routes h3 {
    font-size: 1.5em;
}
i.fa.fa-truck, i.fa.fa-user, i.fa.fa-ticket {
    font-size: 2.2em;
}
.banner-1 h1,.banner-2 h1,.banner-3 h1 {
    padding: 1.2em 0 0;
    font-size: 36px;
}
.agent-right iframe {
    width: 587px;
    height: 449px;
}
.app-right h3 {
    font-size: 22px;
}
.app-button {
    width: 50%;
}
.mobile-app {
    padding: 3em 0 1em;
}
.banner-bottom-grid h4 {
    font-size: 1.3em;
}
.bus-midd h4 {
    font-size: 17px;
}
.bus-midd h4 a {
    font-size: 17px;
}
.bus-ic {
    width: 12%;
}
.bus-txt {
    float: right;
    width: 84%;
}
.view1-sixth h2 {
    margin: 46px 0px 0px 0px;
}
.banner-2 h1 {
    padding: 2.2em 0 0;
}
.rt-left {
    width: 77%;
}
.rom-info h3 {
    font-size: 1.3em;
}
.rom-info p {
    font-size: 14px;
}
.details-left {
    width: 34%;
}
.details-middle {
    padding: 1em 0em;
}
.room-right {
    width: 20%;
}
.room-left {
    width: 29%;
}
li.nam {
    width: 37%;
    margin-bottom: 1em;
}
li.mr {
    width: 24%;
}
li.spe {
    margin-top: 1em;
}
}
@media (max-width:640px){
.securetxt {
    line-height: 17px;
    font-size: 13px;
}
i.fa.fa-lock {
    font-size: 1.7em;
    padding-right: 4px;
}
.logo {
    margin-right: 20px;
}
.bus a {
    font-size: 13px;
    padding: 0 6px;
}
.bann-info1 h3 {
    font-size: 1.4em;
}
.banner-1 h1,.banner-3 h1{
    padding: 1.7em 0 0;
    font-size:30px;
}
.app-right h3 {
    font-size: 21px;
}
.comments-list ul li {
    font-size: 13px;
}
.comments-list h3 {
    font-size: 1.7em;
}
.leave-comment input[type="text"], .leave-comment input[type="email"], .leave-comment textarea {
    width: 48.9%;
}
.view1-sixth h2 {
    margin: 40px 0px 0px 0px;
}
.banner-2 h1 {
    padding: 3em 0 0;
    font-size: 30px;
}
.banner-3 {
    min-height: 190px;
}
.rt-left {
    width: 74%;
}
.details-left {
    width: 33%;
}
.room-left {
    width: 27%;
}
.room-right {
    width: 22%;
}
}
@media (max-width:600px){
.banner h1 {
    padding: 2.2em 0 0;
    font-size: 30px;
}
.banner {
    min-height: 175px;
}
.bann-info1 {
    width: 33%;
}

.bann-info h2 {
    font-size: 24px;
}
.bnr-left input[type="text"] {
    font-size: 13px;
    margin-top: 0px;
}
.bnr-right input[type="text"] {
    font-size: 13px;
    margin-top: 0px;
}
.ban-top .inputLabel, .ban-bottom .inputLabel {
    font-size: 13px;
}



button.seabtn {
    padding: 6px 16px!important;
    font-size: 14px;
}
.rupes-left {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
i.fa.fa-h-square, i.fa.fa-usd, i.fa.fa-mobile {
    font-size: 5em;
}
.rup-left {
    float: left;
    width: 17%;
}
.rup-rgt {
    float: left;
    width: 83%;
}
.rupes h3 {
    font-size: 22px;
}
.rupes h4 {
    font-size: 18px;
}
.rupes {
    padding: 3em 0 1em;
}
.holiday-left {
    width: 100%;
}
.holiday-mid {
    width: 100%;
    margin: 1em 0;
}
.track p {
    width: 84%;
}
.routes-left {
    width: 100%;
    margin-bottom: 1.5em;
}
i.fa.fa-truck, i.fa.fa-user, i.fa.fa-ticket {
    font-size: 4em;
}
.routes h3 {
    font-size: 2em;
}
.routes p {
    font-size: 15px;
}
.routes {
    padding: 3em 0 1em;
}
.banner-1 {
    min-height: 140px;
}
.agent-right iframe {
    width: 521px;
    height: 400px;
}
.agent-right iframe {
    width: 560px;
    height: 425px;
}
.details-left {
    width: 32%;
}
.details-middle h3 {
    font-size: 1.2em;
}
.details-middle {
    padding: 0.5em 0em;
}
.details-middle li {
    margin: 0 7px 0 0px;
    font-size: 14px;

}
.details-middle p {
    font-size: 14px;
}
.details-top h5 {
    font-size: 1.3em;
}
.lightbox .box {
    min-width: 545px;
    margin: 12% auto;
    padding: 10px 10px 20px 10px;
}
p.aval {
    padding-left: 10px;
}
}
@media (max-width:568px){
.bann-info h2 {
    font-size: 22px;
	margin-bottom:15px;
}
.bann-info1 h3 {
    font-size: 1.3em;
}
.rup-left {
    width: 23%;
}
.rup-rgt {
    width: 77%;
}
.agent-right iframe {
    width: 488px;
    height: 375px;
}
.con-top {
    width: 50%;
}
.app-left img {
    display: inline-block;
}
.app-left {
    width: 100%;
	text-align: center;
}
.app-right {
    float: right;
    width: 100%;
    margin-top: 2em;
}
.app-right h3 {
    font-size: 24px;
}
.banner-bottom-grid {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
.banner-bottom-grid h4 {
    font-size: 1.5em;
}
.travel h3 {
    font-size: 1.5em;
}
.travel p {
    font-size: 14px;
}
a.det {
    padding: 6px 14px;
}
a.view {
    padding: 6px 16px;
}
i.fa.fa-clock-o {
    font-size: 1.2em;
}
.bus-midd h4 {
    font-size: 15px;
}
.bus-midd p {
    font-size: 13px;
}
.bus-midd h4 a {
    font-size: 15px;
}
.comments-list ul li i {
    margin: 0 0.2em;
}
.leave-comment input[type="text"], .leave-comment input[type="email"], .leave-comment textarea {
    width: 48.8%;
}
.view1-sixth h2 {
    margin: 32px 0px 0px 0px;
}
}
@media (max-width:480px){
.logo a {
    font-size: 1.7em;
}
.logo {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
li.hm, li.prnt {
    margin-right: 2px;
}
.banner h1 {
    padding: 2.2em 0 0;
    font-size: 26px;
}
.banner {
    min-height: 150px;
}
.bann-info1 {
    width: 100%;
    padding: 2em 1em 0em;
}
.bann-info {
    width: 100%;
    padding: 2em 14px;
}
.rupes {
    padding: 2em 0 1em;
}
.footer-left li a {
    font-size: 13px;
}
.faq {
    padding: 2em 0;
}
.banner-1 h1,.banner-2 h1,.banner-3 h1{
    font-size: 26px;
}
.agent-right iframe {
    width: 400px;
    height: 305px;
}
a.det {
    padding: 6px 5px;
}
.tra-top h6 a {
    font-size: 14px;
}
li.ser {
    width: 16%;
	 text-align: center;
}
li.las {
    width: 17%;
	 text-align: center;
}
li.rou {
    width: 32%;
	 text-align: center;
}
li.dat {
    text-align: center;
}
.travel p {
    font-size: 13px;
}
.bus-tp h2 {
    font-size: 17px;
}
.bus-tp P {
    font-size: 13px;
    line-height: 1.5em;
}
.bus-midd h4 {
    font-size: 13px;
}
.bus-midd h4 a {
    font-size: 13px;
}
.bus-midd h5 {
    font-size: 18px;
}
a.view {
    padding: 5px 8px;
	margin-top:6px;
}
ul.first {
    padding: 1em 0 1em;
}
.blog {
    padding: 2em 0;
}
.comments-list h3 {
    font-size: 1.5em;
}
.comments-list ul li span {
    padding-right: 3px;
}
.comments-list ul li i {
    margin: 0 0px;
}
.comments-list ul {
    padding: 1em 0 1em;
}
.comments-list p {
    margin: 1em 0;
}
ul.paging {
    padding: 1em 0 0;
}
.leave-comment {
    margin: 2em 0 0;
}
.leave-comment form {
    margin: 1em 0 0;
}
.leave-comment input[type="text"], .leave-comment input[type="email"], .leave-comment textarea {
    width: 48.6%;
}
.view1-sixth h2 {
    margin: 25px 0px 0px 0px;
	font-size:14px;
}
.routes h3 {
    font-size: 1.7em;
}
.rooms-top {
    min-height: 211px;
    padding: 6em 0 0;
}
.rom-info h3 {
    font-size: 1.1em;
}
.rom-info p {
    font-size: 12px;
}
.rom-info {
    padding: 1em 1em;
}
.room-map {
    margin: 2em 0;
}
.room-map iframe {
    min-height: 200px;
}
.hotel-amenit li {
    font-size: 14px;
}
.hotel-police p {
    font-size: 14px;
}
.details-middle h3 {
    font-size: 1.1em;
}
.details-top h5 {
    font-size: 1.2em;
}
.room-right {
    width: 23%;
}
.room-midle {
    width: 50%;
}
.rom-btm p {
    font-size: 14px;
    color: #999;
}
.tracking-left {
    float: left;
    width: 100%;
}
.tracking-right {
    float: left;
    width: 100%;
}
.offers-1 h3 {
    font-size: 18px;
}
.holiday-left img {
    width: 100%;
}
.lightbox .box {
    min-width: 445px;
}
ul.set-1 {
    margin-top: 1em;
    margin-left: 194px;
}
.set-right {
    padding-left: 9px;
}
.footer-top h3 {
    font-size: 1.5em;
}
.faq p {
    font-size: 13px;
}
.faq li {
    font-size: 13px;
}
.app-right p {
    font-size: 13px;
}
.banner-text p {
    font-size: 13px;
}
.banner-bottom-grid p {
    font-size: 13px;
}
.comments-list p {
    font-size: 13px;
}
.popular-right p {
    font-size: 13px;
}
.categories ul li a {
    font-size: 13px;
}
.comments-list p span {
    font-size: 13px;
}
.admin-right p {
    font-size: 13px;
}
.recent-comments-grid-right p {
    font-size: 13px;
}
.privacy p {
    font-size: 13px;
}
.agent p {
    font-size: 13px;
}
.terms p {
    font-size: 13px;
}
i.fa.fa-h-square {
    font-size: 3em;
}
i.fa.fa-usd, i.fa.fa-mobile {
    font-size: 4em;
}
.login-left {
    float: none;
    width: 53%;
    margin: 0 0 2em;
}
.login-right {
    float: none;
    width: 100%;
}
}
@media (max-width:414px){
ul.tp-hd-rgt a {
    font-size: 11px;
}
ul.tp-hd-rgt li {
    font-size: 11px;
}
ul.tp-hd-lft a {
    font-size: 11px;
}
.banner h1 {
    padding: 2.7em 0 0;
    font-size: 22px;
}
.banner {
    min-height: 140px;
}
.rou-left {
    width: 28%;
}
.rou-rgt {
    width: 72%;
}
.footer-left li {
    width: 50%;
}
.rup-rgt {
    width: 70%;
}
.rup-left {
    width: 30%;
}
.footer-top {
    padding: 1em 0 2em;
}
.faq h2 {
    font-size: 1.7em;
}
.faq h3 {
    font-size: 1.4em;
}
.banner h1,.banner-2 h1,.banner-3 h1 {
    padding: 2.7em 0 0;
    font-size: 22px;
}
.about-mid {
    margin: 2em 0;
}
.about h3 {
    margin-bottom: 0.3em;
}
.ab-lt {
    padding-right: 15px;
}
.terms {
    padding: 2em 0;
}
.privacy h3 {
    margin-bottom: 0em;
}
.privacy p {
    font-size: 14px;
}
.privacy {
    padding: 2em 0;
}
.agent-right iframe {
    width: 335px;
    height: 261px;
}
.agent-left input[type="text"] {
    font-size: 14px;
    padding: 6px 10px;
}
.app-right h3 {
    font-size: 22px;
}
.app-right p {
    font-size: 13px;
	margin: 8px 0 20px 0;
}
.banner-text p {
    font-size: 14px;
}
.banner-bottom-grid p {
    font-size: 14px;
}
.banner-bottom {
    padding: 2em 0 0;
}
.bann-info1 h3 {
    font-size: 1.2em;
}
.bann-info {
    padding: 1em 14px;
}
li.ser {
    text-align: left;
	font-size: 16px;
}
li.las {
    text-align: left;
	font-size: 16px;
}
li.rou {
    text-align: left;
	font-size: 16px;
}
li.dat {
    text-align: center;
	font-size: 16px;
}
li.fir {
    width: 15%;
    font-size: 16px;
}
.travel p {
    font-size: 12px;
}
a.det {
    padding: 6px 6px;
	font-size: 11px;
}
span.sen {
    display: none;
}
.bus-midd p {
    font-size: 10px;
}
.bus-midd h4 a {
    font-size: 12px;
}
a.view {
    font-size: 10px;
}
.bus-tp h2 {
    font-size: 14px;
}
.bus-tp P {
    font-size: 11px;
}
.comments-list h3 {
    font-size: 1.4em;
}
.leave-comment input[type="email"] {
    margin: 0.5em 0 0;
    width: 100%;
}
.admin {
    padding: 1em;
    margin: 1em 0 2em;
}
.leave-comment input[type="text"], .leave-comment input[type="email"], .leave-comment textarea {
    width: 100%;
}
.hotels-right {
    width: 100%;
	margin-bottom: 1em;
}
.view1-sixth h2 {
    margin: 78px 0px 0px 0px;
}
.hotels-left {
   margin-bottom: 1em;
    width: 100%;
}
.hotl-top {
    margin-top: 0em;
}
.hotels-top h3 {
    margin-bottom: 20px;
}
.hotels-top {
    padding: 1em 0;
}
.routes p {
    font-size: 14px;
}
.routes h3 {
    font-size: 1.3em;
}
.routes {
    padding: 0em 0 1em;
}
.banner-2 h1 {
    padding: 3em 0 0;
    font-size: 22px;
}
.banner-2 {
    min-height: 190px;
}
.rom-info {
    padding: 0.7em;
}
.rooms-top {
    min-height: 186px;
    padding: 5em 0 0;
}
.banner-3 {
    min-height: 160px;
}
.similar_hotel {
    margin-bottom: 2em;
}
.details-right {
    text-align: center;
    float: right;
	padding: 0;
}
.details-middle {
    width: 70%;
}
.details-left {
    width: 30%;
}
.details {
    padding: 0em 0 2em;
}
.room-left {
    width: 100%;
    padding: 0;
}
.room-midle {
    width: 100%;
    padding-left: 12px;
}
.room-right {
    width: 100%;
    padding: 0;
}
li.nam {
    width: 100%;
    margin-bottom: 1em;
}
li.mr {
    width: 46%;
    margin-bottom: 1em;
}
.selectroom_right li {
    width: 33.33%;
}
.selectroom_right p {
    font-size: 14px;
}
.selectroom {
    padding: 2em 0 0em;
}
.tracking h3 {
    margin-bottom: 0.5em;
}
.tracking p {
    font-size: 14px;
}
.login-right input[type="submit"] {
    font-size: 14px;
}
.writ input[type="text"] {
    font-size: 14px;
	width: 100%;
}
li.na-me {
    width: 100%;
}
li.na-me select {
    font-size: 14px;
	width: 100%;
}
.lightbox .box {
    min-width: 386px;
}
ul.set-1 {
    margin-left: 166px;
}
.footer-top h3 {
    font-size: 1.4em;
}
.login-left {
    width: 63%;
}
}
@media (max-width:384px){
ul.tp-hd-rgt a {
    font-size: 10px;
}
ul.tp-hd-rgt li {
    font-size: 10px;
}
ul.tp-hd-lft a {
    font-size: 10px;
}
i.fa.fa-home {
    font-size: 18px;
}
.ban-top .inputLabel, .ban-bottom .inputLabel {
    font-size: 12px;
}
.bann-info h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.agent-right iframe {
    width: 296px;
    height: 229px;
}
.app-right h3 {
    font-size: 20px;
}
.bann-info1 {
    padding: 2em 0.4em 0em;
}
.bus-midd h5 {
    font-size: 15px;
}
a.view {
    font-size: 11px;
    text-align: center;
}
li.fare {
    width: 22%;
	text-align: center;
}
li.seat {
    width: 24%;
	text-align: center;
}
.bus-midd p {
    font-size: 10px;
    text-align: center;
}
.bus-txt3 {
    float: right;
    width: 100%;
}
li.arriv {
    width: 16%;
	text-align: center;
}
li.dept {
    width: 18%;
	text-align: center;
}
.bus-ic1 {
    width: 100%;
    text-align: center;
}
a.view {
    padding: 5px 7px;
}
i.fa.fa-clock-o {
    margin-top: 10px;
}
li.arriv h4 {
    margin-top: 30px;
}
.bus-ic3 {
    width: 100%;
    text-align: center;
}
.bus-ic3 img{
   display:inline-block;
}
.bus-txt4 {
    margin-top: 13px;
}
.bus-txt1 {
    width: 100%;
}
li.trav {
    width: 20%;
	text-align: center;
}
.bus-tp h2 {
    font-size: 12px;
}
.bus-tp P {
    line-height: 1.2em;
}
.bus-ic {
    width: 100%;
    text-align: center;
}
.bus-ic  img{
	display:inline-block;
}
.bus-txt {
    width: 100%;
}
.bus-midd h4 {
    font-size: 13px;
    text-align: center;
}
.comments-list h3 {
    font-size: 1.3em;
}
.banner-2 {
    min-height: 180px;
}
.set-left {
    float: left;
    width: 100%;
}
.set-right {
    padding-left: 0px;
    margin-top: 1em;
    width: 100%;
}
.lightbox .box {
    min-width: 349px;
}
ul.set-1 {
    margin-left: 254px;
}
p.aval {
    font-size: 13px;
}
.login-left {
    width: 68%;
}
}
@media (max-width:375px){
li.ned, li.wrt, li.tol {
    margin-right: 6px;
}
.banner h1,.banner-2 h1,.banner-3 h1 {
    padding: 1.7em 0 0;
    font-size: 25px;
}
.bann-info h2 {
    font-size: 19px;
    margin-bottom: 15px;
}
.track h3 {
    font-size: 1.5em;
}
.track p {
    width: 100%;
	 font-size: 14px;
}
.routes h3 {
    font-size: 1.8em;
}
.rou-left {
    width: 31%;
}
.rou-rgt {
    width: 69%;
}
a.view {
    padding: 5px 6px;
}
.hotes-left {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 1em;
}
.banner-2 h1 {
    padding: 2.7em 0 0;
}
.banner-2 {
    min-height: 180px;
}
.login-left {
    width: 71%;
}
}
@media (max-width:320px){
i.fa.fa-home {
    font-size: 20px;
}
ul.tp-hd-lft a {
    font-size: 12px;
}
ul.tp-hd-lft {
    float: left;
    width: 100%;
    text-align: center;
}
.logo {
    margin-bottom: 2px;
}
ul.tp-hd-rgt {
    float: left;
    width: 100%;
}
ul.tp-hd-rgt li {
    font-size: 12px;
}
ul.tp-hd-rgt a {
    font-size: 12px;
}
li.ned, li.wrt, li.tol {
    margin-right: 20px;
}
.top-header {
    height: 62px;
    line-height: 23px;
    padding: 0.5em 0;
}
.bus a {
    font-size: 12px;
    padding: 0 3px;
}
.securetxt {
    line-height: 17px;
    font-size: 12px;
}
.banner h1,.banner-2 h1,.banner-3 h1 {
    padding: 1.7em 0 0;
    font-size: 22px;
}
.bann-info1 {
    width: 100%;
    padding: 1em 0 0;
}
i.fa.fa-columns {
    font-size: 6em;
}
.bann-info1 h3 {
    font-size: 1.2em;
	margin-top:12px;
}
.bann-info {
    padding: 1em 0px;
}
.bann-info h2 {
    font-size: 17px;
    margin-bottom: 15px;
}
.ban-top .inputLabel, .ban-bottom .inputLabel {
    font-size: 11px;
}
button.seabtn {
    padding: 6px 13px!important;
    font-size: 13px;
}
.sear {
    margin-top: 20px;
}
.ban-bottom {
    margin-top: 20px;
}
i.fa.fa-h-square, i.fa.fa-usd, i.fa.fa-mobile {
    font-size: 4em;
}
.rupes h3 {
    font-size: 20px;
}
.rupes h4 {
    font-size: 16px;
}
.rupes-left {
    padding: 0;
}
.holiday {
    padding: 2em 0;
}
.holiday-left {
    padding: 0;
}
.holiday-mid {
    padding: 0;
}
.track {
    padding: 2em 0;
}
.track-left {
    padding: 0;
}
.track-right {
    padding-left: 0;
}
.routes-left {
    padding: 0;
}
.routes {
    padding: 2em 0 0em;
}
.routes h3 {
    font-size: 1.6em;
}
.routes p {
    font-size: 14px;
}
i.fa.fa-truck, i.fa.fa-user, i.fa.fa-ticket {
    font-size: 3em;
}
.footer-left {
    padding: 0;
}
.footer-top h3 {
    margin-bottom: 0.5em;
}
.banner-1 h1,.banner-2 h1,.banner-3 h1{
    font-size: 22px;
}
.banner-1 {
    min-height: 120px;
}
.faq h2 {
    font-size: 1.4em;
}
.faq h3 {
    font-size: 1.2em;
}
.faq p {
    font-size: 13px;
}
.faq {
    padding: 1em 0;
}
.about {
    padding: 1em 0;
}
.about h2 {
    font-size: 1.7em;
	margin-bottom:0.3em;
}
.about p {
    font-size: 13px;
}
.about h3 {
    font-size: 1.5em;
}
.abt-lft {
    padding: 0;
}
.ab-lt {
    padding: 0;
}
.ab-tp {
    margin-bottom: 1em;
}
.ab-rt {
    padding: 0;
}
.ab-rt ul li a {
    font-size: 13px;
    padding: 0px 0px 0px 22px;
}
.terms h3 {
    font-size: 1.4em;
}
.terms h6 {
    margin: 0.5em 0;
}
.terms p {
    font-size: 13px;
}
.terms-bottom {
    margin-top: 2em;
}
.terms {
    padding: 1.5em 0;
}
.privacy p {
    font-size: 13px;
}
.privacy {
    padding: 1.5em 0;
}
.privacy h4 {
    margin: 1em 0 0;
}
.agent {
    padding: 1.5em 0;
}
.agent-left {
    text-align: center;
    padding: 0;
}
.ag-bt {
    margin-bottom: 1em;
}
.agent-right iframe {
    width: 272px;
    height: 212px;
	margin-top: 1.5em
}
.agent-right {
    padding: 0;
}
.agent p {
    font-size: 13px;
}
.con-top {
    width: 100%;
	margin-top: 1em;
}
.contact {
    padding: 1.5em 0;
}
.contact h4 {
    margin-bottom: 0.3em;
}
.contact-left {
    padding: 0;
}
.app-left {
    padding: 0;
}
.app-right h3 {
    font-size: 19px;
	line-height:25px;
}
.app-right {
    padding: 0;
}
.banner-bottom {
    padding: 0.5em 0 0;
}
.banner-text p {
    font-size: 13px;
    margin: 1em auto 0 auto;
}
.banner-text h3 {
    font-size: 2.2em;
}
.app-right p {
    font-size: 13px;
}
.banner-bottom-grid p {
    font-size: 13px;
}
.banner-bottom-grid {
    margin-bottom: 1.5em;
    padding:0;
}
.glyphicon-th-large {
    font-size: 1.7em;
}
.services-icon {
    width: 100px;
    height: 100px;
    line-height: 111px;
}
.banner-text h3 {
    font-size: 2em;
}
ul.rout {
    padding: 0.5em;
}
.tra-top h6 a {
    font-size: 12px;
}
.bann-info1 {
    padding: 2em 0em 0em;
}
.bann-info {
    padding: 1em 0px;
}
.tra-top h4 {
    font-size: 18px;
}
.tra-top {
    margin-top: 1em;
}
.bus-tp {
    padding: 0.5em 0;
    background: #f99104;
}
.bus-tp P {
    font-size: 13px;
    text-align: center;
    float: none;
    margin-bottom: 0.5em;
}
.bus-tp h2 {
    font-size: 15px;
    float: none;
    text-align: center;
}
.bus-btm li a {
    font-size: 13px;
}
.bus-midd h4 {
    font-size: 12px;
}
li.trav {
    width: 23%;
}
li.arriv {
    width: 17%;
    text-align: center;
}
li.seat {
    width: 22%;
    text-align: center;
}
li.fare {
    width: 20%;
    text-align: center;
}
.bus-midd h5 {
    font-size: 13px;
}
.blog-left {
    padding: 0;
}
.comments-list p {
    font-size: 13px;
}
.blog {
    padding: 1.5em 0;
}
.comments-list:nth-child(2) {
    margin: 1em 0;
    padding: 1em 0 1em;
}
.blog-right {
    margin-top: 1em;
    padding: 0;
}
.popular h3, .subscribe h3, .categories h3, .instagram h2, .tags h3 {
    padding: 0.5em;
}
.admin-right p {
    font-size: 13px;
}
.admin {
    padding: 1em;
    margin: 1em 0 1em;
}
.recent-comments-grid-right p {
    font-size: 13px;
}
.hotels-right {
    padding: 0;
}
.hotels-left {
    padding: 0;
}
.view1-sixth h2 {
    margin: 70px 0px 0px 0px;
}
.banner-2 h1 {
    padding: 2.7em 0 0;
}
.banner-2 {
    min-height: 160px;
}
.banner-3 {
    min-height: 130px;
}
.rt-left {
    width: 64%;
}
.rom-info h5 {
    font-size: 1.1em;
    text-align: center;
}
.rom-info h3 {
    font-size: 0.95em;
}
.rom-info p {
    font-size: 11px;
    line-height: 1.3em;
}
.rooms-top {
    min-height: 165px;
    padding: 4em 0 0;
}
.hotel-amenit li {
    font-size: 13px;
	width:50%;
}
.hotel-police p {
    font-size: 13px;
}
h4.sing {
    margin-bottom: 0.5em;
}
.hotel-amenit {
    margin-bottom: 2em;
}
.hotel-police {
    margin-bottom: 2em;
}
.footer-left {
    margin-top: 1em;
}
.details-left {
    width: 100%;
    padding: 0;
}
.details-middle {
    width: 100%;
    padding-left: 16px;
}
.details-middle li {
    font-size: 13px;
}
.details-middle p {
    font-size: 13px;
}
.selectroom_top {
    padding: 1em;
}
.selectroom-info ul {
    margin-top: 1em;
}
.selectroom_right p {
    font-size: 13px;
}
.selectroom_right h6 {
    font-size: 0.9em;
}
.selectroom_right h3 {
    font-size: 1.5em;
}
.grand {
    text-align: right;
    margin-top: 0.5em;
}
.tracking {
    padding: 2em 0;
}
.tracking-top, .tracking-bottom {
    padding: 1em 0.5em;
}
.tracking p {
    font-size: 13px;
}
.login-right input[type="submit"] {
    font-size: 12px;
}
.login-right input[type="text"], .login-right input[type="password"] {
    font-size: 12px;
}
.login-left ul li {
    font-size: 14px;
}
.writ {
    padding: 0 1em 1em;
}
.writ h4 {
    font-size: 1.4em;
}
.copy-right p {
    font-size: 13px;
}
.lightbox .box {
    min-width: 280px;
}
ul.set-1 {
    margin-left: 200px;
}
.login-left {
    width: 77%;
}
}
/*-- responsive design --*/



/*-- Ad Ons --*/
.ski-hire, .lift-tickets
{
	clear: both;
    text-align: left;
    padding-top: 20px;
}
.adon_dtls
{
	    background: #fbfbfb;
    padding: 50px 0;
    border-top: 1px solid #eaeaea;
}

.home_h {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 22px;
      border-bottom: 1px dashed #ccc;
}

.home_h h2 {
    font-size: 37px;
       color: #8c8a8a;
}
.name-of-the-tour h3 {
    font-size: 23px;
    color: #232323;    
    padding: 24px 0 10px;
}

.adon_dtls legend{
	border: none;
 
}

 .adon_dtls .fa-user {
    margin-right: 25px;
    color: #6ec7b4;
    font-size: 40px;
}

div.mySelectClass {
    width: 100%;
    font-size: 12px;
}
div.mySelectClass {
    background: url(sprite1.png) left -30px no-repeat;
    line-height: 30px;
    height: 30px;
    position: relative;
}
div.mySelectClass span {
    color: #666;
    width: 100%;
    text-shadow: 0 1px 0 #fff;
}
div.mySelectClass span {
    padding: 0px 25px 0px 8px;
    cursor: pointer;
}
div.mySelectClass span {
    background: url(sprite1.png) right top no-repeat;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 0 0 0;
}
div.mySelectClass select {
    width: 102%;   
    font-size: 12px;
    border: solid 1px #fff;
    margin: 0;
    color: #5e5d5d;
    padding: 0;
}
div.mySelectClass select {
    top: 0px;
    left: 0px;
    position: absolute;
    height: 30px;
    cursor: pointer !important;
}
div.mySelectClass {
    width: 100%;
    font-size: 12px;
}
div.mySelectClass {
    background: url(../images/sprite1.png) left -30px no-repeat;
    line-height: 30px;
    height: 30px;
    position: relative;
}
div.mySelectClass span {
    color: #666;
    width: 100%;
    text-shadow: 0 1px 0 #fff;
}
div.mySelectClass span {
    padding: 0px 25px 0px 8px;
    cursor: pointer;
}
div.mySelectClass span {
    background: url(../images/sprite1.png) right top no-repeat;
    height: 30px;
    line-height: 30px;
    display: block;
   /*  margin: 0 0 0 5px; */
    margin: 0px;
}

div.mySelectClass select {
    width: 100%;
    font-size: 12px;
    border: solid 1px #fff;
    margin: 0;
    color: #5e5d5d;
    padding: 0;
}
div.mySelectClass select {
    top: 0px;    outline: none;
    left: 0px;    border: 1px solid #ccc;
    position: absolute;
    height: 30px;
    cursor: pointer !important;
}

.total_style
{
	font-size:14px;
}
.ABItem 
{
	font-size:14px;
}
.con_bg
{
	font-size:14px!important;
}
.name-of-the-tour {
    width: 100%;
    float: left;
    background: url(../images/home_h_border_bott.png) repeat-x left bottom;
    padding-bottom: 50px;
}

.name-of-the-tour .product, .name-of-the-tour .quantity
{
	    margin-bottom: 5px;
	
}

.tg .tg-wm23 {
    font-weight: bold;
    background-color: #47bea7;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
       border: 1px solid #25927d;
}

.tg th {
    
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;    border: 1px solid #25927d;
    overflow: hidden;
    word-break: normal;
	 background-color: #47bea7;
    color: #ffffff;
}

.tg td {
    
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}

#lifttickets table p, #lifttickets p  {
    color: #5e5d5d;
    line-height: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}

#lifttickets select
{
	width:100%;margin-top:0px;
}

#lifttickets .row_style
{
	     border-bottom: 1px dashed #ccc;
        padding: 20px 0;
    clear: both;
	
}






/******** User **********/

.square, .btn {
    border-radius: 0px!important;
}

/* -- color classes -- */
.coralbg {
    background-color: #FA396F;
} 

.coral {
    color: #FA396f;
}

.turqbg {
    background-color: #46D8D2;
}

.turq {
    color: #46D8D2;
}

.white {
    color: #fff!important;
}

/* -- The "User's Menu Container" specific elements. Custom container for the snippet -- */
div.user-menu-container {
  z-index: 10;
  background-color: #fff;
  margin-top: 20px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

div.user-menu-container .btn-lg {
    padding: 0px 12px;
}

div.user-menu-container h4 {
    font-weight: 300;
    color: #000;
}

div.user-menu-container a, div.user-menu-container .btn  {
    transition: 1s ease;
}

div.user-menu-container .thumbnail {
   width:100%;
   min-height:200px;
   border: 0px!important;
   padding: 0px;
   border-radius: 0;
   border: 0px!important;
}

/* -- Vertical Button Group -- */
div.user-menu-container .btn-group-vertical {
    display: block;
}

div.user-menu-container .btn-group-vertical>a {
    padding: 10px 25px;
    background-color: #eeeeee;
     text-align: left;
    border-color: #fff;
}

div.btn-group-vertical>a:hover {
    color: white;
    border-color: white;
}

div.btn-group-vertical>a.active {
    background: #f9940b;
    box-shadow: none;
    color: white;
}
/* -- Individual button styles of vertical btn group -- */
div.user-menu-btns {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.user-menu-btns div.btn-group-vertical>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #f99712;
}
/* -- The main tab & content styling of the vertical buttons info-- */
div.user-menu-content {
    color: #323232;
}

ul.user-menu-list {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #eee;
}
ul.user-menu-list>li {
    padding-bottom: 8px;
    text-align: center;
}

div.user-menu div.user-menu-content:not(.active){
  display: none;
}

/* -- The btn stylings for the btn icons -- */
.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

/* -- Custom classes for the snippet, won't effect any existing bootstrap classes of your site, but can be reused. -- */

.user-pad {
    padding: 20px 25px;
}

.no-pad {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
	    margin-top: 30px;
}

.user-details {
    background: #eee;
    min-height: 333px;
}

.user-image {
  max-height:200px;
  overflow:hidden;
}

.overview h3 {
    font-weight: 300;
    margin-top: 15px;
    margin: 10px 0 0 0;
}

.overview h4 {
    font-weight: bold!important;
    font-size: 40px;
    margin-top: 0;
}

.view {
   /*  position:relative; */
    overflow:hidden;
    margin-top: 10px;
}

.view p {
    margin-top: 20px;
    margin-bottom: 0;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background: rgba(70, 216, 210, 0.44);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

.caption a {
    padding-right: 10px;
    color: #fff;
}

.info {
    display: block;
    padding: 10px;
    background: #eee;
    text-transform: uppercase;
    font-weight: 300;
    text-align: right;
}

.info p, .stats p {
    margin-bottom: 0;
}

.stats {
    display: block;
    padding: 10px;
    color: white;
}

.share-links {
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 15px;
}

.square, .btn {
    border-radius: 0px!important;
}

/* -- media query for user profile image -- */
@media (max-width: 767px) {
    .user-image {
        max-height: 400px;
    }
}

.btn-info {
    color: #fff;
    background-color: #f99104;
    border-color: #d57f0a;
	margin-top:30px;
}

.user_profile .fa-3x {
    font-size: 20px;
}
.user_profile
{
	border-top: 1px solid #eee;
}
.user_profile .login-right {
    float: none;
    width: 51%;
}

.traveller_details label{    font-size: 14px;}

.traveller_details select {
    padding: 0px 5px!important;
    margin-top: 8px;
    height: 25px;
    line-height: 13px;
}

.no-padding
{
	padding:0px;
}






/****** eTICKETS ********/

 .mybus_eticket
 {
	 border: 1px solid #ccc;   
       padding: 20px;
    margin: 30px 0;
 }

.place_dtls
{
	    border-bottom: 2px solid #f99104!important;
    padding-bottom: 15px;
}

.mybus_eticket span{
	    font-size: 14px;
    color: #8c8787;
}
 .mybus_eticket p{  font-size: 15px;color:#000;}
.top_dtls
{
	    border-bottom: 2px solid #000 !important;
    padding-bottom: 10px;
   
}
.mybus_eticket .row{
     margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}
.terms_condtns
{
	border:none!important;
}
.mybus_eticket ul li{
	list-style:none;
}

.no-border{
	border:none!important;
}

.terms_condtns h4{
	    padding-bottom: 20px;
}
.terms_condtns p, .terms_condtns{
    font-size: 12px;
	    line-height: 20px;
}





/****** Print eTICKETS ********/

.print_etickets
{
	padding:30px 0;
}

.icon-ticket:before {
    content: "\E9B0";
    color: gray;
}
.printticket_form  i.fa.fa-ticket {
    font-size: 20px;
    color: #a09b9b;
}
.printticket_form  .input-group-addon:first-child {
    border-right: 0;
    background: none;
    border-right: none;
}

.printticket_form  .form-control {
    display: block;
    width: 100%;
    height: 50px;
}
.printticket_form .input-group[class*="col-"] {
    float: left;
    
}



/*** 4-3-20 ***/

.traveller_details label
{
	display:block;
}
.traveller_details .date_style 
{
	margin-top: 8px;
}

.mt-amenity span {
    padding-right: 5px;
    display: inline-block;
    font-size: 16px;
    border-right: 0;
}
.mt-amenity .amenities-cont {
    padding-left: 5px;
    border: none;
    font-size: 16px;
}
.bus-ic3, .bus-ic1, .bus-ic  {
    display: none;
}
.bus-txt3, .bus-txt1, .bus-txt {
    width: 100%;    padding: 0 5px;
}
.amenities-cont, .mt-amenity {
    padding-left: 0;    display: flex;
}
a.view {
    white-space: nowrap;   margin-top: 10px !important;
	
	display: inline-block;
    padding: 6px 16px 7px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: .1s;
    border: none;
    text-align: center; 
    color: #fff;	
	
}

.details-tab {
	color: black;
    border-left: 1px solid #dc4c4f;
    padding: 0 10px;
}
.amenlist .icon {
    font-size: 22px !important;
   /*  display: inline-block; */
    vertical-align: middle;
    width: 22px;
}
.amenlist li span{
    padding-left: 10px;
    vertical-align: middle;
   
}
.d-flex
{
	display:flex; 
}
/* 
.bus_dtls:hover .details-panel
{
	display:block;
} */
.bus_dtls .details-panel
{
	display:block;
}
.view_hide_seats
{

}
.bus_dtls {
/*  padding: 2em 1em 0 1em; */
}
.more_panel_details
{
    float: right;    display: flex;
    padding-top: 15px;	
}
.details-tab, .details-tab:nth-child(2) {
    width: initial;
}
.hide_seats
{
    white-space: nowrap;
    margin-top: 10px !important;
    display: inline-block;
    padding: 6px 16px 7px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: .1s;
    border: none;
    text-align: center;
    color: #fff;
}

.details-tab a {
    color: black;
    font-weight: 700;
	white-space: nowrap;
}
.panel_more
{
    background-color: #fff;
    width: 100%;
    padding: 10px 15px;
}
.panel_more .amenlist li {
width: 33%;
    float: left;
    padding: 5px 10px;
	    font-size: 14px;
}

.details-tab:first-child
{
	border:none;
}
.panel_more .loc {
    text-overflow: ellipsis;
    width: 78%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.panel_more .time {
    padding-right: 15px;
    width: 18%;
    font-weight: 600;
    vertical-align: middle;
    font-size: 11px;
}

.panel_more .bpdplist li{
    width: 50%;  
}

.panel_more .bpdplist{
margin-top:20px; 
}
.cancel-wrapper {
    padding-left: 0;
    padding-bottom: 15px;
}
.cancel-panel-container {
    font-size: 12px;
}
.cancel-wrapper .main-row {
    padding-top: 20px;
}
.cancel-wrapper .row {
    padding-bottom: 10px;
    margin: 0 auto;
}
.cancel-wrapper .row-list {
    width: 33%;
    text-align: left;
    padding-top: 15px;
}
.cancel-wrapper .first-col {
    width: 48%;
    margin-left: 5px;
}
.cancel-wrapper .secd-col {
    width: 23%;
}
.cancel-wrapper .third-col {
    width: 25%;
}
.cancel-wrapper .cancel-pol {
    font-weight: 700;
	padding-bottom: 0;
    margin: 15px 0 0 5px;
}
.cancel-wrapper .main-row {
    padding-bottom: 10px;
    font-weight: 700;
}
.traveller_details
{
display: flex;
}	
.seat_avalability #close {
    position: absolute;
    right: 15px;
    opacity: 1;
    border: 1px solid #f00;
    border-radius: 97%;
    padding: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
}
.traveller_details select {
    height: 35px;
    border: 1px solid #ccc;
}
.set-left {
    border: none;background:none;
}
.bus_seats
{
background: #fff;    display: flex;
    border-left: 10px solid #333;	
	
}
.bpdp-lb {
    font-size: 16px;
    font-weight: 700;
    color: #3e3e52;
}
.bpDpAddr {
    margin: 15px 0 13px 3px;
}
.BpDp-dashed {
    top: 16px;
    position: absolute;
    margin-left: 2px;
    border: 0;
    border-left: 1px dashed #979797;
    padding-bottom: 100%;
    margin-bottom: -100%;
    float: left;
    width: 1%;
}
.circleBp, .circleDp {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 50px;
    display: inline-block;
    margin-right: 8px;
}
.colBpDp-css {
    margin-left: 6%;
    width: 94%;
}
.bpDpName-Lbl {
    font-size: 16px;
    color: #3e3e52;
}
.colBullet-css {
    float: left;
    width: 6%;
}
.colBpDp-css {
    margin-left: 6%;
    width: 94%;
}
.bpDpSummaryTm-Lbl {
    font-weight: 700;
    font-size: 16px;
    float: right;
}
.color-red-next-day {
    color: #f04747;
}
.selectedBpDpAdd-Lbl {
    font-size: 14px;
    color: #7e7e8c;
    margin: 8px 0 24px;
}
.margin-top-n-8 {
    margin-top: -8px;
}
.hr-bpDpSummary {
    border: 0;
    border-top: thin solid #d8d8d8;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-t-15 {
    margin-top: 15px;
}
.seats-selected-container {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 200;
}
.seat-lb {
    font-size: 16px;
    font-weight: 600;
    color: #3e3e52;
}
.selected-seats {
    float: right;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #3e3e52;
}
.search-seatlayout {
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-top: 0;
    padding: 10px;
    margin-top: 0px;
    background: #ffffff;
    width: 100%;
}
.seat_avalability {
    margin-top: 10px;position:relative;
}
.pR {
    position: relative;
}
.oh {
    overflow: hidden;
}
.circleBp {
    background: #3e3e52;
}
.BpDp-dashed {
    top: 16px;
    position: absolute;
    margin-left: 2px;
    border: 0;
    border-left: 1px dashed #979797;
    padding-bottom: 100%;
    margin-bottom: -100%;
    float: left;
    width: 1%;
}
.circleDp {
    background: #afafb7;
}
.fareDetails-Lbl {
    font-size: 16px;
    font-weight: 700;
    color: #3e3e52;
    margin-top: 15px;
}
.fares-lb {
    font-size: 14px;
    color: #3e3e52;
}
.fare-summary-value {
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    color: #3e3e52;
}
.fareDisclaimer {
    text-align: left;
    font-size: 10px;
    color: #838083;
    margin-top: 5px;
}
.fare-toggle-btn {
    color: #d84e55;
    text-align: right;
    cursor: pointer;
    font-size: 14px;
    font-weight: 200;
}
.w-100 {
    width: 100%;
}
.button {
    background-color: #d01f12;
}
.meta-type {
    height: 30px;
}
.meta-cont {
display: flex;
}
.seat_avalability {
    background: #f5f5f5;
}
.meta-det {
  color: yellow;
}
.bus_dtls .first {
    padding: 0;
}

/*** Old Seat arrangements ***/
.bus_seats {
    width: 540px;
    overflow-x: auto;
}
.seats_arrngmnts {
    width: 530px;
}
.stearing {
    width: 40px;
}
.set-left .set ul li {
    width: 30px !important;
}

ul.set-1 li {
    width: 440px !important;
}




/*** Seat arrangements ***/
.bookingSeatsContainer
{
	position:relative;height:295px;
	overflow-x: auto;
    overflow-y: hidden;
}
.bsMapContainer {
    position: relative;
  /*   overflow-x: auto;
    overflow-y: hidden; */
}
.bookingSeatsFoot {
    padding: 10px 15px;/*     display: flex;
    background-color: #ffffff; */
}
.seats_arrangement
{
margin: 0; border: none; position: absolute; top: 0; left: 0; z-index: 500;    display: none;
}
.bookingChosenSeats p, .bookingListSeats dl
{
	display: inline-block;
    margin: 0;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.4;
    vertical-align: baseline;
}

.bookingListSeats dl dd {
    color: #d0391c;
}
.reSelect_link {
    color: #f34c2a;
}
.bookingTotalPrice {
    overflow: hidden;
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.pad_2em
{
	padding-top:2em;    display: flex;
}
.bookingSeatsContainer .rect
{
	cursor: pointer;
    display: block;
    font-size: 0.9em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 1000;
	width: 29px; height: 25px; 
	color:#fff;    border-radius: 3px;
}
.bookingSeatsContainer .empty 
{
background: #c1c1c1 none repeat scroll 0 0;
color: #000;
}
.bookingSeatsContainer .bs-selected
{
background: #56ae33 none repeat scroll 0 0;
color: #fff;
}
.bookingSeatsContainer .bs-booked
{
background: #ed0909 none repeat scroll 0 0;
color: #fff;
}
.bookingFormTitle {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: ;
}
.bookingFormBoxes {
    padding: 10px 0 30px;
}
.bookingFormBox .bookingFormBoxInner {
    min-height: 290px;
    padding: 15px 10px;
    border-radius: 4px;
}
.bookingFormBoxInner {
    background: #fff;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 6px rgba(0, 0, 0, .3);
}
.bookingFormBoxData dt, .bookingFormBox .bookingFormBoxData dd
{
display: inline-block;
    float: none;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    vertical-align: top;
	}
.bookingForm .form-group {
    margin-bottom: 20px;
}
.bookingFormBoxes .bookingFormBox {
    padding: 10px;
}
.bookingFormBoxData dd {
    padding-left: 5px;
    font-weight: 700;
}
.btn-link {
    color: #f34c2a;
}

.bookingFormBoxTitle {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
	color: #f50000;
}
.bookingFormBoxData dt {
    font-weight: 400;
    text-align: left;
}
.bookingFormBoxData dd .btn {
padding:0 !important;
}
.bookingFormCheckout .control-label {
    font-weight: 600;
    text-align: left;
}
.bookingAsterisk {
    color: #ed0909;
}
.bookingCaptcha .form-control {
    width: 170px;
    margin-right: 7px;
}
.bookingCaptcha .form-control
{
display: inline-block;
vertical-align: middle;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.bookingSeat {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.bookingSeatsKey span {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}
.bookingSeatAvailable {
    background: #c1c1c1;
}
.bookingSeatSelected {
    background: #56ae33;
}
.bookingSeatBooked {
    background: #ed0909;
}



/*** Seat arrangements Final ***/


.bus_seats, .seats_arrngmnts
{
	border:none;background:none;
}
.seats_arrngmnts .rect {
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    overflow: hidden;  
    text-align: center;
    z-index: 1000;
    width: 29px;
    height: 25px;
    color: #fff;
    border-radius: 3px;
	    line-height: 25px;
}
.empty {
    background: #ff7154 none repeat scroll 0 0;
}
.bs-selected {
    background: #56ae33 none repeat scroll 0 0;
}

.bs-booked {
    background: #ed0909 none repeat scroll 0 0;
}
.bookingSeatsContainer .rect {
    position: relative;
}
.bookingSeatsContainer table{width:100%;}
.bookingSeatsContainer table td{padding: 5px;}
.bookingSeatsContainer {  
    height: initial;  
    margin-bottom: 1em;
}




/*** Checkout ***/
.checkout_section
{

    background: #f5f5f5;
    display: inline-block;
    padding: 2em 0;
    width: 100%;
}
.custinfo {
   
    background: #fff;
    color: #4a4a4a;
    opacity: 1;
    top: 0;
    z-index: 10001;
    transition: all .5s ease-in;
   /*  height: 100vh; box-shadow: -5px 0 5px -3px #949393; */
    padding: 20px;
}
.custinfo.slidein {
    right: 0;display: flow-root;
}
.passenger_sub_title, .showErr {
    margin-bottom: 1em;
    font-size: .875em;
}
.phone_select_box 
{
    margin: 0 10px 0 0;
}	
.phone_select_box  select
{
    width: 100%;
    background: #fff;
    line-height: 1.2em;
    -webkit-transition: all .3s;
    padding: .5em;
    border-radius: 3px;
    border: 1px solid #bababa;
    outline: none;
    font-size: 14px;
    margin: .8em 3px 0;
    color: blue;
}	
.passenger-maintitle {
    text-align: center;   
    margin: 0;
    padding-bottom: 2px;
	    font-weight: 700;
    color: #000;
}
.cusinfo-sub-components {
  /* height: 80vh; 
  overflow-y: auto; */
    border-bottom: 1px solid #ccc;
}
.passenger_info_title {
    padding: .5em;
    font-weight: 600;
    color: #1c1c1c;
}
.p-title {
    padding-top: 3px;
}
.passenger_info_content_block {
    box-shadow: 0 0 4px 0 hsla(0,0%,64%,.5);
    padding: 1em 1em .5em;
    background: #fff;
    margin-bottom: .5em;
}

.passenger_sub_title {
    color: #4a4a4a;
}
.passenger_priority {
    margin-right: .5em;
    padding-right: .5em;
}
.passenger_seat {
    display: inline-block;
    border-left: 2px solid #b2b2b2;
    padding-left: .8em;
}
.ladies_seat {
    font-size: 12px;
    color: #4a4a4a;
	    display: block;
}
.passenger_outer_container {
    margin-bottom: .8em;
}
.custinfo_label {
    display: inline-block;
    font-size: .875em;
    text-align: left;
    color: rgba(74,74,74,.86);
    width: 100%;
}
.input_box {
 /*    width: 100%; */
	display: block;
	    width: auto;
    background: #fff;
    line-height: 1.5em;
    -webkit-transition: all .3s;
    padding: .5em;
    border-radius: 3px;
    border: 1px solid #bababa;
    outline: none;
    font-size: 14px;
    margin: .8em 0 0;
    color: rgba(74,74,74,.86)!important;
}
.payment_method .form-control {
    display: block;
    width: auto !important;
}
.custinfo_label {
    display: inline-block;
    font-size: .875em;
    text-align: left;
    color: rgba(0, 0, 0, 0.86);
    width: 100%;
    font-weight: 700;
}
.gender_block {
    width: 70%;
    vertical-align: top;
}
.combined_block {
    width: 100%;
   /*  height: 5.5em; */
    clear: left;
	    display: flex;
}
.combined_mpax {
    display: inline-block;
    width: 230px;
    margin-bottom: 1em;
}
.radio_block_title {
    font-size: .875em;
    text-align: left;
    color: rgba(0, 0, 0, 0.86);
    display: inline-block;
    margin-bottom: .5em;
    font-weight: 700;
}

.gender_block {
    width: 300px;
    vertical-align: top;
}
.clearfix.radio_container {
  /*   margin-top: .6em; */
    text-align: center;
	    display: flex;
}
.gender_position_rel {
    position: relative;    display: flex;    padding-right: 25px;
}
.gender_position_rel label
{
/*     padding: 5px 0 0 10px; */
}
.gender_position_rel .radio_btn 
{
	border: 0px;
    width: 25px;
    height: 25px;
}
.gender_position_abs {
    position: absolute;
    width: 62px;
    height: 18px;
}
.passenger_contact_title
{
	    padding: .5em;
    font-weight: 600;
    color: #1c1c1c;
}
.passenger_contact_msg {
    margin-bottom: 1.5em;
    color: #333;
    background-color: #fff181;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 10px;
    width: 75%;
}
.phone_container {
    display: flex;
}
.continue-booking {
    height: 10vh;
    padding: 20px 10px 0;
    text-align: left;
    vertical-align: top;
}


/*** Checkbox & radio button style ***/

/* The radio */
.radio {
 
     display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#f8204f;
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
     left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#f8204f;
    
 
}

/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#f8204f;
    border-style:solid;
    border-width:2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#f8204f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
	margin-bottom: 10px;
	background-color: #f8204f;
	border-width: 2px;
	border-color: #f8204f;
	color: #fff;
}
.cust-btn:hover{
	
	border-color: #f8204f;
	background-color: #fff;
	color: #f8204f;
	border-radius: 20px;
	transform-style: 2s;

}

/*** End Checkbox & radio button style ***/
    
.insurance-block label
{	
	font-size: 14px;
}    
.insurance-block .checkround {
    top: 0;
}
.booking-amt {
    margin-left: 20px;
}
.f-bold {
    font-weight: 700;
}

.continue-booking .booking-amt-title
{
margin-bottom:10px;
}	
.journey_form .bookingFormBoxData dd {
    display: block;
}
.bookingListPersonalData dt {
    font-weight: 400;
    text-align: left;
}
.bookingListPersonalData dd {
    font-weight: 700;
}
.bookingFormCheckout .bookingFormTitle {
    margin-bottom: 15px;
}
.bookingFormBox .bookingFormBoxData {
    margin: 0;
    padding: 10px 0;
    font-size: 0;
}
.paynow_btn{
    background-color: #f99104!important;border-radius:3px;
}

.confirm_section .bookingFormBox .bookingFormBoxInner {
    min-height: 320px;
}
.css-1ltaph3 {
    background-color: rgb(24,61,184);
    border-color: rgb(24,61,184);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 6vw;
    padding-right: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
	    color: #fff;
		text-align: center;
}
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
.success_section
{
min-height: 100vh;
background: #f5f5f5;
    display: inline-block;
    padding: 2em 0;
    width: 100%;
}
.success_section h2
{
    font-size: 26px;
    margin-top: 1em;
}	
.bkng_dtls
{
	margin-top:1em;
}
.bkng_dtls h3
{
    color: yellow;    font-size: 20px;
    font-weight: 700;
}
.bkng_dtls h4
{
    margin-bottom: 10px;
}
.bkng_sccss
{
color: #33ff00;
}
.bus-btm ul
{
  display: flex;
}
.bus_dtls {
    padding: 1em 0 1em;
}
.bus-midd ul.first {
    display: flex;
}
li.seat, li.arriv, li.dept, li.fare, li.ratings
{
    width: auto;
    white-space: nowrap;
    padding: 0 5px;
}

@media (max-width: 991px)
{
.bus_dtls, .seat_avalability .box {
   /*  overflow-x: auto; */
    max-width: initial;
	    padding: 2em 1em;
}
.traveller_details {
    display: block;
}
.set-left, .set-right {
    float: none;
    width: 100%;
}
.set-right {
    padding: 0;
    margin-top: 2em;
}
li.trav {
    width: 250px;
}
#onward_meta_view {
    border: none;
}
#return_meta_view, #onward_meta_view
{
	padding:0;
}
.meta-cont {
    width: 100%;
}
#modify_button_wrapper
{
    margin-top: 10px;
}
}
@media (max-width: 767px)
{
.traveller_details {
    display: block;
}
}
@media (max-width: 600px)
{
.combined_block {
    display: block;    margin-bottom: 0;
}
}

@media only screen and (max-width: 520px)
{
.bookingFormBoxes .bookingFormBox {
    width: 100%;
}
}



/*** 6-3-2020 ***/

.ban-top, .ban-top form
{
    display: flex;margin: 0 auto;
}
.bnr-left, .bnr-right {
    float: none;
}
.sear {
    margin-top: 0;
}
.search_form {
    background: none;
}
button.seabtn {
    min-width: 125px;
    white-space: nowrap;
    height: 42px;
}
@media (max-width: 767px)
{
.ban-top, .ban-top form
{
    display:block;
}
.ban-top input
{
width:100% !important;
}	
.sear {
	float:right;
}
}
.banner_overlay
{
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
    position: absolute;
    height: 100%;
    width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.modify-sec .onw-blk, .modify-sec .rtn-blk {
    color: #3e3e52;
    padding: 20px;
}
.modify-sec .onw-blk {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
}
.modify-sec .disabled {
    background-color: #f8f4f4;
    pointer-events: none;
}
.modify-sec .rtn-blk {
    border: 1px solid #ddd;
    border-left: 0;
	    background-color: #f8f4f4;
	
}
.modify-sec .onw-blk:after, .modify-sec .onw-blk:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.modify-sec .onw-blk:before {
    border-left-color: #ddd;
    border-width: 10px;
    margin-top: -10px;
}
.modify-sec .onw-blk:after {
    border-left-color: #fff;
    border-width: 8px;
    margin-top: -8px;
}
.modify-sec .onward, .modify-sec .return {
    padding-top: 5px;font-size:14px;
}
.modify-sec .onw-blk .jour-title, .modify-sec .rtn-blk .jour-title
{
	margin-bottom: 5px;
    line-height: 20px;
    color: #7e7e8c;
	font-size:14px;
}
.modify-sec .icon {
    font-weight: 700;
}
.modify-sec .jour-info .next, .modify-sec .jour-info .prev {
    cursor: pointer;font-size:18px;
}
.modify-sec .jour-info .prev {
    padding-left: 15px;
}
.modify-sec .jour-info .disable-btn {
    cursor: default;
    opacity: .4;
    pointer-events: none;
}
.modify-sec .jour-info .dateDispOnw {
    position: relative;color: red;
}
.modify-sec .jour-info .searchday {
    position: absolute;
    width: 56px;
    font-size: 10px;
    top: 18px;
    right: -6px;
}

.modify-sec .icon {
    font-weight: 700;
}
.modify-sec .searchDate {
    background: none;
    outline: 0 none!important;
    border: 0 none;
    width: 80px;
    vertical-align: middle;
    text-align: center;
}
.modify_btn{
    border: 1px solid #3e3e52;
    border-radius: 3px;   
    padding: 5px 25px;
    display: inline-block;
    font-weight: 400;
	    margin-left: 24px;
	margin-top:0 !important;
	color: #fff !important;
    text-transform: uppercase;
    background-color: #f99104;
	border:1px solid #f99104;
}

.modify_search
{
	padding: 15px 10px 15px 25px;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 2px 4px 0 hsla(0,0%,71%,.5);
	background:#fcfcfc;
}
#mod_cancel
{
    color: red;cursor:pointer;
    font-size: 26px;
}
.rtn-mod-sec {
    position: relative;
}
#dateBtn{
    display: none;
}
.ui-datepicker .ui-datepicker-prev {
    background: url(../images/left.png) no-repeat 0px 100%  !important;background-size: contain !important;
    background-position: center !important;
    opacity: 1 !important;
}
.ui-datepicker .ui-datepicker-next {
    background: url(../images/right.png) no-repeat -23px 0px  !important;background-size: contain !important;
    background-position: center !important;
    opacity: 1 !important;
}


#hiddenField{
    display: none;
}
.ui-datepicker-trigger
{
    border-radius: 3px;
    padding: 5px 25px;
    display: inline-block;
    font-weight: 400;
    margin-left: 24px;
    margin-top: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #f99104;
    border: 1px solid #f99104;
	outline:none !important;
}	


/*** Availability Lists ***/

.availability_lists
{
	padding:2em 15px;
}

.availability_lists .card-group-item .card-header
{
/* text-transform:uppercase;    */ margin-bottom: 15px;
}
.availability_lists .card-group-item .card-header h4
{
font-weight: 700;
}
.availability_lists .card-group-item .check {
    font-size: 15px;
       font-weight: 700;
    color: #cd7600;
}

.category_filter article
{
    padding-bottom: 20px;
    border-bottom: 1px solid #f5e8d7;
    margin-bottom: 20px;
}	

.card-product-list {
    margin-bottom: 20px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.card-product-list .info-main {
    padding: 1.5rem 0;
}
h4.title {
    color: #000000;
    display: block;
    font-size: 1.25rem;
    margin: 0;
    font-weight: 700;
}
.info-main p{font-size:14px;}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.amenities-cont, .mt-amenity {
 margin-bottom: 8px;
}
.rating-stars {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    clear: both;
    z-index: 1;
}
.rating-stars li {
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    z-index: 1;
}
.rating-stars li.stars-active {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.rating-stars li.stars-active i {
    color: orange;
}
.label-rating {
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}
.card-product-list .info-aside {
      padding: 1.5rem 1rem;
    border-left: 1px solid #bacbf6;
    height: 100%;
    background: #d7f7fa;
}
.price-wrap {
    letter-spacing: -0.7px;
}
.price {
    font-weight: 700;
    color: #e60000;
    font-size: 20px;
}
.more_panel_details {
 list-style: none;  /*   float: left; */
}
.rating-wrap
{ 
	margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.price-old {
    color: #969696;
    margin-left: 3px;
    font-size: 85%;
}

.text-success {
    color: #00b517 !important;
}
.btn-primary {
    color: #fff;
    background-color: #3167eb !important;
    border-color: #3167eb !important;
}
.btn-block {
    display: block;
    width: 100%;
}
.tour_lists
{
/* box-shadow: 0 0 2px 0 rgba(19,26,31,0.12),0 2px 4px 0 rgba(19,26,31,0.22)!important; */
padding: 0;
}
.list_none
{
	list-style:none;
}
.bus_times
{
    display: flex;
}	
a {
    color: #004aff;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
   /*  border: 1px solid rgba(0, 0, 0, 0.1); */
    border-radius: 0.37rem;
}
.bus-txt h4
{
    color: #004aff;
	    font-size: 16px;
    font-weight: 700;
}	

.tour_lists .card-product-list {
   margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    border-top: 1px solid #ccc;
}

.tour_lists .card-product-list::last-child{
border-bottom: 0px solid #ccc;	
}




/*** 27-05-2021 ***/

.bnr-right input[type="text"], button.seabtn {
    margin-top: 0px;width:100%
}

.bnr-left, .bnr-right, button.seabtn {
    float: none;
    margin: 0 3px;
}
.select2-container--krajee .select2-selection--single {
    height: 42px;
}
.bnr-left, .bnr-right {
    width: 33.33%;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
   height: 40px;
}
.form-control {
 height: 42px;
}
.banner {
top: 80px;
}
.login-right {
    float: none;
    width: 100%;
}
.navbar {
 height: 80px;
}
.navbar-brand {
 padding-top: 0;    margin-top: -15px;
}
.ban-top, .ban-top form
{
	width:100%;
}

.selected-seats span{
    white-space: pre-wrap;
    word-break: break-word;
}	
.select-list input[type="radio"]{  
 height: 28px;
    width: 18px;
}
.booking-amt-details {
	display:flex;    width: 320px;
}
.continue-booking .booking-amt-title, .booking-amt{
    width: 50%;	
}
.trip-subtitle{
    word-break: break-word;	
}

.ban-top form
{
max-width: 1200px;	
}
.bnr-right input[type="text"], .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color: #000000;
	font-weight:500;
}
.modal-header {
    justify-content: space-between;
}
.login-right input[type="text"], .login-right input[type="password"] {
    color: #000000;
}
i.fa.fa-ticket {
    font-size: 1em;
    color: #fff;
}
.rating-stars ul > li.star > i.fa {
    font-size: 1.5em !important;
}
.modal-header h3 {
    font-weight: 700; float: left;
}
.modal .modal-header { 
    display: block;
}
.modal .close { 
    float: right;
}
.trip-container h3{
	font-size:20px;font-weight:700;
}
.lg-container .payment-container .fare-breakup-container .total-discount {
    padding: 0 !important;
}
.modify-sec .onw-blk {
    margin: 0 3px;
}

@media (min-width:601px)
{
.modify-sec.with-return.clearfix {
    display: flex;	
}
}
@media (max-width:1299px)
{
.more_panel_details {
   display: inline-block;
}
}

.radio label::before,
.radio label::after
{
	display:none;
}
.passenger_contact_msg {
    width: 100%;
}
.lg-container .payment-container .fare-breakup-container .total-discount.total_account{
    padding: 1.2em !important;	
}
#paypal-button-container
{
    max-width: 316px;
    margin: 0 auto;	
}
.tour_lists .card-product-list { 
     background: #e8fdff;
    border-color: #d5e1ff;

}
.bnr-right input[type="text"] {
    margin-top: 0px;
    width: 100%;
    background: #fff;
}
.price-wrap .starts, .rating-wrap
{
text-align: center;	
}
.price-wrap .d-flex
{
    justify-content: center;    align-items: center;	
} 
.card-product-list .info-aside {
  border-left: 1px solid #9ee7ee;
    background: #d2fbff;
}
.tour_lists .card-product-list:hover{
box-shadow: 0 16px 30px 1px rgb(0 0 0 / 10%);
transition: 1s;
}

.panel_more .amenlist li {
    display: flex;
}

.view_hide_seats
{
    text-align: center;	
}

.view_hide_seats a
{
    max-width: 150px;margin: 0 auto;

}
.price-wrap .d-flex h5.price {
    margin: 0;
}
.more_panel_details
{
position: absolute;
    bottom: 6px;
    right: 0;	
}
.pr-1{
	padding-right:1em !important;
}
.bus-txt.bus-txt3 h4 {
    word-break: break-word;
    white-space: break-spaces;
}

@media (max-width:1299px)
{
.card-product-list .info-aside {
    margin-top: 0 !important; 
  
}	
}
@media (max-width:991px)
{
.more_panel_details {
    position: relative;
}
.card-product-list .info-aside {
    width: 100%;
}	
}
@media (max-width:700px) and (min-width:650px)
{
.availability_lists .card-group-item .check {
    font-size: 13px;
}	
}
@media (max-width:649px)
{
.avail_outer .category_filter, .avail_outer .tour_lists {
    width: 100% !important;
}
}
@media (max-width:610px)
{
.modify-sec .rtn-blk, .modify-sec .onw-blk {
    display: block;
    width: 100% !important;
}
}
@media (max-width:414px)
{
.bus_times {
    display: block;
}
li.seat, li.arriv, li.dept, li.fare, li.ratings {
    padding: 0;
} 
.card-product-list .info-main {
    text-align: center;
}
}
.trip-container h3 {
    margin-bottom: 15px;
}
.lg-container .payment-container .payment-container-right .trip-details-bg .passengers-list {
    margin: 10px 0;
}
.trip-lbls
{
	font-size:13px; 
} 
.lg-container .timer-container .timer i{
	color:#ffef96;
}
.booking-amt-details, .booking-amt .f-bold {
    font-weight: normal;
}
.total_amnt .fw-700
{
font-weight:700 !important	
} 
.set-left ul {
    width: auto;
    margin: 0 10px;
}
#paypal_details
{
    z-index: 0;    margin-top: 10px;	
}
.lg-container .payment-container .payment-container-left .info-banner .banner-text {
    text-align: left;
}


/*** Responsive ***/


@media (max-width:991px)
{
	.tour_lists .card-product-list .col-md-9,  
	.tour_lists .card-product-list .col-sm-3 {  
    flex: 0 0 100%;
    max-width: 100%;
}
.search_bus {
    padding: 20vh 0 0;
}
.bus-txt.bus-txt3 h4 {
    font-size: 17px !important;
}
.lg-container .payment-container .payment-container-right .trip-details-bg .passengers-list .passengers-item .passengers-info {
    display: block !important;
}
.calceldetails .nav-tabs .nav-item {
    width: 100%;
}
.tab-pane .col-md-6{
flex: 0 0 100%;
    max-width: 100%;
}
}
@media (max-width:991px) and (min-width:768px)
{
.lg-container .payment-container .payment-container-right .trip-details-bg .trip-container .trip-info
{
    display: block !important;	
}
.lg-container .payment-container .payment-container-right .trip-details-bg .trip-container .trip-info .bpdp-info-left,
.lg-container .payment-container .payment-container-right .trip-details-bg .trip-container .trip-info .bpdp-info-right,
.lg-container .payment-container .payment-container-right .trip-details-bg .trip-container .trip-info .trip-info-left,
.lg-container .payment-container .payment-container-right .trip-details-bg .trip-container .trip-info .trip-info-right
{
    width: 100% !important;
}
.lg-container .payment-container .payment-container-right .trip-details-bg .passengers-list .passengers-item .passengers-info .passengers-name {
    font-size: 13px;
}
}
	
@media (max-width:767px)
{
	.lg-container .payment-container .payment-container-right {
       width: 100% !important;
	}
	.lg-container .info_style .banner-chip {
     margin-bottom: 15px;
} 
.lg-container .icon-list {
    display: flex;
}
.lg-container .title-flex {
     width: 100%;
}
#paypal_details img{
    max-width: 100%;
}
.bnr-left, .bnr-right {
    width: 100%;
}

.combined_block {
    display: block;
}
.payment-container
{
    justify-content: center !important;	
}
}
@media (max-width:576px)
{
	.navbar
	{
	justify-content: space-between;	
	}
	.navbar-toggler {   
    width: 30%;outline: none !important;
    text-align: right;
}
.navbar-brand {
    text-align: left;
    width: 55%;
}
.banner { 
    position: relative;    top: auto;
}
.navbar {
    height: auto;
    padding: 10px !important;
}

.navbar-brand > img {
    width: 100%;max-width: 80px;
    height: auto;
}
.ban-top, .ban-top form {
    position: relative;
    padding-top: 2em;
}
#mod_cancel {   
    position: absolute;
    top: 10px;
    right: 10px;
}
.price_filter .seat-label {
    word-break: normal;
    white-space: nowrap;
}
.panel_more .bpdplist li {
    width: 100%;
}
li.seat, li.arriv, li.dept, li.fare, li.ratings {
    margin-top: 10px;
    display: inline-block;
}
.select-droppig-boarding .radio label {
    display: block !important;
    width: 100%;
}
.place_lists li {
    word-break: normal;
    white-space: nowrap;
}
.passenger_contact_contents .d-flex{
	display:block !important
}
.lg-container .timer-container .timer {
    display: block !important;
}
.lg-container .timer-container .timer .journey-info,
.lg-container .timer-container .timer .time
{
    width: 100% !important;	
}
.lg-container .timer-container .timer .time
{
	display:flex !important
}
.lg-container .timer-container .timer .time .timer-text
{
	text-align:right
}
}
@media (max-width:414px)
{
li.seat, li.arriv, li.dept, li.fare, li.ratings{
    margin-top: 10px !important;
}
li.arriv h4 {
    margin-top: 0;
}
.lg-container .payment-container .payment-container-right .trip-details-bg .trip-container .trip-info
{
    display: block !important;	
}
.lg-container .payment-container .payment-container-right .trip-details-bg .trip-container .trip-info .bpdp-info-left,
.lg-container .payment-container .payment-container-right .trip-details-bg .trip-container .trip-info .bpdp-info-right,
.lg-container .payment-container .payment-container-right .trip-details-bg .trip-container .trip-info .trip-info-left,
.lg-container .payment-container .payment-container-right .trip-details-bg .trip-container .trip-info .trip-info-right
{
    width: 100% !important;
}
}


.card-product-list .info-aside {
height: auto;
}
.row{
	display:flex;
	 display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
	display:-webkit-box;
}

@media(min-width:992px)
{
	.card-product-list .info-main
	{
	height:180px	
	}
}



















































































