input#hire-search::placeholder,
input#return-search::placeholder,
input#datetimepicker::placeholder,
input#CorpDiscountNmbr1::placeholder,
input#driver_dob_day::placeholder,
input#datetimepicker1::placeholder {
    color: #65615d !important;
    opacity: 1;
}

.modalpop {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999999
}

#returnlocation-applicable {
width: 24px !important;
height: 24px !important;
float: left;
border-radius: 5px;
-webkit-appearance: none;
border: 1px solid #000;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}
#returnlocation-applicable:checked {
    background-color: #fff; /* Blue background */
    border: 2px solid #d4002a;
}
#returnlocation-applicable:checked::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #d4002a;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

#span_checkbox {
    line-height: 29px;
    padding-left: 5px;
    color: #868686 !important;
}

#yds-applicable {
    width: 24px !important;
    height: 24px !important;
    float: left;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}

#yds-applicable:checked {
    background-color: #fff; /* Blue background */
    border: 2px solid #d4002a;
}

#yds-applicable:checked::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #d4002a; /* 🔴 Red tick */
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
#hire-search-custom-reservation,#return-search-custom-reservation,#datetimepicker-custom-reservation,#datetimepicker1-custom-reservation{
height:45px;
}

@media (min-width: 0) and (max-width: 767px) {
    #hire-search,#return-search {
        background-size: inherit !important;
        background-position: 98% 50% !important;
	height: 48px;
    }
}

.thankyouPage a {
    margin: 10px
}

.center {
    border-radius: 5px;
    margin: 300px auto;
    opacity: 1;
    padding: 10px;
    width: 50px;
    z-index: 1000
}

.center img {
    height: 48px;
    width: 48px
}

.main-form {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    width: 100%
}

.main-form li {
    width: 19%;
    margin-right: 1%;
    float: left
}

.v-c {
    display: table-cell;
    vertical-align: middle
}

.red {
    color: #ce2127!important
}

.m-t-30 {
    margin-top: 30px!important
}

.pd-l-0 {
    padding-left: 0!important
}

.pd-r-0 {
    padding-right: 0!important
}

.pd-l-10 {
    padding-left: 10px!important
}

.pd-r-10 {
    padding-right: 10px!important
}

.pd-l-15 {
    padding-left: 15px!important
}

.m-b-30 {
    margin-bottom: 30px!Important
}

.m-b-20 {
    margin-bottom: 20px!Important
}

.m-b-0 {
    margin-bottom: 0!important
}

.pd-0 {
    padding: 0!important
}

.pd-l-30 {
    padding-left: 30px!important
}

.pd-r-30 {
    padding-right: 30px!important
}

body {
    /*font-family: Avenir-Roman;
    color: #707070;*/
    overflow-x: hidden;
    padding: 0!important;
}

h1,
h2,
h3,
h4 {
    color: #646464
}

a,
a:focus,
a:hover {
    text-decoration: none;
    /*color: #fff;*/
    outline: 0
}

header .headertop {
    border-bottom: 1px solid #d5d4d4
}

header .headertop .social {
    float: right;
    padding: 10px 0;
    margin: 0
}

header .headertop .social .phone {
    color: #707070;
    font-size: 12px
}

header .headertop .social .phone img {
    background: #eaeaea;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px
}

header .headertop .social li {
    list-style: none;
    display: inline-block;
    margin: 0 4px
}

header .headertop .social li a {
    color: #707070;
    font-size: 12px
}

header .headertop .social li.last {
    margin: 0 0 0 10px;
    border-left: 1px solid #f5f5f5;
    padding-left: 20px
}

header .headertop .social li.last img {
    padding-right: 20px
}

header .headertop .social li .fa {
    font-size: 18px;
    margin-left: 15px;
    vertical-align: middle
}

header .headertop .social li a:hover .fa {
    color: #ce2127;
    -webkit-transition: color .3s ease-in-out 0s;
    transition: color .3s ease-in-out 0s
}

header .headerbottom {
    border-top: 1px solid #b3b2b2;
    height: 130px;
    display: table;
    width: 100%;
    padding-bottom: 30px
}

header .headerbottom .rightbutton {
    float: right;
    margin-top: 5px
}

header .headerbottom .rightbutton .global {
    border: 1px solid #ce2127;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 25px;
    border-radius: 30px;
    font-size: 12px;
    color: #707070;
    font-family: Avenir-Medium
}

header .headerbottom .rightbutton .corporate {
    background: #ce2127;
    margin-left: 15px;
    color: #fff
}

header .phone {
    color: #fff;
	font-family: Montserrat;
}

header .phone i {
    color: #ce2127;
    background: #fff;
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    line-height: 26px;
    font-size: 14px;
    margin-right: 6px;
}
.banner {
    /*background: url(../images/banner.jpg) center center no-repeat;
    position: relative;
    background-size: inherit*/
}

.banner .topBar {
    background: #000;
    position: relative;
    width: 100%;
    display: block;
    top: -30px;
    z-index: 999;
    height: 40px;
    box-shadow: 500px 0 0 0 #000
}

.banner .topBar ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.banner .topBar ul li {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 17px;
    padding: 0 50px
}

.banner .topBar ul li.first {
    background: #ce2127;
    color: #fff;
    padding: 12px 30px 11px
}

.banner .topBar ul li a {
    color: #fff;
    padding: 12px 0 11px;
    display: block;
    position: relative;
    letter-spacing: .3px;
    outline: 0
}

.banner .topBar ul li a img {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 45%
}

.banner .topBar ul li a.chauffeur:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background: #fff;
    top: 4px;
    left: 0
}

.banner .topBar ul.login li {
    padding: 0 15px
}

.banner .topBar ul li a:after {
    content: "";
    position: absolute;
    background: #ce2127;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: top .3s, opacity .3s;
    transition: top .3s, opacity .3s
}

.banner .topBar ul li a:hover:after,
.banner .topBar ul li.active a:after {
    top: 38px;
    opacity: 1
}

.banner .topBar ul.login li a:hover:after {
    width: 100%;
    right: auto
}

.banner .topBar .dropdown-menu {
    top: 0;
    left: 100%;
    background-color: #ce2127;
    border-radius: 0;
    border: 0
}

.banner .topBar .dropdown-menu li:last-child {
    border: none
}

.banner .topBar .dropdown-menu li {
    border-bottom: 1px solid #000;
    display: block!important;
    padding: 0;
    width: 100%
}

.banner .topBar .dropdown-menu li a {
    padding: 11px 33px!important;
    text-transform: none
}

.banner .topBar .dropdown-menu li a:after {
    content: initial!important
}

.banner .topBar .dropdown-menu li a:focus,
.banner .topBar .dropdown-menu li a:hover {
    background-color: #ce2127
}

.banner .topBar .selected {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 100%
}

.banner .topBar .selected li {
    padding: 11px 33px 12px;
    background: #d4002a;
    color: #fff;
    text-transform: none
}

.banner .reservation {
    /*position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .43);
    padding: 0;
    width: 100%;
    height: 110px*/
}

.banner .reservation_inner {
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    height: 110px
}

.banner .reservation label {
    font-size: 11px !important;
    color: #868686;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 0
}

.banner .reservation .col-lg-2,
.banner .reservation .col-md-2,
.banner .reservation .col-sm-2 {
    padding-left: 10px;
    padding-right: 10px
}


.promo::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  /*color: white;*/
}
.promo::-moz-placeholder { /* Firefox 19+ */
  /*color: white;*/
}
.promo:-ms-input-placeholder { /* IE 10+ */
  /*color: white;*/
}
.promo:-moz-placeholder { /* Firefox 18- */
  /*color: white;*/
}


.banner .reservation .form-class {
    /*padding: 7px 29px 7px 7px;
    height: 32px;
    width: 100%;
    font-size: 12px;
    color: #3a3a3a;
    line-height: 16px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    border-bottom: 2px solid #ce2127*/
	
	background-color: #fff;
	line-height: 30px;
	height: 38px;
	width: 100%;
	padding:2px 30px 2px 8px;
	color: #000;
	font-family: Open Sans;
	font-size: 11px;
	text-transform: uppercase;
	outline: none;
	/*border-radius: 5px;*/
	/*border-bottom: 2px solid #ce2127;*/
	border-width: 0 0 2px 0;
}

.banner .reservation span {
    /*color: #fff*/
}

.innerPage .banner .reservation span {
    color: red!important;
    font-size: 12px
}

.bginner {
    background-color:#eeecec !important
}

.productbottom .total li:last-child {
    font-weight: 700;
    font-size: 14px
}

.banner .reservation select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 10px;
    margin-bottom: 0;
    color: #3a3a3a;
    text-transform: uppercase;
    font-family: Avenir-Book;
    background-image: url(../images/select_ai.svg);
    background-color: #fff;
    background-position: 90% 50%;
    background-repeat: no-repeat
}

.banner .reservation .location {
    background: #fff url(../images/location.svg) 100% 50% no-repeat
}

.banner .reservation .calendar {
    background: #fff url(../images/calender_ai.svg) 95% 50% no-repeat;
    color: #3a3a3a
}

.banner .reservation .submit {
    /*background: #ce2127;
    color: #fff;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    text-align: center;
    font: 12px/12px Avenir-Black;
    padding: 9px 15px 8px;
    white-space: nowrap;
    top: 6px;
    width: 100%;*/
	background: #ce2127;
    color: #fff;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    font: 12px/12px Avenir-Black;
        line-height: 20px;
    padding: 9px 15px 8px;
    white-space: nowrap;
    top: 6px;
    line-height: 25px;
    display: block;
	width:100%;
    min-width: 74px;
	font-family: Open Sans;
}

.innerPage .banner .reservation .submit {
    top: 25px!important
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    border: 0!important;
    color: #000!important;
    height: 30px!important;
    font-family: Avenir-Book;
    background: none!important;
    font-weight: 300;
    width: 20px;
    text-align: center!important
}


.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #ce2127!important;
    box-shadow: none!important;
    color: #fff!important;
    font-weight: 300!important;
    border-radius: 50%;
    line-height: 24px!important
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    border-radius: 0
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 0!important
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #ce2127!important;
    border-radius: 50%;
    line-height: 24px!important
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    border-radius: 0
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #ce2127!important;
    box-shadow: none!important;
    color: #fff!important;
    font-weight: 300!important;
    font-family: Avenir-Book
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    font-weight: 300!important;
    font-family: Avenir-Book;
    font-size: 12px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    background: #ce2127!important
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 150px!important;
    border-bottom: 0!important
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    color: #000!important;
    height: 26px!important;
    border-top: 0!important
}

.xdsoft_datetimepicker .xdsoft_scrollbar {
    width: 4px
}

.slider {
    background: #f4f4f4;
    height: 294px;
    padding-bottom: 10px;
    display: table;
    width: 100%
}

.slider figure img {
    border: 12px solid #ce2127;
    border-radius: 185px 0 0;
    border-bottom: 0;
    border-right: 0;
    width: 90%
}

.slider .content {
    display: table;
    width: 100%
}

.slider .content .off {
    float: left;
    margin: 0 30px 0 0
}

.slider .content .off h1 {
    border: 1px solid #ce2127;
    text-transform: uppercase;
    position: relative;
    font: 60px/68px AvenirNextforABG-Regular;
    padding: 10px 40px 10px 20px;
    text-align: center;
    color: #ce2127
}

.slider .content .off h1 span {
    font: 105px/90px AvenirNextforABG-Demi;
    display: block;
    position: relative
}

.slider .content .off h1 span:before {
    content: "%";
    position: absolute;
    font: 36px/40px AvenirNextforABG-Regular;
    top: 0;
    right: -22px
}

.slider .content .off h1 span:after {
    content: "OFF";
    position: absolute;
    font: 26px/30px AvenirNextforABG-Demi;
    bottom: 0;
    right: 13px;
    background: #f4f4f4
}

.slider .content .off h2 {
    color: #ce2127;
    font: 20px/34px AvenirNextforABG-Bold;
    text-align: center;
    margin: 0
}

.slider .content .off h2 span {
    font-family: AvenirNextforABG-Regular
}

.slider .content .textpart {
    display: table
}

.slider .content .textpart h3 {
    font: 20px/24px Avenir-Heavy;
    color: #7d7d7e;
    margin: 0
}

.slider .content .textpart p {
    font: 14px/24px AvenirNextforABG-Regular;
    color: #afaeb2
}

.slider .content .textpart p span {
    font-size: 16px;
    color: #ce2127
}

.slider .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0
}

.slider .owl-theme .owl-controls .owl-page span {
    border: 1px solid #a0a0a0;
    background: 0 0
}

.slider .owl-theme .owl-controls .clickable .owl-page:hover span,
.slider .owl-theme .owl-controls .owl-page.active span {
    background: #ce2127;
    border: 1px solid #ce2127
}

.slider .owl-theme .owl-controls .owl-buttons div {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    opacity: 1;
    background: url(../images/slidearrow.png) no-repeat;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0
}

.slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-position: 8px 0
}

.slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-position: -40px 0;
    left: auto;
    right: 0
}

.app {
    background: url(../images/appbg.jpg) center center no-repeat;
    background-size: inherit;
    padding: 90px 0 40px
}

.app .downtext {
    text-align: right;
    padding: 45px 40px 0 0
}

.app .downtext h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ce2127;
    text-align: left;
    display: inline-block;
    cursor: pointer
}

.app .downtext h2 span {
    display: block;
    color: #707070
}

.app .downtext h2 img {
    float: left;
    padding: 0 10px 0 0
}

.app .appposition img {
    margin: 0 auto
}

.app .download {
    padding: 45px 0 0;
    position: relative
}

.app .download .store {
    color: #ce2127;
    font-size: 14px;
    line-height: 22px;
    background-position: 0 -200px;
    width: 1%;
    display: table-cell
}

.app .download .store span {
    text-transform: uppercase;
    font-size: 18px;
    display: block
}

.app .download .store img {
    float: left;
    padding: 5px 15px 0 0
}

.why {
    background: #eee;
    padding: 65px 0;
    text-align: center
}

.why h2 {
    color: #ce2127;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    letter-spacing: .6px
}

.why .block-5 {
    margin: 60px 0 0;
    padding: 0
}

.why .block-5 li {
    position: relative;
    width: 1%;
    display: table-cell;
    text-align: center
}

.why .block-5 li h3 {
    font-size: 18px;
    font-family: Avenir-Book;
    letter-spacing: .25px;
    line-height: 18px
}

.why .block-5 li span {
    width: 70px;
    height: 70px;
    background: url(../images/sprite.png) no-repeat;
    background-size: inherit;
    display: block;
    margin: 0 auto
}

.why .block-5 li span.price {
    background-position: 0 0
}

.why .block-5 li span.care {
    background-position: -90px 0
}

.why .block-5 li span.global {
    background-position: -184px 2px;
    width: 80px
}

