
body{
	background-color: #fcfcfc;
}
.menu-3 .nav {
    padding: 40px 0px;
}
/* header.menu-3 {        
  background: rgba(252,188,91,1);
  background: -moz-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,188,91,1)), color-stop(100%, rgba(239,116,21,1)));
  background: -webkit-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: linear-gradient(135deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbc5b', endColorstr='#ef7415', GradientType=1 );
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
} */
header.menu-3.scrol {
	background: rgba(255,179,59,1);
  background: -moz-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,179,59,1)), color-stop(100%, rgba(255,103,33,1)));
  background: -webkit-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: linear-gradient(135deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb33b', endColorstr='#ff6721', GradientType=1 );
	box-shadow: 0 16px 26px -10px rgba(255, 152, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
    padding: 0px;
}
header.menu-3.hovered.scrol .nav {
    padding: 30px 0px;
}
.logo{
	float: none;
}
.logo img{			
	margin-top: 10px;
  width: 100px;
}
.header2-baner {
    padding-top: 45px;
}
.icon-menu-side i {
    font-size: 19px;
    padding: 11px 15px;
    display: inline-block;
    color: #fff;
}
.side-nav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    /* opacity: 0.9; */
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    box-shadow: 0px 0px 1000px #000;
}

.side-nav a{
    padding: 10px 5px 5px 15px;
    text-decoration: none;
    font-size: 17px;
    color: #7d7d7d;
    display: block;
    transition: 0.3s;
}
.side-nav a:active .active> i{
    font-size: 25px;
    margin: 10px;
    color: #ff6d23;
    text-shadow: 1px 4px 5px rgba(242, 133, 37, 0.3);
}
.side-nav a > i{
    font-size: 25px;
    margin: 10px;
}
.side-nav a:active > i{
    font-size: 25px;
    margin: 10px;
    color: #ff6d23;
    text-shadow: 1px 4px 5px rgba(242, 133, 37, 0.3);
}

.side-nav a:hover{
    color: #333333;
}

.side-nav .btn-close{
    position: absolute;
    top: -5px;
    right: 14px;
    margin-left: 52px;
    width: 30px;
    height: 30px;
}

.side-nav .btn-close i{
  font-size: 15px;
  margin: 0px;
  color: #fff;
}
.side-nav .account{
  padding: 10px 20px;
  background: linear-gradient(135deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  margin-top: -60px;
  padding-top: 30px;
}
.side-nav .account img{
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.side-nav .account h4{
  color: #fff;
  margin-top: 11px;
  font-weight: 600;
}
.side-nav .account h5{
  color: #f8f8f8;
}
.side-nav .side-divider{
  padding: 6px 20px;
  background-color: #e8e8e8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #949494;    padding: 6px 20px;
  background-color: #e8e8e8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #949494;
}
#main{
    transition: margin-left  0.5s;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}
@media(max-width:568px){
    .navbar-nav{display: none}
}
.header2-baner {
    padding-top: 48px;
}
#first-slider .carousel .item {
	min-height: 190px;
}
.baner-bar{
	margin-top: -220px;
	padding: 15px;
	background: transparent;
	box-shadow: none;
}
.main-menu-item{
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 5px;
}
.main-menu-icon{
	text-align: center;
    padding: 30px 0px;	
}
.main-menu-icon i{
	font-size: 35px;
    color: #f08306;
    text-align: center;
}
.main-menu-icon span{
	display: block;
	line-height: 30px;
	font-size: 13px;
}
.main-menu-icon-wide {
    padding: 10px 0px 10px 15px;
}
.main-menu-icon-wide i{
  vertical-align: middle;
  font-size: 30px;
  color: #ff9631;
  margin-right: 8px;
}
.main-menu-icon-wide span{
  vertical-align: middle;
  line-height: 20px;
  font-size: 14px;
}
.border-right{
	border-right: 1px solid #eaeaea;
}
.border-top{
	border-top: 1px solid #eaeaea;
}
.border-bottom{
	border-bottom: 1px solid #eaeaea;
}
.border-left{
	border-left: 1px solid #eaeaea;
}
.btn-download img{
	display: block;
	margin: auto;
}
.p-5{
	padding: 5px;
}
.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}

