/*--------------- css ------------------*/



*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; border: 0; }

:root { 

	--full-width: 100%; 

	--full-height: 100%; 

	--white: #ffffff; 

	--black: #000000;

	--light-grey: #f3f3f3;

	--medium-grey: #4e4948;

	--dark-grey: #1e1d1d; 

	--yellow: #f5af21; 

	--pending: #f9972e;

	--green: #0c744f;

	--confirmed: #00a550;

	--red: #bf242f;

	--emergency: #ea2d3b;

}

body, body * { font-family: 'Lato', sans-serif; outline: none; }

body { margin: 0; padding: 0; font-family: 'Lato', sans-serif; font-size: 20px; line-height: 25px; background: var(--white); }

a, input, button, :after, :before, li, img { -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; text-decoration: none;  list-style-type: none; }

html { min-height: 100%; font-family: 'Lato', sans-serif; }

h2 { font-size: 72px; font-weight: 300; font-family: 'Merriweather', serif; }

h3 { font-weight: bold; font-size: 30px; line-height: 37px; }

h4 { font-size: 20px; line-height: 24px; font-weight: bold; }

h5 { font-weight: 400; font-size: 26px; line-height: 32px; }

h6 { font-weight: 600; font-size: 16px; line-height: 20px; }

label { font-size: 20px; font-weight: 400; color: var(--dark-grey); }

p { font-size: 20px; font-weight: 300; font-family: 'Lato', sans-serif; }



.bttn { display: inline-block; width: auto; background-color: var(--yellow); font-size: 22px; font-weight: 400; font-family: 'Lato', sans-serif; height: 70px; line-height: 70px; min-width: 333px; border-radius: 40px; padding: 0 30px; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; cursor: pointer; border: 0; outline: none; }

.bttn:hover { background-color: var(--dark-grey); color: var(--white); }





.wrapper { width: var(--full-width); height: var(--full-height); }

.center { max-width: 1200px; margin: 0 auto; }



/*---login page start-----------*/

.login-page { width: var(--full-width); height: 100vh; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; display: flex; align-items: center; }

.login-page:after { position: absolute; content: ""; top: 0; left: 0; width: var(--full-width); height: var(--full-height); background: rgba(0, 0, 0, 0.6); }

.login-page .center { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; width: var(--full-width); }

.login-form-box { width: 50%; background-color: rgba(255, 255, 255, 0.8); border-radius: 40px; overflow: hidden; }

.logo { width: var(--full-width); background-color: var(--white); padding: 62px 0 0; display: flex; align-items: center; justify-content: center; position: relative; }

.logo img { max-width: var(--full-width); position: relative; z-index: 1; }

.logo:after { position: absolute; content: ""; left: -100px; bottom: -55px; height: 150px; background-color: var(--white); width: 1200px; transform: rotate(-10deg); box-shadow: 0 16px 18px 0px rgba(0, 0, 0, 0.2); }

.login-form { background-color: transparent; padding: 40px 60px 0; }

.login-form ul { padding: 80px 0 15px; width: var(--full-width); }

.login-form ul li { width: var(--full-width); margin: 0 0 40px; }

.login-form ul li label { padding: 0 0 10px 40px; display: block; }

.text-field { width: var(--full-width); height: 70px; line-height: 70px; border-radius: 40px; padding: 0 40px; background-color: var(--white); color: var(--dark-grey); display: inline-block; font-size: 20px; font-weight: 300; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; }

.pass-box { position: relative; }

.text-field:focus { box-shadow: 0 0 10px 0px rgba(0,0,0,0.3); }

.pass-box .toggle-password { position: absolute; right: 30px; top: 20px; background-image: url(../images/eye-hide-login.svg); background-repeat: no-repeat; background-position: center center; width: 30px; height: 30px; z-index: 2; cursor: pointer; }

.pass-box .toggle-password.fa-eye-slash { background-image: url(../images/eye-show-login.svg); } 



.login-form ul li .text-field.email-field { background-image: url(../images/email-icon.png); background-repeat: no-repeat; background-position: 40px center; padding: 0 40px 0 90px; }

.login-form ul li .text-field.password-field { background-image: url(../images/password-icon.png); background-repeat: no-repeat; background-position: 40px center; padding: 0 80px 0 90px; }

.signin-bttn { margin: 0 auto; display: table; }

.forgot-pass { color: var(--green); font-size: 20px; font-weight: 400; margin: 0 auto; display: table; }

