/*Padding*/
.p-0 {padding: 0px!important}
.p-5 {padding: 5px!important}
.p-20 {padding: 20px!important}
.p-30 {padding: 30px!important}
.pt-15{padding-top: 15px!important}
.pt-30{padding-top: 30px!important}
.pr-0{padding-right: 0px!important}
.pl-0{padding-left: 0px!important}
.pt-0{padding-top: 0px!important}
.pb-0{padding-bottom: 0px!important}
.pr-1{padding-right: 1px!important}
.pl-1{padding-left: 1px!important}
.pr-2{padding-right: 2px!important}
.pl-2{padding-left: 2px!important}
.pr-5{padding-right: 5px!important}
.pl-5{padding-left: 5px!important}
.pt-5{padding-top: 5px!important}
.pb-5{padding-bottom: 5px!important}
.pr-10{padding-right: 10px!important}
.pl-10{padding-left: 10px!important}
.pt-10{padding-top: 10px!important}
.pb-10{padding-bottom: 10px!important}
.pr-15{padding-right: 15px!important}
.pl-15{padding-left: 15px!important}
.pb-15{padding-bottom: 15px!important}
.pr-30{padding-right: 30px!important}
.pl-30{padding-left: 30px!important}
.pb-30{padding-bottom: 30px!important}
.pr-20{padding-right: 20px!important}
.pl-20{padding-left: 20px!important}
.pt-20{padding-top: 20px!important}
.pb-20{padding-bottom: 20px!important}
.mt-0{margin-top: 0px!important}
.mb-0{margin-bottom: 0px!important}
.mt-5{margin-top: 5px!important}
.mb-5{margin-bottom: 5px!important}
.mt-10{margin-top: 10px!important}
.mb-10{margin-bottom: 10px!important}
.mt-20{margin-top: 20px!important}
.mb-20{margin-bottom: 20px!important}
.mt-30{margin-top: 30px!important}
.mb-30{margin-bottom: 30px!important}
.text-white{color: #ffffff!important}
.w-100{width: 100%}
.mx-auto{margin: 0 auto!important;}
.h-110{height: 110px!important}
.btn-warning{background-color: #ffa000!important;}
.bg-white{background-color: #ffffff!important}
.bg-purple{background-color: #5a54a4!important}

@media(max-width: 767px){
    .pr-xs-5{padding-right: 5px!important}
    .pr-xs-15{padding-right: 15px!important}
    .pl-xs-15{padding-left: 15px!important}
    .pr-xs-10{padding-right: 10px!important}
    .pl-xs-10{padding-left: 10px!important}    
    .mb-xs-10{margin-bottom: 10px!important}
}

h4,h5{font-weight: 500!important}

.entry-header{
    z-index: 0!important
}
ul.parsley-errors-list{
    padding-left: 0!important
}
.parsley-errors-list li {
    font-size: 12px;
    color: red;
    list-style-type: none;
}

.modal-backdrop{
    background-color: #ffffff!important
}

.modal-backdrop.in{
    opacity: 0.6!important
}

/*Datepicker*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	border: none!important;
    background: #ffffff!important;
    text-align: center;
    font-size: normal 12px;
    color: #5a54a4!important;
    line-height: 22px;
    padding: 0px;
    font-family: 'Lato', monospace!important;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    text-align: center;
    font-size: 12px!important;
    line-height: 24px!important;
    text-transform: capitalize;
    font-weight: 600;
}

.ui-datepicker {
    padding: .0em!important;
    display: none;
    border: 5px solid #5a54a4!important;
    border-radius: 0px;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -khtml-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -ms-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    box-shadow: 1px 1px 10px rgba(0,0,0,.5);    
}

.ui-datepicker .ui-datepicker-group-last {
    border-left: solid 1px #eee;
}

.ui-widget-header{
	border-radius: 0px;
}

.ui-datepicker .ui-datepicker-header {
	background: #f8f8f8;
    color: #444;
    font: bold 14px/42px Avenir,arial,sans-serif;
    border-bottom: solid 1px #e2e2e2;
}

.ui-datepicker-header.ui-corner-left{
	border-right: none;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .dp-highlight-start .ui-state-default,
.ui-datepicker .ui-datepicker-calendar .dp-highlight-end .ui-state-default{
    border: solid 2px #5a54a4!important;
    font-weight: bold;
    line-height: 18px;
}

.ui-datepicker .selected-date-from span, .ui-datepicker .selected-date-from a {
    border: solid 2px #5a54a4!important;
    font-weight: bold;
    line-height: 18px!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ui-individual-date{
	color: red!important
}

.ui-datepicker td {
    padding: 0px!important;
}

.dp-highlight .ui-state-default {
	background: #eaeaf2!important;
	color: #FFF;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover{
	background: #eaeaf2!important;
	color: #FFF;
}

/*Custom form css*/

#instantQuote input::-webkit-input-placeholder { /* Edge */
  color: #000000;
}

#instantQuote input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

#instantQuote input::placeholder {
  color: #000000;
}

#instantQuote{
    background: #5a54a4;
    padding: 20px 40px 5px;
    -moz-box-shadow: 0 11px 10px -6px #292369;
    -webkit-box-shadow: 0 11px 10px -6px #292369;
    -moz-box-shadow: 0 11px 10px -6px #292369;
    box-shadow: 0px 4px 0px 0px #292369;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;   
}

#instantQuote label{
	color: #ffffff
}

