@charset "utf-8";
/* CSS Document */
.room_select{background:#fff;}

.col-md-3 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
#country-list{float:left;list-style:none;margin:0;padding:0;width:100%;}
#country-list li{padding: 10px; background:#dfefff;border-bottom:#F0F0F0 1px solid;}
#country-list li:hover{background:#0091ea;color:#fff;}
.col-md-3 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.col-md-3 img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
     
}

.col-md-3:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.col-md-3 h3 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.col-md-3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.col-md-3 a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.col-md-3 a.info, .col-md-3 h3 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.col-md-3:hover a.info, .col-md-3:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
	
	
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
  
  
.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}
.item-rate span i {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}
.item-rate1 span i {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}
.item-rate span i:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(2.20); /* Safari and Chrome */
    -moz-transform:scale(2.20); /* Firefox */
    -ms-transform:scale(2.20); /* IE 9 */
    -o-transform:translatZ(0) scale(2.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
.item-rate1 span i:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(2.20); /* Safari and Chrome */
    -moz-transform:scale(2.20); /* Firefox */
    -ms-transform:scale(2.20); /* IE 9 */
    -o-transform:translatZ(0) scale(2.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
.item-title h2:hover,.item-title1 h2:hover {color: red;}
.item-title h2 { text-decoration: none; color:black; }
.item-title h2:visited { text-decoration: none; }
.item-title h2:hover { text-decoration: none; }
.item-title h2:focus { text-decoration: none; }
.item-title h2:hover, .item-title h2:active ,.item-title1 h2:active{ text-decoration: none; }
div.trip-item {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.trip-item ,.trip-item1{
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
/*background-color:#fff4f4;*/
}
/*.trip-item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}*/
.item-title span:hover, .item-title span:focus, .item-title span:active ,.item-title1 span:hover, .item-title1 span:focus, .item-title 1span:active{
   -webkit-stroke-width: 5.3px;
   -webkit-stroke-color: #FFFFFF;
   -webkit-fill-color: #FFFFFF;
   text-shadow: 1px 0px 20px yellow;
   -webkit-transition: width 0.3s; 
   transition: width 0.3s;
   -moz-transition: width 0.3s; 
   -o-transition: width 0.3s; 
   
}
.tap-header{
width:40px;
max-width:100%;
}
 .blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
.sale-flights-tabs .nav-tabs a{
width:180px;
color:#ffffff !important;
background-color:#ff9866 !important;
max-width:100%;
display:block;
height:auto;
}
.sale-flights-tabs .nav-tabs a:hover,.sale-flights-tabs .nav-tabs a:active{
background-color:#ffffff !important;
color:#ff8042 !important;
width:180px;
}
.nav-tabs a:focus{
background-color:#ffffff !important;
color:#ff8042 !important;
}
.widget_contact_info:before, #footer-page .widget_contact_info:after, .tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    border-bottom-color: white !important;
	
}
.tabs .ui-tabs-nav li .ui-tabs-anchor {
    //line-height: 50px !important;
	font-height:17px;
}
.content-pan{
max-height:100%;
height:500px !important;;
width:750px;;
max-width:100%;
background-color:#ffffff;
}
.text-deco{
text-align:justify;
float:left;
}
.carousel-inner img{
/*padding-top:10px;*/
//height:300px;
width: 100%;
}
.carousel-inner {
    position: relative;
    
}
.carousel-inner blockquote {
    position: absolute;
    left:30px;
    font-size:30px;
	bottom:0;
    padding: 10px;
    color:white;
    width: 218px;
	z-index:-1px;

 
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 5px;
  margin-left: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
 
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  background-color:#ecf5ff;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
 
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
 
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #006bd7;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #006bd7;
  background-image: #006bd7;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>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 #006bd7;
}

div.bhoechie-tab-content{
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
  height:auto;
 /*background-color:#fff8f0;*/
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
 
}
.bhoechie-tab-container{
width:100%;
height:721px;
max-height:721px;
max-width:100%;
}
.col-md-2.bhoechie-tab-menu .list-group{
height:718px !important;
max-width:100%;
width:112px;

}
.list-group-item{
padding-top:30.2px !important;
font-size:21px;
width:100%;
 backgroun-color:#ecf5ff;
}
.content-detail{
margin-left:180px;
position:absolute;
margin-top:-117px;
width:205px;
height:auto;
max-height:100%;
}
.panel-rt{
margin-left:397px;
position:absolute;
margin-top:-117px;
width:115px;
height:auto;
max-height:100%;
}
.bhoechie-tab{
width:100%;
height:717px;
max-height:717px;
max-width:100%;
overflow-y:auto;
overflow-x:hidden;
/*background-color:#fff8f0;*/
}
.sale-flights-section-demo{ background-image: url(images/bg5.jpg);    margin-top: 0px; margin-bottom: 0px;padding: 36px 0;    background-size: 100% 100%;}
::-webkit-scrollbar {
    width: 4px;
	    background-color: #b2e8f7;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	
}
/*start of package css*/
/*.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay1 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.07);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay1 {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
background: rgba(0, 0, 0, 0.4);

  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(128px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
#panel-width-style{
width:100%;
max-width:1170px;
}*/
.fa {
    position: relative;
    display: inline-block;
    
}

.fa .site {
    visibility: hidden;
    width: 120px;
    background-color: #4db2f0;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    padding: 9px 0;
     opacity:0;
  transition:opacity 0.5s linear;
    /* Position the tooltip */
  position: absolute;
   position: absolute;
    z-index: 1;
    top: 54%;
    left: -680%;
    margin-left: -38px;
}

.fa:hover .site {
    visibility: visible;
	opacity:1;
}
.fa .meal {
    visibility: hidden;
    width: 120px;
    background-color:#4db2f0;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    padding: 9px 0;
	 opacity:0;
  transition:opacity 0.5s linear;
    
    /* Position the tooltip */
    position: absolute;
    position: absolute;
    z-index: 1;
    top: -9%;
    left: -680%;
    margin-left: -60px;
}

.fa:hover .meal{
    visibility: visible;
	opacity:1;
}
.fa .guide {
    visibility: hidden;
    width: 120px;
    background-color:#4db2f0;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    padding: 9px 0;
	 opacity:0;
  transition:opacity 0.5s linear;
    
    /* Position the tooltip */
 position: absolute;
    z-index: 1;
    top:5px;
    left: -680%;
    margin-left: -106px;
}

.fa:hover .guide {
    visibility: visible;
	opacity:1;
}
.fa .transport {
    visibility: hidden;
    width: 120px;
    background-color: #4db2f0;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    padding: 9px 0;
	 opacity:0;
  transition:opacity 0.5s linear;
    
    /* Position the tooltip */
   position: absolute;
  
    z-index: 1;
    top: 7px;
    left: -680%;
    margin-left: -106px;
    
 
}

.fa:hover .transport {
    visibility: visible;
	opacity:1;
}
.fa .hotel {
    visibility: hidden;
    width: 120px;
    background-color: #4db2f0;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;
    
  opacity:0;
  transition:opacity 0.5s linear;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 36%;
    left: -680%;
    margin-left: -60px;
}

.fa:hover .hotel {
    visibility: visible;
	
  opacity:1;
}
.fa:hover{
 color: #4db2f0;
}

#item-icon-style:hover{
color: #4db2f0;
}
#item-body-style{
   
   height:216px !important;
   max-height:100%;
}	

