
.padding-left-right5{
    padding-left: 5px;
    padding-right: 5px;
}
.margin-left-right-5{
    margin-left: -5px;
    margin-right: -5px;
}




.car-result .booking-item-dates-change{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 10px;
    border: 1px solid #ddddddb5;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}



.booking-item {
    border-radius: 10px; 
    border: 1px solid transparent;
    border-color: #dddddd;
    padding: 10px;
    border-left: 6px solid #127472;
}

.booking-item:active,
.booking-item:hover{
    //border-left: 6px solid #127472;
    border-left: 6px solid #32609A;
}

.booking-item-car-name{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.booking-item-car-category{
    text-transform: uppercase;
    font-size: 14px;
}

.car-info label i{
    color: #127472;
    font-size: 18px;
    margin-right: 2px;
}
.car-info label span{
    vertical-align: top;
    font-size: 12px;
}

.car-price-details{
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    background: #eeeeee;
    border-radius: 5px;
    margin-bottom: 5px;
}
.car-price-details .leftFloat{
    width: 38%;
    float: left;
}
.car-price-details .rightFloat{
    width: 62%;
    line-height: 39px;
    float: right;
}
.car-price-details .rightFloat .price a{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.car-price-details .rightFloat span.currency-code{
    font-size: 16px;
    color: #333333;
}
.car-price-details .rightFloat .price a:hover,
.car-price-details .rightFloat .price a:hover > span.currency-code
{
    color: #127472;
}

.car-price-details .leftFloat img{
    width: 100px;
    height: 40px;
}

.border-left-primary-10{
    border-radius: 10px;
    border-left: 10px solid #127472;
}
.car-booking-logo{
    line-height: 170px;
}
.car-booking .booking-item-dates-change{
    padding: 5px 10px;
}
.car-booking .booking-item-dates-change p{
    font-size: 12px;
}

.hotel-result .booking-item{
    padding: 0px;
}

.hotel-price{
    padding: 5px 2px;
    margin-top: 35%;
}
.package-price .booking-item-price,
.hotel-price .booking-item-price{
    font-size: 22px;
    font-weight: bold;
}



/* Carousel Styles */
.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
    font-size: 35px;
}

.carousel-control.right span {
    padding: 15px;
    font-size: 35px;
}

.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    position: absolute;
    top: 35%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .fa-angle-right,
.carousel-control .icon-next {
    right: 0;
}
.carousel-indicators {
    bottom: 7px;
}

.hotel-image{
    width: 100%;
    height: 182px!important;
}


.package-price{
    padding: 5px 7px 5px 0px;
    margin-top: 28%;
}

.package .min-height-150{
    min-height: 155px;
}

.package-image{
    width: 100%;
    height: 155px!important;
}

.custom-border{
    padding: 10px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.room-name{
    font-size: 22px;
    line-height: normal;
}
.room-person{
    font-size: 22px;
    line-height: normal;
}

.room-price{
    font-size: 27px;
    font-weight: bold;
    line-height: normal;
    float: left;
}
.room-select{
    font-size: 20px;
    line-height: normal;
    margin-top: 10px;
    float: right;
}

.padding10{
    padding: 10px!important;
}
.padding5{
    padding: 5px!important;
}
.room-select-active{
    background: #eeeeee6e;
}

.hotel-room-img-left-12{
    width: 100%;
    height: 229px;
}
.hotel-room-img-left-6{
    width: 100%;
    height: 130px;
}

.hotel-room-img-right-up-12{
    width: 100%;
    height: 130px;
}
.hotel-room-img-right-down-12{
    width: 100%;
    height: 229px;
}

.hotel-car .hotel-img{
    width: 100%;
    height: 163px;
}


@media (max-width: 575.98px) {



    .car-price-details .leftFloat{
        width: 45%;
        float: left;
    }
    .car-price-details .rightFloat{
        width: 55%;
        line-height: 39px;
        float: right;
    }

    .hotel-price{
        padding: 0px 10px 15px 10px;
        margin-top: 0%;
    }
    .package-price{
        padding: 0px 10px 15px 10px;
        margin-top: 0%;
    }
    .package-price .booking-item-price,
    .hotel-price .booking-item-price{
        font-size: 25px;
        font-weight: bold;
    }

    .package .min-height-150{
        min-height: 70px;
    }

    .room-name{
        font-size: 15px;
        line-height: normal;
    }
    .room-person{
        font-size: 15px;
        line-height: normal;
    }

    .room-price{
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        float: left;
    }
    .room-select{
        font-size: 15px;
        line-height: normal;
        float: right;
    }


    .hotel-room-img-left-12{
        width: 100%;
        height: 169px;
    }
    .hotel-room-img-left-6{
        width: 100%;
        height: 169px;
    }

    .hotel-room-img-right-up-12{
        width: 100%;
        height: 169px;
    }
    .hotel-room-img-right-down-12{
        width: 100%;
        height: 169px;
    }
}

/* Small devices (Phone, 768px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {



    .car-price-details .leftFloat{
        width: 25%;
        float: left;
    }
    .car-price-details .rightFloat{
        width: 75%;
        line-height: 39px;
        float: right;
    }
    .package-price .booking-item-price,
    .hotel-price .booking-item-price{
        font-size: 25px;
        font-weight: bold;
    }

    .hotel-price{
        padding: 0px 10px 15px 10px;
        margin-top: 0%;
    }
    .package-price{
        padding: 0px 10px 15px 10px;
        margin-top: 0%;
    }
    .hotel-image{
        width: 100%;
        height: 212px!important;
    }

    .package .min-height-150{
        min-height: 70px;
    }


    .room-name{
        font-size: 18px;
        line-height: normal;
    }
    .room-person{
        font-size: 18px;
        line-height: normal;
    }

    .room-price{
        font-size: 25px;
        font-weight: bold;
        line-height: normal;
        float: left;
    }
    .room-select{
        font-size: 18px;
        line-height: normal;
        margin-top: 8px;
        float: right;
    }


    .hotel-room-img-left-12{
        width: 100%;
        height: 189px;
    }
    .hotel-room-img-left-6{
        width: 100%;
        height: 189px;
    }

    .hotel-room-img-right-up-12{
        width: 100%;
        height: 189px;
    }
    .hotel-room-img-right-down-12{
        width: 100%;
        height: 189px;
    }

    .hotel-car .hotel-img{
        width: 100%;
        height: 189px;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {


}

@media (min-width: 992px) and (max-width: 1199.98px) {



    .car-price-div{
        margin: 5px 25px 0px 25px;
    }

    .car-price-details .leftFloat{
        width: 42%;
        float: left;
    }
    .car-price-details .rightFloat{
        width: 58%;
        line-height: 39px;
        float: right;
    }
    .vertical-line{
        border-right: 2px solid #e6e6e6;
        height: 100%;
    }

    .hotel-image{
        width: 100%;
        height: 212px!important;
    }

    .hotel-car .hotel-img{
        width: 100%;
        height: 205px;
    }


}
@media (min-width: 1200px) {


    .car-price-div{
        margin: 5px 40px 0px 40px;
    }
    .vertical-line{
        border-right: 2px solid #e6e6e6;
        height: 100%;
    }

}

.processing_placeholder {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .9 ) url('../img/processing.gif') 50% 50% no-repeat;
}

body.processing {
    overflow: hidden;   
}

body.processing .processing_placeholder {
    display: block;
}

/**** New Added ***/

.vertical-line{
    border-right: 2px solid #e6e6e6;
    /*height: 100%;*/
}

ul li{
    list-style: none;
    margin-left: 0px;
    display: inline-block;
}

.booking-item-rating {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
    margin-right: 2px;
}
.booking-item-rating .booking-item-rating-stars {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: -5px;
    color: #ed8323;
}
.booking-item-rating .booking-item-rating-stars .fa {
    margin-right: 4px;
}
.booking-item-rating .booking-item-rating-number {
    margin-right: 7px;
}
.booking-item-rating .booking-item-rating-number > b {
    font-size: 25px;
}
.booking-item-address {
    line-height: 1em;
    font-size: 13px;
}
.booking-item-img-wrap {
    position: relative;
    margin-top: -10px;

}

.mb10 {
    margin-bottom: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}
.pt10 {
    padding-top: 10px !important;
}

/**** End New Added **/

/* Position the image container (needed to position the left and right arrows) */
    .container {
        position: relative;
    }
    /* Hide the images by default */
    .mySlides {
        display: none;
    }
    /* Add a pointer when hovering over the thumbnail images */
    .cursor {
        cursor: pointer;
    }
    /* Next & previous buttons */
    .room-img-prev,
    .room-img-next {
        cursor: pointer;
        position: absolute;
        top: 40%;
        width: auto;
        padding: 16px;
        top: 35%;
        color: #FFF!important;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .room-img-next {
        right: 5px;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .room-img-prev:hover,
    .room-img-next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    /* Six columns side by side */
    .column {
        float: left;
        width: 20%;
        text-align: center;
    }

    /* Add a transparency effect for thumnbail images */
    .demo {
        opacity: 0.6;
    }

    .active,
    .demo:hover {
        opacity: 1;
    }
    
    