#instantQuote #startdatepicker{
	border-radius: 0 0 0 0!important;
}

#instantQuote #enddatepicker{
	border-radius: 0 0 0 0!important;
}

#instantQuote input[type="text"], 
#instantQuote input[type="number"], 
#instantQuote input[type="tel"], 
#instantQuote input[type="email"], 
#instantQuote input[type="password"] {
    height: 40px!important;
    line-height: 40px;
    padding: 0 5px!important;
    border: none!important;
    font-size: 13px!important;
    outline: none !important;
    background-color: #ffffff!important;
    border-radius: 0 4px 4px 0;
    color: #000000
}

#instantQuote .select2-container{
    height: 40px;
}

#instantQuote .select2-container--default .select2-selection--single {
    height: 40px!important;
    border-radius: 0 4px 4px 0;
    display: inline-grid!important;
    width: 100%;    
}

#instantQuote .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px!important;
    font-size: 13px!important;
    outline: none !important;
    background-color: #ffffff!important;
    padding-left: 5px!important;
	border-radius: 0 4px 4px 0;
    color: #000000
}

#instantQuote .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 410px!important;
}

#instantQuote .input-group-addon {
    background-color: #ffffff!important;
    border: none!important;
    border-radius: 4px 0 0 4px!important;
    padding: 12px 20px !important;
}

.stm_locations_description{
	width: 547px!important;
    border: 5px solid #5a54a4!important;
    border-radius: 0px;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -khtml-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -ms-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    box-shadow: 1px 1px 10px rgba(0,0,0,.5); 	
}

.stm-template-car_rental .stm_offices_wrapper .location{
	margin-bottom: 20px!important;
	font-size: 16px!important;
    font-weight: 700;	
}

#instantQuote .pickupdate{
	padding-right: 0px;
}

#instantQuote .pickuptime{
	padding-left: 0px;
	border-left: 1px solid #dadada;
}

#instantQuote .parsley-errors-list{
	list-style: none;
    padding-left: 0px;
    color: #b5b5b5;
    font-size: 11px;
}

#instantQuote .fa{
	width: 13px
}

#instantQuote small{
	font-size: 11px
}


#instantQuote .form-group{
	margin-bottom: 10px!important
}

#instantQuote .text-error{
	border: 2px solid red!important;
	border-radius: 4px;
}

#instantQuote .show-border{
	border: 2px solid transparent;
    display: flex;
    justify-content: right;
}


#instantQuote p{
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.81);
    font-weight: 500;
}

#instantQuote h4{
    font-size: 23px;
    font-weight: 900!important;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;    
}

#instantQuote .itinerary{
	padding:21px 22px 22px 15px;
}

.popover{
    width: 270px;
    border-radius: 0!important;
}  
.popover-title {
    padding: 15px 16px;
    font-size: 15px;
    background-color: #fffff0!important;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0px;
    color: red;
} 
.popover-content{
    background: #fffff0;
}
#instantQuote ul.parsley-errors-list {
    padding-left: 20px!important;
}
#instantQuote .parsley-errors-list {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}
#instantQuote .parsley-errors-list li {
    font-size: 13px;
    color: black;
    list-style-type: square;
}