/*trip by budget*/

.header-form-m{
	width: 100%;
	background-color: #ffb354;
	height: 50px;
	position: relative;
	padding: 0px 20px 0px 20px;	
}
.header-form-m i{
	color: #ffffff;
	font-size: 36px;
	margin:0 10px 0 10px;
	
}
.header-form-m span{
	color: #ffffff;
	position: absolute;
	top: 6px;
	font-weight: 600;
}
.header-form-m small{
    color: #fff;
    font-size: 13px;

}
.form-m{
	width: 100%;
	padding: 20px 20px 35px 20px;
	background-color: #f9f9f94a;
}
.form-m .form-group{
  position: relative;
}
.form-m .form-content{			
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 16px 26px -10px rgb(191, 191, 191), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(148, 148, 148, 0.2);
}
.form-m .form-group{
	margin-bottom: 15px;
}
.form-m .input-m{
	width: 100%;
	padding: 8px;
	height: 50px;
	margin-top: 5px;
	border:1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
.form-m .input-m img{
	width: 20px;
	height: auto;
	margin-top: 5px;
}
.form-m .input-m span{
	font-size: 14px;
	position: absolute;
	top: 14px;
	left: 45px;

}
.form-m .submit{
	padding: 0px !important;
}
.form-m .submit input{
	width: 100%;
	background-color: #FB8C00;
	color: #ffffff !important;
}
.form-m .submit input:hover{
	background-color: #f08306 !important;
}
.hide{
	display: none;
}

/**/
/* bottstrap modal full*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 /* border: 2px solid #3c7dcf;*/
  border-radius: 0;
  box-shadow: none;
}

.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #f08306;
  border: 0;
}

.modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

.modal-body {
  position: absolute;
  top: 50px;
  bottom: 0px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
  padding: 0px;
}

.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #fdfdfd;
}

.modal-footer .btn {
  height: 40px;

  // focus
  &:focus,
  &:active,
  &:active:focus {
    box-shadow: none;
    outline: none;
  }
}

.btn-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -100px;
  width: 200px;
}


.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #f08306;
  background: transparent;
  border: 0;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background: #f1f3f5;
  border-left: 1px solid darken(#f1f3f5, 10%);
}