.why .block-5 li span.customer {
    background-position: -285px 0
}

.why .block-5 li span.discount {
    background-position: -370px 5px
}

.footerTop {
    background: url(../images/footerbg.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0 0
}

.footerTop .footerbox h4 {
    text-transform: uppercase;
    color: #fff;
    font: 12px/28px Avenir-Black;
    letter-spacing: .6px;
    margin: 0
}

.footerTop .footerbox .link {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footerTop .footerbox .link li {
    display: block
}

.footerTop .footerbox .link li a {
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: .6px
}

.footerTop .footerbox h5 {
    color: #fff;
    font: 20px/40px Avenir-Black;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin: 0 0 30px
}

.footerTop .footerbox .call {
    color: #fff;
    font: 16px/14px Avenir-Black;
    letter-spacing: 1px;
    margin: 0 0 50px;
    display: inline-block;
    text-transform: uppercase
}

.footerTop .footerbox .call img {
    margin-right: 10px
}

.footerTop .group {
    position: relative;
    margin-bottom: 40px
}

.footerTop .text {
    font-size: 12px;
    padding: 10px 10px 8px 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: 0 0;
    color: #fdd2d2;
    font-weight: 300;
    letter-spacing: .6px
}

.footerTop .text:focus {
    outline: 0
}

.footerTop textarea.text {
    padding: 20px 10px 10px 0
}

.footerTop label {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    letter-spacing: .6px
}

.footerTop .text:focus~label,
.footerTop .text:valid~label {
    top: -15px;
    font-size: 12px;
    color: #fff
}

.footerTop textarea.text:focus~label,
.footerTop textarea.text:valid~label {
    top: -5px
}

.footerTop .bar {
    position: relative;
    display: block;
    width: 100%;
    top: 2px
}

.footerTop .bar:after,
.footerTop .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #ce2127;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.footerTop .bar:before {
    left: 50%
}

.footerTop .bar:after {
    right: 50%
}

.footerTop .text:focus~.bar:after,
.footerTop .text:focus~.bar:before {
    width: 50%
}

.footerTop .text:focus~.highlight {
    -webkit-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #ce2127
    }
    to {
        width: 0;
        background: 0 0
    }
}

@keyframes inputHighlighter {
    from {
        background: #ce2127
    }
    to {
        width: 0;
        background: 0 0
    }
}

.footerTop .send {
    float: right;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: .6px;
    padding: 8px 40px;
    outline: 0;
    margin-top: 15px
}

.footerMiddle {
    background: #fff;
    padding: 30px 0 20px
}

.footerMiddle .payment {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: center
}

.footerMiddle .payment li {
    display: inline-block;
    text-align: center;
    margin: 0 25px
}

.footerMiddle .payment li span {
    background: url(../images/sprite.png) no-repeat;
    width: 75px;
    height: 50px;
    display: block
}

.footerMiddle .payment li span.mastercard {
    background-position: 0 -100px
}

.footerMiddle .payment li span.visa {
    background-position: -128px -100px
}

.footerMiddle .payment li span.american {
    background-position: -240px -100px
}

.footerMiddle .payment li span.safekey {
    background-position: -370px -100px;
    width: 100px
}

.footerBottom {
    background: #000;
    padding: 30px 0;
    text-align: center
}

.footerBottom p {
    color: #fff;
    font-size: 12px;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin: 0
}

.innerPage .banner {
    background: 0 0;
    height: auto!important;
    box-shadow: 0 10px 3px 3px rgba(0, 0, 0, .05)
}

.bookingnav {
    margin-top: 40px
}

.innerPage .banner .reservation {
    position: relative;
    background: rgba(255, 255, 255, .5);
    padding: 0;
    z-index: 999
}

.innerPage .main-form {
    margin-top: 0
}

.innerPage .banner .form-class {
    background-color: #eeecec
}

.innerPage header .headerbottom .rightbutton .corporate {
    display: block;
    background: 0 0;
    color: inherit
}

.category {
    background: #e9e9e9;
    padding: 70px 0 40px
}

.category .catOuter {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 50px
}

.category .box {
    background: #fff;
    max-width: calc(100% - 25%);
    margin: 0 auto
}

.category .box .boxLeft {
    background: #f8f8f8;
    padding: 15px 40px 20px;
    float: left
}

.category .box .boxLeft .text {
    font: 14px/24px Avenir-Black;
    color: #646464;
    text-transform: uppercase;
    margin: 10px 0;
    letter-spacing: .6px
}

.category .box .boxLeft .text span {
    font-family: Avenir-Book;
    line-height: 12px;
    display: block
}

.category .box .boxLeft .text .fa {
    font-size: 13px
}

.category .box figure {
    margin: 0;
    padding: 30px 0;
    text-align: center
}

.category .box figure img {
    display: inline-block
}

.category .box .boxBottom {
    padding: 30px 0
}

.category .helpBox {
    background: #fff;
    padding: 20px 30px
}

.category .helpBox h1 {
    font: 14px/14px Avenir-Black;
    color: #ce2127;
    margin: 0 0 30px
}

.category .helpBox p {
    font: 12px/24px Avenir-Book;
    color: #646464
}

.category .helpBox .support {
    margin-top: 60px
}

.category .helpBox .support .number {
    color: #ce2127;
    font: 14px/15px Avenir-Black
}

.category .helpBox .support .mail {
    color: #646464;
    font: 10px/28px Avenir-Book;
    letter-spacing: .6px
}

.pagination {
    margin: 0
}

.pagination li {
    margin: 0 2px;
    display: inline-block
}

.pagination li a,
.pagination li span {
    border-radius: 0;
    font-size: 16px;
    color: #ce2127;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 0;
    padding: 3px 12px
}

.pagination li.active a,
.pagination li:hover a {
    background: 0 0;
    border: 1px solid #ce2127;
    color: #ce2127
}

.pagination li:first-child>a,
.pagination li:first-child>span {
    border-radius: 0;
    background: 0 0
}

.pagination li:last-child>a,
.pagination li:last-child>span {
    border-radius: 0
}

.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.pagination .active>span,
.pagination .active>span:focus,
.pagination .active>span:hover,
.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
    background-color: transparent;
    border-color: #ce2127;
    color: #ce2127
}

.carfeature {
    padding: 0;
    margin: 0;
    position: relative
}

.carfeature li {
    display: table-cell;
    width: 1%;
    text-align: center;
    font: 12px/14px Avenir-Black;
    color: #646464;
    letter-spacing: .6px;
    border-right: 1px solid #555;
	font-family: open sans;
    padding: 10px
}

.carfeature li:last-child {
    border-right: 0
}

.carfeature li p {
    margin: 0 auto;
    display: table;
    text-align: center
}

.carfeature li span {
    font-size: 10px;
    font-family: Open Sans;
	color: #646464;
    display: block
}

.carfeature li.gears {
    width: 1.5%
}

.book {
    background: #ce2127;
    color: #fff;
    text-transform: uppercase;
    font: 12px/24px Open Sans Bold;
    letter-spacing: .6px;
    outline: 0;
    margin-top: 20px;
    padding: 5px 32px;
    display: inline-block
}

.product {
    background: #e9e9e9;
    padding: 40px 0 50px
}

.productTop h2 {
    font-size: 18px;
    color: #646464;
    text-transform: uppercase;
    margin: 0 0 25px
}

.productTop .productdetail {
    background: #fff
}

.productTop .productdetail .productImg {
    background: #fff;
    padding: 0 20px;
    float: left;
    width: 50%;
    display: table;
    position: relative;
    box-shadow: 1px 0 0 0 #e9e9e9
}

.productTop .productdetail:hover,
.productTop .upgrade:hover {
    box-shadow: 0 0 0 2px #ce2127
}

.productTop .productdetail:hover .upbtn,
.productTop .upgrade:hover .upbtn,
.productdetail.selected .upbtn,
.upgrade.selected .upbtn {
    background: #ce2127!important
}

.productdetail.selected,
.upgrade.selected {
    box-shadow: 0 0 0 2px #ce2127!important
}

.productTop .productdetail .productImg figure {
    display: table-cell;
    vertical-align: middle
}

.productTop .productdetail .productImg img {
    margin: 0 auto
}

.productTop .productdetail .gal1 {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 60px
}

.productTop .productdetail .gal1 li {
    display: inline-block;
    width: 30%;
    border-right: 1px solid #ccc;
    padding: 0 17px;
    vertical-align: top
}

.productTop .productdetail .productInfo {
    padding: 20px 0 0;
    width: 50%;
    float: left;
    box-shadow: -1px 0 0 0 #e9e9e9
}

.productTop .productdetail .productInfo .texthead {
    font: 14px/22px Open Sans;
    margin: 0;
    padding-left: 15px
}

.productTop .productdetail .productInfo .texthead span {
    font-size: 12px;
    font-family: Open Sans;
    display: inline-block;
    text-transform: none;
    line-height: 14px
}

.productTop .productdetail .productInfo .price {
    margin-top: 0
}

.productTop .productdetail .productInfo .price span {
    text-transform: uppercase;
    font-size: 14px
}

.productTop .productdetail .productInfo .price .fa,
.upgradeHeading .fa {
    font-size: 14px
}

.productTop .productdetail .productInfo .facility {
    margin: 35px 0 0;
    padding: 0;
    list-style-type: none
}

.productTop .productdetail .productInfo .facility li {
    font: 12px/36px Avenir-Book;
    color: #646464
}

.productTop .productdetail .productInfo .carfeature {
    margin: 20px 0 0
}

.productTop .productdetail .productInfo .carfeature li {
    width: 50%;
    display: inline-block;
    border-right: 0;
    padding: 15px 0;
    box-shadow: 1px -1px 0 0 #e9e9e9;
    text-align: center
}

.productTop .productdetail .productInfo .carfeature li p {
    margin: inherit;
    display: inline-block;
    font-size: 11px
}

.productTop .upgrade {
    background: #fff
}

.productTop .upgrade .upgradeHeading {
    font: 14px/22px Open Sans Bold;
    margin: 0;
    padding-left: 15px
}

.productTop .upgrade .upgradeHeading span {
    font-family: Open Sans;
    line-height: 12px
}

.productTop .upgrade .img {
    margin: 0 auto
}

.productTop .upgrade .carfeature {
    margin: 20px 0 0;
    bottom: 0;
    width: 100%
}

.productTop .upgrade .carfeature li {
    width: 50%;
    display: inline-block;
    border-right: 0;
    padding: 15px 0;
    box-shadow: 1px -1px 0 0 #e9e9e9;
    text-align: center
}

.productTop .upgrade .carfeature li:nth-child(even) {
    float: right
}

.productTop .upgrade .carfeature li p {
    display: inline-block;
    font-size: 11px
}

.productTop .productdetail .productImg .upbtn,
.productTop .upgrade .upbtn {
    background: #333;
    padding: 5px 0;
    margin: 0 auto!important;
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
	font-family: open sans;
    bottom: 0;
    left: 0
}

.productTop .upgrade .book {
    margin: 0
}

.productMiddle {
    background: #fff;
    margin: 20px 0;
    padding: 30px 30px 20px
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer
}

.checkbox-custom-label {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    font-family: Open Sans;
    text-transform: uppercase;
    color: #3a3a3a;
    font-weight: 300
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ce2127;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 19px;
    padding: 0;
    margin-right: 15px;
    text-align: center;
    border-radius: 2px;
    margin-top: -4px
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: url(../images/check.png);
    background: #ce2127;
    border: 2px solid #ce2127
}

.bookform {
    margin-top: 0
}

.bookform .booktext {
    border: 1px solid #aba7a8;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    outline: 0;
    font: 12px/24px Avenir-Medium;
    color: #3a3a3a;
	font-family: open sans;
    position: relative;
    border-radius: 0;
    /*text-transform: uppercase*/
}

.bookform .booktext_l {
    border: 1px solid #aba7a8;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    outline: 0;
    font: 12px/24px Avenir-Medium;
    color: #3a3a3a;
	font-family: open sans;
    position: relative;
    border-radius: 0;
    /*text-transform: lowercase*/
}

.line-btn {
    border-radius: 0!important
}

.bookform .booktext::-webkit-input-placeholder {
    color: #3a3a3a
}

.bookform .booktext::-moz-placeholder {
    color: #3a3a3a
}

.bookform .booktext:-ms-input-placeholder {
    color: #3a3a3a
}

.bookform .booktext:-moz-placeholder {
    color: #3a3a3a
}

.bookform .booktext_l::-webkit-input-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.bookform .booktext_l::-moz-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.bookform .booktext_l:-ms-input-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.bookform .booktext_l:-moz-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.bookform .form-group {
    margin-bottom: 10px
}

.bookform .input-group-addon {
    padding: 6px 3px;
    font-size: 12px;
    line-height: 30px;
    color: #3a3a3a;
    position: absolute;
    width: 40px;
    height: 42px;
    left: 16px;
    top: 1px;
    border: 0;
    border-radius: 0
}

.bookform .col-sm-1 {
    width: 3.333333%
}

.bookform .midor {
    text-align: center;
    font-family: Avenir-Black;
    margin: 0;
    line-height: 40px
}

.intl-tel-input {
    display: block!important
}

.intl-tel-input .selected-flag {
    outline: 0
}

.terms {
    padding: 30px 40px 50px
}

.terms #scroll {
    overflow: auto;
    width: 100%!important;
    height: 400px
}

.terms .track3 {
    width: 7px;
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
    background: rgba(0, 0, 0, .15)
}

.terms .handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(169, 169, 169, .5);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms
}

.terms #scroll+div {
    opacity: 1!important
}

.line-btn {
    border: 1px solid #ce2127;
    text-transform: uppercase;
    font: 14px/24px Avenir-Medium;
	font-family: Open Sans;
    color: #ce2127;
    text-align: center;
    display: block;
    outline: 0;
    padding: 10px 40px;
    height: 44px;
    width: 100%;
    background: 0 0
}

.subheading {
    font: 20px/24px Avenir-Book;
	font-family: Open Sans;
    color: #ce2127;
    text-transform: uppercase;
    margin: 0
}

.bookform .subheading {
    font-size: 18px;
    margin: 0 0 15px;
    float: left;
	font-family: Open Sans;
    position: relative
}

.productbottom {
    background: #fff;
    padding: 40px 30px
}

.productbottom .summary {
    margin-top: 40px;
    box-shadow: 0 0 0 2px #f1f1f1;
    padding: 10px 20px
}

.productbottom figure {
    max-width: 250px;
    float: left;
    margin-top: 30px
}

.productbottom .title {
    font: 14px/14px Avenir-Black;
	font-family: open sans;
    margin: 35px 0;
    text-transform: uppercase;
    display: block;
    text-align: center
}

.productbottom .title span {
    font-family: Avenir-Book;
    letter-spacing: .6px;
    display: block
}

.productbottom .detail {
    float: left;
    padding: 0 60px 0 40px
}