.modal .modal-header{
	height: 50px;
    background: #f8f8f8;
    background: -moz-linear-gradient(top,#5a54a4 0%,#48419c 85%,#453f9c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5a54a4),color-stop(85%,#48419c),color-stop(100%,#453f9c));
    background: -webkit-linear-gradient(top,#5a54a4 0%,#48419c 85%,#453f9c 100%);
    background: -o-linear-gradient(top,#5a54a4 0%,#48419c 85%,#453f9c 100%);
    background: -ms-linear-gradient(top,#5a54a4 0%,#48419c 85%,#453f9c 100%);
    background: linear-gradient(to bottom,#5a54a4 0%,#48419c 85%,#453f9c 100%);
    border-bottom: solid 1px #5a54a4;
    position: relative;	
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
}

.modal .modal-body{
	border: solid 5px #5a54a4;
    border-bottom-width: 5px;
    padding: 30px 40px;
    background: #efefef;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 1px #2c2852;
    -moz-box-shadow: 0px 1px 1px #2c2852;
    box-shadow: 0px 5px 1px #2c2852;
    background: #f8f8f8;
}

.modal label{
	color: #5a54a4!important;
	font-weight: 500
}



/*Booking Step 2*/
/* Control buttons  */
.carousel{
	padding:10px 0px;
	margin-bottom: 0px
}
.carousel .carousel-control
{
    color: #484848;
    font-size: 1em;
    t-shadow: none;
    margin-top: 82px;
    padding: 10px 0px;
}
/* Previous button  */
.carousel .carousel-control.left,
.carousel .carousel-control.right
{
	display: block;
    width: 26px;
    height: 45px;
    background: #fff;
    border: solid 1px #e2e2e2;
    position: absolute;
    bottom: 13px;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.07);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.07);
    -khtml-box-shadow: 1px 1px 5px rgba(0,0,0,.07);
    -ms-box-shadow: 1px 1px 5px rgba(0,0,0,.07);
    box-shadow: 1px 1px 5px rgba(0,0,0,.07);
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

@media(min-width: 768px){
	.car-row{
		height:auto;
	    display: flex;
	    flex-flow: row column;
	}
}
.car-row {
    /* border: solid 1px #e2e2e2;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.07);
    -moz-box-shadow: 1px 1px 6px rgba(0,0,0,.07);
    -khtml-box-shadow: 1px 1px 6px rgba(0,0,0,.07);
    -ms-box-shadow: 1px 1px 6px rgba(0,0,0,.07);
    box-shadow: 1px 1px 6px rgba(0,0,0,.07);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; */
    border-radius: 2px;    
}

.car-row .footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* border-top: solid 1px #eee; */
    padding: 16px 28px;
    text-transform: uppercase;
    font-size: 12px;
    height: 50px;
}

.car-row .footer .total-price{
    font-size: 18px;
    font-weight: 600;
    color: #5a54a4;
}

.car-row .footer small{
	font-size: 11px;
    position: relative;
    top: -2px;
    padding-left: 6px;
 }

.car-row .car-desc{
	position: relative;
	/* border-left: solid 1px #eee;
    background: #f8f8f8; */
    padding-top: 30px;
}

.car-row .car-desc span{
    padding-right: 9px;
    color: #828282;
}

.car-row .car-desc span i{
    font-size: 16px;
	position: relative;
    top: 1px;   
}

.car-row ul{
	padding-left: 0px
}

.car-row ul li {
    list-style:none;
	margin-bottom: 0px;
    font-size: 12px;       
}

.car-row ul li:before{
    font-family:'FontAwesome';
    content:"\f00c";
    padding: 0 10px 0 0; 
    color: #5a54a4;
}

.new-ui-car-title {
    color: #a472f1;
    margin-bottom: 0px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}

.new-ui-car-desc {
    font-size: 14px;
}

@media(min-width: 768px){
	.list-container{
		padding: 15px 30px!important;
	}
}

@media(max-width: 767px){
    .list-container{
        padding: 15px 0px!important;
    }
}

.col-gallery{
	padding: 0px 0px 14px 0px!important
}
.col-gallery h3{
	margin-bottom: 0px;
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.col-gallery h4{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.car-desc .car-features{
	padding: 0px 15px;
	line-height: 20px;
}

.car-desc .car-features .price{
	font-size: 45px;
    font-weight: 700;
    color: #5a54a4;    display: block;
    margin: 10px 0 -5px;
}

.car-desc .car-features .price .currency{
	font-size: 24px;
    letter-spacing: 0;
    position: relative;
    top: -15px;
    color: #5a54a4;padding-right: 0px
}

.car-desc .car-features .price small{
	font-size: 15px;
	padding-left: 5px;
	font-weight: 500;
}

.car-desc .car-features .for-free ul li{
    color: #5a54a4;
    font-weight: 600;
    font-size: 13px;
}

.car-desc .car-features button,
.booking-button{
	margin: 18px 0 18px 0;
    background: #f8f8f8;
    background: -moz-linear-gradient(top,#5a54a4 0%,#48419c 85%,#453f9c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5a54a4),color-stop(85%,#48419c),color-stop(100%,#453f9c)); 
    background: -webkit-linear-gradient(top,#5a54a4 0%,#48419c 85%,#453f9c 100%);
    background: -o-linear-gradient(top,#5a54a4 0%,#48419c 85%,#453f9c 100%);
    background: -ms-linear-gradient(top,#5a54a4 0%,#48419c 85%,#453f9c 100%);
    background: linear-gradient(to bottom,#5a54a4 0%,#48419c 85%,#453f9c 100%);
    border-bottom: solid 0px #484294;
    box-shadow: 0 3px 0 #3a2063;padding: 12px 30px;letter-spacing: 0.8px
}
.car-row.car-selected{
    border: 5px solid #8b70b2;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -khtml-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -ms-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    box-shadow: 1px 1px 10px rgba(0,0,0,.5);
}
.car-desc.car-selected{
    /*background: #f0e1fa;*/
}
.save-itinerary{
    padding: 24px 50px;;
}

@media(max-width: 767px){
    .car-desc .car-features{
        height: 215px
    } 
    .car-desc .car-features.h-auto{
        height: auto!important
    }      
    #instantQuote {
        padding: 21px 28px;
    }
    .save-itinerary{
        padding: 0px 28px!important;
    }
    .car-desc .car-features .price {
        font-size: 30px;
        margin: 10px 0 -5px;
    }
    .car-desc .car-features .price .currency {
        font-size: 20px;
        top: -8px;
    }             
}

@media(min-width: 768px){

    .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        width: 100%;
        postion: fixed;
        z-index: 999;
        padding-left:15px!important;
        padding-right:15px!important;        
    }

    .sticky {
        postion: fixed;
        z-index: 999;
        width: 100%;
    }
}

.sticky-search{
	position: relative;
	/*margin-top: -70px;
	z-index: 1050;*/	
}

@media(max-width: 767px){
    .sticky-search {
        margin-bottom: 27px!important
    }
}

.sticky-search .container{
	padding-right: 0px;
	padding-left: 0px
}

.change-view i{
    font-size: 15px;
    color:#5a54a4;
    cursor: pointer;
}

.change-view span{
    font-size: 12px;
    padding-left: 10px;
    color:#5a54a4;
    cursor: pointer;
}

span.top-seller{
    position: absolute;
    right: -2px;
    background-color: #e2e2e2;
    background-image: linear-gradient(-90deg, #bfe2ff, #f8f8f8);
    padding: 10px 7px 10px 47px!important;
    text-align: right;
    font-size: 13px!important;
    color: #0084b9!important;
    border-radius: 0px;
    text-transform: uppercase;    
}

/*Step 3 Right Pane & Navigation*/
#right-pane{
    background-color: #f8f8f8;
    border-left: 1px solid #e2e2e2;
}
.quote-section {
    width: 100%;
    padding: 2em 0em;
}
.quote-section h3{
    font-size: 17px;
    margin-bottom: 20px
}
a.quote-nav-link{
    color: #5a54a4;
    font-weight: 900;
    font-size: 20px;
    margin-top: 20px;
    text-decoration: none!important;
    padding-right: 15px
}
a.quote-nav-link .est_total{
    float: right;
}
a.quote-nav-link.active{
    display: block!important;
    text-decoration: none!important;
}
.block-future{
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    pointer-events: none;    
}
.block-current{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);    
}


/*Liabilit Protection*/
#liability{
  margin: 20px 0px 10px; 
}
.liability-notes{
    display: none;
    padding: 0px 0px 30px
}
.custom-radio{
    padding: 20px 0px 15px 0px!important;
    border: solid 1px #dadada;
    margin-bottom: 10px!important;
    background-color: #ffffff;
    height: 100%!important;
    min-height: 345px!Important;    
}
.custom-radio.selected{
    background: #f2fbf8!important;
    border: solid 2px #1bbc85!important;    
}
.custom-radio.selected .btn{
    color: #fff!important;
    background-color: #1bbc85!important;
    border-color: #1bbc85!important    
}
.custom-radio .btn{
    color: #fff
}
.custom-radio .circle-check{
    padding: 0px 12px 15px 0;
}
.custom-radio .liability-pricing{
    padding: 15px 0px 15px 0px!important;
}
.custom-radio .liability-pricing dd{
    color: #5a54a4
}
.custom-radio .liability-pricing dt{
    font-weight: 500
}
#liability dl dt,
dl dd{
    font-weight: 500!important;
}

@media(max-width: 767px){
    .custom-radio{
        height: auto!important;
        min-height: auto!important;  
    }    
}

/*Optional Extras*/
.btn-number{
    height: 47px;
    padding-top: 12px!important;
}

.input-number{
    padding: 0 12px!important;
    text-align: center;
}

/*Booking Summary*/
#booking-summary{
    padding:50px;
    background-color: #ffffff;
    border: solid 1px #e2e2e2
}
#booking-summary dl dt{
    font-weight: 500!important
}
.bs-pup{
    padding: 20px 43px 20px 0px!important;
    border-top: solid 1px #d5d5d5;
}
.bs-dof{
    padding: 20px 43px 20px 0px!important;
}

.bs-pup:after{
    content: "";
    position: absolute;
    top: -10px;
    left:-1px;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: solid 1px #d5d5d5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bs-dof:after{
    content: "";
    position: absolute;
    top: -10px;
    left: -1px;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: solid 1px #d5d5d5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}   
#booking-summary #tot{
    font-size: 18px;
    font-weight: 500;
    color: #5a54a4;
}
@media(max-width: 767px){
    .bs-pup {
        padding: 0px 41px 10px 23px!important;
        border-left: solid 1px #d5d5d5;
        border-top: none;
    }  
    .bs-dof {
        padding: 0px 41px 20px 23px!important;
    }  
    .bs-pup:after {
        top: 0px;
        left: -11px;
    }
    .bs-dof:after {
        top: 0px;
        left: -9px;
    }  
    #booking-summary{
        padding:25px;
    }   
    #booking-summary h4,
    #booking-summary h5{
        text-align: center;
    }                                          
} 

#booking-sum table#payment-table td{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #5A55A4;
}

#booking-sum tbody#total-amt td{
    font-size: 14px!important;
    font-weight: 900;
    border-bottom:none;
}

