@import "../fonts/font.css";

*{
    font-family: Muli Light;
}

nav{
    background: linear-gradient(to bottom, white, #f3f3f3);
    background: -webkit-linear-gradient(to bottom, white, #f3f3f3);
    background-color: #f3f3f3;
}

nav .nav-link{
    position: relative;
   margin: 0 5px;
   padding-bottom: 20px;
}
nav .nav-link:after{
    content: "";
    width:0;
    height:4px;
    background-color: #b3a16e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    color: black;
}

nav .nav-link:hover:after , nav .nav-link.active:after{
width: 100%;
}

h2 , h1{
    font-size: 32px !important;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}
p{
    font-size: 18px;
    word-wrap: break-word;
}
h3{
    font-size: 25px !important;
    position: relative;
    padding-bottom: 10px;
}
.booking-header h3:after{
    display: none;
}
.booking-header h3 {
    padding-bottom: 0;
}
.new-detail-container h3{
    font-family: Muli Bold;
}
.new-detail-container h3::after{
    display: none;
}
.latest-offers a{
color:#000
}
.latest-offers a:hover{
color:#b3a16e
}

h2::after , h1::after{
    content: "";
    width:150px;
    height:4px;
    background-color: #b3a16e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.support{
    border-bottom: 2px solid  #b3a16e;
    padding-bottom: 2px;
}
footer{
    background-color:#ebebeb;
}
.sub-input{
    border: 1px solid black;
}
.sub-input input{
    background: transparent;
    border:0;
    outline: 0;
}
.newsletter-sub button{
    color: white;
    font-size: 16px;
    background-color: #b3a16e;
    border:0;
    cursor: pointer;
}
.newsletter-sub button:focus{
    outline: none;
}
.footer-nav{
    background-color: black;
}
.footer-nav ul li {
    display: block;
}
.footer-nav ul li a , .social-media2 a{
    color: white;
    margin: 0 5px;
    font-size: 16px;
}
.footer-nav ul li a:hover, .social-media2 a:hover{
    color:white;
    text-decoration: none;
}
.social-media a i, .social-media2 a i{
    width:30px;
    height: 30px;
    font-size: 20px;
    background-color: #717171;
    transition: background-color 0.5s;
    -webkit-transition:background-color 0.5s;
    display:inline-flex;
    justify-content: center;
    align-items: center;
}
.social-media2 a i{
    background-color: #b3a06d;
    transition: all 0.5s;
}
.social-media2 a:hover i {
    color: #b3a06d;
    background-color: transparent;
}
.copy-right{
    color:white;
}
.social-media a:hover i{
    background-color:transparent;
}
.contact-title{
    font-size: 25px;
    color:#6f5b24;
    font-family: Muli Bold;
}
.custom-form button , .booking-form button, .custom-btn{
    background-color:#b3a16e;  
    color:white !important;
}
.custom-btn2{
    color:#b3a16e !important;
    border: 1px solid #b3a16e !important; 
}
.custom-btn , .custom-btn2{
    padding: 10px 40px !important;
    border-radius: 0 !important;
}
.application-form h3::after{
background-color:white;
}
.application-form {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background-color: #b3a16e;
}

#map {
    height:400px;
  }
  #map iframe {
    height:100%;
	width:100%;
	border:0
  }
  
  .line{
     height: 1px;
      width: 80%;
      background-color: #616161;
  }
  .custom-form input , select{
      color: black !important;
      border-color: black !important;
  }
  .application-form .custom-btn{
      background-color: white;
      color:#b3a16e !important;
  }
  #upload-cv{
        opacity: 0;
        position: absolute;
        z-index: -1;
  }
  input, textarea, select{
    padding:10px 20px !important;
    background:transparent !important;
    height: 50px !important;
    border-width: 1px;
    font-size: 16px !important;
    border-color: black !important;
    border-radius: 0 !important;
  }
  .application-form input::placeholder,  .application-form textarea::placeholder{
      color: white !important
  }
  #car-leasing textarea{
      max-height: 100%;
      min-height: 100%;
  }
  .application-form textarea {
      min-height: 100px;
      max-height: 100px;
  }
  .application-form{
      transform: translateY(100%);
      transition: all 0.5s;
  }
  .application{
      height: 400px;
      overflow: hidden;
  }
