/*header nav menu css start*/

.mx-w{
	max-width: 444px;
}
section#select {
    background: #b97700;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 12px;
}

.navbar-default .navbar-nav>li>a {
    color: black !important;
    padding: 18px !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.modal-backdrop.show{
    opacity: .5 !important; 
  }
.none{
	display: none;
}
.show{
	display: block;
}
.border-0 {
	border:0;
}
.headind_verify .verify_title{
	background: #233545;
    color: #fff;
    border-bottom: 3px solid;
    border-color: #f43030;
    max-width: 180px;
    padding: 16px;
    margin-bottom: -1px;
}
.tj-login .verify-form{
	width: 100%;
    float: left;
    background: #f9f9f9;
}

/*sign in button css start*/

ul.nav.navbar-nav.navbar-right button {
    background: #b97700;
    margin-top: 8px;
    box-shadow: 3px 4px #970707;
    width: 94px;
    font-size: 15px;
    font-weight: 600;
}

ul.nav.navbar-nav.navbar-right span a {
    background: #b97700;
    margin-top: 8px;
    box-shadow: 3px 4px #b97700;
    width: 94px;
    font-size: 15px;
    font-weight: 600;
}


ul.nav.navbar-nav.navbar-right span a :hover {
    background: #ff2222;
}

ul.nav.navbar-nav.navbar-right button:hover {
    background: #ff2222;
}

/*sign in button css end */


/*car book img css start*/

.book img {
    margin-left: -29px;
    padding-top: 10px;
}


input#DATE {
    margin-top: 40px;
    height: 44px;
}

input#pickup_date {
    margin-top: 0px;
    height: 44px;
}
input#dropoff_date {
    margin-top: 0px;
    height: 44px;
}
select#pick_location {
    margin-top: 15px;
    height: 44px;
}
select#drop_location {
    margin-top: 15px;
    height: 44px;
}
.booknow button {
    background: #b97700;
    color: #ffffff !important;
    width: 130px;
    height: 44px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.btn-success:hover {
    color: #fff;
    background-color: #3fb53f !important;
    border-color: #398439;
}

.read-more button:hover {
    background: #ff2222;
    box-shadow: 3px 4px #970707;
}

/*car book img css end*/


/*work section start*/


.depend {
    text-align: center !important;
}

.depend h5 {
    font-size: 16px;
}

.line {
    text-align: center;
    padding-bottom: 40px;
}

.heading h4 {
    font-size: 24px;
    color: #3a3939;
}

section#works {
    padding-top: 40px;
}

/*work section start*/



/*about section css start*/

.carpictag {
    margin-left: -30px;
    padding-top: 70px;
}

section#about {
    padding-top: 70px;
    padding-bottom: 50px;
}

.about-title h4 {
    font-size: 28px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

input.datepicker.form-control {
    margin-top: 40px;
    height: 44px;
}

.read-more button {
    background: #b97700;
    margin-top: 6px;
    box-shadow: 3px 4px #970707;
    width: 108px;
    font-size: 15px;
    font-weight: 600;
}

/*about section css end*/



/*testimonial css start here*/

/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section#testimonials {
    background-image: url(../img/car-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial-lecture h3 {
    font-family: ImpactRegular;
    font-size: 30px;
    color: white;
}

p.testimonial-text{
    color: white;
    font-family: CenturyGothicBold;
    font-size: 16px;
    letter-spacing: 1.2px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: white ;
  border: none;
}

#fade-quote-carousel.carousel .carousel-indicators > li:hover{

  background-color: #b97700;
  border: none;

}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #fff;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

/*clients css start here*/

/* Slider */

section#Featuredenter {
    padding-top: 30px;
    padding-bottom: 40px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*footer css start here*/

footer#alllinks {
    background: #b97700;
    padding-top: 30px;
    padding-bottom: 30px;
}

.link-header h4 {
    color: white;
    padding-bottom: 10px;
}

ul.usefull-links a li {
    list-style: none;
    color: white;
    font-size: 16px;
    padding: 2px;
    margin-left: -42px;
}

ul.usefull-links a {
    text-decoration: none;
}

.address p {
    color: white;
    font-size: 15px;
    letter-spacing: 0.8px;
}

.address h5 {
    color: white;
    font-size: 15px;
    letter-spacing: 0.8px;
}

.social a i {
    color: #b97700;
    font-size: 22px;
    background: white;
    border-radius: 4px;
    padding: 7px 10px;
}

.map-link iframe {
    border: 3px solid red  !important;
    border-radius: 4px;
}
/*footer css End*/


/*copyright section*/

.copyright-line h4 {
    text-align: center;
    font-size: 15px;    
    color: #676767;
}

.copyright-line span {
    color: #b97700;
}



/*--------------------------------
registration pages css start
--------------------------------*/


/* 16. Register And Login */

section.tj-register {
    background: #fff !important;
}