/*Sticky Header Step 3*/
.sticky-step3{
    padding: 0px 15px 10px
}
.fixed-reserve a.quote-nav-link{
    font-size: 17px!important;
    padding: 10px!important;
    margin-top: 0px!important;
}
.fixed-reserve{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #ffffff;
    border: 1px solid #e2e2e2; 
    padding: 0px 15px!important;   
}
.sticky-step3 dt{
    font-weight: 500!important
}

@media(max-width: 767px){
    .sticky-step3 {
        position: absolute;
        z-index: 99;
        width: 100%!important
    }
     .sticky-step3.fixed-reserve{
        position: fixed;
    }
}

/*Sidebar Step 3*/
#sidebarWrap {
  height: auto;
  position: relative;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

@media(min-width: 768px){
    #sidebar-pane {
      position: absolute;
      width: 100%;
      padding: 40px 0px 100px
    }  
    #sidebar-pane.fixed {
      position: fixed;
      top: 0;
    }    
}

.main-image{
    padding:30px 0px 0px;
}
.main-image img{
    margin: 0 auto
}
.nav-image .slick-slide{
    padding: 5px
}
.nav-image .slick-thumbnail{
    padding:2px;
    border: 2px solid #ffffff;
}
.nav-image .slick-current .slick-thumbnail{
    border: 2px solid #5a54a4;
}
.arr-prev, .arr-right{
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;    
}
.arr-prev{
    left: 0!important;
    text-align: left;   
}
.arr-right{
    right: 0!important;
    text-align: right;    
}
table.car-specs > tbody tr td{
    padding: 2px;
    border-bottom: none;
    font-size: 13px;
    color: #828282;
}