.forgot-pass:hover { color: var(--dark-grey); }

.login-form ul li.login-btns { margin: 0 0 20px; }



.welcome-box { width: 40%; position: relative; z-index: 1; }

.welcome-box h2 { margin: 0 0 50px; display: block; color: var(--white); }

.welcome-box h5 { margin: 0 0 55px; color: var(--white); }

.welcome-box p { color: var(--white); line-height: 30px; }

.welcome-box ul { padding: 0; width: var(--full-width); }

.welcome-box ul li { width: var(--full-width); position: relative; font-size: 20px; font-weight: 300; font-family: 'Lato', sans-serif; color: var(--white); padding: 0 0 0 22px; margin: 0 0 12px; }

.welcome-box ul li:before { position: absolute; content: ""; left: 0; top: 9px; background-color: var(--yellow); width: 8px; height: 8px; border-radius: 8px; }





/*======== responsive ==============*/



@media only screen and (max-width:1200px) {

	.center { padding: 0 15px; }

	.login-page .center { padding: 0 30px; }

	.login-form-box { width: 45%; }

	.welcome-box { width: 48%; }

	.logo { padding: 42px 0 0; }

	.logo:after { bottom: -35px; }

	.login-form { padding: 20px 25px 0; }

	.login-form ul { padding: 60px 0 0; }

	.logo img { width: 250px; }

	.text-field { height: 50px; line-height: 50px; font-size: 18px; }

	.pass-box .toggle-password { top: 10px; }

	.bttn { height: 50px; line-height: 50px; }

	h2 { font-size: 60px; }

	h5 { font-size: 22px; }

}



@media only screen and (max-width:979px) {

	.login-page .center { flex-flow: column; padding: 30px 30px; }

	.login-form-box, .welcome-box { width: 100%; }

	.login-page { height: 100vh; }

	.welcome-box { order: 1; }

	.login-form-box { order: 2; margin: 10px 0 0; }

	.welcome-box h2 { line-height: 1; margin: 0 0 12px; font-size: 42px; }

	.welcome-box h5 { margin: 0 0 8px; font-size: 20px; }

	.logo:after { bottom: -32px; transform: rotate(-6deg); }

	.login-form ul li { margin: 0 0 25px; }

	.welcome-box p { margin: 0 0 10px; }

	.login-form-box { border-radius: 25px; }



}



@media only screen and (max-width:767px) {

	.login-page { height: auto; background-attachment: fixed; }

	.welcome-box { order: 2; margin: 30px 0 0; }

	.login-form-box { order: 1; margin: 10px 0 0; }

	.welcome-box h2 { line-height: 1; margin: 0 0 12px; font-size: 30px; }

	.bttn.signin-bttn { min-width: auto; padding: 0 50px; font-size: 18px; }

	label { font-size: 16px; }

	.login-form ul li .text-field.email-field { background-size: 22px; padding: 0 30px 0 50px; background-position: 20px center; font-size: 14px; }

	.login-form ul li { margin: 0 0 15px; }

	.login-form ul li label { padding: 0 0 6px 20px; }

	.login-form ul li .text-field.password-field { background-position: 20px center; padding: 0 70px 0 50px; background-size: 20px; font-size: 14px; }

	.pass-box .toggle-password { right: 16px; }

	.forgot-pass { font-size: 16px; }

	.logo:after { bottom: -2px; transform: rotate(-6deg); }

	.login-form ul { padding: 24px 0 0; }

	.welcome-box p { line-height: 24px; font-size: 16px; }

	.welcome-box ul li { font-size: 17px; padding: 0 0 0 22px; margin: 0 0 6px; }

	.logo img { width: 200px; }

}



/* login page end -----------*/





/* Book new trip page start -----------*/



.book-trip-page { width: var(--full-width); }

header { width: var(--full-width); padding: 32px 0; display: flex; align-items: center; justify-content: flex-start; position: relative; background-color: var(--white); box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); }

.inner-logo { width: 210px; display: inline-block; position: absolute; left: 5%; top: 50%; transform: translateY(-50%); }

.inner-logo img { max-width: 100%; width: 100%; }

header .center { width: var(--full-width); display: flex; align-items: center; justify-content: space-between; }

header .center ul.nav { width: auto; padding: 0; display: flex; align-items: center; }

header .center ul.nav li { width: auto; padding: 0; margin: 0 10px 0 0; }

