article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
form {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}
button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Roboto', sans-serif;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    background-color: #f3f3f3;
}
a,
a:hover {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
/* .form-control:focus {border: none; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;} */

img {
    border: none;
    vertical-align: middle;
}
/**************** * Common Css ****************/

#main,
header,
section,
footer {
    width: 100%;
    float: left;
}
.btnbox {
    color: #ffffff;
    background-color: #00357F;
    padding: 8px 20px;
    border-radius: 3px;
}
.btnbox:hover {
    color: #07c;
}
.btnbox3 {
    color: #00357F;
    background: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #00357F;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.btnbox3:hover {
    background: #00357F;
    color: #ffffff;
}
.p0 {
    padding: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.mr0 {
    margin-right: 0 !important;
}
::-webkit-input-placeholder {
    color: #000000 !important;
    font-size: 15px;
}
::-moz-placeholder {
    color: #000000 !important;
    font-size: 15px;
}
:-ms-input-placeholder {
    color: #000000 !important;
    font-size: 15px;
}
:-moz-placeholder {
    color: #000000 !important;
    font-size: 15px;
}
.plh2::-webkit-input-placeholder {
    color: #797979 !important;
    font-size: 13px;
    font-weight: 500;
}
.plh2::-moz-placeholder {
    color: #797979 !important;
    font-size: 13px;
    font-weight: 500;
}
.plh2:-ms-input-placeholder {
    color: #797979 !important;
    font-size: 13px;
    font-weight: 500;
}
.plh2:-moz-placeholder {
    color: #797979 !important;
    font-size: 13px;
    font-weight: 500;
}
/***************** * Header Part  *****************/

#header {
    float: left;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 0px;
}
#header .logo {
    float: left;
    margin-left: 40px;
}
#header nav {
    float: right;
    display: block;
    margin-right: 15px;
    margin-top: 5px;
}
#header nav>ul>li {
    float: left;
    display: inline-block;
    margin-right: 5px;
    position: relative !important;
}
#header nav ul li a {
    color: #ffffff;
    padding: 3px 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#header nav ul li a:hover,
#header nav ul li a.active {
    border: 1px solid #ffffff;
    text-decoration: none;
}
#video-part {
    width: 100%;
    height: 651px;
    position: relative;
    background: #febb02;
    overflow: hidden;
}
#video-part .container {
    position: relative;
}
#video-part .title-heading {
    position: absolute;
    z-index: 10;
    top: 163px;
    text-align: center;
}
#video-part .title-heading h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px #393838;
    -moz-text-shadow: 2px 2px 1px #393838;
    -webkit-text-shadow: 2px 2px 1px #393838;
}
#video-part .title-heading p {
    color: #ffffff;
    font-size: 20px;
}
#video-part .title-heading a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 25px 10px;
    margin-top: 30px;
}
#video-part .carousel .item img {
    width: 100%;
}
#video-part .booking {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    
    padding: 25px 0;
}
#video-part .booking .row1 {
    float: left;
    width: 100%;
}
#video-part .booking .field {
    float: left;
    width: 291px;
    margin: 0 14px 14px 0;
    position: relative;
}
#video-part .booking .field.dropoff {
    width: auto;
}
#video-part .booking #dropbox {
    display: none;
}
#video-part .booking .field label {
    font-size: 15px;
    color: ##00357F;
    font-weight: 500;
    display: block;
}
#video-part .booking .field select {
    font-size: 15px;
    color: #000000;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../images/droparrow.png) no-repeat 95% 50%;
}
#video-part .booking .field .checkbox {
    margin: 12px 0 0;
    float: left;
    width: 100%;
}
#video-part .booking .field input.form-control {
    background-color: #f7faff;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    font-size: 15px;
    padding: 6px 12px 6px 50px;
    color: #000;
    height: 46px;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    text-align: left !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
#video-part .booking .field input.date {
    background-image: url(../images/calen-icon.png);
}
#video-part .booking .field input.time {
    background-image: url(../images/time-icon.png);
}
#video-part .booking .field2 {
    width: 120px !important;
    margin-right: 25px;
}
#video-part .booking .row3 .field {
    width: auto !important;
    margin-right: 22px;
}
#video-part .booking .row3 button.search-btn-home {
    float: right;
    font-size: 15px;
    text-transform: uppercase;
    padding: 11px 45px;
    margin-right: 68px;
}
#video-part .booking .feefo {
    margin: 87px 0 0;
}
#video-part .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
#video-part .carousel-fade .carousel-inner .item,
#video-part .carousel-fade .carousel-inner .active.left,
#video-part .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
#video-part .carousel-fade .carousel-inner .active,
#video-part .carousel-fade .carousel-inner .next.left,
#video-part .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
#video-part .carousel-fade .carousel-inner .next,
#video-part .carousel-fade .carousel-inner .prev,
#video-part .carousel-fade .carousel-inner .active.left,
#video-part .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#video-part .carousel-fade .carousel-control {
    z-index: 2;
}
#datepicker,
#dropoff_date,
#pickup_date {
    width: 180px;
    margin: 0 20px 20px 20px;
}
#datepicker > span:hover,
#dropoff_date > span:hover,
#pickup_date > span:hover {
    cursor: pointer;
}
/***************** *Contant Part  *****************/

#content {
    padding: 50px 0px 60px;
}
#content .car-book {
    padding: 25px 40px 29px;
    background-color: #ffffff;
}
#content .car-book .booktext {
    padding: 0;
}
#content .car-book .booktext h2 {
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
}
#content .car-book .booktext p {
    font-weight: 300;
    color: #3b3b3b;
    font-size: 22px;
    padding: 0 0px 18px;
}
#content .car-book .booktext a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
#content .car-book .bookcar {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 59px;
}
#content .special-box {
    float: left;
    width: 100%;
}
#content .special-box .title {
    float: left;
    text-align: center;
    width: 100%;
    padding: 5px 0px 40px;
}
#content .special-box .title h1 {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
}
#content .special-box .title p {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 0px 0px;
}
#content .special-box .common-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
#content .special-box .common-box .carboximg {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#content .special-box .common-box .carboximg img {
    float: left;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#content .special-box .common-box:hover img {
    transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#content .special-box .commontext {
    float: left;
    width: 100%;
    background-color: #505050;
    padding: 12px 20px 19px;
}
#content .special-box .commontext a {
    color: #ffffff;
    font-weight: 500;
    font-size: 21px;
    float: left;
}
#content .special-box .commontext p {
    color: #ffffff;
    font-weight: 300;
    font-size: 17px;
    line-height: 19px;
    width: 100%;
    float: left;
}
#content .special-box .slider2 {
    margin-bottom: 30px;
}
#content .special-box .slider2 .carousel-inner > .item img {
    width: 100%;
}
#content .special-box .slider2 .carousel-indicators {
    width: auto;
    bottom: 0px;
    left: 0px;
    margin: 0px 0px 10px 10px;
}
/***************** *Contact Part  *****************/