.additional_features ul{
    list-style-type: none;
    line-height:20px
}


.additional_features ul li{
    margin-bottom:0px;
    font-size:11px
}

/*Booking Details*/
#d-sidebar{
    padding: 35px 50px;
    border: solid 1px #e2e2e2;
    background: #f8f8f8;
}
@media(max-width: 767px){
    #d-sidebar{
        padding: 35px 30px;
    }
}
#d-itinerary{
    background: #5a54a4;
    padding: 25px;
    
}
#d-itinerary h3{
    font-size: 18px;
    color: #ffffff
}
#d-itinerary h4{
    font-size: 12px;
    color: #ffffff
}
#d-itinerary button{
    margin: 0 auto;
    padding: 12px 30px;
}   
.d-vehicle{
    background: #fff;
    border: solid 1px #e2e2e2;
    padding: 25px;
}
.d-vehicle h3{
    font-size: 18px!important
} 
.d-vehicle button{
    margin: 0 auto;
}
.d-vehicle h4{
    font-size: 11px;
}
.d-vehicle h2{
    font-size: 30px;
    color: #5A55A4;
    margin-bottom: 0px;
}
.d-vehicle h3{
    font-size: 12px;
    color: #5A55A4;
}
#d-booking-info ul.arrow{
    border: 1px solid #e2e2e2;
}
#d-booking-info ul.arrow li a{
    background-color: #e2e2e2;
    background-image: linear-gradient(-90deg, #e2e2e2, #ffffff);
    border-radius: 0px;
    color: #828282;
}
#d-booking-info ul.arrow li a:after,
#d-booking-info ul.arrow li a:before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -1em;
    border-left-color: #e2e2e2;
    z-index: 1
}
#d-booking-info ul.arrow li a.active{
    background-color: #5A55A4;
    background-image: linear-gradient(-90deg, #5A55A4, #5A55A4);
    color: #ffffff;
}
#d-booking-info ul.arrow li a.active:after,
#d-booking-info ul.arrow li a.active:before{
    border-left-color: #5A55A4;
} 
#d-booking-info ul.arrow li:last-child a:after,
#d-booking-info ul.arrow li:last-child a:before{   
    border-left-color: #e2e2e200!important;
}
#d-booking-info h1{
    font-size: 20px;
}
#d-booking-info .d-booking-fields{
    padding: 30px 50px;
    border: solid 1px #e2e2e2;
    background: #f8f8f8;
}
@media(max-width: 767px){
    #d-booking-info .d-booking-fields{
        padding: 30px 30px;
    }        
}
#d-booking-info .d-booking-fields h2{
    color: #5A55A4
}
#d-booking-info .d-booking-fields h3{
    font-size: 18px;
    color: #828282;
}
#d-booking-info .d-booking-fields span#dollar{
    font-size: 20px;
    top: -9px;right:2px;
    position: relative;
    font-weight:700
}
#d-booking-info .d-booking-fields span#tprice{
    font-size: 13px;
    top: -8px;
    left: 10px;
    position: relative;
    font-weight: 500;
}
#d-booking-info .d-booking-fields label{
    color: #5a54a4;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#d-booking-info .d-booking-fields .form-control{
    background: #ffffff;
    border: solid 1px #e2e2e2;
    height: 45px;
    font-size: 12px;
}
#d-booking-info .d-booking-fields table#payment-table td{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #5A55A4;
}
#d-booking-info .d-booking-fields .select2-selection__rendered{
    background: #ffffff!important;
    border: solid 1px #e2e2e2!important;
    height: 45px!important;
    line-height: 43px!important;
    font-size: 12px;
}
#d-booking-info .select2-container--default .select2-selection--single{
    height: 45px!important;
}   
#d-booking-info div.checker span{
    border: solid 1px #e2e2e2;
    width: 20px;
    height: 20px;
}
#d-booking-info div.checker span.checked{
    background-color: #ffffff
}