.productbottom .detail .color {
    font: 10px/12px Avenir-Black;
    text-transform: uppercase;
    color: #646464;
    letter-spacing: .6px
}

.productbottom .detail .color span {
    font-family: Avenir-Book;
    display: block
}

.productbottom .time {
    padding: 0 15px 30px
}

.productbottom .time h5 {
    font: 15px/20px Avenir-Black;
    color: #3a3a3a;
	font-family: Open Sans;
    text-transform: uppercase;
    margin: 20px 0 10px
}

.productbottom .time p {
    color: #3a3a3a;
    font-size: 14px;
    font-family: Open Sans;
    line-height: 20px;
    margin-bottom: 5px
}

.productbottom .time:after,
.productbottom .time:before {
    content: url(../images/sep.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 2px
}

.productbottom .time:after {
    left: auto;
    right: 0
}

.productbottom .total {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.productbottom .total li {
    display: block;
    border-bottom: 2px solid #e9e9e9;
    padding: 10px 0;
    font: 13px/18px Avenir-Book;
	font-family: Open Sans;
    color: #3a3a3a;
    text-transform: uppercase;
    position: relative
}

.productbottom .total li:first-child {
    font-family: Open Sans;
}

.productbottom .total li span {
    float: right;
	font-family: Open Sans;
    text-transform: none;
    position: relative;
    margin-right: 20px
}

.productbottom .total li .fa-inr {
    font-size: 12px
}

.productbottom .total li .fa-minus {
    font-size: 10px
}

.productbottom .booking {
    font: 13px/14px Avenir-Black;
	font-family: Open Sans;
    letter-spacing: .1px;
    border-radius: 3px;
   
    padding: 13px 23px;
    margin-top: 30px
}

.productbottom .promo h4 {
    font-size: 14px
}

.productbottom .promo .code {
    background: #ce2127;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    margin-bottom: 15px;
    border-radius: 30px
}

#payment.banner .topBar ul li.first {
    display: block
}

#payment.banner .topBar ul.login:before {
    content: initial
}

#payment.banner .topBar ul li {
    text-transform: none
}

#payment.banner .topBar ul.login li a {
    padding: 7px 39px 7px 10px
}

#payment.banner .topBar ul li a img.user {
    margin-left: 3px;
    margin-right: 5px;
    border: 2px solid #ce2127;
    border-radius: 100%
}

#payment.banner .topBar ul li a:after {
    content: initial
}

#payment.banner .reservation {
    padding: 0
}

.checkout {
    padding: 20px 0 50px
}

.checkout .heading {
    font-size: 20px;
    line-height: 24px;
    color: #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
    padding-left: 20px;
    text-transform: uppercase;
    padding-bottom: 20px
}

.checkoutprocess {
    padding: 20px 0
}

.checkoutprocess .form-group {
    margin-bottom: 25px;
    position: relative
}

.checkoutprocess .processname {
    font-size: 16px;
    line-height: 22px;
    color: #3a3a3a;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin-bottom: 8px
}

.checkoutprocess .processname span {
    margin-right: 10px;
    font-size: 18px;
    font-family: Avenir-Medium;
    line-height: 16px;
    position: absolute;
    left: -25px;
    top: 0;
    display: block
}

.checkoutprocess .checkouttext {
    background: #e8e8e8;
    padding: 10px 20px;
    height: 40px;
    color: #838383;
    font-size: 16px;
    font-family: Avenir-Medium;
    line-height: 22px;
    position: relative;
    width: 100%;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    margin: 0
}

.checkoutprocess .checkouttext::-webkit-input-placeholder {
    color: #3a3a3a
}

.checkoutprocess .checkouttext::-moz-placeholder {
    color: #3a3a3a
}

.checkoutprocess .checkouttext:-ms-input-placeholder {
    color: #3a3a3a
}

.checkoutprocess .checkouttext:-moz-placeholder {
    color: #3a3a3a
}

.checkoutprocess input[type=mail].checkouttext {
    text-transform: none
}

.checkoutprocess .change {
    background: #bcbcbc;
    text-align: center;
    color: #fff;
    font: 13px/33px Avenir-Medium;
    padding: 2px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px
}

.checkoutprocess .paymenttype {
    margin: 0
}

.checkoutprocess .paymenttype .type {
    list-style-type: none;
    padding: 0
}

.checkoutprocess .paymenttype .type li {
    list-style: none;
    display: table-cell;
    width: 1%;
    text-align: center
}

.checkoutprocess .paymenttype .type li a {
    font: 13px/40px Avenir-Book;
    color: #3a3a3a;
    text-transform: uppercase
}

.checkoutprocess .paymenttype .type li.active a {
    color: #ce2127;
    font-family: Avenir-Heavy
}

.checkoutprocess .paymenttype .paymentprocess {
    padding-left: 0;
    width: 100%
}

.checkoutprocess .paymenttype .paymentprocess .wallettype {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: none
}

.checkoutprocess .paymenttype .paymentprocess .wallettype li {
    display: table-cell;
    width: 1%
}

.checkoutprocess .paymenttype .paymentprocess .wallettype .payimg {
    margin: 8px 0 0 23px
}

.checkoutprocess .paymenttype .pay {
    border: 1px solid #ce2127;
    font: 16px/20px Avenir-Black;
    color: #3a3a3a;
    padding: 9px 42px;
    border-radius: 2px;
    text-align: center;
    margin: 20px 0 0;
    background: 0 0;
    outline: 0;
    display: inline-block
}

.checkoutprocess .paymenttype .note {
    font-size: 10px;
    line-height: 16px;
    color: #3a3a3a
}

.radio-custom-label {
    position: relative;
    font: 13px/16px Avenir-Medium;
    color: #3a3a3a
}

.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 8px;
    text-align: center;
    border-radius: 50%
}

.radio-custom:checked+.radio-custom-label:before {
    content: "";
    background: #c70823;
    box-shadow: 0 0 0 4px #fff inset;
    border: 1px solid #000;
    padding: 7px
}

.signup {
    padding: 50px 0 0;
    border-radius: 0
}

.signup h2 {
    font: 32px/70px Avenir-Book;
	font-family: Open Sans;
    color: #ce2127;
    text-align: center;
    text-transform: uppercase;
    margin: 0
}

.signup h3 {
    font: 14px/30px Avenir-Medium;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

.signup .signupouter {
    padding: 50px 0;
    position: relative
}

.signup .signform {
    padding: 0;
    position: relative
}

.signup .signform:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #f0f0f0;
    width: 2px;
    display: none!important
}

.signup .signform .form-group {
    margin-bottom: 10px
}

.signup .signform .loginform {
    background: #e8e8e8;
    color: #636363;
    font-size: 13px;
    padding: 10px 20px;
    height: 40px;
    width: 100%;
    border: none;
    outline: 0;
    position: relative;
    text-transform: uppercase
}

.lower-case {
    text-transform: none!important
}

.signup .signform .loginform::-moz-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.signup .signform .loginform:-ms-input-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.signup .signform .loginform:-moz-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.signup .signform .loginform::-webkit-input-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.signup .signform .loginform_l::-moz-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.signup .signform .loginform_l:-ms-input-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.signup .signform .loginform_l:-moz-placeholder {
    color: #3a3a3a;
    text-transform: uppercase
}

.signup .signform select.loginform_l {
    padding: 0 5px
}

.signup .signform .gender {
    display: block;
    text-align: center
}

.signup .signform .gender .gendertype {
    display: inline-block;
    width: 25%
}

.signup .signform .checkbox-custom+.checkbox-custom-label:before {
    border: 2px solid #000
}

.signup .signform .checkbox-custom:checked+.checkbox-custom-label:before {
    border: 2px solid #000;
    background: #ce2127
}

.signup .signform .checkbox-custom-label {
    color: #3a3a3a;
    font: 10px/18px Avenir-Book;
    text-transform: uppercase
}

.signup .signform .checkbox-custom-label span {
    text-transform: none;
    line-height: 30px;
    display: block;
    margin-left: 42px
}

.signup .signform .signupbtn {
    color: #000;
    height: 50px;
    width: 100%;
    font-size: 16px;
    position: relative
}

.signup .logingroup {
    position: relative
}

.signup .sociallogin {
    margin: 20px auto 0;
    position: relative
}

.signup .sociallogin a:last-child {
    margin-right: 0
}

.signup .sociallogin .socialBtn {
    border: 1px solid #ce2127;
    border-radius: 2px;
    padding: 4px 15px;
    text-transform: uppercase;
    font: 11px/30px Avenir-Medium;
    color: #636363;
    display: block;
    margin: 0 auto 30px;
    width: 49%;
    margin-right: 2%;
    float: left
}

.signup .sociallogin .socialBtn img {
    margin-right: 15px
}

.signup .sociallogin .socialBtn.fb {
    border: 1px solid #3b5a95;
    margin-bottom: 0
}

.signup .closemodal {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer
}

.signup .intl-tel-input.allow-dropdown input,
.signup .intl-tel-input.allow-dropdown input[type=tel],
.signup .intl-tel-input.allow-dropdown input[type=text] {
    padding: 10px 75px!important
}

.signup .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent
}

.signup .intl-tel-input .country-list {
    left: -13px
}

.signup .intl-tel-input.allow-dropdown .flag-container {
    left: 15px
}

#otpModal .signup .signform {
    text-align: center
}

#otpModal .signup .signform:after {
    content: initial
}

#otpModal .signup .signform .otp {
    text-transform: uppercase;
    color: #df8b8b;
    font: 13px/30px Avenir-Medium;
    margin-bottom: 15px;
    display: inline-block
}

#otpModal .signup .signform .loginform {
    text-align: center
}

.forgot {
    text-transform: uppercase;
    font: 10px/30px Avenir-Book;
    color: #b03227;
    float: right;
    margin-top: -15px;
    margin-bottom: 10px
}

.forgot:focus,
.forgot:hover {
    color: #b03227
}

.reset {
    width: 88px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    content: "thishiash";
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #ce2127
}

#otpModal .form-group {
    position: relative
}

.modal {
    padding: 30px 0 0
}

#otpModal .signup .signupouter,
#signinModal .signup .signupouter {
    padding: 80px 0 50px
}

#profileModal .signup .signform .gender {
    text-align: left
}

.imgzoom {
    width: 100%!Important
}

#apppopup .signup .signform:after {
    content: initial
}

.bookingnav ul {
    margin: 0;
    padding: 0;
    background: #000;
    list-style-type: none;
    box-shadow: 500px 0 0 0 #000
}

.bookingnav ul li {
    margin-right: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 15px 30px
}

.bookingnav ul li.active {
    background: #ce2127
}

.bookingnav ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    position: relative
}

.bookingnav ul li a:hover:after {
    top: 27px;
    opacity: 1
}

.bookingnav ul li a:after,
.bookingnav ul li.active a:after {
    content: "";
    position: absolute;
    background: #ce2127;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: top .3s, opacity .3s;
    transition: top .3s, opacity .3s
}

.profile {
    margin: 40px 0 80px
}

.profile h1 {
    font: 20px/14px Avenir-Book;
	font-family: Open Sans;
    color: #ce2127;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 2px solid #efefef;
    margin-bottom: 20px
}

.profile .form-group {
    margin-bottom: 15px
}

.profile .checkouttext {
    color: #3a3a3a;
    text-transform: none
}

.profile .checkouttext::-webkit-input-placeholder {
    color: #3a3a3a
}

.profile .checkouttext::-moz-placeholder {
    color: #3a3a3a
}

.profile .checkouttext:-ms-input-placeholder {
    color: #3a3a3a
}

.profile .checkouttext:-moz-placeholder {
    color: #3a3a3a
}

.profile .profileupdate {
    border: 0;
    min-width: 175px;
    margin-top: 30px;
    padding: 5px 32px;
    font: 12px/30px Avenir-Black
}

.documents .radio-custom-label {
    font-size: 12px
}

.documents .radio-custom+.radio-custom-label:before {
    width: 12px;
    height: 12px;
    margin-right: 10px
}

.documents .radio-custom:checked+.radio-custom-label:before {
    padding: 5px;
    box-shadow: 0 0 0 3px #fff inset
}

.documents .form-group {
    margin-bottom: 40px
}

.documents .status {
    display: table;
    width: 100%;
    position: relative
}

.documents .status:before {
    position: absolute;
    top: 0;
    left: -30px;
    width: 2px;
    background: #e8e8e8;
    height: 100%;
    content: ""
}

.documents .status p {
    text-align: center;
    color: #3a3a3a;
    font: 14px/16px Avenir-Book;
	font-family: Open Sans;
}

.documents .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0 10px 0 0;
    text-align: center;
    background: #e8e8e8 url(../images/files.png) 92% 50% no-repeat
}

.documents .upload {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.bookingTop {
    border-bottom: 2px solid #efefef
}

.bookingTop h1 {
    border-bottom: 0;
	font-family: Open Sans;
    display: inline-block;
    margin-bottom: 0
}

.bookingTop nav {
    display: inline-block;
    margin-left: 60px
}

.bookingTop nav li {
    font: 12px/24px Avenir-Black;
    color: #000;
    vertical-align: middle;
    margin: 0 3px
}

.bookingTop nav li a,
.bookingTop nav li span {
    color: #000;
    font-size: 12px;
    font-family: Avenir-Book;
    padding: 3px 8px
}

.bookingTop nav li.previous {
    margin-right: 15px
}

.bookinghistory .titletext {
    color: #000;
    font: 14px/16px Avenir-medium;
	font-family: Open Sans;
    display: block
}

.bookinghistory p {
    color: #3a3a3a;
    font: 14px/16px Avenir-Book;
	font-family: Open Sans;
    margin-bottom: 5px;
    letter-spacing: .3px;
    text-align: left!Important
}

.bookinghistory .print {
    font-family: Open Sans;
    min-width: 125px;
    text-align: center
}

.bookingDetail {
    padding: 50px 0 0
}

.bookingDetail .group {
    margin-bottom: 15px
}

.bookingDetail .print {
    margin: 0 auto;
    width: 125px;
    display: block;
    text-align: center
}

.bookingDetail .line-btn {
    display: inline-block;
    width: 125px;
    font: 12px/14px Avenir-Black;
	font-family: Open Sans;
    color: #868686;
    padding: 10px 20px;
    height: 35px;
    margin-top: 5px;
    margin-right: 10px
}

.bookingDetail .upcomingBtn .print {
    display: inline-block
}

.invoice {
    padding: 20px 0 0
}

.invoice .group {
    margin-bottom: 13px
}

.invoice .totalamt p {
    font-family: Avenir-Black
}

.msgtxt {
    background: #e8e8e8;
    padding: 8px 20px 8px 50px
}

.thumbnail-car-card.no-border {
    border: solid 1px #e9e9e9
}

.thumbnail.no-padding {
    padding: 0
}

.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none
}