.tj-register,.tj-login{

	width:100%;
	padding:150px 0;
}
.tj-register .tab-content,.tj-login .tab-content{
	width:100%;
	float:left;
	background:#f9f9f9;
}
.tj-tabs .nav-tabs{
	border-bottom:none;
}
.tj-tabs .nav > li > a{
	padding:20px 55px 15px 55px;
	font-family:'Montserrat', sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color:#444444;
	border-radius:0;
	margin-right:5px;
	border: 1px solid #f0f0f0;
	border-bottom:none;
}
.tj-tabs .nav > li > a:hover,
.tj-tabs .nav > li > a:focus{
	background:transparent;
}
.tj-tabs .nav-tabs > li.active > a, 
.tj-tabs .nav-tabs > li.active > a:hover, 
.tj-tabs .nav-tabs > li.active > a:focus{
	background:#233545;
	color:#fff;
	border-bottom:3px solid;
}
.reg-cta{
	padding:120px 0 70px;
	max-width:444px;
	float:left;
	padding-left:45px;
}
.login-cta{
	padding:80px 0 30px;
	max-width:444px;
	float:left;
	padding-left:45px;
}
.cta-list{
	margin:0;
	padding:0;
	list-style:none;
}
.cta-list li{
	margin-bottom:40px;
}
.cta-list li .icomoon{
	float:left;
	margin-right:20px;
	font-size:30px;
	width:55px;
	height:55px;
	border-radius:50%;
	border:1px solid #cecece;
	line-height:55px;
	text-align:center;
}
.cta-list li .icon{
	float:left;
	margin-right:20px;
	font-size:30px;
	width:55px;
	height:55px;
	border-radius:50%;
	border:1px solid #cecece;
	line-height:55px;
	text-align:center;
}
.cta-list li .cta-info{
	overflow:hidden;
}
.cta-list li .cta-info strong{
	margin-bottom:15px;
	display:block;
	font-size:20px;
	line-height: 25px;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	color:#444444;
}
.cta-list li .cta-info p{
	line-height:24px;
	font-size:15px;
	font-weight:400;
	color:#777777;
}
.reg-frm{
	max-width:444px;
	float:left;
	padding:74px 0;
}
.login-frm{
	max-width:444px;
	padding:40px 0;
}
.reg-frm .field-holder,.login-frm .field-holder{
	position:relative;
}
.reg-frm .field-holder .far,.login-frm .field-holder .far,
.reg-frm .field-holder .fas,.login-frm .field-holder .fas{
	position:absolute;
	top:19px;
	left:15px;
	color:#a6a6a6;
}
.reg-frm input[type="text"],.reg-frm input[type="email"],
.reg-frm input[type="password"],.login-frm input[type="text"],
.login-frm input[type="email"],.login-frm input[type="password"]{
	width:100%;
	padding:12px 35px;
	font-size:14px;
	line-height:24px;
	color:#a6a6a6;
	border:1px solid #e8e8e8;
	display:block;
	margin-bottom:15px;
	border-radius:4px;
}
.login-frm .forget-pass{
	font-size:14px;
	line-height:24px;
	display:block;
	color:#777777;
	margin-bottom:25px;
	text-decoration:underline;
}
.reg-frm label{
	font-size:14px;
	line-height:24px;
	color:#777777;
	font-weight:normal;
	margin:5px 0 25px;
}
.reg-frm input[type="checkbox"],
.booking-frm input[type="checkbox"]{
	margin-right:5px;
}
.reg-frm button,.login-frm button{
	border:none;
	float:left;
	width:100%;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	color:#fff;
	padding:15px 0;
}
.reg-frm  .reg-btn,.login-frm  .reg-btn{
	margin-bottom:20px;
	background:#dd3751;
}
.reg-frm  .facebook-btn,.login-frm  .facebook-btn{
	margin-bottom:10px;
	background:#4867aa;
}
.reg-frm  .google-btn,.login-frm  .google-btn{
	background:#d95333;
}

/* 19. Payment And Confirm Booking And Confirm Payment */
.tj-payment,.tj-user-bfrm{
	width:100%;
	padding:140px 0;
}
.tj-payment .tab-content{
	width:100%;
	float:left;
	padding:65px 55px;
	background-color:#f9f9f9;
}
.payment-frm .payment-field{
	width:100%;
	float:left;
}
.payment-frm .payment-field label{
	font-family:'Montserrat',sans-serif;
	font-size:16px;
	line-height:22px;
	color:#444444;
	font-weight:500;
	margin-bottom:22px;
	display:block;
}
.payment-frm .payment-field input[type="radio"]{
	margin-right:6px;
	border-radius:0;
}
.payment-frm .payment-field p{
	font-size:15px;
	line-height:24px;
	font-weight:400;
	color:#777777;
	margin-bottom:20px;
}
.payment-frm .back-btn,
.cb-frm  .back-btn{
	display:inline-block;
	border:0;
	background-color:#777777;
	color:#fff;
	width:170px;
	text-align:center;
	padding:15px 0;
	margin-top:30px;
}
.payment-frm .book-btn,
.cb-frm  .book-btn{
	display:inline-block;
	border:0;
	color:#fff;
	width:170px;
	text-align:center;
	padding:15px 0;
	margin:30px 0 0 10px;
}

