﻿.hotel-list-view2 {
    margin: 20px 0;
    border: 0px solid #e6e6e6; 
    box-shadow: 0px 0px 0px #e6e6e6; 
    overflow: hidden; 
}
.tour-list-style2 {

}
.tour-list-style2 .tour-air-logo {
    padding: 5px 0;
}
.tour-list-style2 img {
   max-width: 100%;
    height: auto;
    padding: 0;
    padding-right: 15px;
}
.tour-list-style2 .tour-list-icons .fa {
    margin-right: 10px;
    border: #b5a37e 1px solid;
    padding: 5px;
    border-radius: 4px;
    color: #b5a37e;
    font-size: 13px;
}
.tour-list-style2 .tour-extra {
    margin-bottom: 10px;
}
.tour-list-style2 ul-detail {
    margin-right: 15px;
}
.tour-list-style2 .btn-primary {
        background-color: #719fc0;
    padding: 16px 20px;
    font-size: 16px;
}
.tour-list-style2 .tour-name{
    background: #4882c6;
    padding:4px;
    font-size: 16px;
    color: white;
}
.tour-list-style2 .tour-day{
    background:#386eb1;
        padding: 4px;
    font-size: 16px;
    color: white;
    text-align:center;
}
.tour-list-style2 .tour-room{
        background: #4270a8;
    padding: 7px 10px;
    font-size: 20px;
    color: white;
    text-align: center;
   
}
.tour-list-style2 .tour-room:nth-child(3) {
           background: #719fc0;

}

.tour-list-style2 .tour-room2{
        background: #210ca2;
}
.tour-list-style2 .tour-point{
    border-bottom:#ccc 1px solid;
    padding: 8px 0;
        margin-bottom: 5px;
}
.tour-list-style2 .tour-hotel{
    background: #e30613;
    padding: 4px;
    font-size: 15px;
    color: white;
    border-right: #fff 1px solid;
}
    .tour-list-style2 .book {
     
      text-align:center; 
    
    }
    

    @media screen and (max-width:767px)
    {
        #myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
            max-width: none;
            height: auto;
        }
    }

@media screen and (max-width:752px){
    .tour-list-style2 img {
    padding-right: 0px !important;
}
    .tour-list-style2 .btn-primary {
    position: absolute !important;
    z-index: 2 !important;
    margin-top: 15px !important;
    margin-left: -50px !important;
}
    .tour-list-style2 .tour-air-logo {
    padding-top: 30px !important;
}
}