
.bg-primary{
    background: #172884;
}
.text-primary{
    color: #172884;
}
.btn-default{
    background: #eeeeee;
}
.btn-default:hover{
    background: #dddddd;
}

.padding-left-right5{
    padding-left: 5px;
    padding-right: 5px;
}
.margin-left-right-5{
    margin-left: -5px;
    margin-right: -5px;
}
.form-group .form-control{
    border-radius: 5px;
}

.contact-us textarea{
    resize: none;
}

.btn-primary{
    background: #172884;
    border: 1px solid #172884;
    color: #FFF;
}

.btn-primary-transparent{
    border: 1px solid #172884;
    color: #172884;
}
.btn-primary-transparent:hover{
    background: #39aff5;
    border: 1px solid #39aff5;
    color: #FFF;
}

.btn-primary:hover{
    background: #091a73;
    border: 1px solid #091a73;
    color: #FFF;
}

.btn-secondary{
    background: #39aff5;
    border: 1px solid #39aff5;
    color: #FFF;
}

.btn-secondary:hover{
    background: #0888d4;
    border: 1px solid #0888d4;
    color: #FFF;
}

.contact-us-button{
    padding: 2px 25px 2px 25px; 
    line-height: 25px;
    font-size: 15px;
}

.home-page-img .curved{
    border-radius: 25px;
}


.border-buttom-1{
    border-bottom: 1px solid #172884;
}
.border-buttom-2{
    border-bottom: 2px solid #172884;
}
.border-buttom-3{
    border-bottom: 3px solid #172884;
}
.border-buttom-4{
    border-bottom: 4px solid #172884;
}
.border-buttom-5{
    border-bottom: 5px solid #172884;
}


.thumb-header img.img-col-3{
    width: 100%;
    height: 159px;    
}

.thumb-header img.img-col-4{
    width: 100%;
    height: 192px;    
}
.thumb-header img.img-col-8{
    width: 100%;
    height: 310px;    
}
.thumb-header img.img-col-12{
    width: 100%;
    height: 359px;    
}
.thumb-header .promo-img{
    width: 100%;
    height: 289px;
}

.thumb-header .destination-img{
    width: 100%;
    height: 239px;
}

.thumb-header .destination-img-col-8-right{
    width: 100%;
    height: 493px;
}

.thumb-header .destination-img-col-8-left{
    width: 100%;
    height: 239px;
}



.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);
}

.no-label .form-group .input-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    top: 1px;
    left: 1px;
    text-align: center;
    color: #b3b3b3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}

.booking-item {
    border-radius: 10px; 
    border: 1px solid transparent;
    border-color: #dddddd;
    padding: 10px;
    border-left: 6px solid #172884;
}

.booking-item:active,
.booking-item:hover{
    border-left: 6px solid #172884;
}

.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: #172884;
    font-size: 18px;
    margin-right: 2px;
}
.car-info label span{
    vertical-align: top;
    font-size: 12px;
}

.car-price-details{
    width: 100%;
    height: 35px;
    padding: 5px 5px;
    background: #eeeeee;
    border-radius: 5px;
    margin-bottom: 5px;
}
.car-price-details .leftFloat{
    width: 38%;
    float: left;
}
.car-price-details .rightFloat{
    width: 62%;
    line-height: 25px;
    float: right;
}
.car-price-details .rightFloat .price a{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.car-price-details .rightFloat span.currency-code{
    font-size: 11px;
    color: #333333;
}
.car-price-details .rightFloat .price a:hover,
.car-price-details .rightFloat .price a:hover > span.currency-code
{
    color: #172884;
}

.car-price-details .leftFloat img{
    width: 60px;
    height: 25px;
}

.border-left-primary-10{
    border-radius: 10px;
    border-left: 10px solid #172884;
}
.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;
}