/*Step 3 Edit Itinerary*/
.edit-itinerary .front {
  position: absolute;
  transform: perspective(500px) rotateX(0deg);
  backface-visibility: hidden;
  transition: transform .2s linear 0s;
  z-index: 1
}
.edit-itinerary .back {
  position: absolute;
  transform: perspective(500px) rotateX(180deg);
  border-radius: 7px;
  backface-visibility: hidden;
  transition: transform .2s linear 0s;
}
.edit-itinerary {
    height: 200px;
    position: relative;
}  

@media(max-width: 767px){
    .edit-itinerary {
        height: 230px;
    }     
}  

#d-itinerary{
    background: #5a54a4;
    padding: 20px 20px 5px;
    -moz-box-shadow: 0 11px 10px -6px #292369;
    -webkit-box-shadow: 0 11px 10px -6px #292369;
    -moz-box-shadow: 0 11px 10px -6px #292369;
    box-shadow: 0px 4px 0px 0px #292369;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff
}
#d-itinerary input{
    height: 40px;
    border-radius: 4px;
    border: 2px solid #6964a0;
    font-size: 14px;
    outline: none !important;
    background-color: #6964a0;    
}
#d-itinerary input::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}

#d-itinerary input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

#d-itinerary input::placeholder {
  color: #ffffff;
}
#d-itinerary .b-right-r{
    border-radius: 4px 0px 0px 4px;
}

#d-itinerary .b-left-r{
    border-radius: 0px 4px 4px 0px;
}

#d-itinerary  button{
    margin: 0 auto;
    width: 100%;
    transform: unset!important;
    height: 45px;  
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner{
    background-color: #fff;
    overflow: hidden;
    border: solid 1px #e2e2e2;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.07);
    -moz-box-shadow: 1px 1px 6px rgba(0,0,0,.07);
    -khtml-box-shadow: 1px 1px 6px rgba(0,0,0,.07);
    -ms-box-shadow: 1px 1px 6px rgba(0,0,0,.07);
    box-shadow: 1px 1px 6px rgba(0,0,0,.07);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
}
.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner:before{
    background-color: #5a54a4!important;
}
.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_right .single_info{
    color: #272727!important;
}
.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_left{
    width: 60%!important;
}