input::-webkit-input-placeholder, input::placeholder, .custom-form  textarea::placeholder{
      color:black !important;
  }
.booking-now{
    height: 600px;
    background: url("../images/booking-background.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-now .booking-form{
    background-color: rgba(70, 69, 89, 0.9) ;
    width:60%;
}
.spacer{
    background-color: #b3a16e;
}
.booking-form input::placeholder, .booking-now input::-webkit-input-placeholder{
    color:white !important;
    font-family: Muli Light
}
  .input-group-text , .input-group input {
    background-color: transparent !important;
    border:0 !important;
}
.booking-form input{
    color: white !important;
    box-shadow: none !important; 
}
.booking-now .booking-header , .booking-now .booking-header a {
    color:#b3a16e;

}
.booking-now .booking-header p{
    font-size: 25px;
}
.services{
    background: url("../images/ourservices-background.jpg") no-repeat center;
    background-size: cover;
}
.services p{
    line-height: 1;
    font-size: 20px;
}
.car-back{
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}

 h3:after{
    content: "";
    width:100px;
    height:2px;
    background-color: #b3a16e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.meet-fleet .carousel-indicators li {
    background-color: #6f5b24;
    height: 5px;
    width: 50px;
}
footer h3::after{
    display: none;
}
.meet-fleet .carousel-indicators li.active{
background-color: #c6b992;
}
.poster-offer{
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn{
    box-shadow: none!important;
}
.reserve{
    background-color: #b3a16e;
}
.full-height{
    height: 100%;
}
.meet-fleet{
    position: relative;
}
.carousel-btn{
   /* position: absolute;
    bottom: 100px;
    left:50%;
    transform: translateX(-50%)*/
	text-align:center
}
.carousel-item h3
{
	color:#000;
	text-align:center;
}
.bg-g-1{
    background-color: #f6f6f6;
}
.bg-g-2{
    background-color: #ebebeb
}
.car-card{
    height: 350px;
    border: 1px solid #b3a16e;
    text-align: center;
}
.car-card p {
    font-family: Muli Regular;
    font-size: 20px;
    margin: 0;
}
.car-card .car-img{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-around;
	overflow:hidden
}
#offer-detail  p.description{
    width: 75%;
    margin:auto;
}
#offer-detail .custom-btn{
    width: 25%;
}
.categorie-card{
   
}
.path{
    background-color: #b3a16e;
}
.path a{
    color: white!important;
    font-size: 20px;
}
.muli-bold{
    font-family: Muli Bold;
}
.car-card .name{
    margin-bottom: -10px;
}
.new-back{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.selected-new h4{
    font-size: 25px;
}
.all-new{
    width: 75%;

}
.new p{
    margin: 0;
}
.navbar-toggler{
    border:0!important;
}
#buy-carousel .buy-slide , #new-detail-carousel .new-slide, .new-detail-container .custom-indicators div div , #fleet-car-detail-carousel .detail-slide{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#new-detail-carousel, #fleet-car-detail-carousel , #fleet-car-detail .buy-car-desc{
    max-height: 450px;height: 100%;min-height:400px
}
#buy-carousel  {
    height: 70%;
}
#fleet-car-detail .car-features, #fleet-car-detail .credit-card{
    height: 150px;
}
#fleet-car-detail .credit-card{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}
#fleet-car-detail .credit-card p, .selected-new h6, .features-content .features span{
    font-size: 16px !important; 
}
.custom-checkbox p {
    font-size: 14px !important;
    margin: 0 auto !important;
}
#buy-carousel .carousel-indicators li , #fleet-car-detail-carousel .carousel-indicators li{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    border:3px solid white;
    width: 100px;
}
#buy-carousel .carousel-indicators,  #fleet-car-detail-carousel .carousel-indicators{
    margin:0 15px;
    justify-content: flex-start;
}
.car-price{
    height: 30%;
}
.car-price p {
    font-size:38px;
    font-family: Muli Bold;
    color:#6f5b24;
}
.buy-car-desc .desc{
    line-height: 1.5rem;
    padding-top: 20px;
}
.buy-car-desc h2 {
    font-size: 45px;
}
.buy-car-desc h2 span{
    color: #b3a16e;
    font-family: Muli Bold;
    margin-right:10px;
}
.custom-form{
    width: 80%;

}
input[type="date"]{
    font-size: 13px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none ;
    -webkit-appearance: none;
}
.custom-checkbox-form{
    width:60%;
}
.custom-checkbox{
    height: 50px;
    display: flex;
    align-items: center;
    border:1px solid black;
    padding: 10px 20px !important;
    transition: all 0.5s;
    cursor: pointer;
}
.custom-checkbox:hover, .custom-checkbox.active{
    background-color: #b3a16e;
    color: white;
    border-color:#b3a16e ;
}