#contact {
    background-color: black;
    padding: 30px 0px 35px;
}
#contact .contactonline h4 {
    color: #ffffff;
    font-size: 24px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 25px;
}
#contact .contactonline .icons {
    margin: 25px 0px 0px 15px;
    float: left;
}
#contact .contactonline .icons a {
    background: url(../images/icons.png) no-repeat;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 12px;
}
#contact .contactonline .icons a.fb {
    background-position: 0px 0px;
}
#contact .contactonline .icons a.g {
    background-position: -44px 0px;
}
#contact .contactonline .icons a.you {
    background-position: -88px 0px;
}
#contact .contactonline .icons a.tw {
    background-position: -134px 0px;
}
#contact .singup-box h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
}
#contact .singup-box .inputbox {
    width: 415px;
    float: left;
    background-color: #edefed;
    border-radius: 4px;
    padding: 10px 20px;
    margin-right: 15px;
}
#contact .singup-box button {
    float: left;
    font-size: 16px;
    padding: 6px 30px 9px;
}
/***************** *Novacar Part  *****************/

#novacar {
    background: url(../images/novacar.jpg) no-repeat center 0;
    background-size: cover;
    width: 100%;
    height: 694px;
}
#novacar .novacartext {
    float: left;
    width: 100%;
    padding-top: 55px;
    text-align: center;
}
#novacar .novacartext h1 {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
}
#novacar .novacartext p {
    font-weight: 400;
    font-size: 20px;
    padding: 8px 0px 45px;
}
#novacar .novacartext a {
    text-transform: uppercase;
    padding: 8px 25px;
    font-weight: 700;
}
/***************** *Rentalbox Part  *****************/

#rentalbox {
    background-color: #ffffff;
}
#rentalbox .title {
    float: left;
    width: 100%;
    text-align: center;
}
#rentalbox .title h3 {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 50px 0px;
}
#rentalbox .service {
    background-color: #edefed;
    padding: 20px;
}
#rentalbox .whynova {
    background-color: #fbfbfb;
    padding: 20px;
}
#rentalbox .service h5 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.service-inner {
    display: block;
}
.service-inner .slide {
    width: 100%;
    float: left;
    margin-bottom: 3px;
}
.service-inner .slide:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.service-inner .slide .title-box {
    font-size: 14px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    color: #000000;
    background: #d5d5d5 url(../images/tab_arrow.png) no-repeat right 6px center;
    padding: 7px 5px 10px 10px;
}
.service-inner .title-box_active .title-box {
    background: #505050 url(../images/active_arrow.png) no-repeat right 6px center;
    color: #ffffff;
}
.service-inner .slide .inner-text {
    display: none;
    padding: 10px;
    background-color: #ffffff;
}
.service-inner .title-box_active .inner-text {
    display: block;
}
.service-inner .slide p {
    font-size: 13px;
}
.service-inner .slide a {
    display: inline-block;
    font-size: 13px;
    margin-top: 5px;
    color: #00357F;
}
.novawifi {
    text-align: center;
    margin: 45px 0 20px;
    float: left;
    width: 100%;
}
#rentalbox .whynova h5 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#rentalbox .whynova ul {
    display: block;
    border-top: 1px solid #d7d7d7;
}
#rentalbox .whynova ul li {
    background: url(../images/list.png )no-repeat 0px center;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0px 10px 23px;
}
#rentalbox .whynova .carwhynova {
    float: left;
    text-align: center;
    width: 100%;
    margin: 70px 0 30px;
}
#rentalbox .whynova .carwhynova img {
    display: inline-block;
}
/***************** *Community Part 
 *****************/

#community {
    background-color: #edefed;
    padding: 1px 0px 1px;
}
#community .our-title {
    float: left;
    width: 100%;
    text-align: center;
}
#community .our-title h3 {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 9px 20px 20px;
}
#community .commanprofile {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
#community .commanprofile h4 {
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
}
#community .commanprofile .profile-box {
    float: left;
    width: 100%;
    position: relative;
}
#community .commanprofile .profile-box img {
    width: 100%;
}
#community .commanprofile .profiletx {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-color: rgba(80, 80, 80, 0.7);
    padding: 15px 10px;
}
#community .commanprofile .profiletx h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 3px;
}
#community .commanprofile .profiletx p {
    color: #ffffff;
    line-height: 18px;
}
/***************** *Footer Part  *****************/

#footer {
    background-color: #003580;
    padding: 50px 0px 30px;
}
#footer .reservation {
    padding-left: 60px;
}
#footer h1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}
#footer .footerbox ul li {
    float: left;
    width: 100%;
    padding: 2px 0px;
}
#footer .footerbox ul li a {
    float: left;
    color: #c2c2c2;
    font-size: 13px;
    font-weight: 400;
}
#footer .footerbox ul li a:hover {
    color: #ffffff;
}
#footer .reservation ul {
    display: block;
}
#footer .reservation ul li {
    color: #c2c2c2;
    font-weight: 400;
    font-size: 16px;
    padding-left: 23px;
    margin-bottom: 5px;
}
#footer .reservation ul li.phone {
    background: url(../images/phone.png) no-repeat 0px center;
}
#footer .reservation ul li.fax {
    background: url(../images/fax.png) no-repeat 0px center;
}
#footer .reservation ul li.call {
    background: url(../images/call.png) no-repeat 5px center;
}
#footer .reservation ul li.email {
    background: url(../images/email.png) no-repeat 0px center;
}
#footer .reservation .astabox {
    margin-top: 20px;
}
#footer .footermenu {
    float: left;
    width: 100%;
    padding: 20px 0px 3px;
    border-bottom: 1px solid white;
}
#footer .footermenu ul {
    display: block;
}
#footer .footermenu ul li {
    display: inline-block;
    margin-right: 20px;
}
#footer .footermenu ul li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}
#footer .copyright {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px 0px;
}
#footer .copyright p {
    font-weight: 400;
    font-size: 13px;
    color: #9a9a9a;
}
/***************** * Video Part  *****************/

video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background: url('../images/car-video-bg.png') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}
/********************** * Car Details Page **********************/