.thumbnail-car-card {
    background-color: #fff;
    border-color: #e9e9e9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.thumbnail {
    margin: 0 auto;
    position: relative;
    height: 475px;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail .media {
    overflow: hidden;
    position: relative
}

.thumbnail .media-active {
    background: #e60000;
}

.thumbnail .media-link {
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center
}

.thumbnail .caption {
    padding: 15px 0 0;
    overflow: hidden;
    color: #333
}

.caption-title {
    font: 12px/24px Avenir-Black;
    color: #646464;
    text-transform: uppercase;
    margin: 5px 0 0;
    padding: 0 5px
}

.thumbnail-car-card .caption-text {
    margin-bottom: 10px;
    color: #7f7f7f
}

.thumbnail-car-card .caption-text .fa {
    font-size: 13px
}

.thumbnail-car-card .caption-texta {
    margin-bottom: 10px;
    color: #fff
}

.thumbnail-car-card .buttons {
    margin-bottom: 15px
}

.btn-theme {
    color: #fff;
    border-width: 1px;
    background-color: #e60000;
    border:1px solid #e60000;
    padding: 10px 29px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block
}

.btn-theme:hover {
    color: #fff;
}

.btn-theme-active {
    color: #e60000;
    border-width: 1px;
    background-color: #fff;
    border:1px solid #fff;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block
}



.btn-theme-de {
    color: #000000;
    background-color: #fff;
    border:1px solid #0b0b0b;
    padding: 10px 15px;
    margin-left: 10px;
   border-width: 1px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block
}

.btn-theme-de1 {
    color: #000000;
    background-color: #fff;
    border:1px solid #e60000;
    padding: 10px 15px;
    margin-left: 10px;
   border-width: 1px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block
}

/*.btn-theme {
    color: #fff;
    border-width: 1px;
    background-color: #e60000;
    border-color: #e60000;
    padding: 10px 30px;
    font-family: Avenir-Black;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block
}


.btn-theme-de {
    color: #047cc8;
    background-color: #fff;
    border-color: #e60000;
    padding: 10px 30px;
    font-family: Avenir-Black;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block
}*/




.thumbnail-car-card .table {
    margin-bottom: 0;
    position: absolute;
    bottom: 0
}

.thumbnail-car-card .table td {
    border-right: 1px solid #ddd;
    text-align: center;
    font: 12px/14px Avenir-Black;
    color: #646464;
    letter-spacing: .6px;
    width: 25%;
	font-family: open sans;
    padding: 12px 8px
}

.thumbnail-car-card .table td p {
    margin: 0 auto;
    display: table;
    position: relative
}

.thumbnail-car-card .table td p img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) scale(0.8);
    left: -36px
}

.thumbnail-car-card .table td span {
    font-size: 12px;
    font-family: Open Sans;
    display: block;
	color: #646464;
    margin-top: 7px
}

.thumbnail-car-card .table td:last-child {
    border-right: none
}

.thumbnail .media:first-child {
    padding-top: 20px
}

.tax-inc {
    font-size: 10px
}

.thumbnail .cat-car-f {
    margin-left: 0
}

.modal-center {
    margin: 0 auto
}

.verification {
    padding: 25px 20px 30px
}

.agree {
    color: #ce2127;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer
}

@media only screen and (min-width:1281px) and (max-width:3450px) {
    .container {
        max-width: 1280px;
        width: 100%
    }
}

@media (max-width:1280px) {
    .profile .profileupdate {
        min-width: 100%
    }
}

@media (max-width:1200px) {
    .app .download .store span {
        font-size: 16px
    }
}

@media (max-width:1140px) {
    .banner .reservation .col-lg-2,
    .banner .reservation .col-md-2,
    .banner .reservation .col-sm-2 {
        padding-left: 15px;
        padding-right: 15px
    }
    .banner .reservation .submit {
        
    }
    .banner .reservation .calendar {
        background-position: 93% 50%
    }
    .productTop .productdetail .productInfo .price {
        margin-top: 15px
    }
    .productTop .productdetail .productInfo .facility {
        margin: 10px 0 0
    }
    .productTop .upgrade .carfeature {
        margin: 5px 0 0
    }
    .productbottom .time {
        padding: 0
    }
    .productbottom .time p {
        font-size: 12px
    }
    .productTop .upgrade .book {
        margin-top: 20px
    }
    .thumbnail-car-card .table td {
        padding: 10px 5px
    }
    .bookingTop nav {
        margin-left: 15px
    }
    .bookingTop nav li {
        margin: 0 1px
    }
}

@media (max-width:1024px) {
    .banner .reservation .calendar {
        background-size: 10%;
        background-position: 97% 50%
    }
    .checkbox-custom-label {
        font-size: 10px
    }
    .checkbox-custom+.checkbox-custom-label:before {
        margin-right: 10px
    }
    .productTop .productdetail .productInfo .carfeature {
        margin: 20px 0 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner .topBar ul li.first {
        padding: 12px 20px 11px
    }
    .banner .topBar ul li a {
        padding: 12px 20px
    }
    .banner .topBar ul li a:after {
        width: 80%
    }
    .banner .reservation {
        padding: 30px 0
    }
    .banner .reservation .col-lg-2,
    .banner .reservation .col-md-2,
    .banner .reservation .col-sm-2 {
        padding-left: 15px;
        padding-right: 15px
    }
    .banner .reservation .submit {
        left: 0
    }
    .banner .reservation .calendar {
        background-size: inherit
    }
    .bootstrap-datetimepicker-widget {
        width: 90%!important
    }
    .slider {
        height: 440px
    }
    .slider .content .off h1 {
        font-size: 48px;
        line-height: 60px;
        margin: 0
    }
    .slider .content .off h1 span {
        font: 80px/70px AvenirNextforABG-Demi
    }
    .slider .content .off h1 span:before {
        font: 28px/40px AvenirNextforABG-Regular
    }
    .slider .content .off h1 span:after {
        font: 20px/24px AvenirNextforABG-Demi;
        right: 12px
    }
    .app {
        background: url(../images/appbg.jpg) 45% 50% no-repeat
    }
    .app .downtext {
        padding: 45px 0 0
    }
    .app .download {
        left: auto
    }
    .app .download .store {
        display: block;
        line-height: 41px;
        width: inherit
    }
    .app .download .store span {
        display: inline-block
    }
    .why .block-5 li h3 {
        font-size: 16px
    }
    .category .pd-r-0 {
        padding-right: 15px!important
    }
    .category .box {
        max-width: calc(100% - 10%)
    }
    .carfeature li {
        padding: 10px 5px
    }
    .productTop .productdetail .productInfo {
        padding: 30px 20px 40px
    }
    .productMiddle {
        padding: 30px 30px 20px
    }
    .productMiddle .col-sm-3 {
        padding-left: 10px;
        padding-right: 10px
    }
    .bookform .booktext {
        padding: 10px 20px
    }
    .footerTop .group.name {
        margin-right: 0
    }
    .footerTop {
        padding: 60px 0 20px
    }
    .footerTop .footerbox .call {
        margin: 0 0 35px
    }
    .productbottom {
        padding: 50px 30px
    }
    .checkoutprocess .paymenttype .paymentprocess {
        padding-left: 0
    }
    .checkoutprocess .paymenttype .type {
        padding: 0 40px 20px 0
    }
    .checkoutprocess .paymenttype .type li:first-child {
        width: 1.4%
    }
    .signup {
        padding: 50px 20px 0
    }
    .signup .signupouter {
        padding: 30px 0
    }
    .signup .intl-tel-input.allow-dropdown input,
    .signup .intl-tel-input.allow-dropdown input[type=tel],
    .signup .intl-tel-input.allow-dropdown input[type=text] {
        padding: 10px 30px 10px 75px!important
    }
    .signup .signform {
        padding: 0 30px 0 0
    }
    .signup .signform:after {
        right: 5px
    }
    .signup .signform .gender .gendertype {
        width: 48%
    }
    .signup .sociallogin:before {
        left: -32px;
        padding: 10px 0
    }
    .signup .sociallogin .socialBtn img {
        margin-right: 10px
    }
    #otpModal .signup .signupouter,
    #signinModal .signup .signupouter {
        padding: 50px 0
    }
    #apppopup .signup .signform,
    #otpModal .signup .signform,
    #profileModal .signup .signform {
        padding: inherit
    }
    #profileModal .signup .signform:after {
        content: initial
    }
    .productbottom .promo {
        margin-top: 20px
    }
    .terms {
        padding: 15px 20px 40px
    }
    .bookingnav ul li {
        margin-right: 10px
    }
    .bookingTop nav {
        margin-left: 20px
    }
    .bookingTop nav li.previous {
        display: block
    }
    .invoice {
        padding: 20px 0 0 10px
    }
    .bookingDetail .group {
        margin-bottom: 15px
    }
    .documents #radio-3+label {
        margin-left: 15px
    }
    .documents .form-group {
        margin-bottom: 25px
    }
    .filechoose.pd-r-30 {
        padding-right: 0!Important
    }
    .profile .profileupdate {
        min-width: 100%;
        padding: 5px 10px
    }
    .documents .col-sm-6.pd-r-30 {
        padding-right: 15px!Important
    }
}

.paymenttype ul {
    list-style-type: none;
    margin: 0;
    background: #f6f5f5;
    padding: 0
}

.paymenttype ul li {
    border-bottom: 1px solid #fff;
    padding: 12px 10px;
    cursor: pointer
}

.paymenttype li.active a {
    font-family: Avenir-Heavy;
    color: #c70823
}

.paymenttype li a {
    color: #333;
    text-transform: uppercase;
    font-family: Avenir-Book;
    line-height: 50px;
    position: relative
}

.payment-left-main-ul label {
    text-indent: 40px;
    font-size: 17px;
    font-weight: 100;
    text-transform: capitalize;
    font-family: Avenir-roman;
    cursor: pointer
}

.payment-left-main-ul label:before {
    content: "";
    display: inline-block;
    border: 1px solid #d4002a;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -5px
}

.payment-left-main-ul li.active label:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #d4002a;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 0
}

.media img {
    cursor: default
}

.bookform .subheading .tooltip-tax span {
    text-transform: none!important
}

.home-avis {
    background: #000
}

.page-helper-sep .navbar-left {
    width: 100%;
    background: #d4002a
}

.about-us-main {
    border-bottom: 5px solid #f9f9f9;
    background: #f9f9f9
}

.about-detail {
    background: #fff;
    padding: 70px
}

.about-detail p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600
}

.about-runningText {
    background: #ecebeb;
    float: left;
    margin: 0 15px
}

.about-runningText p {
    margin: 31px 50px;
    color: #787878;
    font-size: 16px;
    line-height: 26px
}

.aboutHad {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 145px;
    letter-spacing: 3px
}

.about-List {
    margin: 0;
    padding: 0
}

.about-List ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.about-List ul li {
    background: #fff;
    float: left;
    border-bottom: 2px solid #f9f9f9;
    width: 100%;
    padding: 20px 0
}

.about-List h1 {
    text-align: center;
    color: #c70823;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.about-List img {
    margin: 0 auto;
    padding: 30px 0 0
}

.about-List ul.onlyText {
    background: red;
    float: left
}

.about-List ul .onlyText li {
    border: 0;
    font-size: 18px;
    color: #595959
}

.about-List ul .red-circle {
    list-style-type: disc
}

.about-List ul .red-circle li {
    border: 0;
    color: #c70823;
    padding: 10px 0;
    font-size: 18px
}

.about-List ul .red-circle li p {
    color: #595959
}

.Why-bg {
    background-color: #eee
}

.noPadding {
    padding: 0
}

.pageBackground {
    background: #f9f9f9
}

.awardPage .row .whiteBg {
    margin: 0!important;
    margin-right: 0!important;
    margin-left: 0!important
}

.awardPage .leftside ul li {
    margin-bottom: 20px
}

.awardPage .rightImg img {
    float: right;
    width: 100%
}

.whiteBg ul {
    display: table;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.awardPage .leftside ul li {
    display: table-row;
    list-style: outside none none;
    text-align: center!important
}

.awardPage .leftside ul li img {
    margin: 15px auto;
    width: 103px
}

.awardDetail {
    margin-top: 20px
}

.awardDetail ul {
    padding: 0 15px
}

.awardDetail ul li {
    margin-bottom: 20px;
    font-size: 17px;
    list-style: none;
    background: #fff;
    padding: 20px 30px;
    text-transform: uppercase
}

.awardDetail ul li span {
    color: #c70823
}

.careerPage ul {
    margin: 0;
    padding: 0
}

.careerPage li {
    list-style: none;
    background: #fff;
    margin-bottom: 2px;
    padding: 35px 10px
}

.careerPage li ul li {
    color: #595959;
    list-style-type: none;
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0;
    padding-right: 30px;
    margin-top: 10px
}

.careerPage li p {
    color: #595959;
    list-style-type: none;
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0;
    padding-right: 30px
}


.careerPage li ul li:before {
    content: '\2022';
    color: #c70823;
    padding-right: .5em
}

.careerPage li ul li span {
    display: inherit;
    margin-top: -25px;
    padding-left: 20px
}

.careerPage h1 {
    text-align: center;
    color: #c70823;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.careerPage img {
    margin: 0 auto;
    padding: 30px 0 0
}

.careerPage .rightSide {
    border-left: 5px solid #f9f9f9;
    padding: 53px 30px
}

.customInput {
    border: 1px solid #676767;
    border-radius: 0;
    color: #3c3c3c;
    padding: 10px 15px;
    font-size: 12px;
    height: auto;
    width: 100%;
    display: block
}

.customInput:focus {
    border-color: #c70823;
    box-shadow: none;
    outline: 0
}

.customInput::-webkit-input-placeholder {
    color: #3c3c3c!important
}

.customInput:-moz-placeholder {
    color: #3c3c3c!important
}

.customInput::-moz-placeholder {
    color: #3c3c3c!important
}

.customInput:-ms-input-placeholder {
    color: #3c3c3c!important
}

.careerPage .rightSide .form-group {
    margin-bottom: 25px
}

.careerPage .rightSide select.customInput {
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/select-dropdown.png);
    background-repeat: no-repeat;
    background-position: 98%
}

.radioDiv {
    display: inline-block;
    margin: 0 30px
}

.careerPage .rightSide label {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 400
}

.radio-custom.careerRadio:checked+.radio-custom-label.careerRadioLabel:before {
    box-shadow: 0 0 0 2px #fff inset;
    border: 1px solid #c70823
}

.pastapplied .radioDiv {
    margin: 0 10px
}

.btn-submit {
    padding: 10px 50px;
    font-family: Avenir-Roman;
    font-size: 16px;
    border: 0;
    outline: 0;
    font-weight: 400
}

.careerPage .fileUpload .upload {
    margin-left: -98px;
    width: 200%
}