header .center ul.nav li a { font-size: 22px; font-weight: 400; color: var(--dark-grey); line-height: 1; padding: 10px 30px 12px; text-transform: capitalize; border-radius: 30px; }

header .center ul.nav li a:hover, header .center ul.nav li.current a { background-color: var(--yellow); color: var(--white); }

.profile-box { width: auto; position: relative; }

.profile-icon { width: 60px; height: 60px; border-radius: 50%; border: 1px solid var(--green); display: flex; align-items: center; justify-content: center; background-image: url(../images/profile-icon.png); background-repeat: no-repeat; background-position: center center; }

.profile-icon.clicked { background-color: var(--green); background-image: url(../images/profile-icon-w.png); }

.inner-body { width: var(--full-width); }

.book-trip-body { display: flex; }

.body-left { width: 100%; background-color: var(--light-grey); background-repeat: no-repeat; background-attachment: fixed; background-size: 50% auto; background-position: right center; }

.body-right { width: 50%; }

.book-trip-body .center { padding: 70px 0; }

.book-trip-body .center h3 { margin: 0 0 30px; display: block; text-transform: uppercase; color: var(--dark-grey); }

.book-trip-body .trip-form-box { width: 70%; border-radius: 20px; background-color: var(--white); padding: 40px 40px 40px 30px; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); }

.book-trip-body .trip-form-box ul { padding: 0 0 0 40px; width: var(--full-width); }

.book-trip-body .trip-form-box ul li { width: var(--full-width); padding: 0; margin: 0 0 30px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }

.book-trip-body .trip-form-box ul li .location { width: var(--full-width); padding: 0; position: relative; }

.location-point { width: 20px; height: 146px; position: absolute; left: -39px; top: 65px; }

.location-point span.green-point { width: 10px; height: 10px; border-radius: 15px; display: inline-block; background-color: var(--green); margin: 0 0 0 -3px; position: relative; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; }

.location-point span.red-point { width: 10px; height: 10px; border-radius: 15px; display: inline-block; background-color: var(--red); margin: 0 0 0 -3px; position: relative; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; }