.header-bg {
    background-color: #00357F;
    background-size: cover;
    padding: 15px 0px !important;
    position: relative !important;
}
#breadcrumbpart {
    padding: 10px 0px;
    background-color: #ffffff;
}
.breadcrumbbox li {
    background: url(../images/arrow-back.png) no-repeat right 7px;
    padding-right: 15px;
    display: inline-block;
    margin-right: 10px;
}
.breadcrumbbox li.active {
    color: #707070;
    background: none;
}
.carbook .carbooking {
    background-color: #FEBB02;
    padding: 25px 15px 30px;
}
.carbook .carbooking .field {
    margin-bottom: 20px;
}
.carbook .carbooking .field label {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.carbook .carbooking .field select {
    font-size: 14px;
    color: #000000;
    padding: 6px 11px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../images/droparrow.png) no-repeat 95% 50%;
}
.carbook .carbooking .field input.form-control {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    font-size: 15px;
    padding: 6px 12px 6px 50px;
    color: #000000;
    height: 46px;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    text-align: left !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.carbook .carbooking .field input.date {
    background-image: url(../images/calen-icon.png);
}
.carbook .carbooking .field input.time {
    background-image: url(../images/time-icon.png);
}
.carbook .carbooking .field input.input {
    padding-left: 15px;
}
.carbook .carbooking .change {
    padding-left: 0px;
}
.carbook .carbooking .change-btn {
    background-color: #1ec173;
    margin-top: 26px;
    font-size: 16px;
    width: 100%;
    padding: 11px 20px;
}
.carbook .carbooking .bookcar {
    text-align: center;
}
.carbook .carbooking .bookcar .bookcar-btn {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 11px 40px;
    margin-top: 15px;
}
.carbook .cardetial {
    padding: 0px 15px 0px 50px;
}
.carbook .cardetial h2 {
    margin: 60px 0px 40px;
}
.carbook .cardetial p {
    color: #151414;
    font-size: 16px;
    padding-bottom: 10px;
}
.carbook .cardetial p span {
    font-weight: 500;
    width: 140px;
    float: left;
}
.carbook .caramenities {
    padding-top: 50px;
}
.carbook .caramenities h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}
.carbook .caramenities ul {
    float: left;
    width: 100%;
    padding: 25px 25px 0px;
}
.carbook .caramenities ul li {
    display: inline-block;
    width: 218px;
    float: left;
    margin-bottom: 10px;
    padding: 5px 0px 5px 37px;
    color: #151414;
    font-size: 16px;
}
.carbook .caramenities ul li.icons1 {
    background: url(../images/icons1.jpg) no-repeat 0px center;
}
.carbook .caramenities ul li.icons2 {
    background: url(../images/icons2.jpg) no-repeat 0px center;
}
.carbook .caramenities ul li.icons3 {
    background: url(../images/icons3.jpg) no-repeat 0px center;
}
.carbook .caramenities ul li.icons4 {
    background: url(../images/icons4.jpg) no-repeat 0px center;
}
.carbook .caramenities ul li.icons5 {
    background: url(../images/icons5.jpg) no-repeat 0px center;
}
.carbook .caramenities ul li.icons6 {
    background: url(../images/icons6.jpg) no-repeat 0px center;
}
.carbook .caramenities ul li.icons7 {
    background: url(../images/icons7.jpg) no-repeat 0px center;
}
.carbook .caramenities ul li.icons8 {
    background: url(../images/icons8.jpg) no-repeat 0px center;
}
.carbook .caramenities ul li.icons9 {
    background: url(../images/icons9.jpg) no-repeat 0px center;
}
.carbook .caramenities ul li.icons10 {
    background: url(../images/icons10.jpg) no-repeat 0px center;
}
.carbook .caramenities ul li.icons11 {
    background: url(../images/icons11.jpg) no-repeat 0px center;
}
.carbook .othercar,
.carbook .offers {
    padding: 50px 0px 0px;
}
.carbook .othercar .otherrelated {
    padding: 25px 0px 0px;
}
.carbook .othercar h3,
.carbook .offers h3 {
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 26px;
    font-weight: 700;
}
.contactonlinepart {
    background-size: cover;
    margin-top: 20px;
}
.carbook .tabpart {
    padding-top: 30px;
    float: left;
    width: 100%;
}
.carbook .tabpart ul {
    border-bottom: 2px solid #00357F;
}
.carbook .tabpart ul > li {
    margin-bottom: 0px;
}
.carbook .tabpart .tab-desc {
    background-color: #ffffff;
    padding: 20px;
    float: left;
    width: 100%;
}
.carbook .tabpart ul > li > a {
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #dbdbdb;
    color: #232323;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.carbook .tabpart ul > li.active > a,
.carbook .tabpart ul > li > a:hover,
.carbook .tabpart ul > li.active > a:focus,
.carbook .tabpart ul > li.active > a:hover {
    background-color: #00357F;
    color: #ffffff;
    border: 1px solid #00357F;
}
.carbook .tabpart #reviews .review-box {
    float: left;
    border: 1px solid #E3E3E3;
    padding: 15px 15px;
    margin-bottom: 10px;
}
.carbook .tabpart #reviews .review-box:last-child {
    margin-bottom: 0;
}
.carbook .tabpart #reviews .review-box .msg {
    font-size: 15px;
}
.carbook .tabpart #reviews .review-box .reviews {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.carbook .tabpart #reviews .stars {
    background-image: url(../images/stars.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 81px;
    height: 12px;
    float: left;
}
.carbook .tabpart #reviews .stars span {
    float: left;
    background-image: url(../images/stars-a.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 81px;
    height: 12px;
}
.carbook .tabpart #reviews .review-box .stars span.rate4 {
    width: 65px;
}
.carbook .tabpart #reviews .review-box .date {
    float: left;
    border-left: 1px solid #cccccc;
    font-size: 13px;
    color: #7A7A7A;
    padding-left: 10px;
    margin-left: 11px;
    line-height: 13px;
}
.carbook .tabpart #reviews .review-box .user-name {
    float: left;
    width: 100%;
    text-align: right;
}
.carbook .tabpart #reviews .review-box .user-name p {
    float: right;
    font-size: 14px;
    color: #ff0000;
}
.carbook .tabpart #reviews .write-review {
    background-color: #f1f1f1;
    padding: 15px 20px 20px;
    margin: 0 0 20px;
}
.carbook .tabpart #reviews .give-points {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.carbook .tabpart #reviews .give-points label {
    float: left;
    line-height: 14px;
    margin-right: 25px;
}
.carbook .tabpart #reviews .write-review button {
    font-weight: 600;
}
.carbook .offers .specialoffer {
    margin-top: 25px;
}
.carbook .offers .specialoffer .offerbox {
    width: 100%;
    float: left;
    background-color: #eeb70e;
}
.carbook .offers .offerbox .offerimg {
    float: left;
    position: relative;
    width: 55%;
}
.carbook .offers .offerbox .offerimg img {
    float: left;
    width: 100%;
}
.carbook .offers .offerbox .offerimg .offertx {
    position: absolute;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    background: url(../images/offer.png)no-repeat 0px top;
    float: left;
    padding: 20px;
    width: 117px;
    height: 60px;
    top: 5px;
    left: -6px;
}
.carbook .offers .offerbox .offertx {
    width: 45%;
    text-align: center;
    float: left;
    padding: 15px 30px;
}
.carbook .offers .offerbox .offertx a {
    color: #333333;
    font-size: 30px;
    line-height: 30px;
    font-style: italic;
}
.carbook .offers .offerbox .offertx p {
    font-size: 12px;
    color: #ff0000;
    padding: 11px 0px 10px;
}
.carbook .offers .offerbox .offertx p span {
    color: #ffffff;
    display: block;
}
.carbook .offers .offerbox .offertx .booknowbtn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    background-color: #f3141a;
    font-style: normal;
}
/***************** * Common Form *****************/