.tj-user-bfrm .tab-content{
	background-color:#f9f9f9;
	padding:65px 60px;
	width:100%;
	float:left;
}

.cb-frm .info-field{
	width:100%;
	float:left;
	position:relative;
}
.cb-frm .info-field label,.account-frm .account-field label{
	display:block;
	font-size:15px;
	line-height:22px;
	color:#444;
	font-weight:400;
	font-family:'Montserrat',sans-serif;
}
.cb-frm .info-field span{
	position:absolute;
	top:43px;
	left:12px;
	color:#a6a6a6;
	font-size:13px;
}
.cb-frm .info-field input[type="text"],.cb-frm .info-field input[type="email"],
.cb-frm .info-field input[type="tel"],.account-frm .account-field input[type="password"],
.account-frm .account-field input[type="text"],.account-frm .account-field input[type="tel"],
.account-frm .account-field input[type="email"]{
	width:100%;
	border:1px solid #e8e8e8;
	height:45px;
	display:block;
	padding:0 30px;
	color:#a6a6a6;
	font-size:14px;
	line-height:24px;
	border-radius:5px;
	margin-bottom:35px;
}
.tj-user-bfrm  .cb-frm  .back-btn,
.tj-user-bfrm  .cb-frm  .book-btn{
	margin-top:15px;
}
.success-msg{
	background-color:#f9f9f9;
	padding:150px 125px;
	width:100%;
	float:left;
	text-align:center;
}
.success-msg span{
	font-size:30px;
	color:#16ae83;
	width:55px;
	height:55px;
	line-height:55px;
	border-radius:50%;
	display:block;
	border:2px solid #16ae83;
	margin:0 auto 0;
}
.success-msg h3{
	font-size:30px;
	color:#444444;
	font-weight:500;
	font-family:'Montserrat',sans-serif;
	margin-bottom:20px;
}
.success-msg p{
	color:#777777;
	font-size:15px;
	line-height:24px;
	font-weight:400;
}
.success-msg a{
	display:block;
	width:190px;
	color:#fff;
	text-align:center;
	padding:15px 0;
	margin: 25px auto 0;
}

/* End Payment, Confirm Booking, Confirm Payment CSS Styles */

/* 18. Booking Form */
.tj-booking-frm{
	width:100%;
	padding:140px 0;
}
.tj-booking-frm  .tj-tabs .nav > li > a{
	font-size:16px;
	padding:20px 35px 15px 35px;
	font-weight:600;
}
.tj-booking-frm .booking-frm{
	width:100%;
	float:left;
	padding:45px 50px;
}
.booking-frm .field-holder{
	position:relative;
}
.booking-frm .field-holder .far,.booking-frm .field-holder .fas{
	position:absolute;
	top:19px;
	right:15px;
	color:#a6a6a6;
}
.booking-frm input[type="text"],.booking-frm input[type="email"],
.booking-frm input[type="date"]{
	width:100%;
	padding:12px 15px;
	font-size:14px;
	line-height:24px;
	color:#a6a6a6;
	border:1px solid #e8e8e8;
	display:block;
	margin-bottom:15px;
	border-radius:4px;
}
.tj-booking-frm  .tab-content{
	width:100%;
	float:left;
	background:#f9f9f9;
}
.booking-frm strong{
	font-size:16px;
	line-height:22px;
	color:#444444;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	margin-bottom:15px;
	display:block;
}
.booking-frm label[for="book_terms"]{
	display:block;
	margin-bottom:15px;
	color:#777777;
	font-size:14px;
	line-height:24px;
	font-weight:400;
}
.booking-frm label[for="one_way"],
.booking-frm label[for="two_way"]{
	display:inline-block;
	font-family:'Montserrat',sans-serif;
	font-size:16px;
	line-height:22px;
	color:#444444;
	text-transform:capitalize;
	margin-bottom:30px;
	margin-right:45px;
}
.booking-frm input[type="radio"]{
	margin-right:10px;
} 
.booking-frm .book-btn{
	min-width:160px;
	color:#fff;
	text-transform:capitalize;
	text-align:center;
	display:block;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	border:none;
	padding:15px 0;
}
.booking-summary{
	width:100%;
	float:left;
	background-color:#f9f9f9;
}
.booking-summary h3{
	text-align:center;
	background-color:#233545;
	color:#fff;
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	font-weight:500;
	line-height:22px;
	margin:0;
	padding:20px 0;
}
.booking-summary .booking-info{
	list-style:none;
	margin:0;
	padding:35px 40px 15px 40px;
}