.point-border { height: 105px; width: 2px; background-color: #8b8a8a; }



/* .pointer-arrow { position: absolute; left: 0; top: 0; } */

.location .pickup label { display: block; padding: 0 0 14px 40px; }

.location .pickup2 label { display: block; padding: 0 0 14px 40px; }

.location .pickup select { display: block; width: var(--full-width); height: 60px; line-height: 60px; border-radius: 30px; padding: 0 40px; margin: 0 0 30px; }



.location .drop label { display: block; padding: 0 0 14px 40px; }

.location .drop select { display: block; width: var(--full-width); height: 60px; line-height: 60px; border-radius: 30px; padding: 0 40px; }



.location .drop2 label { display: block; padding: 0 0 14px 40px; }

.location .drop2 select { display: block; width: var(--full-width); height: 60px; line-height: 60px; border-radius: 30px; padding: 0 40px; }



.location-point span.green-point.active-tab { width: 15px; height: 15px; margin: 0 0 0 -6px; }

.location-point span.red-point.active-tab { width: 15px; height: 15px; margin: 0 0 0 -6px; }

.location-point span.green-point:after { content: ''; display: block; position: absolute; top: 50%; margin-top: -8px; width: 0; height: 0; border-top: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 12px solid var(--green); opacity: 0; left: 20px; }

.location-point span.green-point.active-tab:after { opacity: 1; }

.location-point span.red-point:after { content: ''; display: block; position: absolute; top: 50%; margin-top: -8px; width: 0; height: 0; border-top: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 12px solid var(--red); opacity: 0; left: 20px; }

.location-point span.red-point.active-tab:after { opacity: 1; }

.book-trip-body .trip-form-box ul li .location .pickup { margin: 0 0 0px; position: relative;}

.select[type="search"]{cursor: text;-webkit-appearance: searchfield;}

input[type="search"]::-webkit-search-cancel-button{ -webkit-appearance: searchfield-cancel-button !important; cursor: pointer;}

.select-hidden { display: none; visibility: hidden; padding-right: 10px; }

.select, .select2 { cursor: pointer; display: inline-block; position: relative; font-size: 16px; color: #000; width: 100%; height: 55px; border-radius: 30px; padding: 0 40px; border: 1px solid #7e7e7e; }

.select-styled { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: transparent; border-radius: 30px; padding: 0 40px; height: 55px; line-height: 50px; font-size: 20px; font-weight: 300; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }

.select-styled:after { content: ""; width: 20px; height: 20px; background-image: url(../images/dropdown-arrow.png); background-repeat: no-repeat; background-position: 0 0; position: absolute; top: 22px; right: 40px; }

.select-styled:active:after, .select-styled.active:after { background-image: url(../images/dropup-arrow.png); background-repeat: no-repeat; background-position: 0 0; }

.select-options { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 10px 0 0 0; padding: 15px !important; list-style: none; background-color: #fff; border-radius: 20px; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); }

.select-options li { margin: 0; padding: 12px 0; text-indent: 15px; -moz-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; -webkit-transition: all 0.15s ease-in; transition: all 0.15s ease-in; font-size: 18px; font-weight: 400; margin: 0 0 10px !important; }

.select-options li:hover, .select-options li.is-selected { color: var(--green); background: #fff; }

.select-options li[rel="hide"] { display: none; }

.half-form { width: 48%; }

.half-form label { padding: 0 0 10px 40px; display: block; }

.form-text-field { width: var(--full-width); height: 55px; line-height: 55px; border: 1px solid #7e7e7e; border-radius: 40px; padding: 0 40px; background-color: var(--white); color: var(--dark-grey); display: inline-block; font-size: 20px; font-weight: 300; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; }

.select-date { padding: 0 30px 0 40px; cursor: pointer; }

.select-time {padding: 0 30px 0 40px; cursor: pointer; }

input[type="time"]::-webkit-calendar-picker-indicator{

	background-image: url(../images/time-icon.png); background-repeat: no-repeat;  height:30px; width:30px; cursor: pointer;

}

input[type="date"]::-webkit-calendar-picker-indicator{

	background-image: url(../images/calender-icon.png); background-repeat: no-repeat;  height:28px; width:28px; cursor: pointer;

}

.booking-price { width: var(--full-width); padding: 20px 0 20px 80px; width: auto;

    margin-left: 0;

    margin-right: auto;

    display: inline;

    /*display: flex;*/ align-items: center;flex-flow: row wrap; justify-content: space-between; font-size: 30px; font-weight: 700; color: var(--black); }

.booking-price .ajax-response{width: 100%;}

.booking-price label { font-size: 20px; font-weight: 400; color: var(--dark-grey); display: inline-block; margin: 0 14px 0 0; }

.booking-price span { font-size: 30px; font-weight: 700; color: var(--red); margin: 0 0 0 8px; }

.upload-order { display: flex; align-items: center; justify-content: flex-start; position: relative;}

.hiden-file{position: absolute; opacity: 0;width: 100%; height: 100%; cursor: pointer;}

#custom-button { padding: 0 100px 0 40px; color: var(--white); background-color: var(--yellow); width: 100%; border-radius: 30px; height: 55px; line-height: 55px; cursor: pointer; background-image: url(../images/upload-icon.png); background-repeat: no-repeat; background-position: 90% center; font-size: 22px; }

#custom-button:hover { background-color: #00b28f; }

#submit-button{padding: 0 50px; width: 100%; color: var(--black); background-color: var(--yellow); border-radius: 30px; height: 55px; line-height: 55px; cursor: pointer; font-size: 22px; }

#submit-button:hover {background-color: var(--dark-grey); color: var(--white); }

#custom-text { margin-left: 10px; font-size: 16px; color: var(--dark-grey); line-height: 1; }

.footer { width: var(--ful-width); background-color: var(--dark-grey); padding: 90px 0 40px; text-align: center; }

.footer h4 { font-size: 24px; font-weight: 700; text-transform: uppercase; color: var(--white); margin: 0 0 35px; }

.footer .social { width: auto; display: flex; align-items: center; padding: 0 0 70px; justify-content: center; }

.footer .social li { width: auto; margin: 0 15px; }

.footer .social li a { width: auto; }

.footer .social li a:hover img { opacity: 0.4; }

.footer p { border-top: 1px solid var(--medium-grey); font-size: 20px; font-weight: 400; color: var(--white); padding: 40px 0 0; }

.profile-menu { position: absolute; right: 0; width: 315px; top: 50px; padding: 20px; background-color: var(--white); border-radius: 30px; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); z-index: 2; }

.profile-menu li { padding: 15px 0; border-bottom: 1px solid var(--medium-grey); }

.profile-menu li a { display: flex; align-items: center; justify-content: flex-start; font-size: 20px; font-weight: 300; color: var(--dark-grey); }

.profile-menu li a img { margin: 0 15px 0 0; width: 25px; }

.profile-menu li:last-child { border: 0; }

.profile-menu li a:hover { color: var(--green); }

.toggle-menu { display: none; }



@media only screen and (max-width:1899px) {

	.inner-logo { width: 250px; display: inline-block; padding: 0 20px 0 20px; position: inherit; left: auto; top: auto; transform: inherit; }

	.body-left { background-attachment: inherit; background-size: inherit; }

}



@media only screen and (max-width:1600px) {

	.body-left { background-position: 110% center; }

}



@media only screen and (max-width:1499px) {

	header { padding: 20px 20px; }

	.inner-logo { padding-left: 0; }

	.footer { padding: 60px 20px; }

	.footer .social { padding: 0 0 30px; }

	.body-left { background-position: 140% center; }

}



@media only screen and (max-width:1365px) {

	.book-trip-body .center { padding: 40px 40px; }

}



@media only screen and (max-width:1199px) {

	header .center ul.nav li a { font-size: 18px; padding: 10px 20px 12px; }

	.body-left { background-position: 330% center; }

	.book-trip-body .trip-form-box { width: 80%; }

	.body-left { background-position: center center; background-size: cover; }

}

@media only screen and (max-width:1023px) {

	.body-left { background-position: 500% center; }

}



@media only screen and (max-width:979px) {

	header .center { justify-content: flex-end; }

	/* header toggle menu start ----*/

	.toggle-menu { display: block; width: 40px; height: 40px; margin: 18px 40px 0 0; position: relative; z-index: 11; }

	.toggle-menu span { width: 40px; height: 5px; margin: 0 0 6px; background-color: var(--yellow); display: block; border-radius: 3px; }

	.toggle-menu.open { position: absolute; margin: 18px 0 0 0; }

	header .center ul.nav { width: 0; height: 100%; visibility: hidden; position: fixed; right: -100px; top: 0; background-color: var(--dark-grey); box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); margin: 0; z-index: 10; padding: 100px 20px 50px; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; display: block; }

	header .center ul.nav.nav-open { width: 400px; opacity: 1; visibility: visible; right: 0; }

	header .center ul.nav li { width: 100%; display: block; text-align: left; margin: 0 0 5px; }

	header .center ul.nav li a { width: 100%; display: block; text-align: left; color: var(--white); font-size: 24px; line-height: 1; padding: 16px 14px; border-radius: 5px; }

	.toggle-menu.open span:nth-child(2) { display: none; }

	.toggle-menu.open span:first-child { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); margin: 0 0 0 0; }

	.toggle-menu.open span:last-child { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); margin: -5px 0 0 0; }

	/* header toggle menu end ----*/



	.inner-logo { width: auto; }

	.body-left { background-position: 0 0; }

	.book-trip-body .trip-form-box { width: 100%; }

	.book-trip-body .center h3 { margin: 0 0 10px; }

}



@media only screen and (max-width:767px) {

	h3 { font-size: 24px; }

	.book-trip-body .center { padding: 20px; }

	.book-trip-body .trip-form-box { padding: 20px 20px 20px 15px; }

	.book-trip-body .trip-form-box ul { padding: 0 0 0 20px; }

	.location-point { left: -23px; top: 37px; }

	.point-border { height: 64px; }

	.select, .select2 { height: 45px; }

	.select-styled { height: 45px; line-height: 40px; font-size: 16px; padding: 0 20px; }

	.location .pickup label, .location .drop label{ padding: 0 0 6px 20px; }

	.location .pickup2 label, .location .drop2 label, .half-form label { padding: 0 0 6px 20px; }

	.book-trip-body .trip-form-box ul li .location .pickup { margin: 0 0 10px; }

	.select-styled:after { right: 20px; top: 17px; }

	.location-point span.green-point:after, .location-point span.red-point:after { display: none; }

	.book-trip-body .trip-form-box ul li { margin: 0 0 10px; display: block; }

	.half-form { width: 100%; }

	.form-text-field { height: 45px; line-height: 45px; font-size: 16px; }

	.select-date, .select-time { padding: 0 20px 0 20px; }

	#custom-button { height: 45px; line-height: 45px; font-size: 16px; padding: 0 50px 0 20px; background-position: 80% center; }

	.booking-price { padding: 20px 0 20px 30px; }

	#submit-button{height: 45px; line-height: 45px; font-size: 16px; padding: 0 20px; margin: 16px 0 0; }

	header .center ul.nav.nav-open { width: 85%; }

	header .center ul.nav li a { font-size: 20px; padding: 10px 12px; }

	.profile-icon { width: 40px; height: 40px; background-size: 18px; }

	header .center { padding: 0; }

	.toggle-menu { width: 30px; height: 30px; margin: 10px 22px 0 0; }

	.toggle-menu span { width: 30px; height: 4px; margin: 0 0 5px; }

	.toggle-menu.open span:last-child { margin: -4px 0 0 0; }

	.toggle-menu.open { margin: 10px 0 0 0; }

	.footer p { font-size: 16px; line-height: 22px; }

	.footer h4 { font-size: 18px; margin: 0 0 25px; }

	.footer .social { padding: 0 0 10px; }

	.footer { padding: 30px 20px; }

}



/* Book new trip page end -----------*/





/* Booking listing page start -----------*/



.inner-banner { width: var(--full-width); position: relative; max-height: 430px; height: 100vh; overflow: hidden; background-repeat: no-repeat; /* background-attachment: fixed; */ background-position: center center; }

.inner-banner:after { position: absolute; content: ""; left: 0; top: 0; height: var(--full-height); width: var(--full-width); background-color: rgba(0,0,0,0.5); }

.inner-banner .center { display: flex; align-items: flex-start; justify-content: center; flex-flow: column; position: relative; z-index: 1; height: 100%; }

.inner-banner .center h1 { font-size: 48px; font-weight: 700; color: var(--white); margin: 0 0 35px; display: block; text-align: left; }

.inner-banner .center p { font-size: 24px; font-weight: 400; color: var(--white); margin: 0 0 0px; display: block; text-align: left; }



.listing-outer { width: var(--full-width); background-color: var(--light-grey); padding: 30px 0; }

.booking-lists { width: var(--full-width); padding: 0; margin: 0; }

.booking-lists li { background-color: var(--white); border-radius: 25px; padding: 20px 25px 20px; overflow: hidden; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); margin: 0 0 12px; position: relative; }