.form-field {
    font-size: 15px;
    padding: 6px 15px;
    color: #000000;
    height: 46px;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    text-align: left !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.common-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.form-select {
    font-size: 15px;
    color: #000000;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../images/droparrow.png) no-repeat 95% 50%;
}
.btnbox2 {
    background-color: #6F6F6F;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    padding: 8px 20px;
}
/******************** * Car Search Page ********************/

.carsearch .leftcarbook {
    padding-right: 5px;
}
.carsearch-inner {
    display: block;
}
.carsearch-inner .slide1 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background-color: #FEBB02;
}
.carsearch-inner .slide1 .title-box2 {
    font-size: 18px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    color: #00357F;
    background-color: #febb02;
    background: #febb02;
    padding: 10px 15px;
}
.carsearch-inner .slide1 .carsearchbook {
    padding: 5px;
}
.carsearch-inner .slide1 .carsearchbook .bookcar-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 20px;
    text-transform: uppercase;
}
.carsearch-inner .lefttogglebox {
    background-color: #febb02;
    padding: 15px 20px;
}
.carsearch-inner .slide {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.carsearch-inner .slide:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.carsearch-inner .slide .title-box {
    font-size: 19px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    color: #00357F;
    margin-bottom: 10px;
    background: url(../images/lefttoggle.png) no-repeat right 6px center;
}
.carsearch-inner .title-box_active .title-box {
    background: url(../images/lefttoggle.png) no-repeat right 6px center;
}
.carsearch-inner .slide .inner-text {
    display: none;
    padding: 15px;
}
.carsearch-inner .title-box_active .inner-text {
    display: block;
}
.carsearch-inner .slide p {
    font-size: 13px;
}
.carsearch-inner .slide a {
    display: inline-block;
    font-size: 13px;
    margin-top: 5px;
    color: #00357F;
}
.carsearch-inner .slide .title-box span {
    height: 1px;
    width: 85px;
    background-color: #979797;
    float: right;
    margin: 15px 30px 0px 0px;
}
.carsearch-inner .slide .title-box .line2 {
    width: 134px;
}
.carsearch-inner .slide .title-box .line3 {
    width: 140px;
}
.carsearch-inner .slide .title-box .line4 {
    width: 109px;
}
.carsearch-inner .slide .price-range {
    float: left;
    width: 100%;
    position: relative;
    margin: 25px 0 10px 0;
}
.carsearch-inner .slide .price-range .slide-bar {
    /*background-color: #ffffff; height: 4px; float: left; width: 100%;*/
}
.carsearch-inner .slide .price-range .start {
    position: absolute;
    top: -28px;
}
.carsearch-inner .slide .price-range .start.left-c {
    left: 0;
}
.carsearch-inner .slide .price-range .start.right-c {
    right: 0;
}
.carsearch-inner .slide .price-range .start p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #ffffff;
}
.carsearch-inner .slide .price-range .start span {
    /*float: left; width: 16px; height: 16px; border-radius: 16px; background-color: #00357F; border:2px solid #ffffff;*/
}
.carsearch-inner .slide .price-range .start.right-c span {
    float: right;
}
.leftcarbook ul.features {
    float: left;
    width: 100%;
}
.leftcarbook ul.features li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 10px 10px 0;
}
.leftcarbook ul.features li:nth-child(6n+6) {
    margin-right: 0px;
}
.leftcarbook ul.features li a {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #d2d2d2;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.leftcarbook ul.features li a:hover {
    background-color: #00357F;
    border-color: #00357F;
}
.leftcarbook ul.features li a.lug {
    background-image: url(../images/lug-icon.png);
}
.leftcarbook ul.features li a.lug:hover {
    background-image: url(../images/lug-icon-a.png);
}
.leftcarbook ul.features li a.people {
    background-image: url(../images/people-icon.png);
}
.leftcarbook ul.features li a.people:hover {
    background-image: url(../images/people-icon-a.png);
}
.leftcarbook ul.features li a.fuel {
    background-image: url(../images/fuel-icon.png);
}
.leftcarbook ul.features li a.fuel:hover {
    background-image: url(../images/fuel-icon-a.png);
}
.leftcarbook ul.features li a.door {
    background-image: url(../images/door-icon.png);
}
.leftcarbook ul.features li a.door:hover {
    background-image: url(../images/door-icon-a.png);
}
.leftcarbook ul.features li a.fm {
    background-image: url(../images/fm-icon.png);
}
.leftcarbook ul.features li a.fm:hover {
    background-image: url(../images/fm-icon-a.png);
}
.leftcarbook ul.features li a.ac {
    background-image: url(../images/ac-icon.png);
}
.leftcarbook ul.features li a.ac:hover {
    background-image: url(../images/ac-icon-a.png);
}
.leftcarbook ul.features li a.gar {
    background-image: url(../images/gar-icon.png);
}
.leftcarbook ul.features li a.gar:hover {
    background-image: url(../images/gar-icon-a.png);
}
.leftcarbook .carsearchbook .field {
    margin-bottom: 15px;
}
.leftcarbook .carsearchbook .field label {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.leftcarbook .carsearchbook .field select {
    font-size: 13px;
    font-weight: 500;
    color: #797979;
    border: 1px solid #e4e4e4;
    padding: 6px 11px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 41px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../images/droparrow.png) no-repeat 95% 50%;
}
.leftcarbook .carsearchbook .field input.form-control {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    font-weight: 500;
    font-size: 13px;
    padding: 6px 12px 6px 45px;
    color: #797979;
    height: 41px;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    text-align: left !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.leftcarbook .carsearchbook .field input.date {
    background-image: url(../images/calen-icon2.png);
    border: 1px solid #e4e4e4;
}
.leftcarbook .carsearchbook .field input.time {
    background-image: url(../images/time-icon2.png);
    border: 1px solid #e4e4e4;
}
.leftcarbook .carsearchbook .field input.input {
    padding-left: 15px;
}
.carsearch .searchdate {
    padding: 0px 10px 0px 0px;
}
.carsearch .searchclock {
    padding: 0px;
}
.carsearch .searchcheck {
    float: left;
    width: 100%;
    padding: 0px 0px!important;
}
.carsearch .searchcheck ul {
    float: left;
    width: 100%;
}
.carsearch .searchcheck ul li {
    display: block;
    padding: 0px 0px 10px;
}
.carsearch .searchcheck ul li label {
    color: #00357F;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.carsearch .searchcheck ul li .checksearch {
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
}
.vechiclesbox {
    display: block;
}
.vechiclesbox .product-slider {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product-slider h2 {
    color: #141414;
    border-bottom: 1px solid #e0e0e0;
    font-size: 21px;
    font-weight: 500;
    padding: 3px 0px 10px 0px;
    margin-bottom: 15px;
}
.product-slider .row {
    margin-right: -10px;
    margin-left: -10px;
}
.product-slider .owl-carousel {
    margin: 0 auto;
    width: 100%;
}
.product-slider .owl-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-slider .owl-carousel .item {
    padding: 0 5px;
}
.product-slider .owl-carousel .item .inner-item {
    float: left;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}
.product-slider .owl-carousel .item h1 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.product-slider .owl-carousel .item h1 a {
    color: #000000;
}
.product-slider .owl-carousel figure {
    text-align: center;
}
.product-slider .owl-carousel figure a {
    display: block;
    padding: 10px;
}
.product-slider .owl-carousel .owl-item {
    float: left;
}
.product-slider .owl-controls .owl-page,
.product-slider .owl-controls .owl-buttons div {
    cursor: pointer;
}
.product-title {
    border-top: 1px solid #f3f3f3;
    padding: 10px;
    float: left;
    width: 100%;
}
.product-slider .owl-theme .owl-controls .owl-page {
    display: none;
}
.product-slider .owl-prev,
.product-slider .owl-next {
    position: absolute;
    text-align: center;
    width: 22px;
    height: 23px;
    top: 0px;
    float: right;
    background-color: #797979;
}
.product-slider .owl-prev {
    right: 32px;
    background: #797979 url(../images/prev.png) no-repeat 50% 50%;
}
.product-slider .owl-next {
    right: 0px;
    background: #797979 url(../images/next.png) no-repeat 50% 50%;
}
.product-slider .owl-prev:hover,
.product-slider .owl-next:hover {
    background-color: #00357F;
}
.vechiclesbox .foundcar {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}
.vechiclesbox .foundcar .foundertitle {
    font-weight: 500;
    font-size: 18px;
}
.vechiclesbox .foundcar .foundertitle span {
    color: #00357F;
}
.vechiclesbox .foundcar .menubox {
    float: left;
    width: 100%;
    margin: 15px 0px;
}
.vechiclesbox .foundcar .menubox ul {
    display: block;
    background-color: #797979;
    float: left;
    width: 100%;
}
.vechiclesbox .foundcar .menubox ul li {
    display: inline-block;
    float: left;
}
.vechiclesbox .foundcar .menubox ul li a {
    background-color: #797979;
    float: left;
    padding: 10px 22px;
    color: #ffffff;
}
.vechiclesbox .foundcar .menubox ul li a.active,
.vechiclesbox .foundcar .menubox ul li a:hover {
    background-color: #00357F;
}
.vechiclesbox .foundcar .foundcarbox {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 15px;
    position: relative;
}
/*.profile-content {overflow: visible !important;}*/

.bestoffer {
    background: url(../images/redribbimg.png) no-repeat 0 0;
    width: 169px;
    height: 55px;
    position: absolute;
    right: -16px;
    top: 10px;
    z-index: 1;
}
.bestoffer h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    padding: 7px 0;
    font-size: 20px;
}
.vechiclesbox .foundcar .foundcarbox .foundcarboxtop {
    float: left;
    width: 100%;
}
.vechiclesbox .foundcarboxtop .foundcarimg {
    background-color: #ffffff;
    padding: 29px;
    float: left;
    width: 287px;
    text-align: center;
}
.vechiclesbox .foundcarboxtop .foundcarimg a {
    display: block;
}
.vechiclesbox .foundcarboxtop .foundcardesc {
    float: right;
    width: 515px;
}
.vechiclesbox .foundcarboxtop .foundcardesc h3 {
    font-size: 21px;
    padding: 5px 0px;
}
.vechiclesbox .foundcarboxtop .foundcardesc h3 a {
    color: #212121;
}
.vechiclesbox .foundcarboxtop .foundcardesc h3 a:hover {
    color: #f93a3a;
}
.vechiclesbox .foundcarboxtop .foundcardesc .stars {
    float: left;
    width: 100%;
    color: #868686;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}
.vechiclesbox .foundcarboxtop .foundcardesc .stars span {
    background-image: url("../images/stars-a.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    float: left;
    height: 18px;
    width: 88px;
}
.vechiclesbox .foundcarboxtop .foundcardesc p {
    color: #404040;
    font-weight: 300;
}
.vechiclesbox .foundcarboxtop .foundcardesc p span {
    font-weight: 500;
}
.vechiclesbox .foundcarboxtop .foundcardesc ul {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.vechiclesbox .foundcarboxtop .foundcardesc ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px 10px 0px 0px;
}
.vechiclesbox .foundcarboxtop .foundcardesc ul li.icons1 {
    background: rgba(0, 0, 0, 0) url("../images/icons12.jpg") no-repeat scroll 0 center;
}
.vechiclesbox .foundcarboxtop .foundcardesc ul li.icons2 {
    background: rgba(0, 0, 0, 0) url("../images/icons13.jpg") no-repeat scroll 0 center;
}
.vechiclesbox .foundcarboxtop .foundcardesc ul li.icons3 {
    background: rgba(0, 0, 0, 0) url("../images/icons14.jpg") no-repeat scroll 0 center;
}
.vechiclesbox .foundcarboxtop .foundcardesc ul li.icons4 {
    background: rgba(0, 0, 0, 0) url("../images/icons15.jpg") no-repeat scroll 0 center;
}
.vechiclesbox .foundcarboxtop .foundcardesc ul li.icons5 {
    background: rgba(0, 0, 0, 0) url("../images/icons16.jpg") no-repeat scroll 0 center;
}
.vechiclesbox .foundcarboxtop .foundcardesc ul li.icons6 {
    background: rgba(0, 0, 0, 0) url("../images/icons17.jpg") no-repeat scroll 0 center;
}
.vechiclesbox .foundcarboxtop .foundcardesc ul li.icons7 {
    background: rgba(0, 0, 0, 0) url("../images/icons18.jpg") no-repeat scroll 0 center;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .cardaybox {
    padding: 5px 25px 5px 0px;
    border-right: 1px solid #e4e4e4;
    width: 145px;
    float: left;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .cardaybox span {
    color: #797979;
    font-size: 13px;
    font-weight: 500;
    text-decoration: line-through;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .cardaybox .empty {
    margin-bottom: 20px;
    display: block;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .cardaybox p {
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .cardaybox p strong {
    color: #f93a3a;
    font-size: 23px;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .cartotalpricebox {
    padding: 5px 25px 10px;
    width: 120px;
    float: left;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .cartotalpricebox span {
    color: #797979;
    font-size: 13px;
    font-weight: 500;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .cartotalpricebox p strong {
    color: #434343;
    font-size: 19px;
    font-weight: 500;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .carfoundbuttonbox {
    float: left;
    padding-top: 6px;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .carfoundbuttonbox .bookcar {
    float: left;
    width: 175px;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .carfoundbuttonbox .bookcar .bookcar-btn {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    padding: 11px 20px;
    text-transform: uppercase;
}
.vechiclesbox .foundcarboxtop .foundcardesc .carpricebox .carfoundbuttonbox .foundemailcar {
    float: left;
    padding: 11px 12px;
    background-color: #ebebeb;
    margin-left: 10px;
    border-radius: 3px;
}
.vechiclesbox .foundcar .foundcarbox .foundcarboxbottom {
    float: left;
    width: 100%;
    border: 1px solid #f3f3f3;
}
.vechiclesbox .foundcar .foundcarbox .foundcarboxbottom .foundfree {
    background-color: #f3f3f3;
    width: 287px;
    padding: 35px 0px;
    text-align: center;
    float: left;
}
.vechiclesbox .foundcar .foundcarbox .foundcarboxbottom .foundfree h4 {
    color: #0AB21B;
    font-weight: 700;
    font-size: 16px;
}
.vechiclesbox .foundcar .foundcarbox .foundcarboxbottom .freeservice {
    padding: 10px 25px;
    width: 529px;
    float: left;
}
.vechiclesbox .foundcar .foundcarbox .foundcarboxbottom .freeservice li {
    display: inline-block;
    float: left;
    margin-top: 3px;
    color: #11B21B;
    background: url(../images/lilist.png) no-repeat 0px center;
    padding: 0px 10px 0px 20px;
}
.vechiclesbox .foundcar .foundcarbox .foundcarboxbottom .freeservice li:nth-child(odd) {
    width: 220px;
}
.vechiclesbox .foundcar .foundcarbox .foundcarboxbottom .freeservice li:nth-child(even) {
    width: 250px;
}
/****************** * Booking Page ******************/

#content .leftcarbook .caroffer {
    padding: 0;
    margin: 5px 0 0;
}
#content .leftcarbook .caroffer h2 {
    font-size: 24px;
    font-weight: 500;
}
#content .leftcarbook .caroffer .innerbox {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 10px 0 20px;
    margin-top: 18px;
}
#content .leftcarbook .caroffer .innerbox figure {
    text-align: center;
    padding: 0 10px;
}
#content .leftcarbook .caroffer .innerbox figure img {
    width: 100%;
}
#content .leftcarbook .caroffer .innerbox article {
    text-align: center;
    padding: 10px 0 0;
}
#content .leftcarbook .caroffer .innerbox article p {
    display: block;
    color: #444444;
}
#content .leftcarbook .caroffer .innerbox article h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
#content .leftcarbook .caroffer .innerbox article h3 span {
    color: #00357F;
}
#content .leftcarbook .caroffer .innerbox article h4 a {
    color: #00357F;
    font-size: 14px;
}
#content .leftcarbook .caroffer .innerbox article h4 a:hover {
    text-decoration: underline;
}
.bookingconts .rentaldetails {
    padding: 0;
}
.bookingconts .rentaldetails h2,
.bookingconts .foundcar h2 {
    border-bottom: 1px solid #e0e0e0;
    color: #000000;
    font-size: 21px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 15px;
    padding: 0 0 15px;
}
.bookingconts .rentaldetails .pick-drop {
    width: 49.7%;
    background-color: #ffffff;
    padding: 10px 15px 6px;
}
.bookingconts .rentaldetails .pick-drop h4 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.bookingconts .rentaldetails .pick-drop p {
    color: #797979;
    font-size: 13px;
}
.bookingconts .rentaldetails .pick-drop ul li {
    float: left;
    padding: 4px 15px 4px 18px;
    font-size: 13px;
    color: #797979;
}
.bookingconts .rentaldetails .pick-drop ul li.date {
    background: url(../images/calen-icon3.png) no-repeat 0 50%;
}
.bookingconts .rentaldetails .pick-drop ul li.time {
    background: url(../images/time-icon3.png) no-repeat 0 50%;
}
.bookingconts .foundcar h2 {
    border: none;
    margin: 5px 0 0;
}
.bookingconts .foundcardesc ul {
    margin-top: 6px;
}
.bookingconts .foundcar .foundcarbox .free {
    float: left;
    width: 365px;
}
.bookingconts .foundcar .foundcarbox .free h4 {
    color: #78b600;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 2px;
}
.bookingconts .foundcar .foundcarbox .free .freeservice {
    float: left;
}
.bookingconts .foundcar .foundcarbox .free .freeservice li {
    background: rgba(0, 0, 0, 0) url("../images/lilist.png") no-repeat scroll 0 center;
    color: #79b700;
    float: left;
    margin-top: 5px;
    padding: 0 10px 0 20px;
    height: auto;
    width: 145px;
}
.bookingconts .foundcar .foundcarbox .free .freeservice li:nth-child(2n+2) {
    width: 200px;
}
.bookingconts .foundcar .foundcarbox .foundcardesc button {
    float: right;
    margin: 46px 10px 0 0;
}
.bookingconts .foundcar .foundcarbox .foundcarboxtop {
    padding-bottom: 5px;
}
.bookingconts .booking-conts {
    padding: 0;
    margin-bottom: 20px;
}
.bookingconts .booking-conts h2 {
    background-color: #797979;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 12px 15px;
}
.bookingconts .booking-conts .innerbox {
    background-color: #ffffff;
    padding: 20px;
    float: left;
    width: 100%;
}
.bookingconts .recomm-extras .innerbox {
    padding: 20px 10px;
}
.bookingconts .recomm-extras .extras {
    padding: 0 10px;
    margin-bottom: 20px;
}
.bookingconts .recomm-extras .extrabox {
    background-color: #f3f3f3;
    padding: 5px;
    float: left;
    width: 100%;
}
.bookingconts .recomm-extras .extrabox figure {
    float: left;
    width: 119px;
    background-color: #ffffff;
    border: 1px solid #cacaca;
}
.bookingconts .recomm-extras .offers-details {
    margin-left: 129px;
    padding: 10px 10px 0 0;
}
.bookingconts .recomm-extras .offers-details h4 {
    font-size: 18px;
    font-weight: normal;
}
.bookingconts .recomm-extras .offers-details p {
    font-size: 13px;
    color: #707070;
    line-height: 16px;
    margin: 4px 0 11px;
}
.bookingconts .recomm-extras .offers-details h3 {
    font-size: 23px;
    color: #00357F;
    font-weight: 500;
    float: left;
}
.bookingconts .recomm-extras .offers-details h3 span {
    font-size: 13px;
    color: #000000;
    position: relative;
    bottom: 2px;
}
.bookingconts .recomm-extras .showmore {
    padding: 0 10px;
}
.bookingconts .recomm-extras .showmore .morebtn {
    float: left;
    background: url(../images/downarrow.png) no-repeat 0 50%;
    color: #000000;
    padding: 3px 0 3px 21px;
    line-height: 10px;
}
.bookingconts .recomm-extras .showm ore .morebtn:hover {
    color: #00357F;
}
#extradd {
    float: left;
    margin: 4px 0 0 18px;
}
#extradd .qty {
    width: 30px;
    height: 24px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    border: 1px solid #e4e4e4;
    float: left;
    margin: 0 1px;
}
#extradd input.qtyplus {
    width: 23px;
    height: 24px;
    float: left;
    background-color: #00357F;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#extradd input.qtyminus {
    width: 23px;
    height: 24px;
    float: left;
    background-color: #797979;
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.bookingconts .insurance .package ul {
    float: left;
    width: 100%;
}
.bookingconts .insurance .package ul li {
    border-right: 1px solid #e0e0e0;
    padding: 12px 15px;
}
.bookingconts .insurance .package ul li.col1 {
    float: left;
    width: 324px;
}
.bookingconts .insurance .package ul li.commoncol {
    float: left;
    width: 161px;
    text-align: center;
}
.bookingconts .insurance .package ul li.col2 {
    background-color: #6799FF;
}
.bookingconts .insurance .package ul li.col3 {
    background-color: #07c;
}
.bookingconts .insurance .package ul li.col4 {
    background-color: #00357F;
}
.bookingconts .insurance .package ul.heading li {
    padding: 7px 15px 12px;
}
.bookingconts .insurance .package ul.heading li.col1 {
    font-size: 17px;
    background-color: #e0e0e0;
    padding: 17px 15px;
    border-bottom: 1px solid #ffffff;
}
.bookingconts .insurance .package ul.heading li.commoncol {
    border-bottom: 1px solid #e0e0e0;
}
.bookingconts .insurance .package ul.heading li span {
    font-size: 17px;
    display: block;
    padding-bottom: 15px;
}
.bookingconts .insurance .package ul.heading li span.star1 {
    background: url(../images/s1.png) no-repeat 50% 100%;
    color: white;
}
.bookingconts .insurance .package ul.heading li span.star2 {
    background: url(../images/s2.png) no-repeat 50% 100%;
    color: white;
}
.bookingconts .insurance .package ul.heading li span.star3 {
    background: url(../images/s3.png) no-repeat 50% 100%;
    color: white;
}
.bookingconts .insurance .package ul.pack li.col1 {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ffffff;
}
.bookingconts .insurance .package ul.pack li.commoncol {
    border-bottom: 1px solid #e0e0e0;
}
.bookingconts .insurance .package ul.pack li span.valid {
    display: block;
}
.bookingconts .insurance .package ul.pack li .cond {
    color: #2b6b00;
}
.bookingconts .insurance .package ul.pack li .cond:hover {
    color: #00357F;
}
.bookingconts .insurance .package ul.priecbox li {
    padding-bottom: 20px;
}
.bookingconts .insurance .package ul.priecbox li.col1 {
    background-color: #e0e0e0;
    font-weight: 700;
    min-height: 88px;
}
.bookingconts .insurance .package ul.priecbox li .price {
    display: block;
    margin-bottom: 14px;
}
.bookingconts .insurance .package ul.priecbox li a.addbtn {
    background-color: #898989;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 18px;
    color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.bookingconts .insurance .package ul.priecbox li a.addbtn:hover,
.bookingconts .insurance .package ul.priecbox li a.addbtn.active {
    background-color: #00357F;
}
.bookingconts .bookingform .innerbox {
    padding: 20px 10px;
}
.bookingconts .bookingform .innerbox .form-field,
.bookingconts .bookingform .innerbox .form-select {
    border: 1px solid #e4e4e4;
    height: 41px;
    color: #797979;
    font-size: 13px;
    font-weight: 500;
}
.bookingconts .bookingform .innerbox .form-group {
    padding: 0 10px;
}
.bookingconts .bookingform .innerbox .form-select {
    background-position: 96% 50%;
}
.bookingconts .bookingform .innerbox .countcode {
    padding: 0 5px 0 0;
}
.bookingconts .bookingform .innerbox .countcode .form-select {
    background-position: 83% 50%;
}
.bookingconts .bookingform .innerbox .contno {
    padding: 0 0 0 5px;
}
.bookingconts .bookingform .innerbox textarea {
    height: auto !important;
    resize: none;
}
.bookingconts .bookingform .innerbox .msg {
    clear: both;
    margin-bottom: 0;
}
.bookingconts .totalbox {
    border: 11px solid #797979;
    padding: 20px;
    background-color: #ffffff;
}
.bookingconts .totalbox .finaltotal {
    float: left;
    width: 100%;
}
.bookingconts .totalbox .finaltotal h1 {
    font-size: 24px;
    font-weight: 700;
}
.bookingconts .totalbox .finaltotal h1 span {
    color: #00357F;
    display: inline-block;
    margin-left: 15px;
}
.bookingconts .totalbox .finaltotal span.tax {
    color: #8f8f8f;
    font-size: 15px;
    margin-top: 2px;
    display: block;
}
.bookingconts .totalbox ul.pricelist {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.bookingconts .totalbox ul.pricelist li {
    float: left;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    padding: 7px 0 9px;
}
.bookingconts .totalbox ul.pricelist li p {
    float: left;
    color: #333333;
}
.bookingconts .totalbox ul.pricelist li span {
    float: right;
    color: #00357F;
}
.bookingconts .totalbox ul.pricelist li.last {
    border-bottom: 1px solid #f3f3f3;
}
.bookingconts .totalbox .bookbtn {
    padding: 0;
}
.bookingconts .totalbox .bookbtn button {
    float: right;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    text-transform: uppercase;
}
/*.bookingconts .totalbox .bookbtn button:hover {background-color: #000000; color: #ffffff;}*/
/******************* * Location Page *******************/

.locationpage .hirelocation {
    float: left;
    width: 100%;
    padding: 3px;
}
.locationpage .hirelocation h2 {
    font-weight: 500;
    font-size: 27px;
}
.locationpage .hirelocation h4 {
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0 15px;
}
.locationpage .hirelocation .inner-texts {
    background-color: #ffffff;
    padding: 15px 20px 20px;
    color: #4A4A4A;
    float: left;
}
.locationpage .hirelocation .inner-texts p span {
    font-weight: 500;
    color: #000000;
}
.locationpage .hirelocation .mapbox {
    float: left;
    width: 100%;
    border: 5px solid #ffffff;
    margin: 40px 0;
}
.locationpage .hirelocation .mapbox iframe {
    width: 100%;
    height: 350px;
}
.locationpage .locations {
    float: left;
    width: 100%;
}
.locationpage .locations .location-box {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}
.locationpage .locations .lbox {
    border-right: 10px solid #F3F3F3;
}
.locationpage .locations .rbox {
    border-left: 3px solid #F3F3F3;
}
.locationpage .locations .location-img {
    padding: 0 10px 0 0;
}
.locationpage .locations .innerdetails {
    padding: 0 0 0 10px;
}
.locationpage .locations .innerdetails h3 {
    font-size: 21px;
    font-weight: 500;
    color: #00357F;
}
.locationpage .locations .innerdetails h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 2px;
}
.locationpage .locations .innerdetails p.time {
    color: #797979;
    margin-bottom: 10px;
}
.locationpage .locations .innerdetails p.connect span {
    display: inline-block;
    font-weight: 500;
}
.locationpage .locations .innerdetails p.connect a {
    color: #00357F;
}
.locationpage .locations .innerdetails p.connect a:hover {
    text-decoration: underline;
}
.locationpage .locations .innerdetails .btns {
    float: left;
    width: 100%;
}
.locationpage .locations .innerdetails .btns a {
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    margin: 12px 10px 0 0;
    width: 116px;
    text-align: center;
}
/************************** * Locationdetails Page **************************/

.locationdetails .hirelocation h2 {
    padding-bottom: 10px;
}
.locationdetails .hirelocation h2 a {
    float: right;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 20px;
}
.locationdetails .hirelocation .inner-texts .information {
    padding: 0 10px 0 0;
}
.locationdetails .hirelocation .inner-texts .information h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin: 5px 0 15px;
}
.locationdetails .hirelocation .inner-texts .mapbox {
    padding: 40px 0 0 10px;
}
.locationdetails .hirelocation .inner-texts .mapbox iframe {
    width: 100%;
    height: 350px;
}
.locationdetails .location-timing {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.locationdetails .location-timing .time-table {
    padding: 0 10px 0 0;
}
.locationdetails .location-timing .time-table ul {
    float: left;
    width: 100%;
}
.locationdetails .location-timing .time-table ul:nth-child(odd) {
    background-color: #ffffff;
}
.locationdetails .location-timing .time-table ul.heading {
    background-color: #D6D6D6;
}
.locationdetails .location-timing .time-table ul li {
    float: left;
    width: 50%;
    padding: 10px 15px;
}
.locationdetails .location-timing .time-table ul.heading li {
    font-size: 17px;
    font-weight: 500;
}
.locationdetails .location-timing .time-table article {
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin: 10px 0 0;
    padding: 4px 15px;
}
.locationdetails .location-timing .time-table article p {
    color: #000000;
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 0;
}
.locationdetails .location-timing .time-table article p:last-child {
    border-bottom: none;
}
.locationdetails .location-timing .time-table article p a {
    color: #00357F;
}
.locationdetails .location-timing .time-table article p a:hover {
    text-decoration: underline;
}
.locationdetails .placeimg {
    padding: 0 0 0 10px;
}
.locationdetails .placeimg img {
    width: 100%;
    height: 350px;
}
.locationdetails .placeimg .btnbox {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: 500;
    font-size: 16px;
}
.locationdetails .booknow {
    background: url(../images/location-banner.jpg) no-repeat 0 0;
    float: left;
    width: 100%;
    padding: 15px 25px;
}
.locationdetails .booknow h2 {
    font-size: 27px;
    color: #ffffff;
}
.locationdetails .booknow p {
    color: #ffffff;
    width: 70%;
    float: left;
    margin: 10px 0 0;
}
.locationdetails .booknow .btnbox {
    float: right;
    font-weight: 500;
    font-size: 16px;
}
.locationdetails .carbook .tabpart {
    padding: 50px 0;
}
.locationdetails .carbook .offers {
    padding: 0;
}
/**** * Navigation  ****/

#header nav > ul > li.has-sub > a {
    padding-right: 30px !important;
    position: relative;
}
#header nav > ul > li.has-sub > a:after {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: white;
    content: ''
}
#header nav > ul > li.has-sub > a:before {
    position: absolute;
    top: 8px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: white;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}