.careerPage .fileUpload {
    color: #3c3c3c;
    display: block;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #3c3c3c;
    border-radius: 0;
    position: relative;
    overflow: hidden
}

.careerPage #uploadFile {
    background: none!important;
    border: 0!important;
    color: #3c3c3c;
    font-size: 12px;
    float: left;
    padding-left: 15px;
    margin: 10px 0
}

.careerPage #uploadFile::-webkit-input-placeholder {
    color: #3c3c3c
}

.careerPage #uploadFile:-moz-placeholder {
    color: #3c3c3c
}

.careerPage #uploadFile::-moz-placeholder {
    color: #3c3c3c
}

.careerPage #uploadFile:-ms-input-placeholder {
    color: #3c3c3c
}

.newsPage {
    background: #f9f9f9
}

.newsLeft {
    padding: 10px 0
}

.newsLeft .newsBrief {
    background: #fff;
    margin-bottom: 3px;
    padding: 30px
}

.newsBrief .newsDate {
    color: #7f7f7f;
    font: 12px/38px Avenir-Medium
}

.newsBrief .newsTitle {
    color: #c70823;
    font: 20px/38px Avenir-Medium;
    margin: 0 0 20px
}

.newsBrief p {
    color: #3b3b3b;
    font: 14px/24px Avenir-Book;
    margin-bottom: 25px
}

.newsPage .pagination {
    margin: 25px auto;
    display: block;
    border-radius: 0;
    text-align: center
}

.newsPage .pagination li a,
.newsPage .pagination li span {
    font-size: 20px;
    color: #ce2127;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 0 5px;
    font-family: Avenir-Roman;
    margin: 0
}

.newsPage .pagination li a.active,
.newsPage .pagination li a:focus,
.newsPage .pagination li a:hover,
.newsPage .pagination li span:focus,
.newsPage .pagination li span:hover {
    background-color: transparent;
    color: #ce2127;
    border: 0;
    border-bottom: 2px solid #ce2127
}

.newsRight {
    padding: 50px 40px;
    background: #f0f0f0
}

.newsRight .panel-group .panel {
    background-color: transparent;
    border-bottom: 2px solid #939393;
    text-align: center
}

.newsRight .panel-default>.panel-heading {
    color: #ce2127;
    background-color: none!important
}

.newsRight .panel-title {
    font: 20px/24px Avenir-Medium
}

.newsRight .panel-title>a {
    padding: 8px 0;
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s
}

.newsRight .panel-title>a:focus,
.newsRight .panel-title>a:hover,
.newsRight .panel-title>a:visited {
    color: #ce2127
}

.newsRight .panel-body {
    padding: 0
}

.newsRight .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 2px solid #939393
}

.newsRight .panel-body ul {
    padding: 0;
    list-style-type: none
}

.newsRight .panel-body ul li {
    line-height: 30px;
    display: block
}

.newsRight .panel-body ul li a {
    color: #888;
    font: 16px/40px Avenir-Medium;
    text-transform: uppercase
}

.newsRight .panel-body ul li a:hover,
.newsRight .panel-body ul li.active a {
    color: #ce2127
}

@media (min-width:992px) {
    .newsPage .col-md-10 {
        width: 87.333333%
    }
    .newsPage .col-md-2 {
        width: 12.666667%
    }
}

.terms-condition {
    background: #f9f9f9
}

.termsOuter {
    background: #fff;
    padding: 20px 0
}

.termsOuter .termsinfo {
    padding: 15px 45px;
    border-bottom: 2px solid #f9f9f9
}

.termsinfo .termTitle {
    color: #c70823;
    font: 600 16px/16px Avenir-Medium;
    margin: 15px 0;
    text-transform: uppercase
}

.termsinfo p {
    color: #595959;
    font: 16px/24px Avenir-Roman;
    margin-bottom: 15px
}

.termsinfo a {
    color: #595959
}

.termsinfo a:hover {
    color: #c70823
}

.termsinfo i {
    font-size: 7px;
    line-height: 15px;
    color: #c70823;
    vertical-align: middle
}

.termsinfo .cancelResrve {
    margin: 20px 0
}

.termsinfo .cancelResrve .termTitle {
    text-decoration: none;
    margin-bottom: 18px
}

.termBottom {
    margin: 20px 0;
    padding: 0 0 0 45px
}

.termBottom p {
    color: #c70823;
    font: 16px/24px Avenir-Medium;
    margin: 0;
    font-style: italic
}

.destination .db {
    width: 100%;
    position: relative
}

.d-top {
    padding: 90px 0;
    display: table;
    width: 100%
}

.d-top .d-left {
    width: 15%;
    float: left;
    border-right: 1px solid #d9d9d9;
    position: relative
}

.d-top .d-right {
    width: 85%;
    float: left
}

.d-top h2 {
    background: #c70823;
    font-family: Avenir-Book;
    margin-top: 0;
    color: #fff!important;
    text-transform: uppercase;
    padding: 14px 0 14px 20px;
    font-size: 16px
}

.d-top ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.d-top .nav-tabs {
    float: left;
    border-bottom: none;
    padding-left: 20px
}

.d-top .nav-tabs li {
    float: none;
    width: 100%
}

.d-top .nav-tabs li a {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 300;
    border: none;
    padding: 0;
    line-height: 30px
}

.d-top .nav-tabs li a:focus,
.d-top .nav-tabs li a:hover {
    border: none;
    background: #fff;
    color: #c70823
}

.d-top .nav-tabs li.active a {
    color: #c70823
}

.d-top .tab-content {
    float: left
}

.d-top .tab-content h3 {
    font-size: 18px;
    color: #c70823;
    text-transform: uppercase;
    margin-top: 0
}

.d-top .tab-content li {
    float: left;
    padding: 0 30px
}

.d-top .tab-content li:first-child {
    width: 80%;
    border-right: 1px solid #d9d9d9
}

.d-top .tab-content li:last-child {
    width: 20%
}

.d-top .tab-content li p {
    font: 14px/28px Avenir-Book;
    margin-bottom: 0;
    text-align: justify;
    color: #3b3b3b
}

.d-top .tab-content li p span {
    color: #c70823;
    font-size: 18px
}

#destinationMain .d-m-head {
    padding-bottom: 30px;
    text-align: center
}

#destinationMain .d-m-head h1 {
    font-size: 36px;
    color: #c70823;
    margin-top: 0;
    text-transform: uppercase
}

#destinationMain .d-m-head h1 span {
    font-family: Avenir-Black;
    display: block
}

#destinationMain .d-m-head p {
    color: #3b3b3b;
    font-size: 14px;
    font-family: Avenir-Medium;
    width: 80%;
    margin: 0 auto
}

#destinationMain .rowDdata {
    padding: 60px 0;
    border-bottom: 1px solid #ececec;
    display: table;
    width: 100%
}

#destinationMain .rowDdata:last-child {
    border: none
}

#destinationMain .rowDdata .rowTwo {
    margin-top: 20px
}

#destinationMain .rowDdata .rowTwo h4 {
    margin-bottom: 10px;
    font-family: Avenir-Book
}

#destinationMain .rowDdata .rowTwo .rowUl {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 30px;
    color: #8a8a8a;
    margin-top: 10px
}

#destinationMain .rowDdata .rowTwo .rowUl li {
    width: inherit;
    margin-right: 15px;
    margin-left: 15px
}

#destinationMain .rowDdata .rowTwo .rowUl a {
    color: #8a8a8a
}

#destinationMain .rowDdata ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#destinationMain .rowDdata ul li {
    float: left;
    width: 50%
}

#destinationMain .rowDdata ul li h4 {
    color: #c70823;
    font-size: 18px;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 20px
}

#destinationMain .rowDdata ul li p {
    padding-left: 30px;
    font: 14px/24px Avenir-Book;
    color: #3b3b3b;
    text-align: justify
}

#destinationMain .rowDdata .rowTwo .rowUl li p {
    padding-left: 0;
    text-align: left
}

.products_and_services h1 {
    color: #c70823;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Avenir-Roman;
    margin: 0 0 10px
}

.products_and_services h2 {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Avenir-Roman;
    margin: 30px 0;
    min-height: 24px
}

.products_and_services h2 img {
    margin-right: 5px
}

.products_and_services h2 span {
    padding-left: 15px
}

.products_and_services p {
    color: #595959;
    font-size: 16px;
    font-family: Avenir-Roman;
    line-height: 22px
}

.products_and_services p a {
    color: #c70823
}

.products_and_services .leftImg {
    text-align: center;
    padding-left: 15px
}

.products_and_services .leftImg img {
    max-width: 90px!important
}

.products_and_services .servicesBox {
    padding-right: 10px
}

.products_and_services .allPadd {
    padding: 10px
}

.whiteBg,
.whiteBg2 {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 20px
}

.partnership {
    background: #f9f9f9
}

.partnerTab {
    display: block;
    list-style-type: none;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0
}

.partnerTab li {
    display: inline-block;
    border-right: 2px solid #fff;
    min-width: 200px;
    vertical-align: middle;
    line-height: 50px;
    margin: 0 -3px 0 0
}

.partnerTab li a {
    padding: 10px 20px;
    display: block;
    background: #ebeaea;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}

.partnerTab li.active a,
.partnerTab li:hover a {
    background: #fff
}

.partnerTab li:last-child {
    border-right: 0
}

.partnerInner {
    background: #fff;
    padding: 0 0 40px
}

.partnerInner .partnercontainer {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    padding: 0 30px
}

.partnerHeading {
    font: 500 18px/24px Avenir-Medium;
    color: #c70823;
    margin: 0 0 0 -20px;
    text-transform: uppercase;
    padding-top: 50px
}

.partnerInner p {
    font: 16px/24px Avenir-Roman;
    color: #595959;
    margin: 0 0 -4px
}

.partnerTable .table {
    border: 2px solid #dcdcdc;
    margin: 30px 0
}

.partnerTable .table th {
    background: #c70823;
    color: #fff;
    padding: 13px 30px;
    font: 16px/24px Avenir-Medium;
    border-bottom: 0
}

.partnerTable .table>tbody>tr>td {
    color: #595959;
    padding: 12px 30px;
    font: 16px/24px Avenir-Roman;
    border-top: 2px solid #ddd
}

.partnerTable .table>tbody>tr:first-child>td {
    border-top: 0
}

.benifitTable .table th {
    padding: 20px;
    vertical-align: top
}

.benifitTable .table>tbody>tr>td {
    padding: 30px 20px 10px
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 2px solid #dcdcdc
}

.partnerInner .benifitTable p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.partnerInner .benifitTable p span {
    padding-right: 5px
}

.partnerInfo {
    margin: 40px 0 60px
}

.partnerInfo .partnerInfoBox {
    padding: 35px 40px 25px;
    background: #c70823
}

.partnerInfoBox .partnerHeading {
    color: #fff;
    margin: 0 0 20px
}

.partnerInfoBox p {
    color: #fff;
    letter-spacing: .3px
}

.partnerInfo .col-sm-6 {
    padding: 0 3px
}

.partnerTerm {
    padding-left: 30px
}

.partnerTerm ul {
    margin-top: 30px;
    padding: 0
}

.partnerTerm ul li {
    list-style-type: disc;
    color: #c70823;
    line-height: 35px
}

.partnercontainer .imgsbi {
    display: table;
    margin: 0 auto
}

.offerPartner .offer-block-section .offer-car-btn {
    position: static;
    display: inline-block;
    margin: 30px 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.offerPartner .offer-block-section h2 {
    padding: 0 0 20px
}

.partnerTerm a {
    color: #666
}

.img-d img {
    cursor: default
}

.clear {
    clear: both
}

.privacy_policy {
    margin: 0
}

.privacy_policy .information {
    margin: 5px 0 0
}

.privacy_policy h3 {
    font-size: 20px;
    padding: 0 0 20px;
    text-transform: uppercase;
    color: #c70823
}

.privacy_policy ul {
    font-size: 18px;
    margin: 0;
    padding: 0
}

.privacy_policy ul li {
    text-align: left;
    color: #c70823;
    margin-bottom: 20px
}

.privacy_policy p,
.privacy_policy ul li p {
    color: #595959;
    font-size: 16px
}

.privacy_policy ul li span {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 11px;
    background: #c70823;
    float: left;
    margin: 7px 15px 0 0
}

.privacy_policy ul li .redColor {
    color: #c70823;
    font-weight: 400
}

.privacy_policy .content {
    float: right;
    width: 88%;
    font-size: 18px;
    color: #595959
}

.privacy_policy .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    background: #fff none repeat scroll 0 0!important
}

.privacy_policy .panel-default>.panel-heading {
    padding: 15px 20px;
    border-radius: 0;
    color: #212121;
    border-color: none;
    background-color: none;
    overflow: hidden
}

.privacy_policy .panel-title {
    font-size: 14px
}

.privacy_policy .panel-title img {
    display: block;
    max-width: 94px;
    float: left;
    margin: 0 40px 0 35px
}



.privacy_policy .panel-title>a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #c70823;
    text-transform: uppercase
}

.panel-title>a:hover {
    color: #f3f3f3
}

.privacy_policy .more-less {
    float: right;
    font-weight: 400
}

.privacy_policy .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: none!important
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none!important
}

.mordify-search {
    z-index: 999;
    position: relative
}

.management {
    background: #f9f9f9
}

.management .teamBox {
    padding: 45px 50px;
    background: #fff
}

.management .teamBox:nth-child(even) {
    background: #f9f9f9
}

.teamBox .teamImg {
    margin: 0 auto;
    border: 2px solid #c70823;
    border-radius: 50%;
    padding: 12px;
    width: 80%
}

.teamBox .teamInfo {
    padding-left: 15px
}

.teamInfo .memberName {
    color: #c70823;
    text-transform: uppercase;
    font: 20px/20px Avenir-Medium;
    margin: 10px 0 0
}

.teamInfo .memberPost {
    text-transform: uppercase;
    color: #000;
    font: 14px/14px Avenir-Medium;
    margin: 15px 0
}

.teamInfo p {
    color: #595959;
    font: 16px/28px Avenir-Roman
}

.margnBott {
    margin-bottom: 50px
}

.d-top .tab-content li:last-child img {
    width: 140%
}

.privacy_policy .panel-body {
    padding: 0 15px
}

.appposition {
    position: relative;
    right: -50px
}

.appposition .bottom-car {
    position: absolute;
    bottom: -24px;
    left: -140px
}

.share-resume {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 30px 0
}

.share-resume a,
.share-resume h1 {
    font-size: 20px;
    color: #d4002a
}

.condition-tab {
    padding: 30px 0
}

.condition-tab a {
    color: #777;
    text-transform: uppercase
}

.condition-tab li.active a {
    color: #fff
}

.condition-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%
}

.condition-tab ul li {
    float: left;
    padding: 8px 20px
}

.condition-tab ul li.active {
    background: #ce2127;
    border-color: #ce2127
}