/***Quote form Location Pages***/

#locations-container{
   border: solid 1px #e2e2e2;
   background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.02);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.02);
    -khtml-box-shadow: 0 0 10px rgba(0,0,0,.02);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.02);
    box-shadow: 0 0 10px rgba(0,0,0,.02);       
}

#locations-content{
    padding-left: 40px!important;
    margin-bottom: 50px
}
@media(min-width: 768px){
    #locations-sidebar{
        padding-left: 40px!important;
        padding-right: 0px!important;
        border-right: solid 1px #e2e2e2;
        /* background: #f8f8f8; */
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #f8f8f8 20%);
    }    
}

@media(max-width: 767px){
    #locations-content{
        padding-left: 15px!important;
    }
    #location-navigation{
        display: none;
    }        
}

#sidebar-locations{
    margin-top: 40px
}

#sidebar-locations ul{
    list-style: none;
    margin-top: 20px;
    padding-right: 30px
}

#sidebar-locations ul li{
    margin-top: 10px !important;
    margin-right: 25px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}   

#sidebar-locations ul li a{
    color:#232628;
    font-size: 14px;
    font-weight: 500;
    color: #2c2d7f
} 

#sidebar-locations h3{
    padding-left: 10px;
    font-size: 17px
}
#sidebar-locations i:before{
    color: #232628!important
}
#sidebar-locations i{
    font-size: 25px;
    color: #232628
}

#sidebar-locations i, 
#sidebar-locations span{
    display: inline-block;
    vertical-align: middle;
}

#sidebar-locations li.current{
    border: solid 1px #e2e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 0 -10px!important;
    padding: 8px 0 8px 20px;
    background: #ffffff;   
    position: relative;         
}
#sidebar-locations li.current:after{
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    right: 10px;
    position: absolute;
    color: gainsboro;
    font-size: 18px
}
#locations-sidebar p{
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;  
    padding-left: 10px;      
    color: #000000
}
#locations-sidebar .testimonials-carousel{
    padding-top: 5px!important
}
#locations-sidebar .testimonials-carousel-wrapper {
    margin: 0 -30px 51px!important;
    padding: 0px 30px;
}

#locations-sidebar .testimonial-unit > .clearfix{
    background-color: #ffffff!important;
}
#locations-sidebar .testimonial-unit {
    padding: 0 30px 0 10px;
}

#header-quote-form{
    padding: 15px;
    background: #403c79;
    background: -moz-linear-gradient(top,#da0081 0%,#da0081 85%,#d1007b 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#403c79),color-stop(85%,#403c79),color-stop(100%,#3a3779));
    background: -webkit-linear-gradient(top,#403c79 0%,#403c79 85%,#3a3779 100%); 
    background: -o-linear-gradient(top,#403c79 0%,#403c79 85%,#3a3779 100%);
    background: -ms-linear-gradient(top,#403c79 0%,#403c79 85%,#3a3779 100%);
    background: linear-gradient(to bottom,#403c79 0%,#403c79 85%,#3a3779 100%);
    border-bottom: solid 1px #6a65a7;
    position: relative;
}

span.hot-deal {
    position: absolute;
    right: -2px;
    background-color: #e2e2e2;
    background-image: linear-gradient(-90deg, #8b70b2, #ffffff);
    padding: 8px 7px 8px 47px!important;
    text-align: right;
    font-size: 13px!important;
    color: #ffffff!important;
    border-radius: 0px;
    text-transform: uppercase;  
}
.special-deal{
    border: 5px solid #8b70b2;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -khtml-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    -ms-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
    box-shadow: 1px 1px 10px rgba(0,0,0,.5);            
}

.homepage-cars ul.slick-dots{
    bottom: -35px;
}
.homepage-cars ul.slick-dots li.slick-active {
    background-color: #5a54a4;
    border: 1px solid #5a54a4;
}
.homepage-cars ul.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #b7b7b7;
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    margin-bottom: 0!important;
} 

.homepage-cars .more-info{
    font-weight: 500;
    color: #2c2d7f;
    font-size: 14px;
    text-transform: capitalize;    
}
.homepage-cars.slick-dotted.slick-slider{
    margin-bottom: 50px;
}

.homepage-cars .car-row{
    border-radius: 0px;
    box-shadow: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: solid 1px #e2e2e2!important;
}         
@media(max-width: 767px){
.homepage-cars .carousel.slide{
    padding: 20px 0px 10px 0px!important;
}
.homepage-cars .col-gallery h3{
    font-size: 14px!important;
    padding: 0 10px
}
.homepage-cars .col-gallery h4 {
    font-size: 11px!important;
    margin-top: 10px!important;
    padding: 0 10px
}
.homepage-cars .car-row{
    height: 270px;
} 
.homepage-cars .img-wrapper{
    padding: 10px!important
}           
}

/*Vehicle Enquiry Modal*/
div.checker{
    margin-right: 0px!important
}
div.checker span{
    margin-top: 1px;
    border: 1px solid #dedede;   
}
div.checker span.checked {
    background: #ffffff!important;
}
#emailEnquiry .call{
    border-bottom: solid 1px #e2e2e2;
    padding: 0 0 12px 0;
    margin: -6px 0 24px 0;
}
#emailEnquiry .call{
    border-bottom: solid 1px #e2e2e2;
    padding: 0 0 12px 0;
    margin: -6px 0 24px 0;
}    
#emailEnquiry .call .call-wrapper{
    display:inline-block;
    position: relative;
}
#emailEnquiry .call #call-number{
    display: inline;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
}
#emailEnquiry .call #call-icon{
    display:inline;
    position: absolute;
    margin-top: 5px;
    font-size: 25px;
    font-weight: 600;
    margin-top: -3px;
    margin-left: 7px;
}
#emailEnquiry .call .call-wrapper strong{
    font-size: 15px
}
#emailEnquiry input,
#emailEnquiry textarea,
#emailEnquiry select{
    border: 1px solid #dedede!important;
}
#emailEnquiry .custom-checkbox label{
    width: 90%;
    display: block;
    float: right;
    margin-left: 0px;
    color: #000000!important;
}
#emailEnquiry .btn{
    text-align: center;vertical-align: middle;
}