.limo-textarea{
    width: 50%;
}
.limo-textarea textarea{
    min-height: 150px;
}
.title-back{
    position: relative;
    display: flex;
    justify-content: center;
}
.title-back .custom-btn{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:50px;
    padding:0 !important;
}
.new-detail-container .custom-indicators div{
    height: 50px;
}
.features-content{
    width: 90%;
}
.features-content h5 {
    font-family: Muli Bold;
}
.steps-form h5, .features-content h5{
    font-size: 17px;
}
.features div{
    margin-top:10px;
}
.step-bar{
    width: 100%;
    height: 4px;
}
.font-18{
    font-size: 18px;
}

.font-16{
    font-size: 16px !important;
}
.step-inner{
    width: 100%;
}
.step-bar.current{
    background-color: #c6b992;
}
.step-bar{
    background-color: #d7d7d7;
}
.step-title{
    width:100%;
}
.car-select-completed p{
    margin:0 ;
    font-size: 16px;
}
.car-select-completed img{
max-width:100%
}

.car-select-completed .car-name p{
    font-size: 20px;
    font-family: Muli Bold;
}
.car-select-completed .car-type p{
    font-family: Muli Italic
}
.car-select .car-img{
    max-width: 80%;
    display: block;
    margin:  0 auto;
}
.car-info .rent-price{
    font-family: Muli Bold;
    color:#6f5b24;
}
.car-info p {
    line-height:1.5;
}
.car-info .rent-price span{
    font-family: Muli Light 
}
.car-select .car-name{
    font-size: 20px;
}
.car-select .car-name, .car-select .car-type{
    font-family: Muli Bold;
}
 .sub-title, .sub-title2{
    font-family: Muli Bold;
    font-size: 17px;
    color: #b3a16e;
}
.extras-steps-form .sub-title , #checkout-section .sub-title{
    font-size: 20px;
}
.contact-details p{
    margin-bottom: 5px;
}
.extras-steps-form .car{
    height: 350px;
}
.option input[type="checkbox"]{
    background-color: transparent !important;
    border: 1px solid black;
}
.cost-summary p{
    margin:0;
    font-size: 16px;
}
.location p , .date-time p {
    font-size: 16px;
}
.booking-detail-step p{
    margin:0;
}
.view-detail{
    text-decoration: underline;
    color:#616161;
    cursor: pointer;
}
.car-selection-box .car-card{
    position: relative;
    padding-bottom: 70px!important;
}
.car-selection-box{
    position: relative;
    overflow: hidden;
}
.car-selection-box .car-detail-box{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    padding-left: 15px !important;
    padding-top: 15px !important;
    left: 0;
    background-color: #ebebeb;
    transform: translateY(100%);
    transition: all 0.5s;
}
.car-selection-box .link{
    position: absolute;
    bottom: 5px;
    z-index: 99;
    left:50%;
    transform: translateX(-50%);
    width:90%;
}
.car-price-details .line{
    width:100%;
}
.car-detail-box  .car-features .span, .car-price-details p{
    font-size: 13px;
}
.car-detail-box  .car-features img{
    max-width:80%;
}
.car-price-details p{
margin:0;
}
.extras-steps-form  p{
    margin: 0;
}
.extras-steps-form .car{
    border: 1px solid #b3a16e;
    padding: 10px;
}
.checkbox-container {
    display: block;
    position: relative;
    height: 15px;
    width: 15px;
    margin: 0;
    margin-left: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .cost-summary .step-inner{
      flex-grow: 1;
  }
  .checkmark {
      display: block;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: 1px solid black;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  .checkbox-container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .protection-op .option{
      background-color: #ebebeb;
  }
  .protection-op .option p{
      font-size: 16px;
  }
  .upgrade{
      border:2px solid #b3a16e;
      position: relative;
  }
  .upgrade .checkbox-container{
      height: 30px;
      width: 30px;
      background-color: #ebebeb;
  }
  .upgrade .checkbox-container {
      position: absolute;
      top:50%;
      transform: translateY(-50%);
      left: 40px;
  }
  .upgrade .checkbox-container .checkmark::after{
    left: 9px;
    top: -1px;
    width: 12px;
    height: 24px;
  }
  .selected-extras p {
      font-size: 11px;
  }
  .selected-extras img{
      width: 20px;
  }
  .bg-g-3{
      background-color: #b7b7b7;
  }
  .reservation-form .title{
height: 100px;

  }
  .extras-checkout .up-inner{
    flex-grow: 1;
}
.coupon-form input{
    background-color:white !important;
    height: 40px !important;
}
#checkout-section .car-features{
    flex-grow: 1;
    background-color: #ebebeb;
}
#checkout-section .features p{
    font-size: 13px;
    margin: 0;
}
.special-title{
    font-size: 30px;
}
.fitler{
    background-color: #b3a16e;
}
.special-title span{
    color:#b3a16e;
    font-family: Muli Bold;
    margin-right: 5px;
}
.filter-select {
    border:0;
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    outline: none;
    padding-right: 35px !important;
    color: white !important;
    height: auto!important;
    -webkit-appearance: button;
    appearance: button;
}
.filter-select  option{
    background-color: #d5c495;
}
.limousine .custom-checkbox-form{
    width: auto;
}
.drop-btn{
content:"/";
padding: 0 5px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background-color: #d5c495;
pointer-events: none;
display: flex;
color: white;
align-items: center;
justify-content: center;
}
@media (max-width:768px){
    .custom-checkbox-form{
        width: 100%;
    }
    .limo-textarea{
        width:100%;
    }
    .new-back{
        height: 250px;
    }
    nav .nav-link{
        margin: 0 auto;
        width: intrinsic;           /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content;    /* Firefox/Gecko */
        width: -webkit-max-content; 
    }
   .custom-form{
        width:100%;
    }
    .full-height{
        height: 250px;
    }
    #offer-detail  p.description{
        width: 100%
    }
    .booking-now .booking-form{
        width: 90%;
    }
    .booking-now{
        height: auto;
    }
    #offer-detail .custom-btn{
        width: 75%
    }
    .all-new{
        width: 100%;
    }
    .car-price{
        height: 100px;
    }
    #buy-carousel, #new-detail-carousel,  #fleet-car-detail-carousel {
        height: 300px;
    }
    #fleet-car-detail .buy-car-desc{
        height: auto;
        padding: 10px 0px;
    }
    .title-back .custom-btn{
        height: 30px;
        width: 30px;
    }
    .reservation-form .title{
        height: auto;
    }
    .features div{
        margin-right:5px;
        margin-left: 5px;
    }
    #checkout-section .features div{
        margin: 0 !important; 
    }
    .step-inner , .step-title{
        height: auto;
    }
    .car-detail-box .sub-title {
        font-size: 13px;
    }
    .upgrade .checkbox-container {
        position: static;
        transform: translate(0);
        margin: 10px auto;
    }
    .limousine{
        height: auto!important;
    }
}