/* 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;
}

.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;
}

.padding10{
    padding: 10px!important;
}
.padding5{
    padding: 5px!important;
}

.suggestion-box{
    padding: 5px 10px;
    width: 100%;
    background: #eeeeee;
    margin-bottom: 10px;
    border-radius: 5px;
}
.suggestion-box .price{
    text-align: center;
    margin-top: 18%;
}
.suggestion-box .price .price-text{
    font-size: 22px;
    font-weight: bold;
    color: #172884;
}
.suggestion-box .price .currency-code{
    font-size: 16px;
    font-weight: bold;
    color: #172884;
}
.suggestion-box .radio-box .i-radio{
    margin-top: 30px;
}
.suggestion-box .details{
    width: 100%;
    margin-left: 15px;
    padding-right: 10px;
}

.suggestion-box .details .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: normal;
}
.suggestion-box .details .text{
    font-size: 18px;
    margin-bottom: 0px;
    line-height: normal;
}

.suggestion-box .car-price .price-text{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.suggestion-box .car-price .currency-code{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}




@media (max-width: 575.98px) {

    .thumb-header img.img-col-3{
        width: 100%;
        height: 189px;    
    }

    .thumb-header img.img-col-4{
        width: 100%;
        height: 192px;    
    }

    .thumb-header img.img-col-8{
        width: 100%;
        height: 192px;    
    }
    .thumb-header img.img-col-12{
        width: 100%;
        height: 192px;    
    }

    .thumb-header .promo-img{
        width: 100%;
        height: 239px;
    }

    .thumb-header .destination-img-col-8-right{
        width: 100%;
        height: 239px;
    }
    
    .car-price-details .leftFloat{
        width: 28%;
        float: left;
    }
    .car-price-details .rightFloat{
        width: 72%;
        line-height: 25px;
        float: right;
    }
    
    .suggestion-box .radio-box .i-radio{
        margin-top: 28px;
    }
    .suggestion-box .details .title{
        font-size: 16px;
    }
    .suggestion-box .details .text{
        font-size: 12px;
    }
    .suggestion-box .price{
        text-align: left;
        margin-top: 1%;
        margin-left: 30px;
    }
    
    
    
}

/* Small devices (Phone, 768px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {


    .thumb-header img.img-col-3{
        width: 100%;
        height: 210px;    
    }

    .thumb-header img.img-col-4{
        width: 100%;
        height: 225px;    
    }

    .thumb-header img.img-col-8{
        width: 100%;
        height: 225px;    
    }
    .thumb-header img.img-col-12{
        width: 100%;
        height: 225px;    
    }

    .thumb-header .promo-img{
        width: 100%;
        height: 299px;
    }

    .thumb-header .destination-img{
        width: 100%;
        height: 259px;
    }

    .thumb-header .destination-img-col-8-right{
        width: 100%;
        height: 259px;
    }

    .thumb-header .destination-img-col-8-left{
        width: 100%;
        height: 259px;
    }

    .car-price-details .leftFloat{
        width: 20%;
        float: left;
    }
    .car-price-details .rightFloat{
        width: 80%;
        line-height: 25px;
        float: right;
    }
    
    .suggestion-box .radio-box .i-radio{
        margin-top: 10px;
    }
    .suggestion-box .details .title{
        font-size: 16px;
    }
    .suggestion-box .details .text{
        font-size: 12px;
    }
    .suggestion-box .price{
        text-align: left;
        margin-top: 1%;
        margin-left: 30px;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .thumb-header img.img-col-3{
        width: 100%;
        height: 210px;    
    }

    .thumb-header img.img-col-4{
        width: 100%;
        height: 215px;    
    }

    .thumb-header img.img-col-8{
        width: 100%;
        height: 215px;    
    }

    .thumb-header img.img-col-12{
        width: 100%;
        height: 259px;    
    }

    .thumb-header .destination-img-col-8-right{
        width: 100%;
        height: 259px;
    }

    .vertical-line{
        border-right: 2px solid #e6e6e6;
        height: 100%;
    }
    
    .car-price-details .leftFloat{
        width: 43%;
        float: left;
    }
    .car-price-details .rightFloat{
        width: 57%;
        line-height: 25px;
        float: right;
    }
    
    .suggestion-box .price{
        text-align: left;
        margin-top: 1%;
        margin-left: 30px;
    }
    .suggestion-box .car-price{
        text-align: center;
    }
    .suggestion-box .car-price .price-text{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.suggestion-box .car-price .currency-code{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.navbar-right {
    float: none!important;
}
    .header-fixed {
    position: fixed;
    top:0;
    width: 100%; 
    z-index: 9999;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .header-top-menu-padding-top{
        padding-top: 15px; 
    }
    .header-menu-center-lg{
        text-align: center;
    } 

    .thumb-header img.img-col-3{
        width: 100%;
        height: 150px;    
    }
    .thumb-header img.img-col-4{
        width: 100%;
        height: 192px;    
    }

    .thumb-header img.img-col-8{
        width: 100%;
        height: 235px;    
    }

    .thumb-header img.img-col-12{
        width: 100%;
        height: 269px;    
    }
    .vertical-line{
        border-right: 2px solid #e6e6e6;
        height: 100%;
    }
    .car-price-details .leftFloat{
        width: 43%;
        float: left;
    }
    .car-price-details .rightFloat{
        width: 57%;
        line-height: 25px;
        float: right;
    }
    
    .header-fixed {
    position: fixed;
    top:0;
    width: 100%; 
    z-index: 9999;
}
}
@media (min-width: 1200px) {
    .header-top-menu-padding-top{
        padding-top: 15px; 
    }
    .header-menu-center-lg{
        text-align: center;
    }

    .vertical-line{
        border-right: 2px solid #e6e6e6;
        height: 100%;
    }
    .header-fixed {
    position: fixed;
    top:0;
    width: 100%; 
    z-index: 9999;
}
    
}

.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;
}