.condition-tab li {
    background: #fff;
    border: 1px solid #ccc
}

.offers-head h1 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px
}

.offers-head ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    display: table;
    width: 100%
}

.offers-head ul li {
    float: left;
    width: 22%;
    height: 145px;
    margin: 0 1.5%
}

.offers-head ul li a span {
    text-align: center!important;
    width: 100%;
    display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 9px
}

.offers-head ul li a span.offers-head-img {
    background-image: url(../images/avis-offers/offer-head.png);
    width: 110px;
    height: 78px;
    background-position: top;
    border: 2px solid #000;
    border-radius: 5px;
    margin: 0 auto 20px;
    display: table;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease
}

.offers-head ul li a:hover span.offers-head-img {
    background-color: #ce2127
}

.offers-head ul li a:hover span.self-drive {
    background-position: center -90px!important;
    border-color: #ce2127
}

.offers-head ul li a span.chauffeur-drive {
    background-position: center -182px!important
}

.offers-head ul li a:hover span.chauffeur-drive {
    background-position: center -270px!important;
    border-color: #ce2127
}

.offers-head ul li a span.global-self-drive {
    background-position: center -361px!important
}

.offers-head ul li a:hover span.global-self-drive {
    background-position: center -450px!important;
    border-color: #ce2127
}

.offers-head ul li a span.offers-Partner {
    background-position: center -537px!important
}

.offers-head ul li a:hover span.offers-Partner {
    background-position: center -630px!important;
    border-color: #ce2127
}

header .headertop .social .phone:hover i {
    color: #333!important;
    background: #ccc
}

.offer-block-section {
    background: #cacaca;
    height: 344px;
    margin-bottom: 60px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    display: block
}

.offer-block-section:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .16)
}

.offer-block-section img {
    width: 100%
}

.offer-block-section h3 {
    font-size: 18px;
    color: #333;
    margin: 55px 0 20px;
    font-family: Avenir-medium;
    text-transform: uppercase
}

.offer-block-section h5 {
    font-size: 16px;
    color: #333;
    font-family: Avenir-medium;
    line-height: 20px;
    padding: 0 15px
}

.offer-block-section .offer-car-btn {
    background: #d4002a;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    padding: 10px 25px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

li.user-active {
    background: #ce2127
}

.order-forgot-btn {
    margin-top: 10px!important;
    display: table
}

.upgradeed.no-selected .upbtn {
    display: none!important
}

.upgradeed.no-selected .selected {
    box-shadow: none!important
}

.offer-color {
    background-color: #f4f4f4;
    padding: 80px 0 60px
}

.offer-block-section h2 {
    color: #333;
    padding: 30px 0 50px;
    margin: 0;
    font-size: 28px
}

.offer-email {
    padding: 25px
}

.offer-block-section input[type=text] {
    width: 100%;
    border: 1px solid #d1d2d0;
    padding: 10px 20px;
    background: #f7f7f7
}

.offer-block-section input[type=text]::-webkit-input-placeholder {
    color: #333
}

.offers-head {
    padding: 40px 0
}

.offer-block-section .btn-offer-sign-up {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #d4002a;
    border-radius: 0;
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #d4002a
}

.offer-block-section p {
    font-size: 14px;
    text-align: center;
    color: #c70823
}

.offers-head h1 {
    padding-bottom: 40px
}

.offer-banner img {
    width: 100%
}

.innerPage .new-condition {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20%;
    color: #ce2127;
    text-align: right;
    font-size: 12px
}

section.destination {
    position: relative;
    top: 0
}

.pageBackground {
    padding-top: 10px
}

.faq-main {
    padding-top: 30px
}

.middle-holder {
    display: table;
    min-height: 344px
}

.middle-middle {
    display: table-cell;
    vertical-align: middle
}

.contactsuccess {
    position: relative;
    top: 25px;
    color: #fff;
    font-family: Avenir-MEDIUM
}

.otpsubmit {
    float: right;
    width: 48%
}

.sitemap-inner ul {
    margin: 0;
    padding-left: 30px;
    list-style-type: none
}

.sitemap-inner a {
    color: #666
}

.sitemap-inner {
    margin: 40px 0
}

.sitemap-ul li {
    padding: 7px 0
}

.sitemap-ul a {
    text-decoration: none
}

.sitemap-ul>li>a {
    font-family: Avenir-black;
    color: #333
}

.sitemap-ul>li:before {
    content: "\f061";
    font-family: fontAwesome;
    position: absolute;
    left: 25px;
    color: #ce2127
}

.sitemap-inner ul ul {
    padding: 0;
    font-size: 13px
}

@media (max-width:767px) and (min-width:0) {
    .partnerHeading {
        padding-top: 0
    }
    .bs-example-modal-terms .terms {
        padding: 20px 0 0
    }
    .privacy_policy ul {
        padding-left: 20px!important
    }
    .footerTop .footerbox h4 {
        position: relative;
        z-index: 9
    }
}



.qb-yds-q1 {
    width: 1.7em;
    color: #fff;
    height: 1.7em;
    display: inline-block;
    border-radius: 1.7em;
    background-color: #ce2127;
    line-height: 1.7em;
    text-align: center;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 99;
     padding: 2px;
        margin-top:12px;
}

.qb-yds-q1:hover {
    background-color: #ce2127;
}

.text-payment {font-size: 12px; line-height: 22px
}
/*.qb-yds-q {
    width: 1.7em;
	color: #fff;
    height: 1.7em;
    display: inline-block;
    border-radius: 1.7em;
    background-color: #767676;
    line-height: 1.7em;
    text-align: center;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 99;
}

.qb-yds-qtext {
    color:#333;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    margin-top: 8px;
    display: inline-block;
    font-size: 0.875em;
    display: ;
    width: 200px;
    text-transform: none;
}


.qb-edit-text{display:inline-block;float:left;width:80%}
			.qb-yds-back{    display: inline-block;

.option-item{display:block;margin:1.81818em 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.car-rental-search-options>.option-item label{display:inline-block}.car-rental-search-options>.awd-option{background-color:#767676;overflow:hidden;padding:1.09091em .90909em 0;white-space:nowrap}*/

				
.qb-dob.show-dob-drop .qb-dob-drop{position: absolute;
display: block;
background-color: #121212;width:97%;
min-width: 265px;z-index: 98;
margin-top: 0;color: #000;
left: 0;padding: 5px;
        }
span.ddholder,span.mmholder{width: 25%;
display: block;
float: left;
margin-right: 5%;}

span.yyholder{width: 40%;
display: block;
float: right;}
.qb-dob .custom-selectbox .arrows{width: 30%}
.qb-dob div.custom-selectbox{width:100%;}
.qb-yds-text{color: #fff;
        display: block;
        padding-bottom: 10px;margin-top:8px;position: relative;
        z-index: 99;}
		
		
	.qb-yds-enter-holder{display:inline-block;width: 100%;
        text-align: center;
        padding: 20px 0px 5px;}	.qb-yds-enter{border-top-left-radius:40px;border-bottom-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:0 1px 1px rgba(0,0,0,.41);color:#d4002a;font-size:1.1em;font-family:AvenirNextLTW01Demi,Arial,Helvetica,sans-serif;letter-spacing:.1em;padding:0.875em 2em;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#d30029;background-color:#f2f2f2;background-image:-webkit-linear-gradient(top,#f2f2f2,#d7d7d7);background-image:-moz-linear-gradient(top,#f2f2f2,#d7d7d7);background-image:-ms-linear-gradient(top,#f2f2f2,#d7d7d7);background-image:-o-linear-gradient(top,#f2f2f2,#d7d7d7);background-image:linear,to bottom,#f2f2f2,#d7d7d7;display:inline-block}
		
		
		.qb-yds-enter:hover,.qb-yds-enter:active{background-color:#d7d7d7;background-image:-webkit-linear-gradient(top,#d7d7d7,#f2f2f2);background-image:-moz-linear-gradient(top,#d7d7d7,#f2f2f2);background-image:-ms-linear-gradient(top,#d7d7d7,#f2f2f2);background-image:-o-linear-gradient(top,#d7d7d7,#f2f2f2);background-image:linear,to bottom,#d7d7d7,#f2f2f2;text-decoration:none}
		
		
		.qb-yds-enter.disabled, .qb-yds-enter.disabled:hover,.qb-yds-enter.disabled:active{background-color:#d30029;background-color:#f2f2f2;background-image:-webkit-linear-gradient(top,#f2f2f2,#d7d7d7);background-image:-moz-linear-gradient(top,#f2f2f2,#d7d7d7);background-image:-ms-linear-gradient(top,#f2f2f2,#d7d7d7);background-image:-o-linear-gradient(top,#f2f2f2,#d7d7d7);background-image:linear,to bottom,#f2f2f2,#d7d7d7;opacity:0.5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;}
		
		.qb-yds-qtext{color: #121212;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 6px;
        margin-top: 8px;
        display: inline-block;
        font-size: 0.875em;
		width:200px;
        text-transform: none;
        position: absolute;
        right:0;
        top: 10px;
}

.qb-yds-qtext-list{color: #121212;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 6px;
        margin-top: 8px;
        display: inline-block;
        text-transform: none;
        position: absolute;
        font-size: 11px!important;
        line-height: 15px;
        top:15px;
        right: -19px;


       
}
	
		.qb-yds-q{width: 24px;
        height: 24px;
        display: inline-block;
        border-radius: 1.7em;
        background-color: #d91f37;
        color: #fff;
        line-height: 1.7em;
        text-align: center;cursor:pointer;
        margin-left: 5px;    
        position:relative;z-index: 99;}
		
		.qb-yds-q:hover,.qb-yds-q:focus{ background-color: #d4002a;}
		
		
		.qb-yds-text,.qb-yds-checkbox,.qb-yds-selected,.qb-dob-drop{display:none}
					.show-qb-check .qb-yds-checkbox, .show-dob-drop .qb-yds-text,.show-dob-drop .qb-dob-drop,
					.qb-dob-selected .qb-yds-selected{display:block}
					
					
					.qb-yds-q.show-qb-qtext .qb-yds-qtext{display:block}
					
					
					.qb-yds-selected b{font-weight:normal}
			.qb-edit-yds{display: inline-block;
    float: right;
    cursor: pointer;
    font-size: 3em;
    position: absolute;
    top: 3px;
    right: 0;
    color: #A0A0A0;}
			.qb-edit-text{display:inline-block;float:left;width:80%}
			.qb-yds-back{    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    font-size: 1.7em;
    position: relative;
    top: 3px;
    left: 0;}
	.qb-yds-text .qb-yds-q{top:5px}
			.show-qb-check .qb-yds-checkbox label{ width:70% }
		.show-qb-check .qb-yds-checkbox span.checkbox-title{display:inline}

		.termslinkflow{
	background-color: none;
    position: relative;
    z-index: 5;
}
.termslinkflow .showlinks{
	position: absolute;
	font-size: 1.4em;
	color: #fff;
	right: 0;
	width: 220px;
	margin-right: 32px;
	margin-top: 22px;
	text-align: right;
}
.termslinkflow.dark .showlinks{color:#d4002a;margin-right:32px}
.show-terms-pop #termsPdfPopup {display:block}
#termsPdfPopup{display:none;z-index:119}
#termsPdfPopup .list{
  color: #fff;
  min-width:61em;
  padding-bottom: 10px;
  border-bottom: 1px solid #5A5A5A;
  margin-bottom: 8px;
}
#termsPdfPopup .pdf-block{
	margin: 2px 0;
	color: #fff;
	background-color: #333;
	padding: 5px;
	text-transform: uppercase;
}
#termsPdfPopup .pdf-block:hover{background-color:#797979}
#termsPdfPopup .pdf-block a{
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 12em;
}
#termsPdfPopup .pdf-block a img{margin-right: 12px;width:33px;
	height:41px}
#termsPdfPopup .infoview{color: #fff;}
#termsPdfPopup .infoview p{float: left;
    width: 90%;}
#termsPdfPopup .infoview .terms-q{font-size: 1em;
	display: block;
	float: right;
	margin: 1em 0;
	width: 1.7em;
	height: 1.7em;
	border-radius: 1.7em;
	background-color: #767676;
	line-height: 1.7em;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 99;
	position: relative;
}
#termsPdfPopup .infoview .terms-q:hover,#termsPdfPopup .infoview .terms-q:focus{ background-color: #d4002a;}
#termsPdfPopup .infoview .terms-q.show-q .terms-q-info{display:block;position: absolute;right: -12em;text-align:left}
#termsPdfPopup .infoview .terms-q .terms-q-info{display:none;color: #121212;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    margin-top: 8px;
    font-size: 1.2em;
    width: 200px;}
	