::-webkit-scrollbar-thumb {
  background: darken(#f1f3f5, 20%);
}

/**/

.modal-header .input{
	width: 85%;
	display: inline-block;
}
.modal-header .btn{
	height: 33px;
}
.modal-header .title-head{
	display: inline-block;
	width: 85%;
	font-weight: bold;
	color: #ffffff;
}
li.city{
	width: 100%;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 13px;
}
li.city i{
	color: #b1b1b1;
}
.typehead-mobile span{
	font-size: 12px;
	padding: 10px;
}

.typehead-mobile span.search{
	color: #f08306;
  font-size: 12px;
  padding: 5px 10px;
  left: 95px;
}
.people input{
	width: 30%;
    margin: 0 auto;
    text-align: center;
    border: none;
    font-size: 20px;
    display: inline-block;
    box-shadow: none;
    font-weight: 500;
}


.datepicker-mobile .ui-datepicker{
	width: 100%;
	box-shadow: none;
}
/*type head*/


/**/
.btn-close-modal{
	position: absolute;
    color: #fff;
    height: 20px;
    width: 20px;
    top: 5px
}
.modal-title-mobile{
	padding: 7px 0px;
}
.modal-header-mobile{
	height: 90px;}
.modal-body-mobile{
	top: 90px;
}
.btn-close-modal i{
	font-size: 13px;
	margin-left: 3px;
}
.form-m .input-m {
    width: 100%;
    padding: 10px 0px;
    height: 50px;
    margin-top: 5px;
   /*  border-bottom: 1px solid #e2e2e2; */
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}
.form-m .input-m span {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 22px;
    left: 50px;
}
.form-m .input-m label {
    position: absolute;
    top: 3px;
    left: 50px;
    color: #999999;
    text-transform: capitalize;
    font-size: 12px;
}
.form-m .input-m i {
    font-size: 22px;
    padding: 11px;
    color: #faad4c;
}
.btn-rounded{
	border-radius: 50px;
}
.bg-grad{
	background: rgba(255,179,59,1);
  background: -moz-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,179,59,1)), color-stop(100%, rgba(255,103,33,1)));
  background: -webkit-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: linear-gradient(135deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb33b', endColorstr='#ff6721', GradientType=1 );
	border:none;
}
.btn-mobile{
  color: #ffffff;
	background: rgba(252,188,91,1);
    background: -moz-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,188,91,1)), color-stop(100%, rgba(239,116,21,1)));
    background: -webkit-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: linear-gradient(135deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbc5b', endColorstr='#ef7415', GradientType=1 );
    border: none;
    box-shadow: 0 16px 26px -10px rgb(240, 124, 29), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.btn-mobile:active , .btn-mobile:focus , .btn-mobile:hover{
  color: #f8f8f8;
	background: rgba(252,188,91,1);
    background: -moz-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,188,91,1)), color-stop(100%, rgba(239,116,21,1)));
    background: -webkit-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: linear-gradient(135deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbc5b', endColorstr='#ef7415', GradientType=1 );
    border: none;    
    box-shadow: 0 10px 16px -10px rgb(240, 124, 29), 0 4px 25px 0px rgba(0, 0, 0, 0.12);

}
.no-border{
	border: none;
}
.text-white{
	color: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  border-radius: 50px;
  background: rgba(255,179,59,1);
  background: -moz-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,179,59,1)), color-stop(100%, rgba(255,103,33,1)));
  background: -webkit-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  background: linear-gradient(135deg, rgba(255,179,59,1) 0%, rgba(255,103,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb33b', endColorstr='#ff6721', GradientType=1 );    
    -webkit-box-shadow: 0 16px 26px -10px rgb(240, 124, 29), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 10px;
    width: 40px;
    height: 40px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
}
.add-passenger{
	padding: 15px;
  border-bottom: 1px solid #eaeaea;
}
.add-passenger label{
	font-size: 15px;
	line-height: 34px;
  display: block;
}
.add-passenger span{
  font-size: 12px;
  display: block;
  color: #7f8c8d;
}
.form-group .form-label{
  color: #858585;
  margin-bottom: 5px;
}
.input-border{
	border: 1px solid #dddddd;
    height: 40px;
    padding: 0px 15px 0px 10px;
    font-size: 13px;
    color: #222;
    position: relative;
    box-shadow: none ;
}
.input-border:focus{
	border: 1px solid #ffa536;
    height: 40px;
    padding: 0px 15px 0px 10px;
    font-size: 13px;
    color: #222;
    position: relative;
    box-shadow:0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}
.list-result .item {	
  padding: 5px 15px;
	margin: 10px 0px;
}
.list-result .item .title-trip{	
  text-transform: capitalize;
  height: 35px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  letter-spacing: 0px;
  margin-bottom: 3px;
  line-height: 18px;
  font-size: 14px;
  color: #676767;
}
.trip-info-line {
  font-size: 12px;
  margin: 7px 0px;
}
.trip-info-line span{
  padding-left: 0;
  color: #808080;
  font-size: 11px;
  font-weight: 700;
}
.trip-info-line i{
    color: #808080;
    font-size: 11px;
    font-weight: 700;
}
.img-trip{			
  width: 120px;
  height: 85px;
  object-fit: cover;
}
.price-trip h5{
	color: #f07a1b;
	font-weight: 700;
}
.price-trip span{
	font-size: 10px;
	color: #6f7990;
}
.list-result{
	margin-top: 55px;
}
.ui-state-disabled {
    cursor: default!important;
    color: #c3c3c3;
}
/* Toggle button */
.example .btn-toggle {
  top: 50%;
  transform: translateY(-50%);
}
.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: .5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left .25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left .25s;
}
.btn-toggle.active:before {
  opacity: .5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #29b5a8;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: .5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left .25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left .25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: .5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-sm:before {
  content: 'Off';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'On';
  right: -0.5rem;
  opacity: .5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left .25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left .25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: .5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-xs:before {
  content: 'Off';
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: 'On';
  right: 0;
  opacity: .5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left .25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left .25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: .5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}
li.airport{
  width: 100%;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 13px 0px 20px;
}
li.airport i{
  color: #b1b1b1;
}
.airport span{
  font-size: 16px;
  padding-bottom: 0px;
}
.airport label{
  font-size: 10px;
  display: block;
  color: #999999;
  margin-left: 10px;
  margin-bottom: 5px;
  line-height: 0;
}
.icon-transport{
  padding: 10px;
}
.icon-transport i{
  font-size: 22px;
}
.form-m .change-airport{
  position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f9f9f94a;
    padding-left: 5px;
    padding-bottom: 7px;
}
.form-m button{
  position: relative;
    
}
.form-m button i{
  font-size: 16px;
    padding: 3px;
    color: #ffffff;
}

    /* The switch - the box around the slider */
    .form-m .change-airport span{
      font-size: 12px;
      display: block;
      color: #999999;
    }
    .form-m .change-airport .btn-change{
      position: absolute;
      right: 0px;
      top: -9px;
      padding: 6px;
    }
    .form-m .change-airport .btn-change i{
      font-size: 12px;
      padding: 3px;
      color: #ffffff;
    }
  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
     float: right;
     margin-top: 3px;
  }

  /* Hide default HTML checkbox */
  .switch input {display:none;}

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(214,214,214,1);
    background: -moz-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(177,177,177,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(100%, rgba(177,177,177,1)));
    background: -webkit-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(177,177,177,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(177,177,177,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(214,214,214,1) 0%, rgba(177,177,177,1) 100%);
    background: linear-gradient(135deg, rgba(214,214,214,1) 0%, rgba(177,177,177,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#b1b1b1', GradientType=1 );
    -webkit-box-shadow: 0px 3px 5px 1px rgba(177,177,177, 0.3);
    -moz-box-shadow: 0px 3px 5px 1px rgba(177,177,177, 0.3);
    box-shadow: 0px 3px 5px 1px rgba(177,177,177, 0.3);
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 1px;
      bottom: 0px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
  }

  input:checked + .slider {

    background: rgba(252,188,91,1);
    background: -moz-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,188,91,1)), color-stop(100%, rgba(239,116,21,1)));
    background: -webkit-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    background: linear-gradient(135deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbc5b', endColorstr='#ef7415', GradientType=1 );
    -webkit-box-shadow: 0px 3px 5px 1px rgba(242, 133, 37, 0.3);
    -moz-box-shadow: 0px 3px 5px 1px rgba(242, 133, 37, 0.3);
    box-shadow: 0px 3px 5px 1px rgba(242, 133, 37, 0.3);
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  /* Detail */
  .full-height{
    height: 450px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: -70px;
  }
  .detail-header{
    margin-top: 300px;
  }
  .main-title {
    position: relative;
    width: 100%;
    text-align: left; 
    color: #fff;}
  .main-title.style-6 h3 {
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0px;
}
.top-weather-info{
    font-size: 14px;
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 500;
}
.packet-price span{
  font-size: 20px;
}
.cost-include{  
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 40px 1px rgb(220, 220, 220);
    -moz-box-shadow: 0px 10px 40px 1px rgb(220, 220, 220);
    box-shadow: 0px 10px 40px 1px rgb(220, 220, 220);    
    margin-top: 87%;
}
.itinerary{
  padding: 5px 10px;
}
.itinerary i{
    font-size: 33px;
    text-align: center;
    color: #fb8c00;
}
.itenerary-item{
    font-size: 12px;
    color: #696969;
    display: block;
}
.itenerary-info{
    font-weight: 600;
    line-height: 0px;
}
.itenerary-timeline{
  margin-top: 30px;
}
.timeline-centered {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    background: #a4a4a4;
    top: 20px;
    bottom: 20px;
    margin-left: 24px;
}

.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 35px;
    margin-right: 16px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -18px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  color: #fab454;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  float: left;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(242, 133, 37, 0.3);
  -moz-box-shadow: 0px 3px 5px 1px rgba(242, 133, 37, 0.3);
  box-shadow: 0px 0px 0px 5px #fcfcfc;
  border: 3px solid #f9a848;
  background-color: #fcfcfc;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #00a651;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #21a9e1;
  color: #fff;
  }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #fad839;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #cc2424;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  padding: 3px 20px;
  margin-left: 35px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
  /* color: #ffffff;
  background: rgba(252,188,91,1);
  background: -moz-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,188,91,1)), color-stop(100%, rgba(239,116,21,1)));
  background: -webkit-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: linear-gradient(135deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbc5b', endColorstr='#ef7415', GradientType=1 );
  border: none;*/
}