.booking-summary .booking-info li{
	width:400px;
	font-size:14px;
	line-height:32px;
	color:#777777;
	font-weight:400;
	text-transform:capitalize;
	display:block;
	overflow:hidden;
}
 
.booking-summary .booking-info li span{
	float:left;
	height:33px;
	margin-right:5px;
	/*width: 150px;*/
}
.booking-summary .journey-info{
	float:left;
	width:330px;
	padding:0 40px 0 40px;
}
.booking-summary .journey-info h4{
	font-size:16px;
	line-height:22px;
	color:#444444;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	text-transform:capitalize;
	margin:0 0 10px;
	float:left;
}
.booking-summary .journey-info .far{
	float:right;
	line-height:22px;
}
.booking-summary .service-info{
	list-style:none;
	margin:0;
	float:left;
	padding-bottom:25px;
}
.booking-summary .service-info li{
	width:235px;
	font-size:14px;
	line-height:32px;
	color:#777777;
	text-transform:capitalize;
	font-weight:400;
	display:block;
}
.booking-summary .fare-box{
	/*width:245px;*/
	/*text-align:center;*/
	/*background-color:#fff;*/
	/*margin:0 40px 35px 40px;*/
	padding:18px 0;
	/*float:left;*/
}
.booking-summary .fare-box strong{
	font-size:18px;
	line-height:32px;
	text-transform:capitalize;
	color: #444;
}
.booking-summary .fare-box strong span{
	font-size:18px;
	line-height:32px;
	display:inline-block;
}
.booking-summary .fare-box span{
	display:block;
	color:#777777;
	font-size:13px;
	line-height:32px;
	font-weight:400;
}
/* End Booking Form CSS Styles */


/* 20. User Account/Cancel Booking */
.tj-account-frm{
	width:100%;
	padding:140px 0;
}
.tj-account-frm .tj-tabs .nav > li > a{
	width:180px;
	text-align:center;
	padding:20px 0;
	font-size:15px;
	font-weight:600;
}
.tj-account-frm .tab-content{
	background-color:#f9f9f9;
	padding:55px 65px;
	width:100%;
	float:left;
}
.account-frm .account-field span{
	position:absolute;
	top:43px;
	left:26px;
	color:#a6a6a6;
	font-size:13px;
}
.account-frm .account-field .file-btn{
	display:block;
	border:0;
	background-color:#5c5b5b;
	color:#fff;
	width:240px;
	text-align:center;
	border-radius:5px;
	text-transform:capitalize;
	padding:18px 0;
	line-height:24px;
	font-size:14px;
	float: left;
	margin-right: 20px;
}
.account-frm .account-field .limit{
	position:relative;
	top:0;
	left:0;
	display:inline-block;
	font-size:14px;
	color:#a6a6a6;
	line-height:24px;
	font-weight:400;
	overflow: hidden;
	margin-top: 20px;
}
.account-frm .save-btn{
	float:right;
	display:block;
	margin-top:25px;
	border:0;
	width:210px;
	text-transform:capitalize;
	text-align:center;
	padding:18px 0;
	font-weight:600;
	color:#fff;
}
.account-frm textarea{
	width:100%;
	min-height:140px;
	padding:18px 18px;
	display:block;
	font-size:14px;
	color:#a6a6a6;
	line-height:24px;
	border:1px solid #e8e8e8;
	resize:none;
}
.account-frm  .cancel-btn{
	display:block;
	margin-top:35px;
	border:0;
	text-transform:capitalize;
	text-align:center;
	padding:18px 0;
	font-weight:600;
	color:#fff;
	width:190px;
}
.account-frm .account-field .cancel_reason{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border:1px solid #e8e8e8;
	border-radius:5px;
	width:100%;
	cursor:pointer;
	padding:10px 25px;
}
.account-frm .account-field .reason_list{
	font-size:14px;
	line-height:24px;
	color:#a6a6a6;
	position:relative;
	width:100%;
	margin-bottom:15px;
}
.account-frm .account-field .reason_list:after{
	content:'\f107';
	position:absolute;
	top:10px;
	right:15px;
	font-weight:600;
	font-family:'Font Awesome 5 Free';
}
.account-frm .account-field .reason_list span{
	top:15px;
	left:11px;
}
/* End of User Account And Cancel Booking Styles */

/* 12. Fleet Grid And Fleet List */