#item-price-style{
   
   height:172px !important;
   max-height:100%;
	
}
#item-body-style{
   
 /*  height:216px !important;
   max-height:100%;
	*/
}

#item-list-style{
width:100%;
overflow-y:hidden;
overflo-x:hidden;
}

/*label{
padding-left:2px;
}*/
#form_custom{


height:auto;
/*padding:5px;*/
border:1px solid #0080ff;
background-color:#e7ba8b;
font-family:"Times New Roman", Times, serif;
}
.col-md-7:hover select{
border:1px solid #0080ff;
}
.col-md-7:hover input {
border:1px solid #0080ff;
}
#form_custom input{
padding:0 4px;
}
#form_custom label{
padding:0px;
}
.awe-btn{
background-color:
}
.awe-btn a:hover{
color:#FFFFFF !important;
}
.click_btn{
    padding-bottom: 6px;
    margin-top: 32px;

}
#item-body-style{
height:200px !important;
}
#item-footer-style{
height:52px !important;
}
.img_text{
background-color:#efefef;
height:100%;
width:100%;
    padding: 5px 0;
}
.col-md-8 blockquote {
    position: absolute;
    left:30px;
    font-size:30px;
	bottom:0;
    padding: 10px;
    color:white;
  
    display: block;
	width:305px;
	
 
}
#head_block{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:700;