/* .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #fbb959 transparent transparent;
  left: 0;
  top: 3px;
  margin-left: -6px;
} */

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #eaeaea;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 14px;
    margin-bottom: 6px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #505050;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .text-itinerary {
  height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .trip-info-line {
  margin: 5px 0px;
}
.stepwizard-row:before{
  top:20px;
  background: rgba(252,188,91,1);
  background: -moz-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252,188,91,1)), color-stop(100%, rgba(239,116,21,1)));
  background: -webkit-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  background: linear-gradient(135deg, rgba(252,188,91,1) 0%, rgba(239,116,21,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbc5b', endColorstr='#ef7415', GradientType=1 );
}
.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50px;
}
.detail-booking{
  margin-top: 0;
}
.detail-content img, .acc-body img {
  max-width: 100%;
  margin-bottom: 0px; 
  border-radius: 0px; 
}
.swiper-arrow-right {
    right: 3px;
}
.swiper-arrow-left {
    left:  3px;
}
.hotel-item .title {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #f7f7f7;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.hotel-slider .swiper-slide {
    padding: 0px 5px;
}
.main-slider .slider {
    width: 50%;
    margin: 50px auto;
}

.main-slider .slick-slide {
  margin: 0px 10px;
}

.main-slider .slick-slide img {
  width: 100%;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  color: black;
}