.car-fleet{
	width:100%;
	padding:150px 0;
}
.car-fleet .result-count{
	width:100%;
	float:left;
}
.fleet-nav-outer{
	width:100%;
	float:left;
	border-bottom:1px solid #ededed;
	padding:0 0 35px;
}
.car-filter-holder{
	width:100%;
	float:left;
	padding:35px 0 0;
}
.car-fleet .result-count span{
	font-size:15px;
	line-height:24px;
	color:#444444;
	font-weight:400;
	display:block;
}
.car-tabs .nav-tabs{
	border-bottom:none;
	margin:0;
	padding:0;
	float:right;
}
.car-tabs .nav-tabs li a{
	border:1px solid #e9e9e9;
	width:45px;
	height:45px;
	line-height:45px;
	display:block;
	border-radius:0;
	padding:0;
	text-align:center;
	margin:0 0 0 10px;
	font-size:18px;
	color:#9a9a9a;
}
.car-tabs  .nav-tabs > li.active > a,
.car-tabs  .nav-tabs > li.active > a:hover, 
.car-tabs  .nav-tabs > li.active > a:focus{
	border:1px solid #e9e9e9;
	color:#fff;
}
.car-tabs .nav > li > a:hover,
.car-tabs .nav > li > a:focus{
	background-color:transparent;
	border-color:#e9e9e9;
}
.car-filter span{
	font-size:15px;
	line-height:24px;
	color:#777777;
	font-weight:400;
	display:block;
	text-transform:capitalize;
	margin-bottom:15px;
}
.car-filter .select-list{
	font-size:14px;
	line-height:24px;
	color:#a6a6a6;
	position:relative;
	width:100%;
	float:left;
	margin-bottom:15px;
}
.car-filter .selectpicker{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border:1px solid #e8e8e8;
	border-radius:5px;
	width:100%;
	cursor:pointer;
	padding:10px 18px;
}
.car-filter .select-list:after{
	content:'\f107';
	position:absolute;
	top:10px;
	right:15px;
	font-weight:600;
	font-family:'Font Awesome 5 Free';
}