/***********************************************************/


.m-0 p:last-child{
margin:0 !important
}

.our-mission h2{
margin-bottom:2rem
}



.tac
{
	text-align:center
}
.pdt3
{
	padding-top:3rem !important
}
.displaynone
{
	display:none !important
}
.captcha-error , .form-error 
{
	color:red;
	font-size:12px;
}
.FormResult , .FormResult1
{
	color:green;
	font-size:16px;
	padding-top:5px;
}
.contactform input.vError , input.vError , textarea.vError , select.vError
{
	border:1px solid red !important
}
.news_events_bg:hover
{
	background:#f6f6f6
}
.news_events_bg a
{
	color:#212529 !important;
}
.news_events_bg a:hover
{
	text-decoration:none !important;
	color:#b3a16e !important;
}
.h108
{
height:108px !important;
}

.bg-g-1{
    background: #f6f6f6;
}
.bg-g-2{
    background-color: #ebebeb
}









 .bg-g-color
 {

	 background: #f6f6f6;
 }

div.bg-g-color:nth-child(4n+3){
   background: #ebebeb;
}
div.bg-g-color:nth-child(4n+4){
   background: #ebebeb;
}










.select-search
{
	border:0 !important;color:#FFF !important;-webkit-appearance: none;
}

.select-search option
{
	color:#FFF !important;background-color:rgba(70, 69, 89, 0.9)
}