.main-slider .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}

.main-slider .slick-active {
  opacity: .5;
}

.main-slider .slick-current {
  opacity: 1;
}
.main-slider .slick-current .popular-img{
  box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.26);
  border-radius: 7px;
}

.open-trip .slider {
    width: 50%;
    margin: 50px auto;
}

.open-trip .slick-slide {
  border-radius: 5px;
  margin: 0px 10px 20px 10px;
}

.open-trip .slick-slide img {
  width: 100%;
}

.open-trip .slick-prev:before,
.open-trip .slick-next:before {
  color: black;
}


.open-trip .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}

.open-trip .slick-active {
  opacity: .5;
}

.open-trip .slick-current {
  opacity: 1;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}
.open-trip .slick-current .popular-img{
  box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.26);
  border-radius: 7px;
}
.text-right{
  text-align: right;
}
footer{
  padding-top: 35px;
}
.facility{
  /*  box-shadow: 1px 8px 25px 4px rgba(27, 27, 27, 0.09);
    background-color: #fff; 
    border-radius: 3px;
    margin: 45px 10px 10px 10px; */
  padding: 10px 0px;
}
.booking-float{
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 -2px 4px 0 rgba(27,27,27,.2);
}
.booking-float p small{
  font-size: 10px;
  display: block;
  line-height: 5px;
  color: #505050;
}
.booking-float a{
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 0px;
}
.color-light-grey{
  color: #718198;
}
.shadow-light{
  box-shadow: 1px 6px 14px 1px rgba(27, 27, 27, 0.3);
}
.title-itinerary{
  color: #718198;
  font-weight: 600;
  line-height: 12px;
}
.img-raised {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}
.title-heading{
  color: #ef7716;
  margin-bottom: 5px;
  font-size: 18px;
}
.form-checkout{
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 16px 26px -10px rgb(191, 191, 191), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(148, 148, 148, 0.2);
}
 .timeline-detail {
     position: relative;
     margin-bottom: 30px;
}
 .timeline-detail:before, .timeline-detail:after {
     content: " ";
     display: table;
}
 .timeline-detail:after {
     clear: both;
}
 .timeline-detail:before, .timeline-detail:after {
     content: " ";
     display: table;
}
 .timeline-detail:after {
     clear: both;
}
 .timeline-detail:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    background: #f5f5f6;
    left: 18%;
    top: 20px;
    bottom: 46px;
    margin-left: 19px;
}
 .timeline-detail .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 65px;
    margin-bottom: 35px;
    clear: both;
}
 .timeline-detail .timeline-entry:before, .timeline-detail .timeline-entry:after {
     content: " ";
     display: table;
}
 .timeline-detail .timeline-entry:after {
     clear: both;
}
 .timeline-detail .timeline-entry:before, .timeline-detail .timeline-entry:after {
     content: " ";
     display: table;
}
 .timeline-detail .timeline-entry:after {
     clear: both;
}
 .timeline-detail .timeline-entry.begin {
     margin-bottom: 0;
}
 .timeline-detail .timeline-entry.left-aligned {
     float: left;
}
 .timeline-detail .timeline-entry.left-aligned .timeline-entry-inner {
     margin-left: 0;
     margin-right: -18px;
}
 .timeline-detail .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
     left: auto;
     right: -100px;
     text-align: left;
}
 .timeline-detail .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
     float: right;
}
 .timeline-detail .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
     margin-left: 0;
     margin-right: 70px;
}
 .timeline-detail .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
     left: auto;
     right: 0;
     margin-left: 0;
     margin-right: -9px;
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}
 .timeline-detail .timeline-entry .timeline-entry-inner {
     position: relative;
}
 .timeline-detail .timeline-entry .timeline-entry-inner:before, .timeline-detail .timeline-entry .timeline-entry-inner:after {
     content: " ";
     display: table;
}
 .timeline-detail .timeline-entry .timeline-entry-inner:after {
     clear: both;
}
 .timeline-detail .timeline-entry .timeline-entry-inner:before, .timeline-detail .timeline-entry .timeline-entry-inner:after {
     content: " ";
     display: table;
}
 .timeline-detail .timeline-entry .timeline-entry-inner:after {
     clear: both;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-time {
     position: absolute;
    left: -67px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-time > span {
     display: block;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
    line-height: 7px;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 3px #f5f5f6;
    line-height: 22px;
    font-size: 12px;
    float: left;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
     background-color: #303641;
     color: #fff;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
     background-color: #ee4749;
     color: #fff;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
     background-color: #00a651;
     color: #fff;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
     background-color: #21a9e1;
     color: #fff;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
     background-color: #fad839;
     color: #fff;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
     background-color: #cc2424;
     color: #fff;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-label {
      position: relative;
      padding: 0px 5px;
      margin-left: 25px;
     -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
     background-clip: padding-box;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-label h6, .timeline-detail .timeline-entry .timeline-entry-inner .timeline-label p {
     color: #737881;
     font-size: 12px;
     margin: 0;
     line-height: 1.428571429;
     text-transform: capitalize;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-label p + p {
     margin-top: 15px;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-label h2 {
     font-size: 16px;
     margin-bottom: 10px;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-label h2 a {
     color: #303641;
}
 .timeline-detail .timeline-entry .timeline-entry-inner .timeline-label h2 span {
     -webkit-opacity: .6;
     -moz-opacity: .6;
     opacity: .6;
     -ms-filter: alpha(opacity=60);
     filter: alpha(opacity=60);
}