.listing-right-actions .stm-menu-trigger span{
    background: #5a54a4!important;
}

#guide-nav ul{
    margin-bottom: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 15px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;    
}

#guide-nav ul li{
    text-align: left;
    display: inline-block;
}

#guide-nav ul li a{
    padding: 10px 15px;
}

.footer_widgets_wrapper a{
    color: #ffffff!important
}

.footer_widgets_wrapper .widget_socials li a {
    width: 35px!important;
    height: 35px!important;
    line-height: 36px!important;
    font-size: 20px!important;
}

a.toggle-icon,
h4 .est_total{
    color: #ffffff!important;
    font-weight: 900;
    font-size: 18px;
}

/*.toggle-icon:after {
    font-family: 'FontAwesome';  
    content: "\f13a";
    margin-right: 10px;
    float: left;
}
.toggle-icon.collapsed:after {
    content: "\f138"; 
}*/

.stm-template-car_rental .footer_widgets_wrapper .widget-title h6 .colored{
    color: #ffffff!important;
}

.privacy-policy{
    padding: 10px!important
}

@media(max-width: 767px){
    .privacy-policy{
        padding: 0px 17px!important;   
    } 
}

.select2-results__option--disabled:after
{
    content : ' closed';
    font-size: 10px;
}

.select2-before-current-time{
    background-color: #F0F0F0;
    color: #999;
}
/*Wizard*/
.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

#loading-new-ui {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none; 
    z-index: 99; 
    opacity: 0.7;
    background-color: #fff;
}

#loading-image {position: absolute;top: 40%;left: 45%;z-index: 100}
#loading-text {position: absolute;top: 40%;left: 45%;z-index: 100;padding-top: 200px}

/* checkbox container */
.new-ui-container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2F2F2F !important;
  }
  
  /* Hide the browser's default checkbox */
  .new-ui-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .new-ui-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #42ECCD;
  }
  
  /* On mouse-over, add a grey background color */
  .new-ui-container:hover input ~ .new-ui-checkmark {
    background-color: #42ECCD;    
    position: relative;
    float: right;
  }
  
  /* When the checkbox is checked, add a blue background */
  .new-ui-container input:checked ~ .new-ui-checkmark {
    background-color: #42ECCD;    
    position: relative;
    float: right;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .new-ui-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .new-ui-container input:checked ~ .new-ui-checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .new-ui-container .new-ui-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #9B69EB;
    /* background-color: #9B69EB; */
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .driver-age-new-ui {
    background: #fff;
    padding: 9px;
    margin-top: 2px;
    border-radius: 5px;
  }
  .new-ui-btn-lets-go {
    border-radius: 40.5px;
    background-color: #42ECCD !important;
    color: #9B69EB !important;
    text-transform: none !important;
    box-shadow: none !important;
    padding: 14px 31px 14px !important;
  }
.panel-collapse{
    cursor: pointer;
}
.minimize{
    float:right;
    position:relative;
    margin-top:0;
    cursor: pointer;
    font-weight: bold;
}
/*End of Wizard*/