.booking-lists p { display: flex; align-items: center; font-size: 20px; font-weight: 300; color: var(--dark-grey); margin: 0 0 10px; position: relative; }

.booking-lists p img { margin: 0 15px 0 0; }

.booking-lists p label { font-size: 24px; font-weight: 700; margin: 0 0 0 35px; }

.booking-lists p span { font-weight: 400; }

.booking-lists p em { font-weight: 300; font-style: normal; width: 18%; padding: 0 15px 0  0; }

.booking-lists p.book-id { margin: 0 0 10px; }

.booking-lists .booking-price { padding: 0px 0 0; }

.booking-lists .booking-price img { margin: 0 15px 0 0; }

.booking-lists .booking-price span, .booking-lists li .booking-price { font-size: 25px; }

.booking-lists p.start-points:after { position: absolute; content: ""; left: 6px; top: 22px; width: 2px; height: 27px; border-left: 2px dashed #000; }

.booking-lists .confirmed { border-left: 6px solid #00a550; }

.booking-lists .pending { border-left: 6px solid var(--pending); }

.booking-lists .emergency { border-left: 6px solid var(--emergency); }

.booking-lists .cancel { border-left: 6px solid #c0c2c9; }

.booking-lists .completed { border-left: 6px solid #000000; }



.confirm-label { position: absolute; top: 0; right: 0; background-color: #00a550); color: var(--white); min-width: 185px; height: 50px; border-radius: 0 0 0 20px; display: flex; align-items: center; justify-content: center; }

.pending-label { position: absolute; top: 0; right: 0; background-color: var(--pending); color: var(--white); min-width: 185px; height: 50px; border-radius: 0 0 0 20px; display: flex; align-items: center; justify-content: center; }

.emergency-label { position: absolute; top: 0; right: 0; background-color: var(--emergency); color: var(--white); min-width: 185px; height: 50px; border-radius: 0 0 0 20px; display: flex; align-items: center; justify-content: center; }

.cancel-label { position: absolute; top: 0; right: 0; background-color: #c0c2c9; color: var(--white); min-width: 185px; height: 50px; border-radius: 0 0 0 20px; display: flex; align-items: center; justify-content: center; }

.completed-label { position: absolute; top: 0; right: 0; background-color: #000000; color: var(--white); min-width: 185px; height: 50px; border-radius: 0 0 0 20px; display: flex; align-items: center; justify-content: center; }

.view-bttns { position: absolute; bottom: 20px; right: 30px; min-width: 180px; height: 45px; line-height: 45px; color: var(--white); font-size: 18px; padding: 0 20px; text-align: center; }



@media only screen and (max-width:1366px) {

	.inner-banner { background-attachment: inherit; }

}





@media only screen and (max-width:979px) {

	.listing-outer { padding: 40px 0; }

	.booking-lists li { padding: 25px; }

	.view-bttns { bottom: 25px; }

	.booking-lists p em { width: 30%; }

	.inner-banner .center h1 { font-size: 32px; margin: 0 0 18px; }

	.inner-banner {background-attachment: inherit; max-height: 280px; padding: 0 20px;}



}



@media(min-width: 771px) and (max-width: 1024px){

	.booking-lists p em{width: 22%;}

	.booking-lists .booking-price img{margin-right: 8px;}

	.booking-lists .booking-price span, .booking-lists li .booking-price{font-size: 22px;}

	.booking-price label{margin: 0 24px 0 0;}

	.export-bookings-ul li{width: 24% !important;}

	.export-bookings-ul li:last-child{width: auto !important;}

	.export-bookings-ul .form-text-field{height: 50px;line-height: 50px;font-size: 18px;}

	.export-bookings-ul .select-date{padding: 0 20px 0 25px;}

	.export-bookings-ul .half-form label{padding: 0 0 5px 25px;font-size: 18px;}

	.export-bookings-ul .select-styled{padding: 0 25px;height: 50px;line-height: 50px; font-size: 18px;}

	.export-bookings-ul .select, .export-bookings-ul .select2{height: 50px;padding: 0 30px;}

	.export-bookings-ul .submit_btn{font-size: 18px;height: 50px;line-height: 50px;}

}



@media only screen and (max-width:767px) {

	.inner-banner .center h1 { font-size: 25px; }

	.inner-banner .center p { font-size: 18px; }

	.inner-banner { max-height: 230px; background-size: cover; }

	.booking-lists li { padding: 10px 20px 10px 20px; }

	.confirm-label, .pending-label, .emergency-label { font-size: 15px; height: 35px; min-width: 140px; }

	.booking-lists p { font-size: 14px; align-items: flex-start; }

	.booking-lists p label { font-size: 18px; }

	.booking-lists p.book-id { margin: 0 0 15px; }

	.booking-lists p em { width: 36%;  line-height: 1; }

	.booking-lists p span { font-weight: 400; width: 54%; line-height: 1;  }

	.booking-lists p img { margin: 0 8px 0 0; }

	.booking-lists p.start-points:after { display: none; }

	.view-bttns { bottom: auto; right: auto; left: auto; position: relative; margin: 10px 0 0; width: var(--full-width); min-width: var(--full-width); }

	.booking-price label{font-size: 15px;width: 32%;}

	.booking-lists .booking-price img{margin-right: 4px;}

	.booking-lists .booking-price span, .booking-lists li .booking-price {font-size: 20px;}

}





/* Booking listing page end -----------*/





/* Booking details page start -----------*/



.booking-details-box { position: relative; overflow: hidden; }

.booking-details-box.booking-lists p em { width: 25%; }



@media only screen and (max-width:767px) {

	.book-trip-body .trip-form-box.booking-details-box { padding: 50px 20px 30px 15px; }

	.booking-details-box.booking-lists p em { width: 35%; }

	.booking-details-box.booking-lists p span { width: 60%; }

	.booking-details-box.booking-lists .booking-price { padding: 10px 0 0; }

}



/* Booking details page end -----------*/



#submit-button:disabled{opacity: 0.5;pointer-events: none; }

.select2{cursor: text;font-family: 'Lato', sans-serif;font-size: 20px;font-weight: 300;}







/* .select-options, .select-options.open-list { display: none !important; }





.pickup2 .select-options { display: none !important; }

.pickup2 .select-options.open-list { display: block !important; }



.drop2 .select-options { display: none !important; }

.drop2 .select-options.open-list { display: block !important; }





 */



#calendar-container{width: 80%;margin: 40px auto;border: solid 2px var(--yellow);padding: 10px;border-radius: 10px;}



.pagination-links{text-align: center;margin-top: 30px;}

.pagination-links .page-numbers{height: 40px; width: 40px;border: 1px solid #7e7e7e;color: var(--block);border-radius: 100%; line-height: 38px; text-align: center; display: inline-block; vertical-align: middle;margin-left: 5px;margin-right: 5px;font-size: 14px;}

.pagination-links .page-numbers:hover, .pagination-links .page-numbers.current{background-color: var(--yellow); color: var(--white); border-color: var(--yellow);}

.pagination-links .next, .pagination-links .prev{display: inline-block;

width: auto;

font-size: 14px;

font-weight: 400;

font-family: lato,sans-serif;

height: 44px;

line-height: 42px;

border-radius: 40px;

padding: 0 36px;

-webkit-transition: all .3s ease-in;

-o-transition: all .3s ease-in;

-moz-transition: all .3s ease-in;

cursor: pointer;

border: 0;

outline: none; color: var(--block);text-transform: uppercase;border: 1px solid #7e7e7e;}

.pagination-links .next:hover, .pagination-links .prev:hover{background-color: var(--yellow); color: var(--white); border-color: var(--yellow);}

#change-password .booking-price{display: block;}

.highlite{border:1px solid red;}

.page-template-change-password .ajax_response.success{

	border:1px solid #096;

	border-left:5px solid #096;

}

.page-template-change-password .ajax_response.error{

	border:1px solid red;

	border-left:5px solid red;

}

.page-template-change-password .ajax_response{padding: 5px; width: 100%;}

.export-bookings-ul{background-color: var(--white);

border-radius: 25px;

padding: 15px 20px 20px;

box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);

margin: 0 0 12px; display: flex; align-items: flex-end;

position: relative;}

.export-bookings-ul li{margin: 0 1% 0px;width: 31.33%;}

.export-bookings-ul li:last-child{width: 20%;}

.export-bookings-ul .select-options li{width: 100%;margin: 0 0 0px;padding: 5px 0;}

.export-bookings-ul .select-options li:last-child{width: 100%;}



.export-bookings-ul li .half-form{width: 100%;}

.submit_btn{min-width: 180px;

padding: 0 50px;

color: var(--black);

background-color: var(--yellow);

border-radius: 30px;

height: 55px;

line-height: 55px;

cursor: pointer;

font-size: 22px;}


@media(max-width: 959px){

	.export-bookings-ul{padding: 30px;flex-flow: row wrap;}

	.export-bookings-ul li{width: 46%;margin: 0 2% 20px;}

	.export-bookings-ul .select-options li{width: 100%;margin: 0 0 20px;}

}



@media(max-width: 767px){

	.export-bookings-ul{padding: 20px;flex-flow: row wrap;}

	.export-bookings-ul li{width: 100%;margin: 0 0 10px;}

	.export-bookings-ul li:last-child{margin-bottom: 0px;}

	.submit_btn{min-width: 148px;height: 44px;line-height: 44px;font-size: 18px;}

	.listing-outer {padding: 20px 0;}

	.select2{font-size: 16px;padding: 0 20px;}

	.half-form.new-date{margin-bottom: 10px;}

}



@media(max-width:320px){

	.booking-price label {font-size: 13px; line-height: 16px;}

	.booking-lists p{font-size: 13px;}

	.booking-lists .booking-price span, .booking-lists li .booking-price {font-size: 16px;}

	.view-bttns{font-size: 16px;padding: 0 20px;height: 36px; line-height: 36px;}

	.confirm-label, .pending-label, .emergency-label{font-size: 13px;height: 28px;min-width: 100px;}

	.booking-lists p label {font-size: 14px; margin-left: 8px;}	

	.pagination-links .page-numbers{height: 24px; width: 24px;margin-left: 2px; margin-right: 2px;font-size: 12px;line-height: 22px;}

	.pagination-links .next, .pagination-links .prev{padding: 0 20px;height: 32px;line-height: 32px;font-size: 12px;width: auto;}

}

@media(min-width: 771px) and (max-width: 1398px){
	.login-form .text-field {height: 50px;line-height: 50px;}
	.login-form .bttn{height: 56px;line-height: 56px;}
	.login-form ul li.login-btns {margin: 0 0 10px;}
}
@media(min-width: 771px) and (max-width: 1266px){
	.logo img{margin-bottom: -40px; margin-top: 10px;max-width: 350px;}
}