#header nav > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}
#header nav ul ul {
    position: absolute;
    left: -9999px;
    top: 22.5px;
}
#header nav ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #07c;
    transition: all .25s ease
}
#header nav li:hover > ul {
    left: auto
}
#header nav li:hover > ul > li {
    height: 35px;
    position: relative;
}
#header nav ul ul ul {
    margin-left: 100%;
    top: 0
}
#header nav ul ul li a {
    float: left;
    padding: 8px 15px !important;
    width: 160px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    font-weight: 400;
}
#header nav ul ul li:last-child > a,
#header nav ul ul li.last-item > a {
    border-bottom: 0
}
#header nav ul ul li:hover > a,
#header nav ul ul li a:hover {
    color: #fff;
    border-color: transparent !important;
}
#header nav ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}
#header nav ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}
#header nav ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}
#header nav ul ul li.has-sub:hover,
#header nav ul li.has-sub ul li.has-sub ul li:hover {
    background: #00357f;
}
#header nav ul ul ul li.active a {
    border-left: 1px solid #333
}
#header nav > ul > li.has-sub > ul > li.active > a,
#header nav > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333
}

/******************
 * Package Part
 ******************/
.insurancepart {padding: 40px 0 20px;}
.insurancepart .leftinsuinfo {float: left; width: 335px;}
.insurancepart .leftinsuinfo h3 {padding: 19px 25px 18px;}
.insurancepart .leftinsuinfo h3 a {font-size: 17px; color: #1d7e1f;}
.insurancepart .leftinsuinfo .list li {float: left; width: 100%; min-height: 50px; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; background-color: #c6e5d6; font-size: 15px; color: #2d2f2e; padding: 15px 25px 13px;}
.insurancepart .leftinsuinfo .list li:first-child {background-color: #e6f5f2; padding: 20px 25px 19px;}
.insurancepart .leftinsuinfo .list li:last-child {padding-bottom: 14px;}
.insurancepart .leftinsuinfo .list li:last-child, .insurancepart .commonpackage li.price {background-color: #e6f5f2; border-bottom:1px solid #ffffff;}
.insurancepart .commonpackage {float: left; width: 172px; position: relative; border: 2px solid #ffffff; border-radius: 4px; background-color: #c6e5d6; text-align: center; color: #302c2d;}
.insurancepart .commonpackage h4 {font-size: 25px; font-weight: 300; padding: 17px 25px;}
.insurancepart .commonpackage li {float: left; width: 100%; min-height: 50px; border-top: 1px solid #ffffff; padding: 15px 15px 10px;}
.insurancepart .commonpackage li:first-child {font-size: 27px; color: #2d2f2e; font-weight: 500; background-color: #e6f5f2; padding: 11px 15px;}
.insurancepart .commonpackage li .cicon {display: inline-block; width: 18px; height: 18px; background-repeat: no-repeat; background-position: 0 0;}
.insurancepart .commonpackage li .true_icon {background-image: url(../images/true_icon.png);}
.insurancepart .commonpackage li .noincluded_icon {background-image: url(../images/noincluded_icon.png);}
.insurancepart .commonpackage li.price {font-size: 24px; color: #2d2f2e; font-weight: 500; padding: 7px 15px 6px;}
.insurancepart .commonpackage .bttnbox, .insurance_small .bttnbox {float:left; width: 100%; padding: 17px 0;}
.insurancepart .commonpackage .planbtn, .insurance_small .bttnbox .planbtn {display: inline-block; background-color: #679475; color: #ffffff; border: 1px solid #ffffff; padding: 5px 12px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.insurancepart .commonpackage .planbtn:hover, .insurancepart .selectedpackage .planbtn, .insurance_small .bttnbox .planbtn:hover {background-color: #167f18;}
.insurancepart .medium_pack {margin-left: -2px; margin-right: -2px;}
.insurancepart .selectedpackage {background-color: #519d5c; color: #ffffff; box-shadow: 0px 0px 25px rgba(46,121,57,0.75) inset;}
.insurancepart .selectedpackage li:first-child {color: #ffffff;
  background: rgb(26,96,10);
background: -moz-linear-gradient(top, rgba(26,96,10,1) 0%, rgba(29,129,33,1) 100%);
background: -webkit-linear-gradient(top, rgba(26,96,10,1) 0%,rgba(29,129,33,1) 100%);
background: linear-gradient(to bottom, rgba(26,96,10,1) 0%,rgba(29,129,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a600a', endColorstr='#1d8121',GradientType=0 );}
.insurancepart .selectedpackage li .true_icon {background-image: url(../images/true_icon_w.png);}
.insurancepart .selectedpackage li .noincluded_icon {background-image: url(../images/noincluded_icon_w.png);}
.insurancepart .selectedpackage li.price {color: #ffffff;
background: rgb(29,129,33);
background: -moz-linear-gradient(top, rgba(29,129,33,1) 0%, rgba(26,96,10,1) 100%);
background: -webkit-linear-gradient(top, rgba(29,129,33,1) 0%,rgba(26,96,10,1) 100%);
background: linear-gradient(to bottom, rgba(29,129,33,1) 0%,rgba(26,96,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d8121', endColorstr='#1a600a',GradientType=0 );
}

.insurance_small {float: left; width: 100%; display: none;}
.insurance_small .nav-tabs {border-color: #519d5c;}
.insurance_small .nav > li {margin-bottom: 0;}
.insurance_small .nav > li > a {padding: 10px 20px; color: #2d2f2e; background-color: #e6f5f2; border-color: #ffffff}
.insurance_small .nav-tabs > li.active > a, .insurance_small .nav-tabs > li.active > a:focus, .insurance_small .nav-tabs > li.active > a:hover, .insurance_small .nav-tabs > li > a:hover {background-color: #519d5c; color: #ffffff; border-color: #519d5c; outline: none;}
.insurance_small .tab-content {border:2px solid #519d5c; float: left; width: 100%; margin-top: -1px;}
.insurance_small .bttnbox {padding: 15px;}
.insurance_small .bttnbox .planbtn {float: right;}

.msgtip {position: absolute; top: -40px; width: 100%; padding: 0 15px; display: none;}
.msgtip {display: block;}
.msgtip .msgtext {float: left; width: 100%; position: relative; border: 2px solid #ffffff; background-color: #f5c3a0; font-size: 17px; font-style: italic; color: #302c2d; padding: 3px 0 5px; border-radius: 4px;}
.msgtip .msgtext:after {content: ""; width: 18px; height: 16px; background: url(../images/down_arrow.png) no-repeat 0 0; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