.price-filter .text-left span{
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 15px;
	float:left;
}
.price-filter input#amount {
    border: none;
    width: 100px;
    margin-left: 5px;
	float:right;
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.price-filter  #price-range{
	float:left;
	width:100%;
	margin-top:15px;
}
.price-filter .ui-slider-horizontal .ui-slider-handle{
	margin-left:0;
	width: 5px;
	height: 25px;
}
.price-filter  .ui-corner-all{
	border-radius:0;
}
.fleet-grid,.fleet-list{
	width:100%;
	float:left;
	padding:60px 0 15px;
}
.fleet-grid .fleet-grid-box,
.fleet-list .fleet-list-box{
	width:100%;
	float:left;
	margin-bottom:60px;
}
.fleet-grid-box .fleet-thumb{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.fleet-list-box .fleet-thumb{
	position:relative;
	float: left;
	overflow: hidden;
}
.fleet-grid-box .fleet-thumb:after,
.fleet-list-box .fleet-thumb:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transform: rotate(360deg);
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
}
.fleet-grid-box .fleet-thumb:hover:after,
.fleet-list-box .fleet-thumb:hover:after {
    transition: all 0.5s ease-in-out;
    transform: rotate(180deg);
    visibility: visible;
}
.fleet-grid-box img {
    width: 100%;
    height: auto;
}
.fleet-grid-box .price-box{
	position:absolute;
	top:15px;
	right:20px;
}
.fleet-grid-box .price-box strong,
.fleet-list-box .fleet-text .price-box strong{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	display:block;
	font-size:28px;
}
.fleet-grid-box .price-box strong span,
.fleet-list-box .price-box strong span{
	font-size:14px;
	color:#444444;
}
.fleet-grid-box .rated{
	position:absolute;
	top:20px;
	left:20px;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
	font-weight:500;
	background-color:#444444;
	padding:7px 10px;
}
.fleet-info-box{
	width:100%;
	float:left;
}
.fleet-info-box .fleet-info{
	width:360px;
	margin-top:40px;
	float:left;
}
.fleet-info-box  h3,.fleet-list-box .fleet-text h3{
	font-family:'Montserrat',sans-serif;
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	color:#444444;
	float:left;
	margin:0;
}
.fleet-info-box .fleet-info span{
	float:right;
}
.fleet-info-box .fleet-info ul,
.fleet-list-box .fleet-text ul{
	list-style:none;
	margin:0;
	padding:15px 0 0;
	width:100%;
	float:left;
}
.fleet-info-box .fleet-info ul li,
.fleet-list-box .fleet-text ul li{
	display:inline-block;
	padding:0 16px;
	color:#666666;
	font-size:13px;
	text-transform:uppercase;
	line-height:24px;
	position:relative;
}
.fleet-info-box .fleet-info ul li:first-child{
	padding:0 16px 0 0;
}
.fleet-info-box .fleet-info ul li:before,
.fleet-list-box .fleet-text ul li:before{
	content:'|';
	position:absolute;
	right:-5px;
}
.fleet-info-box .fleet-info ul li:last-child:before,
.fleet-list-box .fleet-text ul li:last-child:before{
	content:'';
	display:none;
}
.fleet-info-box .fleet-info ul li i,
.fleet-list-box .fleet-text ul li i{
	padding-right:6px;
}
.fleet-info-box  a,
.fleet-list-box a{
    float: right;
    display: block;
    border: 2px solid;
    text-align: center;
    padding: 15px 25px;
    margin-top: 40px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
	position:relative;
}
.tj-btn:after{
	content:'';
	position:absolute;
	top:0;
	width:100%;
	left:0;
	height:0%;
	opacity:0;
	visibility:hidden;
	z-index:-2;
}
.tj-btn:before{
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.tj-btn:hover{
	color:#fff;
}
.tj-btn:hover:after{
	visibility:visible;
	opacity:1;
	height:100%;
}

.fleet-list-box img{
	float:left;
	width:auto;
}
.fleet-list-box .fleet-text{
	border:1px solid #eaeaea;
	border-left:transparent;
	padding:40px 25px 40px 35px;
	overflow:hidden;
}
.fleet-list .fleet-text h3{
	float:none;
	clear:both;
}
.fleet-list-box .fleet-text p{
	font-size:15px;
	line-height:24px;
	color:#777777;
	margin:0;
}
.fleet-list .fleet-list-box a{
	float:left;
	margin-top:28px;
}
.fleet-list-box span{
	margin:15px 0 15px;
	display:inline-block;
}
.fleet-text .price-box{
	float:left;
	width:100%;
}
.fleet-text .price-box .rated{
	float:left;
	margin:0;
	display:block;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
	font-weight:500;
	background-color:#444444;
	padding:7px 10px;
	
}
.fleet-list  .fleet-text .price-box strong{
	float:right;
	line-height:15px;
	margin-bottom:5px;
}
.fleet-list .fleet-list-box .fleet-text ul{
	padding:10px 0 0 ;
}
.fleet-list .fleet-list-box .fleet-text ul li{
	padding:0 14px;
}
.fleet-list-box .fleet-text ul li:first-child{
	padding:0 14px 0 0;
}
.pagination-box {
	width: 100%;
    float: left;
    text-align: center;
}
.pagination-box .pagination{
	margin:0;
	padding:0;
	border-radius:0;
}
.pagination-box .pagination li a{
	width:38px;
	height:38px;
	display:block;
	line-height:38px;
	border-radius:50%;
	border:1px solid #cccccc;
	padding:0;
	font-family:'Montserrat',sans-serif;
	font-size:15px;
	font-weight:500;
	color:#777777;
	margin-right:6px;
}
.pagination-box .pagination > .active > a{
	background-color:#eaeaea;
	border-color:#cccccc;
}

/* End Fleet Grid And Fleet List CSS Styles */

/* 13. Fleet Detail */
.fleet-detail{
	float:left;
	width:100%;
	padding:140px 0 110px;
}
.fleet-features{
	float:left;
	width:100%;
	border:1px solid #ebebeb;
	padding:30px 25px;
}
.fleet-features ul{
	list-style:none;
	margin:0;
	padding:0
}
.fleet-features ul li{
	display:block;
	line-height:40px;
	color:#666666;
	font-size:15px;
	text-transform:uppercase;
}
.fleet-features ul li i{
	margin-right:15px;
}
.book_fleet a{
	display:block;
	color:#fff;
	width:150px;
	text-align:center;
	padding:15px 0;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	margin:15px auto 0;
}
.fleet-box{
	width:100%;
	float:left;
	position:relative;
}
.fleet-box  img{
	width:100%;
	height:auto;
}
.fleet-box .ad-info{
	top:0;
	left:0;
	position:absolute;
	padding:80px 20px;
}
.fleet-box .ad-info h4{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	color:#fff;
	font-size:22px;
	text-transform:capitalize;
}
.fleet-box .ad-info .price{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	color:#fff;
	display:block;
	font-size:50px;
	text-align:center;
}
.fleet-box .ad-info h5{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	color:#fff;
	font-size:18px;
}
.fleet-box .ad-info .book_fleet a{
	margin-top:30px;
}
.tj-post-holder,.text-box{
	float:left;
	width:100%;
}
.tj-post-holder .text-box h3,
.text-box .service-list h3,.text-box .feature-list h3,
.text-box .video-tour h3{
	font-family:'Montserrat',sans-serif;
	font-weight:600;
	font-size:28px;
	color:#444444;
	text-transform:capitalize;
	margin:0 0 25px;
}
.text-box  .service-list h3,.text-box  .feature-list h3{
	margin-top:20px;
}
.tj-post-holder .text-box p,.service-list p,
.feature-list p{
	font-size:15px;
	line-height:24px;
	font-weight:400;
	margin:0 0 25px;
	color:#777777;
}
.text-box .service-list,.text-box .feature-list{
	float:left;
	width:390px;
	margin-bottom:30px;
}
.text-box .service-list{
	margin-right:15px;
}
.text-box .feature-list{
	margin-left:15px;
}
.text-box .service-list ul,
.text-box .feature-list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.text-box .service-list ul li,
.text-box .feature-list ul li{
	line-height:40px;
	font-size:15px;
	color:#666666;
}
.text-box .service-list ul li .fas,
.text-box .feature-list ul li .fas{
	margin-right:15px;
}
.video-tour{
	width:100%;
	float:left;
	margin-bottom:70px;
}
.video-tour figure{
	width:100%;
	float:left;
	position:relative;
}
.video-tour figure img{
	width:100%;
	height:auto;
}
.video-tour figure .video-caption{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	float:left;
	text-align:center;
	background:rgba(0,0,0,0.6);
}
.video-tour figure .video-caption a{
	position:absolute;
	top:43%;
	left:50%;
	width:55px;
	height:55px;
	font-size:16px;
	line-height:55px;
	border-radius:50%;
	background-color:#e7e7e7;
	box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-o-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@-o-keyframes pulse {
	0% {
		-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		-o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@-ms-keyframes pulse {
	0% {
		-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		-ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes pulse {
	0%{
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
.post-nav{
	border-top:1px solid #ebebeb;
	width:100%;
	float:left;
	margin-bottom:30px;
}
.post-nav .prev_link a{
	float:left;
	line-height:40px;
	color:#666666;
	font-size:15px;
	display:block;
	margin-top:25px;
}
.post-nav .post_sep i{
	line-height:40px;
	font-size:20px;
	color:#666666;
	margin-top:25px;
	text-align:center;
	display:block;
}
.post-nav .next_link a{
	float:right;
	line-height:40px;
	color:#666666;
	font-size:15px;
	display:block;
	margin-top:25px;
}

.gallery-carousel {
	position: relative;
	width:100%;
	margin-bottom:50px;
	float:left;
}
.gallery-carousel .right-outer {
	overflow: hidden;
	float:right;
	width:100%;
}
.gallery-carousel .left-outer {
	float:left;
	width:100%;
}
.gallery-carousel .gallery-thumb {
	display: none;
}
.gallery-carousel .slick-slide {
	outline: none;
}
.gallery-carousel .slick-vertical .slick-slide {
	border: none;
}
.gallery-carousel .gallery-thumb .slick-list {
	height: auto !important;
	margin: 0 -20px;
}
.gallery-carousel .gallery-thumb .slick-slide {
	cursor: pointer;
}
.gallery-carousel .gallery-thumb .slick-slide {
	margin: 0 20px;
}
.gallery-carousel img {
	max-width: 100%;
	height: auto;
}
.gallery .slick-prev,.gallery .slick-next{
	z-index:999;
	width:50px;
	height:40px;
	vertical-align:middle;
	color:#fff;
	background:#1c2b39;
	opacity:0;
	visibility:hidden;
}
.gallery .slick-prev:before,.gallery .slick-next:before{
	opacity:1;
	font-family:inherit;
}
.gallery .slick-prev {
	left:-50px;
}
.gallery .slick-next{
	right:-50px;
}
.gallery .slick-prev:hover,.gallery .slick-prev:focus, 
.gallery .slick-next:hover,.gallery .slick-next:focus{
	color: #fff;
	background: #1c2b39;
}
.gallery-carousel .gallery:hover .slick-prev{
	left:0;
	opacity:1;
	visibility:visible;
}
.gallery-carousel .gallery:hover .slick-next{
	right:0;
	opacity:1;
	visibility:visible;
}

/* End Fleet Detail CSS Styles */

/* 15. 404 */
.tj-p404-section {
	width:100%;
	padding:280px 0;
	background:url("../img/404-bg.png")no-repeat center center;
}
.tj-p404-section .p404-title{
	font-size:150px;
	font-family:'Montserrat',sans-serif;
	line-height: 22px;
	font-weight:600;
	text-align:center;
	display:block;
}
.tj-p404-section h2{
	text-align:center;
	font-size:40px;
	color:#444444;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	padding:50px 0 25px;
}
.tj-p404-section .p404-info{
	width:100%;
	float:left;
	text-align:center;
}
.tj-p404-section .p404-info p{
	color:#777777;
	font-size:25px;
	font-family:'Montserrat',sans-serif;
	font-weight:400;
	margin-bottom:40px;
}
.tj-p404-section .p404-info a{
	background:#575757;
	font-weight:400;
	display:block;
	text-align:center;
	width:190px;
	color:#fff;
	padding:20px 0;
	font-family:'Montserrat',sans-serif;
	margin:0 auto 0;
	font-weight:500;
}

/* End 404 CSS Styles */


/*about us css banner start*/

/* 01. Inner Banner */
.tj-inner-banner {
    float: left;
    width: 100%;
    background: url('../img/about-banner.jpg') top center no-repeat;
    background-size: cover;
    text-align: center;
	position:relative;
}
.tj-inner-banner:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(24,39,52,0.8);
}
.tj-inner-banner h2{
	font-family:'Montserrat', sans-serif;
	font-size:50px;
	font-weight:600;
	color:#fff;
	padding:150px 0 150px;
	text-transform:capitalize;
	margin:0;
	position: relative;
	z-index: 999;
}
.tj-breadcrumb{
	float:left;
	width:100%;
	background:#f7f7f7;
}
.tj-breadcrumb .breadcrumb-list{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.breadcrumb-list li+li:before {
    content: '\f105';
	font-family: 'Font Awesome 5 Free';
	margin-right:5px;
	margin-left:5px;
	font-weight:600;
}
.tj-breadcrumb .breadcrumb-list li{
	display:inline-block;
	font-size:14px;
	line-height:22px;
	padding:15px 0;
	font-family:'Montserrat', sans-serif;
	font-weight:400;
}
.tj-breadcrumb .breadcrumb-list li a{
	color:#676767;
}
/* End Inner Banner CSS Styles */



/*new about us section start*/
section#about-banner {
    padding-bottom: 40px;
}

.welcome-line {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

.welcome-line h4 {
    color: #b97700;
    font-size: 26px;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-bottom: -18px;
}

.welcome-line h3 {
    font-size: 32px;
}

.about-content p {
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #505050;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 10px;
    padding-top: 20px
}

.services-name h5 a:hover {
    color: #b97700;
}

.services-name h5 a {
    color: black;
    text-decoration: none;
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.tag-title h5 {
    text-align: center;
    font-size: 16px;
    color: #b97700;
    letter-spacing: 0.8px;
}

/*new about us section end*/



/*contact us css star*/

.lecture-title h4 {
    text-align: center;
    font-size: 32px;
}

/*hr line css */

hr.phone-line {
    width: 12%;
    margin-top: -8px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #ff856c;
}

/*p tag css star*/

.text-line p {
    text-align: center;
    font-size: 18px;
}

/*icon-img css start*/

.icon-img {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*h5 text css start*/

.icon-img h5 {
    font-size: 17px;
    padding-top: 6px;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.icon-img h6 {
    font-size: 12px;
    letter-spacing: 0.9px;
}

/*input text css start*/

input.form-control {
    margin-bottom: 14px;
    height: 44px;
    font-size: 15px;
}

textarea.form-control {
    height: auto;
    font-size: 15px;
}

/*button css start*/

.submit-butn {
    float: right;
    margin-top: 2%;
    margin-bottom: 3%;
}

.submit-butn button:hover {
    color: white;
    background-color: #ff2222;
    border: none;
    
}

.submit-butn button {
    width: 100%;
    background: #b97700;
    color: #ffffff;
    font-weight: 600;
    height: 42px;
    font-size: 16px;
    padding: 10px 20px;
}

.submit-butn button:hover:focus {
    color: white;
    background-color: #ff2222;
    border: none;
    outline: none
}

.btn-default.active, .btn-default:active {
    color: #b10202;
    background-color: #ff856c;
    border: none;
}

.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, .btn-default:active.focus,
.btn-default:active:focus, .btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover {
    color: #b10202;
    background-color: #ff856c;
    border: none;
    border-color: #ff856c;
}

/*contact us css end*/



/*services css start*/

.main-title h4 {
    color: #b97700;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 17px;
    letter-spacing: 0.8px;
}

.value-packs p {
    font-size: 15px;
    color: #424141;
    letter-spacing: 0.4px;
    padding-bottom: 8px;
    padding-top: 2px;
}

.space {
    padding: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.services-ions h5 {
    padding-top: 8px;
    letter-spacing: 0.6px;
}

.services-ions {
    box-shadow: 0px 0px 11px -3px #676666;
    padding: 17px;
    padding-top: 24px;
    padding-bottom: 12px;
    border-radius: 6px;
}

.services-ions p {
    font-size: 14px;
    letter-spacing: 0.4px;
}

/*services css end*/

.alertPop{
      z-index: 9999;
    top: 15px;
    position: absolute;
    right: 4px;
    background: #b97700;
    color: white;
    border-radius: 5px;
    width: 250px;
    min-height: 54px;
    padding: 10px;
    text-transform: capitalize;
    display: none;
}
.alertPopHead{
    z-index: 9999;
 top: 15px;
 position: absolute;
 right: 4px;
 background: #e01c02;
 color: white;
 border-radius: 5px;
 width: 250px;
 min-height: 54px;
 padding: 10px;
 text-transform: capitalize;
 display: block;
}
.tj-inner-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    padding: 150px 0 150px;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    z-index: 999;
}
/* chandigarh page style */
.p-t-20{
	padding-top: 20px !important;
}
.p-t-0{
	padding-top: 0px !important;
}

@media only screen and (max-width: 797px) {
	.booking-summary{
		width: 70% !important;
	}
}