.select-search1
{
		border:0 !important;-webkit-appearance: none;
}


.inner-form-title
{
	text-align:left;

}
.inner-form-title:after
{
	display:none;
}




.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
 

}
.accordion-section .panel-default .panel-title a:after {
   font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-size: 2rem;
    content: "-";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
	color:#212529;
	
	
 
	
	
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "+";
}
.accordion-section .panel-default .panel-body {
    font-size: 1rem;
}
.accordion-section a , .contact-email a{
	color:#212529;
	    font-size: 1.2rem;
}
.accordion-section a:hover , .contact-email a:hover{
	color:#b3a16e;
	text-decoration:none
	   
}






/*//////////////////////////////////////////////////MESSAGES\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.messages {
    margin: 0 0 10px;
    overflow: hidden;
	display:inline-block;
	width:100%;

}
.messages, .messages ul {
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
}

.success-msg {
    background-color: #e9ffca;
    background-image: url("../images/msg-success.png");
    border-color: #296a23;
    color: #296a23;
}

.error-msg {
    background-color: #f5dad3;
    background-image: url("../images/msg-error.png");
    border-color: #c02230;
    color: #c02230;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 25px center !important;
    background-repeat: no-repeat !important;
    font-size: 12px !important;
    padding: 25px 25px 25px 75px !important;
	margin:15px 0;
	text-align:left;
}

.note-msg, .notice-msg {
    background-color: #fdeda4;
    background-image: url("../images/msg-note.png");
    border-color: #7c622a;
    color: #7c622a;
}
	
	
	.close-msg{
	float:right;}
	
	.close-msg i {
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    margin-top: -4px;
}	
.f18
{
	font-size:18px;
	cursor:pointer;
	font-weight:bold
}
.line-height-2
{
	line-height:2rem
}
footer a 
{
	color:#212529
}


.accept_terms a{
	color:#b3a16e !important;
}

.about-img
{
	max-width:200px !important
}
.offers_home
{
	margin:0 0 25px 0;
}
.modal-footer
{

}
.launch_pop_up
{
	display:none !important
}
.hh-img
{
	height:250px;
}
.cur{
	cursor:pointer;
}
.car-card-partners {
    height: 300px;
    border: 1px solid #b3a16e;
    text-align: center;
}
@media(max-width:768px){
	#new-detail-carousel, #fleet-car-detail-carousel, #fleet-car-detail .buy-car-desc{min-height:200px;max-height:200px}
	.carousel-indicators{bottom:-45px;}
}