color:black;

padding-top: 6px;
height:35px;
}
#room-type-style{
height:180px !important;
max-height:100%;
  
}
.day_btn{

width:60px;
height:100%;
text-align:center;
padding-top:2px;
padding-bottom:2px;
}
.room-type .span10{
height:auto;
margin-bottom:14px;
}
.header-work{
margin-left:70px;
margin-top:-24px;
color:#800000;
text-align:justify;
}
#mark-ion{
color:#d41a1a;
}
#tapp-ion{
/*color:#e9225f;*/
color:#bf0000;

}
.read-para{
width:604px;
float: left;
color:#242424;

    position: absolute;
    padding-left: 158px;
	 display: inline-block;
   
}
.own-block{
height:auto;

}

.table-detail{
width:100%;
height:auto;
border:1px solid #ccc ;
padding:20px;

}
.tbl_head{
color:#950000;
font-size:19px;

}
#dispaly_tab{
height:auto !important;
border:1px solid #ccc;
margin-left:14px;
margin-right:14px;
padding-left:10px;
margin-top:40px;
}
#lab_style{
font-size:21px;
color:#005e00;
text-aligh:justify;
padding-left:33px;
margin-top: -26px; 
margin-left: 84px;
}
.text-bottom{
width:100%;height:30px;background-color:#18bc69;margin-top:-18px;margin-right:5px;
}
.show-read-more{
    height: 104px;
	 display: inline-block;
    text-align:justify;
	width: 50%;
    overflow-x: hidden;
	overflow-y:auto;
}
#def_height{
height:30px;
width:100%;
background-color:#18bc69;
color:white;
padding-top:5px;
padding-bottom:5px;
}
.awe-search-tabs__content .ui-tabs-panel .form-group:nth-child(4) {
    width: 25%;
    padding-right: 10px;
	}
.col-xs-3 > img{
max-width:109% !important;
}
.price{
   max-width: 129px !important;
}
.amount{
    width: 100px !important;
}
#para_style{
color:black !important;
}

  /* Tooltip */