.payment-section  p.legal-entity-name{
                font-size: 1.4em;margin-right:-39% !important
}
.legal-entity-name b{color:#d4002a}
.no-underline-class a{text-decoration:none}
.no-margin-cl{margin:0}
.termslinkflow.no-lap .showlinks{position:static;float:right}
.site-header .user-details .signouttxt{color:#fff;float:right;width:60%;display:none;background-color:#d2002a;padding:5px;line-height:1.2}
.site-header .user-details .header a.sign-outyes,.site-header .user-details .header a.sign-outno{
	float:none;background-color:#fff;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;
    display:inline-block;cursor:pointer;color:#d2002a;padding:2px 8px;margin: 3px 5px 0;text-decoration:none;}
.site-header .user-details .header a.sign-outyes:hover,.site-header .user-details .header a.sign-outno:hover {background-color:#ddd;}
#termsPdfPopup{top:13em;left:-13em; padding: 25px 35px;}
.payment-section strong.btmbn{border-bottom:0;margin-bottom:0}

@media only screen 
and (min-device-width : 1025px) {
.signup-for-preferred{
   display: inline-block;
}

.ap-hr {
   margin: 18px 30px 45px !important;
}

.ap-content {
    width: 100%;
    display: inline-block;
    position: relative;
    bottom: -5px;
    margin-bottom: 0px;
    margin-top: 65px;
}

.left-content {
    display: inline-block;
    width: 30%;
    float: left;
    padding-right: 20px;
    margin-bottom: 0px;
}

.left-image {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 0%;
}

.right-content {
    display: inline-block;
    width: 60%;
    padding-right: 2%;
    margin-bottom: 10%;
    float: left;
}

.right-content h3 {
    font-size: 1.7em;
    margin-bottom: 3%;
    width: 100%;
    float: left;
    margin-top: 0%;
}

.right-content h3 span {
 color:#d2072f
}

.right-content p {
  display: block;
  font-size = 1.2em;
}

.ap-button {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0,0,0,.41);
  color: #d4002a;
  font-family: AvenirNextLTW01Demi,Arial,Helvetica,sans-serif;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top,#f2f2f2,#d7d7d7);
  padding: 15.4px 30px 12.1px !important;
  position: relative !important;
  top: 25px !important;
  left: 1px !important;
  font-size: 11px !important;
}
}

@media only screen 
and (min-device-width : 581px) 
and (max-device-width : 1024px) {
  .signup-for-preferred{
   display: inline-block;
}
    .ap-hr {
   margin: 18px 30px 10px !important;
}

.ap-content {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.left-content {
    display: inline-block;
    width: 30%;
    float: left;
    position: absolute;
    bottom: -5px;
}

.left-image {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 0%;
}

.right-content {
    display: inline-block;
    width: 65%;
    padding-left: 32%;
    margin-bottom: 10%;
    padding-bottom: 5%;
}

.right-content h3 {
    font-size: 1.2em;
    margin-bottom: 3%;
    width: 100%;
    float: left;
    margin-top: 0%;
}

.right-content h3 span {
 color:#d2072f
}

.right-content p {
  display: block;
}
.ap-button {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0,0,0,.41);
  color: #d4002a;
  font-family: AvenirNextLTW01Demi,Arial,Helvetica,sans-serif;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top,#f2f2f2,#d7d7d7);
  padding: 15.4px 30px 12.1px !important;
  position: relative !important;
  top: 25px !important;
  left: 1px !important;
  font-size: 11px !important;
}
}

@media only screen 
and (max-device-width : 580px){
.signup-for-preferred {
    display: inline-block;
    margin: 0px 20px 20px 20px;
    padding: 10px 0px 0px 0px;
    border: 1px solid #ccc;
}
.ap-hr {
    margin: 0px;
    visibility: hidden;
}

.ap-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.left-content {
    display: inline-block;
    width: 30%;
    float: left;
    bottom: 0px;
    position: absolute;
}

.left-image {
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.right-content {
    display: inline-block;
    width: 65%;
    padding-left: 32%;
    margin-bottom: 10%;
}
.right-content h3 {
    font-size: 1.3em;
    margin-bottom: 3%;
    width: 100%;
    float: left;
    margin-top: 0%;
}
.right-content h3 span {
    color:#d2072f
}

.right-content p {
    display: block;
    font-size: 1.3em;
}

.ap-button {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 1px 1px rgba(0,0,0,.41);
    color: #d4002a;
    font-family: AvenirNextLTW01Demi,Arial,Helvetica,sans-serif;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(top,#f2f2f2,#d7d7d7);
    padding: 15.4px 30px 12.1px !important;
    position: relative !important;
    top: 10px !important;
    left: 1px !important;
    font-size: 11px !important;
}
}

/* Main */

.map-lock {
    display: none!important;
    visibility: hidden!important;
}

.S2_widget .inspiration-main-content > h1 {
    font-size: 27px;
}

.S2_widget .site-header {
    z-index: 201;
}

.S2_widget .timer-body-focus.has-expired #expired {
    z-index: 500!important;
}

.S2_widget .car-rental-search {
    width: 550px;
    left: 50%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    margin-left: -260px;
}

.S2_widget .form-error.south:before {
    right: 50%!important;
}

.S2_widget form#getAQuote {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #A0A0A0;
}

.S2_widget .qb-dob.show-dob-drop .qb-dob-drop {
    background-color: rgba(0, 0, 0, 0.7);
    width: 91%; 
    padding: 5%;
    left: 0;
}

.S2_widget form#getAQuote:before {
    content: '';
    width: 30px;
    background-color: #D4002A;
    display: block;
    float: left;
    position: absolute;
    left: -30px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
}

.S2_widget .inspiration-container.responsive-background {
    height: 452px;
}


/* Line 1 */


/* Search from */

.S2_widget span.hire-location-bar.car-rental-search-bar {
    margin-bottom: 20px;
}

.S2_widget #mapOverlay .mapScroller {
    background-color: #000;
}

.S2_widget #map-flyout-container {
    background: none;
    position: absolute;
    box-sizing: border-box;
    top: 80px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.S2_widget #map-flyout-container.is-return-map {
    top: 160px;
}

.S2_widget #map-overlay-container {
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}

.S2_widget #mapOverlay {
    top: 0;
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 0;
    box-sizing: border-box;
    background: none;
    z-index: 300;
}

.S2_widget #mapOverlay:before {
    display: none;
}

.S2_widget .S2_date-title.S2_return {
    width: 10%;
    display: none;
}

.S2_widget .S2_date-title.S2_pick-up {
    width: 10%;
}

.S2_widget.S2_return-search-is-active .S2_date-title.S2_pick-up,
.S2_widget.S2_return-search-is-active .S2_date-title.S2_return {
    display: block;
    width: 10%;
}

.S2_widget.S2_return-search-is-active .car-rental-search-bar {
    width: 90%;
    display: block;
}


/* Search from */

.S2_widget.S2_return-search-is-active .hire-container {
    background: none;
    overflow: visible;
    z-index: 210;
}


/* When option in search is active */

.S2_widget #map-flyout-container #map-loader {
    width: 100%;
}

.S2_widget #map-flyout-container.has-error #map-loader {
    height: 100px;
}

.S2_widget.S2_active-option #mapOverlay {
    width: 306px;
    padding: 0 0 0 15px;
}

.S2_widget .flyout-detail.is-active-detail {
    width: 224px;
    box-sizing: border-box;
}

.S2_widget.S2_wide-width .flyout-detail.is-active-detail {
    width: 330px;
}

.S2_widget .flyout-detail .flyout-detail-content {
    min-width: 0;
    padding: 0 15px;
}

.S2_widget .flyout-detail-content>table {
    margin-right: 0;
}

.S2_widget .flyout-detail-content>table td {
    padding-left: 15px;
}

.S2_widget .is-map-active .car-rental-search-footer {
    position: static;
    background: none;
}

.S2_widget #map-flyout-container #map {
    top: -10000px;
    left: -10000px;
}

.S2_widget .car-rental-search-bar {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
}


/**************        Line 2    ***************/

.S2_widget .calendar-flyout-container h2 {
    display: none;
}

.S2_widget #getAQuote a.is-open {
    z-index: 210;
    background: #353535!important;
    border: 1px solid #fff;
    border-bottom: 0;
}

.S2_widget #getAQuote a.is-open:after {
    content: '';
    background-color: #353535;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.S2_widget .return-container .date-field {
    width: 50%;
    border: none;
}

.S2_widget.S2_return-search-is-active .return-container .date-field {
    width: 100%;
}

.S2_widget .car-rental-search .hire-container > .date-field {
    width: 50%;
    margin: 0;
    border: none;
}

.S2_widget .car-rental-search .date-field-joiner {
    display: none;
}

.S2_widget.S2_return-search-is-active .return-container {
    box-sizing: border-box;
    width: 50%;
    float: right;
    margin-top: 0;
    overflow: visible;
}

.S2_widget .car-rental-search-footer {
    clear: none;
}


/* Date buttons */

.S2_widget.S2_wide-width .set-date-time-button {
    width: 120px;
    margin-left: 20px;
    box-sizing: border-box;
}

.S2_widget #pick-up-date-button {
    margin-left: 0;
}

.S2_widget .set-date-time-button {
    width: 90px;
    margin-left: 12px;
    box-sizing: border-box;
}

.S2_widget .set-date-time-button {
    background: #2B2B2B;
    box-shadow: inset 0 2em 6em #353535;
}

.S2_widget .set-date-time-button:hover {
    background: #353535;
    box-shadow: inset 0 6em 5em #2B2B2B;
}

.S2_widget .car-rental-search-options-container {
    background: none;
    display: inline-block;
}


/* Date titles */

.S2_date-title {
    display: none;
}

.S2_widget .S2_date-title {
    display: block;
    box-sizing: border-box;
    width: 20%;
    float: left;
    line-height: 58px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    left: -12px;
    word-spacing: 9999px;
}

.S2_wide-width.S2_widget .S2_date-title {
    left: 0;
}

.S2_widget .return-container .S2_date-title {
    left: 0!important;
}

.S2_widget .S2_date-title span {
    display: inline-block;
    line-height: 12px;
    border-left: 1px solid #D4002A;
    color: #ccc;
    padding-left: 5px;
    vertical-align: middle;
}


/*  Line 3  */

.S2_widget .car-rental-search-options {
    text-transform: none;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    overflow: visible;
}

.S2_widget .car-rental-search-options > .return-option,
.S2_widget .car-rental-search-options > mark {
    display: none;
}

.S2_widget .car-rental-search-options > .option-item.qb-dob,
.S2_widget .car-rental-search-options >.awd-option,
.S2_widget .car-rental-search-options >.submit-option {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 20px 0 0 0;
    position: relative;
}

.S2_wide-width.S2_widget .car-rental-search-options >.awd-option,
.S2_wide-width.S2_widget .car-rental-search-options > .option-item.qb-dob {
    width: 370px;
}

.S2_widget .car-rental-search-options >.submit-option {
    margin: 0 auto;
    display: block;
    float: none;
}

.S2_widget .qb-yds-checkbox {
    margin-top: 20px;
}

.S2_widget .option-item {
    text-transform: uppercase;
}

.S2_widget .qb-yds-selected {
    margin-top: 20px;
}

.S2_widget .qb-edit-yds {
    margin-top: 17px;
}

.S2_widget .qb-yds-text .qb-yds-q {
    top: 6px;
}

.S2_widget .option-item-checkbox.show-dob-drop .qb-yds-text {
    margin-top: 14px;
}

.S2_widget .qb-yds-checkbox .checkbox-title {
    line-height: 18px;
}

.S2_widget .car-rental-search-options > .option-item.qb-dob {
    position: absolute;
    top: 100%;
    width: 275px;
    background: rgba(0, 0, 0, 0.7);
    left: -20px;
    margin-top: 23px;
    padding: 10px 15px 0 15px;
    min-height: 75px;
}

.S2_widget .car-rental-search-options >.awd-option {
    position: absolute;
    top: 100%;
    right: -20px;
    margin-top: 23px;
    padding-top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 275px;
    min-height: 61px;
    bottom:-98px;
}

.S2_never-show {
    display: none!important;
}

.S2_widget .calendar-from-open 
-options-container,
.S2_widget .time-from-open .car-rental-search-options-container,
.S2_widget .calendar-to-open .car-rental-search-options-container,
.S2_widget .time-to-open .car-rental-search-options-container {
    border: none;
}

.S2_widget #awdcode {
    margin: 20px 20px 15px 20px;
    line-height: 40px;
    width: 230px;
    padding: 0 15px;
    box-sizing: border-box;
    height: 40px;
}

.S2_widget #awdcode::-ms-clear {
    display: none;
}


/* AWD code */

.S2_clear-aws {
    display: none;
}

.S2_widget .awd-is-active .S2_clear-aws {
    display: block;
    position: absolute;
    right: 38px;
    color: #2D2D2D;
    font-size: 18px;
    text-decoration: none;
    top: 29px;
    width: 18px;
}

.S2_widget .awd-is-active .S2_clear-aws:hover {
    color: #cccccc;
}


/* Calendar */

.S2_dont-show-calendar.S2_widget #set-drop-off-date,
.S2_dont-show-calendar.S2_widget #set-pick-up-date {
    display: none!important;
}

.S2_dont-show-calendar.S2_widget #getAQuote a.is-open {
    border: none!important;
}

.S2_widget #set-drop-off-date,
.S2_widget #set-pick-up-date {
    background: #353535;
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    margin-left: -50px;
    position: absolute;
    top: 157px;
    box-shadow: 0px 0px 15px #000;
    z-index: 200;
    border: 1px solid #fff;
    -webkit-animation-duration: 0ms;
    -moz-animation-duration: 0ms;
    animation-duration: 0ms;
}

.S2_widget .ui-datepicker a.ui-state-default {
    border: 1px solid #000;
    color: #fff;
}
.S2_widget .ui-datepicker td a.ui-state-active,.S2_widget .ui-datepicker td a.ui-state-hover,.S2_widget .ui-datepicker .ui-datepicker-current-day a.ui-state-active,.S2_widget .ui-datepicker .is-hover a.ui-state-hover {
    background: #fff;
    border-color: #fff;
    color: #d4002a;
}

 .S2_widget .ui-datepicker td a {
    background-color: #000;
}
.S2_widget .ui-datepicker-group.ui-datepicker-group-middle:after .S2_widget .ui-datepicker-group.ui-datepicker-group-last:after {
    content: '';
    width: 1px;
    height: 70%;
    background-color: #ccc;
    position: absolute;
    top: 25px;
}

.S2_widget .ui-datepicker-group {
    width: 50%!important;
    box-sizing: border-box;
    padding: 0!important;
}

.S2_widget .hasDatepicker {
    margin: 0;
}


/* Time */

.S2_widget .opening-hours-box {
    display: none;
}

.S2_widget .js .date-field .S2_time label {
    height: auto;
    border: 1px solid #969696;
    position: relative;
    padding: 0;
    margin: 0;
    width: 40%;
    overflow: auto;
}

.S2_widget #set-from-time,
.S2_widget #set-to-time {
    min-height: 0;
    box-sizing: border-box;
    position: absolute;
    left: 173px;
    padding: 0;
    margin: 0;
    width: 244px;
    top: 157px;
    height: 145px;
    border: 1px solid #fff;
    min-height: 0;
    background-color: #353535;
    box-shadow: 0 0 15px #000;
    z-index: 200;
    -webkit-animation-duration: 0ms;
    -moz-animation-duration: 0ms;
    animation-duration: 0ms
}

.S2_widget #set-to-time {
    right: 20px;
    left: auto;
}

.S2_widget .psuedo-time-container {
    padding: 0 5px;
}

.S2_widget .time-select-container {
    left: 0;
    width: 100%;
}

.S2_widget .time-flyout-container h2.pickup {
    display: none;
}

.S2_widget .time-select-container .action-trigger-time {
    min-width: auto;
}

.S2_widget .time-select-container .additional-control {
    padding: 10px 20px;
    font-size: 10px;
}

.S2_widget .time-select-container .action-trigger-time .time {
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    height: 40px;
}

.S2_widget .time-select-container .action-trigger-time [data-icon]:first-child:before {
    line-height: 32px;
}

.S2_widget .time-select-container .inner {
    height: auto;
}

.S2_widget .time-select-container .action-trigger-time .arrows {
    border-left: 1px solid #969696;
}


/* Return search is visible */


/* Calendar */

.S2_widget.S2_return-search-is-active #set-drop-off-date,
.S2_widget.S2_return-search-is-active #set-pick-up-date {
    top: 238px;
}

.S2_widget.S2_return-search-is-active #set-from-time,
.S2_widget.S2_return-search-is-active #set-to-time {
    top: 238px;
}


/* Navigation steps */

.S2_nav {
    position: absolute;
    left: -25px;
    top: 0;
    width: 25px;
    text-align: center;
    font-size: 16px;
    height: 100%;
}

.S2_nav div {
    position: absolute;
    width: 25px;
}