p.magic{
color:#a40000;
}
#list_tab{
    background-color: #fff4f4;
}
#vtab > ul > #custm_list.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #fce0e0;
    border-right: none;
    z-index: 10;
    background-color: #fafafa !important;
    position: relative;
    cursor: pointer;
    list-style: none outside none;
} 
#vtab > #custm_list_body{
    width: 100%;
    background-color: #fafafa;
    margin-left: 85px;
    border: 1px solid #fce0e0;
    /* min-height: 387px; */
    min-height: 540px;
    padding: 12px;
    position: relative;
    z-index: 9;
    -moz-border-radius: 20px;
    text-align: justify;
    line-height: 22px;
    height: auto;
}
#form_review{
background-color:#0073e6;
color:#FFFFFF;
height:40px;
margin: 0 0px;
}
/**************************home page*****************************/
@media (max-width:480px){.steps>li.current{display:block;}.steps>li{display:none;}}
@media (max-width:768px){
.carousel-caption{
background: rgba(0, 0, 0, 0.3);
font-size:16px;    
top: 75%;
transform: translateY(47%);
left:0 !important;
right:0 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;

}

#rate-form{padding-top: 12px;}
/***latest changes*****/
#container-main,#hotel-common-div{padding:0px;}
.sale-flights-section-demo{padding-top:0px;}
.form-panel .form-group{padding-bottom: 0px !important;}
.z-index{height: auto;display: flex;}
.year_dropdown{padding: 0px 26px;}
#lowest-note{margin-top: 50px;}
.search-block .form-group{padding-top:0px !important;padding-bottom:5px !important;}
#display-members,#here{padding-bottom:12px;}
}
@media (min-width:900px){
.carousel-caption{
background: rgba(0, 0, 0, 0.3);
font-size:16px;    
top: 75%;
transform: translateY(25%);
left:0 !important;
right:0 !important;
}

}
a.senddata{color:#1281c2;}
a.sendata:hover{color:#d97171;}
.item-list{
    color: #666;
    font-size: 14px;
    font-weight: 600;
   
}
.item-price-more{
    font-family: sans-serif;
    color: #666;
   
    font-weight: normal;
}
@media(min-width:320px) and (max-width:470px){
#vtab > #custm_list_body{
    width: 400px !important;
    background-color: #fafafa;
    margin-left: 85px;
    border: 1px solid #fce0e0;
    /* min-height: 387px; */
    min-height: 540px;
    padding: 12px;
    position: relative;
    z-index: 9;
    -moz-border-radius: 20px;
    text-align: justify;
    line-height: 22px;
    height: auto;
}


}
.item_button{width:100%;padding-left:30px;padding-right:30px;}
#hotel_custom_body{height: auto;}
@media (min-width:320px) and (max-width:359px){#vtab > div {width: 410% !important;} .trip-item1 .item-media1{width: 20% !important;}}
@media (min-width:360px) and (max-width:400px){#vtab > div {width: 326% !important;} .trip-item1 .item-media1{width: 20% !important;}}
@media (min-width:401px) and (max-width:490px){#vtab > div {width: 276% !important;} .trip-item1 .item-media1{width: 20% !important;}}
@media (min-width:700px) and (max-width:990px){#vtab > div {width: 140% !important;} .trip-item1 .item-media1{width: 20% !important;}.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
}}
div.trip-item1 {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.search-block .form-group{padding-top:0px !important;padding-bottom:5px !important;}
 .trip-item1{
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-box-shadow: 0 0 3px 3px #ddd;
    -webkit-box-shadow: 0 0 3px 3px #ddd;
    box-shadow: 0 0 3px 3px #ddd;
    margin-bottom: 20px;
    min-height: 169px;
}
 .trip-item1 .item-media1{
    position: relative;
    width: 30%;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}
 .trip-item1 .item-body1{
    position: relative;
    padding: 10px 15px;
    width: 50%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
}
.trip-item1 .item-body1{
    position: relative;
    padding: 10px 15px;
    width: auto;
    float: left;
    overflow: hidden;
    overflow-x: auto;
}
.item-list1{
    color: #666;
    font-size: 13px;
    font-weight: 600;
}
 .trip-item1 .item-price-more1{
    position: relative;
    padding: 0 30px;
    margin: 20px 0;
    width: auto;
    float: right;
    overflow: hidden;
}
.item-price-more1 {
    font-family: sans-serif;
    color: #666;
    font-weight: normal;
}
 .trip-item1 .item-price-more1 .price1{
    position: relative;
    font-style: italic;
    font-size: 14px;
    color: #B1B1B1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.price1 {
    max-width: 129px !important;
}
.trip-item1 .item-price-more1 .price1 ins{
    text-decoration: none;
}
 .trip-item1 .item-body1 .item-title1 h2{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.trip-item1 .item-price-more1 .price1 .amount1{
    display: block;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #666;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 .trip-item1 .item-price-more1:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 2px dotted #D4D4D4;
}
.trip-item1 .item-price-more1 a{
    margin-top: 32px;
}
.item-price-more1 .price1:hover,.item-price-more1 .price1 .amount1:hover{color:#44b8f7;}
@media (max-width:414px){
.fa .site {
  
    top: -52%;
   
}
.fa .hotel {
    
    top: -48%;
    
}
.fa .guide {
   
    top: -11px;
  
}
.fa .transport {
    
    top: -7px;
    
}
}
@media(max-width:992px){.view_panel{display:inline-block;}}
#cust_veh_list{font-size: 16px;font-weight: 200!important;font-family: cursive;}
/**************************eof home page*****************************/
/*end of package css*/