.S2_step-1 {
    top: 40px;
}

.S2_step-2 {
    bottom: 106px;
}

.S2_step-3 {
    bottom: 36px;
}


/* Default lightbox session expire */

.S2_widget #expire,
.S2_widget.timer-body-focus.has-expired #expired,
.S2_widget #clearChangePopup {
    z-index: 501!important;
}

.S2_widget #timer-overlay {
    z-index: 500;
}


/* For desktop version */



.S2_wide-width.S2_widget .car-rental-search {
    width: 740px;
    margin-left: -350px;
}

.S2_wide-width.S2_widget.S2_active-option #mapOverlay {
    width: 390px;
}

.S2_widget .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33%!important;
}

.S2_wide-width.S2_widget #set-from-time {
    left: 230px;
}

.S2_wide-width.S2_widget #awdcode {
    width: 315px;
}


/* Errors */

.S2_widget.S2_form-error form#getAQuote:before,
.S2_widget.S2_form-error form#getAQuote {
    border: 1px solid #ffc62c;
}

.S2_widget.S2_form-error form#getAQuote:before {
    border-right: none;
    top: -1px;
    bottom: -1px;
}

.S2_widget .time-flyout-container .form-error {
    position: absolute;
    top: 140px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    left: 0;
    padding: 15px;
}

.S2_widget .time-flyout-container .form-error.north:before {
    display: none!important;
}

.S2_widget .S2_errors-message {
    display: none;
}

.S2_widget .has-error + .S2_errors-message {
    display: block;
    background: #ffc62c;
    color: #121212;
    width: 90%;
    font-size: 12px;
    font-weight: bold;
    float: right;
    padding: 0 15px;
    box-sizing: border-box;
    height: 60px;
    position: relative;
    line-height: 60px;
    top: -20px;
    margin-bottom: 20px;
    margin-left: 10%;
}

.S2_search-to.S2_widget .has-error + .S2_errors-message,
.S2_search-from.S2_widget .has-error + .S2_errors-message {
    width: 100%;
    margin-left: 0;
}

.S2_widget .S2_errors-message .large {
    font-size: 36px;
}

.S2_widget #error_hireLocationRequired,
.S2_widget #error_returnLocationRequired {
    display: none!important;
}

.S2_widget #error_AWDValidate {
    bottom: -74px;
    background: none;
    height: 270px;
}

.S2_widget #error_AWDValidate .msg {
    width: 100%!important;
    padding: 10px;
    position: absolute;
    bottom: -105px;
    left: 0;
    padding-left: 80px;
    box-sizing: border-box;
    background: #ffc62c;
    height: 85px;
}

.S2_widget #error_AWDValidate .msg:before {
    border-width: 9px;
    border-color: transparent transparent #ffc62c;
    bottom: auto;
    right: auto;
    left: 100px;
    margin-bottom: -9px;
    margin-left: -9px;
    top: 242px;
}

.S2_widget #error_AWDValidate i.large {
    position: absolute;
    bottom: -75px;
    left: 24px;
    z-index: 100;
}

.S2_widget #error_AWDValidate:before {
    border-width: 14px;
    border-color: transparent transparent #ffc62c;
    bottom: -14px;
    right: 100px !important;
    left: auto !important;
    margin-bottom: -9px;
    margin-left: -9px;
    z-index: 10;
}

.S2_widget #map-loader {
    z-index: 299;
}


#ban{ height: 111px !important
}

#ban1{/*height:185px !important;*/ background:#fff !important;}

#slide_1Avis{display:none;}
@media (max-width:580px) {
	
	    #search-form .bg {
    padding-bottom: 10px;
    position: relative;
    z-index: 9;
}
        #search-form .bg #driver_dob .col-md-3{margin-right: 10px!important;}
        .banner #UpdateHeader .topBar ul li{width:100%;}
    .form-group #search-button{margin:20px -2px;}
	
    #filterBoxAVis{display:none;}
    #slide_1Avis{display:block;background: #ce2127; color:#fff; padding:5px 15px;margin:0px 0 15px 0 ; font-weight:600;}
    
  #slide_1Avis{margin-bottom: 1px; cursor: pointer;}
.Plus_e{ position: relative; float:right;margin-top: 7px;margin-right:5px;}
.Plus_e:before, .Plus_e:after{content: " "; transition: all 0.6s ease-in-out 0s;display: block; height:2px; background:#fff; width:10px; position: absolute;}
.Plus_e:before{transform: rotate(90deg); top:0px;}

.plus_mim .Plus_e:before{opacity: 0;transform: rotate(0deg);height:0px;}
    #ban{ height:auto !important;
    .loc_details{ background: #f3f3f3; color: #444; padding:5px 10px; margin: 0px; z-index: 1; position: absolute; width: 100%; border: 1px solid #ddd; }
    }
}

		
.list{width:100%;z-index: 999; position: absolute; padding-right:30px;}
.list ul{ background: #ffffff; margin: 0 0px 0 0; padding:0; list-style:none;  font-size:14px;  max-height: 200px; overflow-y: auto;}
.list li{ background: #fff;  line-height: 22px; margin: 0px; text-align:left;  border-bottom:1px solid #d4d4d4; padding-right: 20px;}

.list li:hover{padding-right: 20px;}

.list li.airport {background: url(../images/airport.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.airport:hover {background: url(../images/airport-h.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.city_downtown {background: url(../images/building.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.city_downtown:hover {background: url(../images/building-h.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.delivery_unit {background: url(../images/airport.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.delivery_unit:hover {background: url(../images/airport-h.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.downtown {background: url(../images/building.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.downtown:hover {background: url(../images/building-h.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.exhibition {background: url(../images/airport.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.exhibition:hover {background: url(../images/airport-h.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.garage_hotel {background: url(../images/building.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.garage_hotel:hover {background: url(../images/building-h.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.hq {background: url(../images/airport.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.hq:hover {background: url(../images/airport-h.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.railway {background: url(../images/train.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.railway:hover {background: url(../images/train-h.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.seaport {background: url(../images/building.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}
.list li.seaport:hover {background: url(../images/building-h.png) no-repeat; background-position: right center; display: block; margin-right: 6px;}


.list li a{ color:#222; text-decoration:none; margin: 0px;  padding:5px 40px 5px 6px;  display:block}
.list li a:hover{  background: #f3f3f3; padding:5px 40px 5px 6px; margin: 0px; color: #d41f2d;}  

/*
.loc_details{ background: #f3f3f3; color: #444; padding:5px 10px; margin: 0px; z-index: 999; position: absolute; width: 88%; border: 1px solid #ddd; }				
.loc_details > table {
    font-size: 12px;
}
.loc_details > table tr td{
    border-bottom: 1px solid #ddd;
    color: #666;
    padding: 5px 0;
}
.address{border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 13px;
    margin-top: 4px;
    padding-bottom: 10px;
    padding-top: 5px;}

.loc_back{padding-bottom: 5px; cursor: pointer;}
*/
.delivery-collection-24hr{display: none;}
.loc_details .loc_back{display: block; clear: both;padding:3px 0px;}
.loc_details{ background: #f3f3f3; font-size: 12px;
color: #444;
padding: 5px 10px;
margin: 0px;
z-index: 999;
position: absolute;
width: 487px;
border: 1px solid #ddd; }
.loc_details table{width: 100%; }
.loc_details table thead td{font-weight: 600;}
.loc_details table tr td{font-size: 12px; padding: 2px 6px;}				
.loc_details > table {
    font-size: 12px;
}
.loc_details > table tr td{
    border-bottom: 1px solid #ddd;
    color: #666;
    padding: 5px 0;
}
.address{border-bottom:none;
    border-top: 1px solid #ddd;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 5px;}

.loc_back{padding-bottom: 5px; cursor: pointer;}


.choose_button {

    color: #ce2127;
    font: 12px Avenir-Black;
    outline: 0 none;
    padding: 5px;
    text-align: center;
    top: 6px;
    white-space: nowrap;
    border: 2px solid #ce2127;
    margin:10px auto;
    width: 130px;
    border-radius:5px
}

.vehicle-information {
    float: right;
    margin: 0;
    width: 32.32421875%;
    max-width: 517.1875%;
    clear: both;
    border-bottom: 0;
}

.car-info-heading-container {
    display: block
}

.car-info-heading-container.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 32%;
    background: #fff;
    z-index: 2
}

.car-info-heading-container:after {
    content: "";
    display: table;
    clear: both
}

.car-info-heading-container .car-result-promo {
    margin: 2.2em 6.042296072508% 1em
}

.car-info-heading {
    margin-top: 0;
    /*overflow: hidden*/
}

.car-info-heading h2 {
    width: 68%;
    margin-bottom: 1.6em;
    float: left;
}

.car-info-heading h2 em {
    color: #d4002a;
    font-style: normal;
    display: block;
    text-transform: uppercase;
    font-size:18px;
    font-family: AvenirNextLTW01Demi, Arial, Helvetica, sans-serif
}

.car-info-heading h2 strong {
    display: block;
    float: left;
    font-size:30px;
    padding: .3em 0 0
}

.car-info-heading h2 span {
    font-size:16px;
    float: left;
    clear: left
}

.car-info-heading h2 .guarantee-med {
    display: none
}

.car-info-heading h2 .guarantee-wide {
    display: block
}

.car-info-heading .price {
    float: right;
    width: 30%;
    font-size:22px;
    margin-top:20px

}

.car-info-heading .price sub {
    bottom: 0;
    font-size: 75%
}

.select-vehicle .car-info-heading .price {
    margin-top: 2.6em
}

.car-info-heading .price .additional {
   padding-top: 1px;
font-size: 16px;
color: #444;
}

.car-info-heading .actions {
    width: 100%;
    margin: 0 0 2em;
    clear: both;
    float: none
}

.car-info-heading .actions:after {
    content: "";
    display: table;
    clear: both
}



.tab-row {
    clear: both;
    display: block;
    float: none;
    padding: 0;
    width: 100%;
    border-top: 0
}

.tab-row .info-box {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    padding:20px;
    width: auto
}
                

tab-row .info-box {
    border-left: 1px solid #ccc;
    display: table-cell;
    padding: 2.4em 16px;
    vertical-align: top;
    width: 33.333333%;
    color: #121212
}

.tab-row .info-box:first-child {
    border-left: 0
}

.tab-row .info-box h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1em;
    font-size: 1.22em;
    font-family: Open Sans;
    color: #121212
}

.tab-row .info-box .message {
    color: #767676
}

.tab-row .info-box .contextual-help {
    margin: 0;
    padding: 0
}

.tab-row .info-box .contextual-help li {
    font-size: 1em;
    list-style: none;
    margin: 0 0 1em
}

.tab-row .info-box .contextual-help li:after {
    content: "";
    display: table;
    clear: both
}

.tab-row .info-box .contextual-help li em {
    font-size: 1.4em;
    color: #121212;
    font-style: normal
}

.tab-row .info-box .contextual-help li a {
    cursor: pointer;
    text-decoration: none;
    color: #767676;
    display: block
}

.tab-row .info-box .contextual-help li a:after {
    content: "";
    display: table;
    clear: both
}

.tab-row .info-box .contextual-help li a:first-child {
    margin-top: 0
}

.tab-row .info-box .contextual-help li a span {
    float: left;
    width: 80%;
    color: #333;
}

.tab-row .info-box .contextual-help li a span em {
    font-size: 1em
}

.tab-row .info-box .contextual-help li a i {
    font-size:13px;
    background-color: #454545;
    color: #fff;
    border-radius: 50%;
    width:20px;
    height: 20px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    font-style: normal;
    float: right;
    margin-top: -.5em
}

.tab-row .info-box .contextual-help li a:hover span,
.tab-row .info-box .contextual-help li a:focus span {
    text-decoration: underline
}

.tab-row .info-box .contextual-help li a:hover i,
.tab-row .info-box .contextual-help li a:focus i {
    background-color: #d4002a
}

.tab-row .info-box .contextual-help li .details {
    width: 100%;
    float: left
}

.js .tab-row .info-box .contextual-help li .details {
    max-height: 0;
    visibility: hidden
}

.tab-row .info-box .contextual-help li p {
    
    line-height: 1.58333333333333
}

.tab-row .info-box .contextual-help li.is-open span {
    font-family: AvenirNextLTW01Demi, Arial, Helvetica, sans-serif;
    margin-bottom: 1em
}

.tab-row .info-box .contextual-help li.is-open i {
    background-color: #d4002a
}

.tab-row .info-box .contextual-help li.is-open .details {
    max-height: 100%;
    visibility: visible
}

.tab-row .info-box.similar-cars .car-list {
    margin: 1em 0;
    padding: 0
}

.tab-row .info-box.similar-cars .car-list li {
    font-size: 1.4em;
    margin: 1em 0;
    list-style: none
}

.tab-row .info-box.similar-cars .car-list em {
    color: #1d1d1d;
    font-style: normal
}

.tab-row .info-box.similar-cars .car-list span {
    display: none
}

.tab-row .info-box.similar-cars .message {
    display: none
}

.tab-row .info-box.vehicle-features .feature-list {
    margin: 1em 0;
    padding: 0
}

.tab-row .info-box.vehicle-features .feature-list li {
    font-size: 1.4em;
    margin: 1em 0;
    list-style: none
}

.tab-row .info-box.vehicle-features .feature-list em {
    color: #1d1d1d;
    font-style: normal
}

.tab-row .info-box.vehicle-features .feature-list span {
    display: none
}

.tab-row .info-box.spec-list-box .spec-list {
    margin: 0;
    padding: 0
}



.tab-row .info-box.spec-list-box .spec-list li {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 50%;
    height: 9em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}



@media (max-width:480px) and (min-width:0) {
    .top-fo { margin-top: 120px;
   
    }
     .top-fo-inner { margin-top: 0px;
   
    }

      .top-fo1 { margin:16px 0px;}
   
    
     .top-fo-list { margin-top:300px;
   
    }
#ban1 {

    height:auto;
}

}

@media (max-width:700px) and (min-width:0) {
	.upgrade.rightside  .rating{position:relative;}
    .top-fo { margin-top:105px;
   
    }
      .top-fo-inner { margin-top:12px;
   
    }
      .top-fo1 { margin:16px 0px;
   
    }
	.card_label{margin-top:20px;}
}

@media (min-width:769px){
    
    .card_label{height:42px;}
}


.radius10px {
    border-radius: 10px;
    overflow: hidden;
}

.radius5px {
    border-radius: 5px!important;
}

.cancelBookingGet{
    display: inline-block;
    padding: 11px 51px;
    font-size: 14px;
    background: #d60020;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    border:none;
}
.signupouterCancel{font-size: 12px;text-transform:uppercase;}
.signform_bookingCancel{padding-bottom: 35px;}
.signform_bookingCancel .table-responsive tr td,.signform_bookingCancel .table-responsive tr th{padding:20px 5px;}
