
@font-face {
  font-family: "party-shuttles-sydney";
  src:url("../fonts/party-shuttles-sydney.eot");
  src:url("../fonts/party-shuttles-sydney.eot?#iefix") format("embedded-opentype"),
    url("../fonts/party-shuttles-sydney.woff") format("woff"),
    url("../fonts/party-shuttles-sydney.ttf") format("truetype"),
    url("../fonts/party-shuttles-sydney.svg#party-shuttles-sydney") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "party-shuttles-sydney" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "party-shuttles-sydney" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar-icon:before {
  content: "\61";
}
.icon-clock-icon:before {
  content: "\62";
}
.icon-comment-comma-icon:before {
  content: "\63";
}
.icon-image-hover-icon:before {
  content: "\64";
}
.icon-left-arrow-icon:before {
  content: "\65";
}
.icon-phone-icon:before {
  content: "\66";
}
.icon-right-arrow-icon:before {
  content: "\67";
}
.icon-tick-icon:before {
  content: "\68";
}
.icon-minus-icon:before {
  content: "\69";
}
.icon-plus-icon:before {
  content: "\6a";
}
.icon-arrow-icon:before {
  content: "\6b";
}
.icon-bucks-night-icon:before {
  content: "\6c";
}
.icon-concert-icon:before {
  content: "\6d";
}
.icon-formal-icon:before {
  content: "\6e";
}
.icon-hens-night-icon:before {
  content: "\6f";
}
.icon-wedding-icon:before {
  content: "\70";
}
.icon-races-icon:before {
  content: "\71";
}
.icon-slider-left-arr:before {
  content: "\72";
}
.icon-slider-right-arr:before {
  content: "\73";
}
.icon-map-icon:before {
  content: "\74";
}
.icon-pop-up-icon:before {
  content: "\75";
}

.pac-container, .dropdown-menu {
	z-index: 999999 !important;;
}



/*-----Common CSS Start-----*/
/*.headingttl {
	font-size: 32px;
	color: #010000;
	text-transform: uppercase;
	line-height: 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: -0.6px;
	border-bottom: 2px solid #ff55a9;
	display: inline-block;
	padding: 0 10px;
}*/
.headingttl {
	font-size: 28px;
	color: #010000;
	text-transform: uppercase;
	line-height: 44px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: -0.6px;
	border-bottom: 2px solid #ff55a9;
	display: inline-block;
	padding: 0 10px;
}
.headingttl.headingttLP {
	font-size: 32px;	
	line-height: 48px;	
}
svg:not(:root).svgImg{ overflow: visible }
.svgImg{ display: inline-block; font-size: inherit; height: 1em; overflow: visible; vertical-align: -.125em; font-size:22px; }
input[type=text], input[type=email], input[type=password], input[type=tel], textarea {
    outline: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form_control {
	width: 100%;
	height: 50px;
	border: 2px solid #cccccc;
	border-radius: 25px;
	padding: 0 23px;
	font-size: 16px;
	color: #010000;
	font-weight: 500;
	font-family: 'Heebo', sans-serif;
}
textarea.form_control {
	height: 102px;
	padding: 13px 23px;
	resize: none;
	border-radius: 35px;
}
.form_control:focus {
	border: 2px solid #ff55a9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(255, 85, 169, 0.6);
	outline: none;
	outline-color: inherit;
}
.form_control::-webkit-input-placeholder { 
    color: #010000;
}
.form_control:-moz-placeholder { 
   color: #010000;
   opacity: 1;
}
.form_control::-moz-placeholder { 
   color: #010000;
   opacity: 1;
}
.form_control:-ms-input-placeholder { 
   color: #010000;
}
.form_control::-ms-input-placeholder { 
   color: #010000;
}
.form_control::placeholder { 
   color: #010000;
}
.sortDown {
	position: relative;
	display: inline-block;
	width: 100%;
}
.sortDown select {
    height: 50px;
    opacity: 0;
    padding:0 23px;
    width: 100%;
    z-index: 1;
    color: #000;
	cursor: pointer;
}
.sortDown span {
	border: 2px solid #cccccc;
	color: #010000;
	font-size: 16px;
	line-height: 48px;
	height: 50px;
	left: 0;
	padding: 0 23px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 25px;
	cursor: pointer;
	    background: #fff;
}
.sortDown span::after {
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	right: 25px;
	font-size: 21px;
	top: -1px;
}
select {
	background:#fff url(../images/select-arrow.png) no-repeat 95% center;
	border: 2px solid #cccccc;
	color: #010000;
	font-size: 16px;
	line-height: 48px;
	height: 50px;
	padding: 0 23px;
	text-align: left;
	width: 100%;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 25px;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
/*Captcha Css Start*/

.captchaField{margin-top: 40px;}
.captchaBox label.error {right: inherit; top: inherit;bottom: 100%}
.bg {background: url(../images/sprite-steps.png) #fff;width: 34px;height: 30px;border: 3px solid #ccc;float: left;border-radius: 7px;}
.bg:hover {cursor: pointer}
.captchaBox .bg span {display: inline-block;white-space: nowrap;line-height: 24px;margin: 0 0 0 45px;color: #010000;font-size: 18px; position: relative;}
.captchaBox .bg span em {color: #ff000c;font-size: 16px; line-height: 18px; font-weight: 400;display: inline-block;vertical-align: top;margin: 0 0 0 1px;font-style: normal;}
/*.star::after {
	content: "*";
	color: #FF0000;
	position: absolute;
	right: -8px;
	top: -2px;
}
.captchaText:after {
    content: '*';
    color: red;
    margin-left: 3px;
    top: -5px;
    position: absolute;
    font-size: 13px;
}*/
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.wpcf7-not-valid-tip {
    position: absolute !important;
    right: 0;
    top: -20px;
    width: auto;
    height: auto;
    margin: 0 !important;
    font-size: 11px!important;
    line-height: 11px!important;
    background: #fb0101;
    padding: 5px 5px 4px!important;
    color: #fff!important;
    display: none;
}
.wpcf7-not-valid-tip:after {
    border-color: #fb0101 transparent transparent;
    -moz-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-right: 6px solid transparent;
    border-style: solid;
    border-width: 6px;
    content: " ";
    height: 0;
    left: 20px;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    width: 0;
}
div.wpcf7-validation-errors {
    display: none !important;
}
.captchaBox .wpcf7-not-valid-tip {
	right: auto;
	left: 0;
	top: -8px;
}
.wpcf7-mail-sent-ng, .wpcf7-display-none {
	display: none !important;
}
/*Captcha Css End*/
/*-----Common CSS End-----*/


/*-----Footer CSS Start-----*/

.footer {
	background: #000000;
	color: #fff;
}
.footer .fcopy_left {
	float: left;
	font-size: 13px;
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
}
.footer .fcopy_left a {
	color: #fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.footer .fcopy_right {
	float: right;
	font-size: 13px;
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
}
.footer .footer_copy {
	border-top: 1px solid rgba(255,255,255,0.12);
	padding: 17px 0 17px 0;
}
.footer .fcopy_right .webential {
	width: 29px;
	height: 9px;
	background: url(../images/webential-img.png) no-repeat center center;
	display: inline-block;
}
.footer .footer_info {
	padding: 52px 0 44px 0;
}
.footer .footer_title {
    pointer-events: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #ff55a9;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    margin: 0 0 23px;
    line-height: 31px;
}
.footer .footer_title span {
	border-bottom: 1px solid #ff55a9;
	display: inline-block;
}
.footer .footer_info ul > li > a {
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -0.1px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.footer .footer_info ul > li.current-menu-item > a {
	color: #ff55a9;
}
.footer .footer_info ul > li {
	margin: 0 10px 7px 0;
}
.footer .footer_info .quick_links ul > li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
}
.footer .footer_info .quick_links.locations_links ul > li {
	display: inline-block;
	width: 100%;
}
.footer .footer_info .services ul > li {
	display: inline-block;
}
.footer .footer_info .services ul > li:nth-child(2n+1) {
	width: 52.5%;
}
.footer .footer_info .flogo {
	text-align: right;
}
.footer .fphone a {
	color: #fff;
	font-size: 24px;
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
	display: block;
	letter-spacing: -1.3px;
	margin: 0 3px 4px 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.footer .footer_logo {
    margin: 0 0 15px;
}
.footer .fphone a .icon {
	vertical-align: middle;
	line-height: 21px;
	margin: 0 11px 0 0;
	font-size: 24px;
	display: inline-block;
}
.footer .fphone a:not(:first-child) .icon {display: none;}
.footer .footer_info .quick_links::after {
	border-right: 1px dashed rgba(255, 255, 255, 0.12);
	width: 1px;
	height: 165px;
	position: absolute;
	right: 20px;
	display: inline-block;
	content: "";
	top: 11px;
}
.footer .footer_info .services::after {
	border-right: 1px dashed rgba(255, 255, 255, 0.12);
	width: 1px;
	height: 165px;
	position: absolute;
	right: 7px;
	display: inline-block;
	content: "";
	top: 11px;
}
.footer .fcontact_info {
	background: #fff;
	color: #000;
	text-align: center;
	padding: 29px 0 31px 0;
	border-top: 1px solid #dddddd;
}
.fcontact_info .booknow {
	display: inline-block;
	float: none;
	padding: 0 18px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 30px;
	margin: 0 0 0 -7px;
}
.fcontact_info .booknow strong {
	font-weight: 400;
}
.fcontact_info .partytxt {
	font-family: 'Grand Hotel', cursive;
	font-size: 40px;
	display: inline-block;
	float: none;
	padding: 0 0 0 18px;
	border-left: 0;
	line-height: 35px;
	position: relative;
}
.fcontact_info .partytxt::before {
	background: rgba(0,0,0,0.5);
	content: "";
	width: 2px;
	height: 34px;
	position: absolute;
	left: -2px;
	top: 3px;
}
.fcontact_info .booknow a {
	color: #ff55a9;
	font-weight: 700;
	font-size: 23px;
	margin: 0 0 0 11px;
	letter-spacing: -0.3px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.fcontact_info .booknow a .icon {
	vertical-align: -5px;
	font-size: 27px;
	margin: 0 15px 0 0;
}
.footer .services {
    margin: 0 0 0 -2px;
}

/*-----Footer CSS End-----*/


/*-----Testimonial CSS Start-----*/
.testimonial {
	text-align: center;
	background: url(../images/testimonial-bkg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	/*padding: 47px 0 56px 0;*/
}
.testimonial .slick-list {
	overflow: hidden;
}
.testimonial .slick-slide {
	float: left;
	float: left;
}
.testimonial .headingttl {
	color: #fff;
}
.testimonial .slick-slide .icon-comment-comma-icon {
	font-size: 61px;
	margin: 30px 0 15px 0;
	width: 60px;
	height: 58px;
	display: inline-block;
}
.testimonial .slick-slide svg {
	margin: 30px 0 11px 0;
	height: 58px;
}
/*.testimonial .slick-slide .icon-comment-comma-icon:before {
	content: "";
	width: 60px;
	height: 58px;
	background: url(../images/comment-comma-icon.svg) no-repeat center center;
	background-size: cover;
	display: inline-block;
}*/
.testimonial .testislider {
	width: 72%;
	margin: 0 auto;
	position: relative;
}
.testimonial .testislider .author {
	font-size: 16px;
	color: #ff55a9;
	margin: 6px 0 0;
}
.testimonial .testislider .slick-arrow {
	background: no-repeat;
	border: 0;
	font-size: 0;
	width: 30px;
	height: 20px;
	position: absolute;
	line-height: 21px;
}
.testimonial .testislider .slick-prev {
	left: -88px;
	top: 65%;
}
.testimonial .testislider .slick-next{
	right: -88px;
	top: 65%;	
}
.testimonial .testislider .slick-prev:before {
	content: "\65";
	font-family: "party-shuttles-sydney";
	font-size: 30px;
	color: #fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.testimonial .testislider .slick-next:before {
	content: "\67";
	font-family: "party-shuttles-sydney";
	font-size: 30px;
	color: #fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
/*-----Testimonial CSS End-----*/


/*-----Our Fleet CSS Start-----*/
.ourfleet .row {
	margin: 0 -57px;
}
.ourfleet .column3 {
	width: 33.33%;
	padding: 0 57px;
	float: left;
}
.ourfleet .fleetheading {
	text-align: center;
	background: #ff55a9;
	color: #fff;
	font-size: 29px;
	line-height: 35px;
	padding: 36px 0 38px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
.ourfleet .fleet_content {
	/*padding: 51px 0 63px 0;*/
}
.fleetslider .fleetbox .fimg {
	position: relative;
}
.ourfleet .fleetbox .fleetpostttl {
	text-align: center;
	border-top: 1px solid #ff55a9;
	border-bottom: 1px solid #ff55a9;
	text-transform: capitalize;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding: 9px 0 10px 0;
	margin: 26px 0 11px;
}

/*15-07-2020*/
.contact_list ul{margin-top: 20px;}
.contact_list ul li span.icon_img{ width: 20px;    margin-right: 5px;}
.contact_list ul li span.icon_img img{max-width: 100%;}
.contact_list ul {display: block;}
.contact_list ul li{margin-bottom:10px; display: block;}
.contact_list ul li span{display: inline-block; font-weight: 500;     padding: 0;} 
.contact_list ul li a{color: #ff55a9;}
.cform iframe{width: 100%; height:450px;     margin-top:0px;}
.cform h2.mar_top{margin-top: 30px;}
.contact_list ul li span{vertical-align: middle;}
.ourfleet .fleetbox .fleetpostttl a{color: #000000;}
.ourfleet .fleetbox .fleetpostttl a:hover{color: #ff55a9;}
.scroll_overflow{max-height: 550px ; overflow-y: auto; padding-right: 15px; margin-bottom: 15px;}
.scroll_overflow::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scroll_overflow::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scroll_overflow::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.scroll_overflow::-webkit-scrollbar-thumb:hover {
  background: #555;
    
}

.ourfleet .fleetbox ul li {
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	position: relative;
	padding: 10px 0 6px 36px;
	font-weight: 300;
	font-size: 15px;
	color: #000;
	line-height: 21px;
}
.ourfleet .fleetbox ul li::before {
	content: "\68";
	font-family: "party-shuttles-sydney";
	width: 25px;
	height: 100%;
	display: inline-block;
	border-bottom: 1px solid #ff55a9;
	position: absolute;
	left: 0;
	top: 1px;
	color: #ff55a9;
	text-align: center;
	line-height: 41px;
	font-size: 16px;
}

/*-----Our Fleet CSS End-----*/


/*-----Welcome To Party CSS Start-----*/

.wcp_content .headingttl {
	padding: 0;
	border: 0;
	margin: 0 0 36px;
	position: relative;
	line-height: 52px;
}
.wcp_content .headingttl:after {
	background: #ff55a9;
	width: 174px;
	height: 2px;
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.wcp_content .desc > h4 {
	text-transform: uppercase;
	font-size: 20px;
	color: #010000;
	font-weight: 700;
	margin: 0 0 23px;
}
.wcp_content .desc > h6 {
	font-size: 18px;
	color: #010000;
	font-weight: normal;
	margin: 0 0 17px;
}
.wcp_content {
	padding: 57px 0 0;
}

.wcparty  .wcp_content {
	padding: 15px 0 0;
}
.wcparty {
	padding: 0 0 62px;
}
.wcp_content .desc > p {
	margin: 0 0 23px;
}
.wcp_content .readmore a {
	display: inline-block;
	width: 150px;
	height: 50px;
	background: #ff55a9;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	line-height: 50px;
	border: 1px solid #ff55a9;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.wcparty .wcpimg {
	/*margin: 0 -45% 0 0;*/
	padding: 0 0 0 33px;
}
.wcparty .wcpimg img {
	max-width: inherit;
}

/*-----Welcome To Party CSS End-----*/


/*-----Breadcrumb CSS Start-----*/
.innerpage .header {
	position: inherit;	
}
.innerpage .header:before {
	content: none;
}
.breadcrumb .titlebar {
	background: url(../images/titlebar-bkg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-family: 'Grand Hotel', cursive;
	font-size: 50px;
	line-height: 50px;
	padding: 70px 0 65px 0;
	font-weight: 400;
}
.breadcrumb .bcpath {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 11px 0 10px;
}
.breadcrumb .bcpath ul > li {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #010000;
	position: relative;
}
.breadcrumb .bcpath ul > li:not(:last-child) {
	padding-right: 8px;
}
.breadcrumb .bcpath ul > li:not(:last-child)::after {
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	right: 0;
	top: 2px;
	line-height: 21px;
}
.breadcrumb .bcpath ul > li > a {
	font-weight: normal;
	color: #010000;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.breadcrumb .bcpath ul > li > .current-page{    margin-left: 3px;}
/*-----Breadcrumb CSS End-----*/

/*-----Contact Us CSS Start-----*/

.contactfrm .contactttl {
	font-size: 24px;
	color: #000000;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px;
}
.contactfrm .contactttl strong {
	font-weight: 600;
	font-size: 23px;
}
.contactfrm {
	padding: 45px 0 45px 34px;
}
.contactfrm .form-group {
	display: inline-block;
	width: 100%;
	margin: 0 0 13px;
	position: relative;
}
.cform .halfdiv {
	padding: 0 5.5px;
	width: 50%;
	float: left;
}
.cform .crow {
	margin: 0 -5.5px;
}
.contactfrm .submitbtn {
	float: right;
}
.contactfrm .submitbtn .ajax-loader {
    /* display: none; */
    float: left;
    margin: 17px 5px 0 0;
}
.contactfrm .submitbtn input[type="submit"], .submitbtn input[type="submit"] {
	display: inline-block;
	width: 150px;
	height: 50px;
	background: #ff55a9;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	line-height: 50px;
	border: 1px solid #ff55a9;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contactfrm .captchaBox {
	display: inline-block;
	margin: 12px 0 0;
}
.contact_detail img {
	max-width: inherit;
	float: right;
}
.contact_detail {
	padding: 0 102px 0 0;
	position: relative;
}
.contact_detail .cinfo {
	position: absolute;
	top: 15px;
	background: url(../images/contact-bkg.png) no-repeat center top;
	width: 424px;
	height: 382px;
	right: -12px;
	text-align: center;
	padding: 45px 0 0;
	background-size: cover;
}
.cinfo .cbook {
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 5px;
	text-shadow: -2px 4px 1px rgba(0, 0, 0, 0.12);
	padding: 0 0 0 16px;
}
.cinfo .cparty {
	font-size: 36px;
	font-family: 'Grand Hotel', cursive;
	color: #fff;
	text-shadow: -1px 4px 1px rgba(0, 0, 0, 0.12);
	line-height: 40px;
	padding: 0 0 0 5px;
}
.cinfo .icon-phone-icon {
	color: #fff;
	font-size: 35px;
	padding: 15px 0 10px 10px;
	text-shadow: -1px 4px 1px rgba(0, 0, 0, 0.12);
}
.cinfo .phone a {
	color: #fff;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-shadow: -1px 4px 1px rgba(0, 0, 0, 0.12);
}
.required::after {
	content: "*";
	position: absolute;
	right: 25px;
	top: 0;
	font-size: 11px;
	color: #f00;
}

/*-----Contact Us CSS End-----*/

/*-----Request Quote CSS Start-----*/

.reqquote {
	background: #000000;
	padding: 43px 0 34px 0;
	position: relative;
}
.reqquote .transportersio-quote .form-control {
	width: 100%;
	height: 50px;
	border: 2px solid #cccccc;
	border-radius: 25px;
	padding: 0 23px;
	font-size: 16px;
	color: #010000;
	font-weight: 500;
	font-family: 'Heebo', sans-serif;
	box-shadow: none;
}
.reqquote .transportersio-quote .form-control::-webkit-input-placeholder { 
    color: #010000;
}
.reqquote .transportersio-quote .form-control:-moz-placeholder { 
   color: #010000;
   opacity: 1;
}
.reqquote .transportersio-quote .form-control::-moz-placeholder { 
   color: #010000;
   opacity: 1;
}
.reqquote .transportersio-quote .form-control:-ms-input-placeholder { 
   color: #010000;
}
.reqquote .transportersio-quote .form-control::-ms-input-placeholder { 
   color: #010000;
}
.reqquote .transportersio-quote .form-control::placeholder { 
   color: #010000;
}
.reqquote .transportersio-quote .form-control:focus {
	border: 2px solid #cccccc;
}
.reqquote #panel-quote-form_s_1 {
	background: none;
	border: 0;
	display: inline-block;
	width: 100%;
	margin: 0;
	    transition: none !important;
}
.reqquote #panel-quote-form_s_1 > .panel-heading {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	background: none;
	border: 0;
	float: left;
	max-width: 132px;
}
.reqquote #panel-quote-form_s_1 .panel-title, .reqquote .panel-title {
	font-size: 32px;
	line-height: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400; display: inline-block; color: #fff;
}
.reqquote #panel-quote-form_s_1 .panel-title strong, .reqquote .panel-title strong{
	font-weight: 600;
	font-size: 23px;
	display: block;
	text-transform: uppercase;display: inline-block;
} 
.reqquote .transportersio-quote .panel-get-a-quote.panel-body {
	vertical-align: middle;
	padding: 10px 0 0 35px;
	float: left;
	width: 90.1%;
}
.reqquote .firstfrm {
	display: inline-block;
	width: 100%;
}
.reqquote .firstfrm .frmrow {
	margin: 0 -10px;
	display: table;
}
.reqquote .transportersio-quote .firstfrm .form-group {
	margin: 0;
	position: relative;
}
.reqquote .transportersio-quote .form-group.locate {
	/*float: left;*/
	width: 24.3%;
	padding: 0 10px;
	display:table-cell;
	vertical-align: top;
}
.reqquote .transportersio-quote .form-group.destinate {
	/*float: left;*/
	width: 24.4%;
	padding: 0 10px;
	display:table-cell;
	vertical-align: top;
}
.reqquote .transportersio-quote .form-group.date_time {
	/*float: left;*/
	width: 37%;
	padding: 0 10px;
	display:table-cell;
	vertical-align: top;
}
.reqquote .transportersio-quote .form-group.date_time .cmnrow {
	margin: 0 -10px;
}
.reqquote .transportersio-quote .form-group.date_time .cmnrow .cmncls {
	padding: 0 10px;
	width: 50%;
	float: left;
}
.reqquote #panel-quote-form_s_1 .submitbtn button , .reqquote  .submitbtn button {
	display: inline-block;
	width: 150px;
	height: 50px;
	background: #ff55a9;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 0;
	border-radius: 25px;
	line-height: 50px;
	border: 1px solid #ff55a9;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.reqquote .transportersio-quote .submitbtn {
	display:table-cell;
	/*float: left;*/
	padding: 0 10px;
	vertical-align: top;
}
.reqquote .transportersio-quote .cmncls .form-group {
	position: relative;
}
.reqquote .datetxtbox .form-group, 
.reqquote .timetxtbox .form-group {
	position: relative;
}
.reqquote .datetxtbox .form-group::after, 
.reqquote .timetxtbox .form-group::after {
	font-family: "party-shuttles-sydney";
	position: absolute;
	right: 23px;
	top: 12px;
	font-size: 15px;
	color: #000;
}
.reqquote .datetxtbox .form-group:after {
	content: "\61";
}
.reqquote .timetxtbox .form-group:after {
	content: "\62";
}
.reqquote .transportersio-quote .help-block {
	margin: 0;
}
.reqquote .transportersio-quote .help-block-error {
	position: absolute;
	right: 0;
	top: -20px;
	width: auto;
	height: auto;
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	background: #fb0101;
	padding: 5px 5px 4px;
	color: #fff;
}
.reqquote .transportersio-quote .help-block-error::after {
	border-color: #fb0101 transparent transparent;
	-moz-border-image: none;
	-o-border-image: none;
	border-image: none;
	border-right: 6px solid transparent;
	border-style: solid;
	border-width: 6px;
	content: " ";
	height: 0;
	left: 20px;
	margin-left: -10px;
	position: absolute;
	top: 100%;
	width: 0;
}
.reqquote .transportersio-quote .help-block-error:empty {
	display: none !important;
}
.reqquote .transportersio-quote .timetxtbox .help-block-error {
	/*display: none !important;*/
}
.reqquote .transportersio-quote .panel-body.secondary {
	vertical-align: middle;
	padding: 0;
	float: left;
	width: 100%;
}

.reqquote .fa-spinner { color: #ff55a9; font-size: 30px; font-weight: 700; font-family: fontawesome;}
.modal-header {
    padding: 10px 15px;
    border-bottom: 0;
    background: #ff55a9;
    border-radius: 5px 5px 0 0;
	position: relative;
}
.modal-body,
.modal-footer {
    padding: 20px 30px 20px;
    background: #fff;
    border-radius: 0 0 5px 5px
}
.modal-footer {
    border-top: 0;
    margin-top: -1px
}
.modalMain .close {
	position: absolute;
	right: 15px;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	top: 7px;
}
.modalMain,
.popupoverlayer {
    opacity: 0;
    visibility: hidden;
    right: 0
}
.modal-content .btn {
    border: 1px solid #b96948;
    padding: 8px 20px;
    background: #b96948;
    color: #fff
}
.popupoverlayer {
    background-color: rgba(0, 0, 0, .8);
    transition: .3s all;
    -webkit-transition: .3s all
}
.modalMain {
    z-index: 999999;
    text-align: center;
    overflow: auto;
    transition: .3s all;
    -webkit-transition: .3s all;
    padding: 15px
}
.modalMain,
.popupoverlayer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0
}
.popVisible,
.popVisible .popupoverlayer {
    opacity: 1;
    visibility: visible
}
.popVisible .modal-dialog {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.modal-dialog {
    text-align: left;
    position: relative;
    z-index: 99;
    -webkit-transition: .6s all;
    transition: .6s all;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    box-shadow: rgba(33, 10, 31, .2) 0 0 10px;
    border-radius: 5px;
    overflow: hidden;
    display: table-cell;
	vertical-align: middle;
}
.modal-middle {
	display: table;
	height: 100%;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.modal-title {
    font-size: 24px;
    line-height: 28px;
    color: #fff
}
body.fixedPopupBody {
    overflow: hidden;
}
.secondary .alert.alert-danger {
    position: relative;
    padding: 7px 0 8px 20px;
    margin-bottom: 10px;
}
#panel-quote-form_s_1 .secondfrm .form-group .input-group {
	display: inline-block;
	width: 100%;
	position: relative;
}
#panel-quote-form_s_1 .secondfrm .form-group.pickup .form-control, 
#panel-quote-form_s_1 .secondfrm .form-group.destination .form-control {
	padding: 0 70px 0 20px;
}
#panel-quote-form_s_1 .secondfrm .form-group.pickup .input-group-btn, 
#panel-quote-form_s_1 .secondfrm .form-group.destination .input-group-btn {
	position: absolute;
	right: 0;
	width: auto;
	top: 0;
}
#panel-quote-form_s_1 .secondfrm .input-group-btn .btn {
	background: none;
	height: 50px;
	margin: 0;
	width: 60px;
	border: 2px solid #ccc;
	border-radius: 0 25px 25px 0;
	padding: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#panel-quote-form_s_1 .secondfrm .input-group-btn .btn .fa-map-marker {
	font-size: 0;
	color: #000;
}
#panel-quote-form_s_1 .secondfrm .form-group.pickup .input-group-btn .btn:before, 
#panel-quote-form_s_1 .secondfrm .form-group.destination .input-group-btn .btn:before {
	content: "\74";
	font-family: "party-shuttles-sydney";
	font-size: 20px;
	color: #000;
}
.checkbox label {
	margin: 0;
}
.mapdiv {
	margin: 0 0 20px;
}
.mapdiv img {
	max-width: inherit;
	max-height: inherit;
}
#panel-quote-form_s_1 .secondfrm .form-group {
	margin-bottom: 10px;
	position: relative;
}
.checkbox label span {
	font-size: 14px;
	color: #000;
	margin: 0 0 0 5px;
	cursor: pointer;
}
.secondfrm .form-group .input-group.bootstrap-touchspin .input-group-btn:first-child {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	z-index: 9;
}
#panel-quote-form_s_1 .secondfrm .form-group .input-group.bootstrap-touchspin .bootstrap-touchspin-down {
	border-radius: 25px 0 0 25px;
	font-size: 50px;
	line-height: 21px;
	color: #000;
}
#panel-quote-form_s_1 .secondfrm .form-group .input-group.bootstrap-touchspin .bootstrap-touchspin-up {
	font-size: 26px;
	line-height: 21px;
	font-weight: 700;
	color: #000;
}
.secondfrm .form-group .input-group.bootstrap-touchspin .input-group-btn:last-child {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 9;
}
.secondfrm .form-group .input-group.bootstrap-touchspin input[type="text"] {
	padding: 0 70px;
	text-align: center;
}
.transportersio-quote .secondfrm .form-horizontal .control-label {
	color: #000;
	text-transform: capitalize;
	font-size: 17px;
	text-align: left;
	font-weight: 600;
	padding-top: 11px;
	width: 120px;
}
.secondfrm .form-horizontal .form-group-sm .col-xs-7 {
	/* width: calc(100% - 120px); */
	width: 240px;
}
.transportersio-quote .secondfrm select {
	background: url(../images/select-arrow.png) no-repeat 95% center;
	border: 2px solid #cccccc;
	color: #010000;
	font-size: 16px;
	line-height: 48px;
	height: 50px;
	padding: 0 23px;
	text-align: left;
	width: 100%;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: none;
	margin: 0 0 15px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#panel-quote-form_s_1 .secondfrm h4.no-margin {
	color: #000 !important;
	text-transform:capitalize !important;
	font-size: 15px !important;
	display: none;
}
#panel-quote-form_s_1 .secondfrm .vehiclefrm .form-group {
	margin: 0 0 15px;
}
.transportersio-quote .secondfrm .submitbtn {
	width: 100%;
}
.transportersio-quote .secondfrm .submitbtn button {
	float: right;
}
.returndt > label {
	text-transform: capitalize;
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	font-weight: 500;
}
#panel-quote-form_s_1 .secondfrm .form-horizontal .form-group.form-group-sm {
	margin-bottom: 0;
}
#panel-quote-form_s_1 .secondfrm .col-md-7 {
	width: 50%;
	float: left;
}
#panel-quote-form_s_1 .secondfrm .colcls {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 0;
}
#panel-quote-form_s_1 .secondfrm .colcls.cemail {
	clear: both;
}
#panel-quote-form_s_1 .secondfrm .passrow {
	margin: 0 -15px;
	/* display: inline-block; */
}


/*-----Request Quote CSS End-----*/


/*-----Back To Top CSS Start-----*/

.back-to-top {
    position: fixed;
    bottom: 130px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.back-to-top .btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: relative;
    background-color: transparent;
    border-radius: 50%;
    border: 5px solid #ff55a9;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    transition: all .3s ease;
    color: #ff55a9;
    text-align: center;
	display: inline-block;
}
.scrollTop .fa-angle-up {
    width: 20px;
    height: 25px;
}

/*-----Back To Top CSS End-----*/

/*-----Sitemap CSS Start-----*/

.sitemap .ttl {
	text-transform: uppercase;
	font-size: 24px;
	color: #000000;	
	display: inline-block;
	border-bottom: 1px solid #ff55a9;
	padding: 0 0 10px;
	font-weight: 600;
}
.sitemap {
	margin: 50px 0;
}
.sitemap ul.links {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
}
.sitemap ul.links li {
    border-left: 1px solid #ff55a9;
    padding-left: 15px;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}
.sitemap ul.links li:first-child {
    padding-top: 10px;
}
.sitemap ul.links li:last-child {
    border-left: 0;
    padding-left: 16px;
}
.sitemap ul.links li:before, .sitemap ul.links li:last-child:after {
    position: absolute;
    content: '';
    left: 0;
    background: #ff55a9;
}
.sitemap ul.links li:before {
    height: 1px;
    width: 8px;
    top: 14px;
    margin: auto 0;
}
.sitemap ul.links li:first-child:before {
    top: 24px;
}
.sitemap ul.links li:last-child:after {
    top: 0;
    width: 1px;
    height: 14px;
}
.sitemap ul.links li a {
	color: #333333;
	font-size: 17px;
	font-weight: 500;
	position: relative;
	line-height: 28px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

/*-----Sitemap CSS End-----*/


/*-----Left Sidebar CSS Start-----*/

.leftsidebar {
	margin: 29px 0;
}
.leftraq {
	background: #000;
	padding: 27px 30px 30px 30px;
	min-height: 408px;
	position: relative;
}
.spinloader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #ff55a9;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 1;
	font-size: 50px;
}
.leftraq .fa-spinner { color: #ff55a9; font-size: 30px; font-weight: 700; font-family: fontawesome;}
.leftraq #panel-quote-form_s_1 {
	background: none;
	border: 0;
	display: inline-block;
	width: 100%;
	margin: 0;
	transition: none !important;
}
.leftraq #panel-quote-form_s_1 > .panel-heading {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	background: none;
	border: 0;
	width: 100%;
	margin: 0 0 19px;
}
.leftraq #panel-quote-form_s_1 > .panel-heading .panel-title {
	font-size: 23px;
	font-weight: 300;
	letter-spacing: -0.5px;
}
.leftraq #panel-quote-form_s_1 > .panel-heading .panel-title strong {
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
}
.leftraq .transportersio-quote .panel-get-a-quote.panel-body {
	padding: 0;
}
.leftraq .transportersio-quote .form-control {
	width: 100%;
	height: 50px;
	border: 2px solid #cccccc;
	border-radius: 25px;
	padding: 0 23px;
	font-size: 16px;
	color: #010000;
	font-weight: 500;
	font-family: 'Heebo', sans-serif;
}
.leftraq .transportersio-quote .form-control::-webkit-input-placeholder { 
    color: #010000;
}
.leftraq .transportersio-quote .form-control:-moz-placeholder { 
   color: #010000;
   opacity: 1;
}
.leftraq .transportersio-quote .form-control::-moz-placeholder { 
   color: #010000;
   opacity: 1;
}
.leftraq .transportersio-quote .form-control:-ms-input-placeholder { 
   color: #010000;
}
.leftraq .transportersio-quote .form-control::-ms-input-placeholder { 
   color: #010000;
}
.leftraq .transportersio-quote .form-control::placeholder { 
   color: #010000;
}
.leftraq .transportersio-quote .form-control:focus {
	border: 2px solid #cccccc;
}
.leftraq #panel-quote-form_s_1 .submitbtn button {
	display: inline-block;
	width: 100%;
	height: 50px;
	background: #ff55a9;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 0;
	border-radius: 25px;
	line-height: 50px;
	border: 1px solid #ff55a9;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.leftraq #panel-quote-form_s_1 .secondfrm .submitbtn button {
	width: 150px;
	float: right;
}
.leftraq #panel-quote-form_s_1 .form-group {
	margin-bottom: 14px;
	position: relative;
}
.leftraq .transportersio-quote .help-block, label.error {
	margin: 0;
}
.leftraq .transportersio-quote .help-block-error,label.error {
	position: absolute;
	right: 0;
	top: -20px;
	width: auto;
	height: auto;
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	background: #fb0101;
	padding: 5px 5px 4px;
	color: #fff;
}
.leftraq .transportersio-quote .help-block-error::after, label.error:after {
	border-color: #fb0101 transparent transparent;
	-moz-border-image: none;
	-o-border-image: none;
	border-image: none;
	border-right: 6px solid transparent;
	border-style: solid;
	border-width: 6px;
	content: " ";
	height: 0;
	left: 20px;
	margin-left: -10px;
	position: absolute;
	top: 100%;
	width: 0;
}
.leftraq .transportersio-quote .help-block-error:empty  {
	display: none !important;
}
.leftraq .datetxtbox .form-group, 
.leftraq .timetxtbox .form-group {
	position: relative;
}
.leftraq .datetxtbox .form-group::after, 
.leftraq .timetxtbox .form-group::after {
	font-family: "party-shuttles-sydney";
	position: absolute;
	right: 27px;
	top: 12px;
	font-size: 15px;
	color: #000;
}
.leftraq .datetxtbox .form-group:after {
	content: "\61";
}
.leftraq .timetxtbox .form-group:after {
	content: "\62";
}
.leftraq  .transportersio-quote .col-md-6 {
	width: 50%;
	float: left;
}

/*-----Left Sidebar CSS End-----*/

/*-----FAQ CSS Start-----*/

.faqright {
	margin: 28px 0 90px 0;
}
.faqright .faqtitle {
	border: 1px solid #e8e8e8;
	padding: 15px 50px 11px 19px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	cursor: pointer;
	position: relative;
}
.faqright .faqtitle.faq_minus {
	background: #ff55a9;
	color: #fff;
	border: 1px solid #ff55a9;
}
.faqright .faqtitle::after {
	content: "\6b";
	font-family: "party-shuttles-sydney";
	position: absolute;
	right: 22px;
	top: 14px;
	font-size: 15px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.faqright .faqtitle.faq_minus:after {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.faqright .faqbody {
	display: none;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	padding: 15px 19px 12px 19px;
	font-size: 15px;
	color: #000000;
	line-height: 24px;
	margin: -1px 0 0;
	font-weight: 400;
}
.faqright .faqbody p {
	font-size: 15px;
	color: #000000;
	line-height: 24px;
	font-weight: 400;
}
.faqright .faqbody p a {
	color: #ff55a9;
}

/*-----FAQ CSS End-----*/


/*-----Services Page CSS Start-----*/

.ourservices {
	margin: 0 0 30px;
}
.ourservices .ttl {
	font-size: 20px;
	color: #010000;
	font-weight: 700;
	font-family: 'Heebo', sans-serif;
	margin: -4px 0 12px;
	text-transform: uppercase;
}
.ourservices ul.links {
	border: 1px solid #e8e8e8;
}
.ourservices ul.links li a {
	position: relative;
	padding: 12px 20px 9px 64px;
	font-size: 15px;
	color: #010000;
	display: inline-block;
	width: 100%;
}
.ourservices ul.links li.current-menu-item a {
	color: #fff;
	background: #ff55a9;
}
.ourservices ul.links li:not(:last-child) a {
	border-bottom: 1px solid #e8e8e8;
}
.ourservices ul.links li a::before {
	font-family: "party-shuttles-sydney";
	font-size: 29px;
	vertical-align: middle;
	position: absolute;
	top: 12px;
	left: 18px;
}
.ourservices ul.links li:nth-child(1) a:before {
	content: "\6f";
}
.ourservices ul.links li:nth-child(2) a:before {
	content: "\6c";
}
.ourservices ul.links li:nth-child(3) a:before {
	content: "\70";
}
.ourservices ul.links li:nth-child(4) a:before {
	content: "\6e";
}
.ourservices ul.links li:nth-child(5) a:before {
	 content: "\6d";
}
.ourservices ul.links li:nth-child(6) a:before {
	content: "\71";
}
.ourservices ul.links li:nth-child(7) a:before, .ourservices ul.links li:nth-child(8) a:before, .ourservices ul.links li:nth-child(9) a:before{
	content: ""; font-family: "Heebo", sans-serif; background-repeat: no-repeat; background-position: center center; width: 29px; height: 26px; top: 12px; left: 18px; font-size: unset;
}
.ourservices ul.links li:nth-child(7) a:before {
	background-image: url("../images/corporate-bus.svg");
}
.ourservices ul.links li:nth-child(8) a:before {
	background-image: url("../images/bus.svg");
}
.ourservices ul.links li:nth-child(9) a:before {
	background-image: url("../images/corporate-bus.svg");
}
.ourservices ul.links li:nth-child(7).current-menu-item a:before{
	background-image: url("../images/corporate-bus-white.svg");
}
.ourservices ul.links li:nth-child(8).current-menu-item a:before{
	background-image: url("../images/bus-white.svg");
}
.ourservices ul.links li:nth-child(9).current-menu-item a:before{
	background-image: url("../images/corporate-bus-white.svg");
}

.ourservices.ourlocations ul.links li:nth-child(1) a:before{
	content: ""; font-family: "Heebo", sans-serif; background-repeat: no-repeat; background-position: center center; width: 29px; height: 26px; top: 12px; left: 18px; font-size: unset;
}
.ourservices.ourlocations ul.links li:nth-child(1) a:before{
	background-image: url("../images/corporate-bus.svg");
}
.ourservices.ourlocations ul.links li:nth-child(1).current-menu-item a:before{
	background-image: url("../images/corporate-bus-white.svg");
}

.service_right {
	margin: 39px 0 55px;
}
.slidermain {
	/*max-height: 481px;*/
}
.service_slider .slidermain .slick-list img {
	border: 1px solid #e8e8e8;
} 
.service_slider .slidermain .slick-slide {
	position: relative;
}
.service_slider .slidermain .slick-arrow {
	width: 39px;
	height: 49px;
	background: rgba(0,0,0,0.3);
	font-size: 0;
	position: absolute;
	top: 45%;
	z-index: 1;
	color: #fff;
}
.service_slider .slidermain .slick-arrow.slick-prev {
	left: 1px;
}
.service_slider .slidermain .slick-arrow.slick-prev::before {
	font-size: 30px;
	font-family: "party-shuttles-sydney";
	content: "\72";
	position: absolute;
	top: 0;
	left: 0;
	right: 3px;
	bottom: 0;
	margin: auto;
	line-height: 48px;
}
.service_slider .slidermain .slick-arrow.slick-next {
	right: 1px;
}
.service_slider .slidermain .slick-arrow.slick-next::before {
	font-size: 30px;
	font-family: "party-shuttles-sydney";
	content: "\73";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	line-height: 48px;
}
.service_slider > .row {
	margin: 0 -11px;
}
.service_slider .sliderthumb {
	padding: 37px 2px 10px 0;
	/*border-bottom: 1px solid #e8e8e8;*/
	position: relative;
}
.service_slider .sliderthumb::after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #e8e8e8;
	left: 11px;
	right: 11px;
	bottom: 0;
	height: 1px;
}
.service_slider .sliderthumb .slick-slide {
	padding: 0 11px 3px;	
}
.service_slider .sliderthumb .slick-slide .item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.service_slider .sliderthumb .slick-slide .item .absoImg {
	max-width: inherit;
}
.service_slider .sliderthumb .slick-slide.slick-current .item:before {
	border: 2px solid #ff55a9;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	content: "";
}
.service_slider .sliderthumb .slick-slide.slick-current .item {
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.15);
}
.service_slider .sliderthumb .slick-prev {
	width: 30px;
	height: 30px;
	font-size: 0;
	background: none;
	position: absolute;
	right: 33px;
	top: 5px;
	color: #010000;
}
.service_slider .sliderthumb .slick-prev:before {
	content: "\f104";
	font-family: fontawesome;
	font-size: 26px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.service_slider .sliderthumb .slick-next {
	width: 30px;
	height: 30px;
	font-size: 0;
	background: none;
	position: absolute;
	right: 0;
	top: 5px;
	color: #010000;
}
.service_slider .sliderthumb .slick-next:before {
	content: "\f105";
	font-family: fontawesome;
	font-size: 26px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*-----Services Page CSS End-----*/


/*-----Fleet Page CSS Start-----*/

.fleetpage .ourfleet .column3 {
	padding: 0 15px;
}
.fleetpage .ourfleet .row {
	margin: 0 -15px;
}
.fleetpage .fleetright {
	margin: 30px 0 20px;
}
.fleetpage .fleetright .fleetbox {
	margin: 0 0 40px;
}
.fleetpage .fleetright .fleetbox .fimg {
	position: relative;
}
.fleetpage .ourfleet .column3:nth-child(3n+1) {
	clear: both;
}
.fleetTitleDiv{position: relative;}
.fleetViewmore{font-size: 18px;transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out; color: #fff; position: absolute; right: 0; top: 0; line-height: 35px;}
.fleetViewmore:after {content: "\67";font-family: "party-shuttles-sydney";font-size: 18px;color: #fff;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out; vertical-align: middle; margin-left: 3px;}


/*-----Fleet Page CSS End-----*/

/*-----Testimonial Page CSS Start-----*/

.testimonialpage .testibox {
	padding: 0px 20px 30px;
	position: relative;
	box-shadow: -4px 7px 10px 0px rgba(113, 113, 113, 0.1);
	text-align: center;
	margin: 75px 0 10px 0;
	border: 1px solid #ebebec;
}
.testimonialpage .testibox .testihgt {
	height: 100%;
}
.testimonialpage .testibox .iconcls {
	font-size: 50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: -50px auto 20px;
	background: #ff55a9;
	padding: 10px;
	position: relative;
}
.testimonialpage .testibox .iconcls .iconbox {
	position: absolute;
	left: 5px;
	right: 0;
	top: 0;
	width: 90px;
	height: 90px;
}
.testimonialpage .testibox .iconcls .iconbox .icon {
	width: 1%;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	border-radius: 50%;
	position: relative;
}
.testimonialpage .testibox .author {
	font-size: 18px;
	color: #ff55a9;
	margin: 10px 0 0;
	font-weight: 500;
}
.testimonialpage .testibox .testicontent {
	font-size: 15px;
	line-height: 22px;
}
.testimonialpage .testibox .testicontent p {
	margin: 0 0 20px;
	line-height: 22px;
	font-size: 15px;
}
.testiright .col-md-7:nth-child(2n+1) {
	/*clear: both;*/
}
.testimonialpage .testiright {
	margin: 0 0 50px;
}

/*-----Testimonial Page CSS End-----*/

/*-----Gallery Page CSS Start-----*/

.gallerypage .serviceTitle {
	padding: 10px 0;
	text-transform: capitalize;
}
.gallerypage {
	padding: 20px 0 40px;
	display: inline-block;
	width: 100%;
}
.gallerypage .grow {
	margin: 0 -20px;
}

/*-----Gallery Page CSS End-----*/

/*-----Gallery Detail Page CSS End-----*/

.gallerydetail {
    padding: 10px 0 50px;
    display: inline-block;
     width: 100%;  
    margin: 0 -20px;
}
.gallerydetail a {
	cursor: pointer;
}
.gallerydetail .grow {
	margin: 0 -20px;
}

/*-----Gallery Detail Page CSS End-----*/

/*-----404 Page CSS Start-----*/

.errorpage {
	text-align: center;
	padding: 100px 0;
}
.errorpage .notfound {
	font-size: 44px;
	color: #2a0956;
	font-weight: 700;
	line-height: 50px;
	padding: 30px 0 30px 0;
	margin: 0 0 30px;
	position: relative;
}
.errorpage .notfound:after {
	content: "";
	background: #c8c9cb;
	width: 188px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.errorpage .notfound:before {
	content: "";
	width: 16px;
	height: 17px;
	border: 2px solid #c8c9cb;
	border-radius: 50%;
	position: absolute;
	bottom: -8px;
	background: #fff;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;	
}
.errorpage .sorrytext {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	max-width: 490px;
	margin: auto;
}

/*-----404 Page CSS End-----*/

/*-----Thank You Page CSS Start-----*/

.thankyou {
	text-align: center;
	padding: 100px 0;
}
.thankyou .thankyouimg {
	position: relative;
	margin: 0 0 30px;
}
.thankyou .thankyouimg:after {
	content: "";
	background: #c8c9cb;
	width: 188px;
	height: 2px;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.thankyou .thankyouimg:before {
	content: "";
	width: 16px;
	height: 17px;
	border: 2px solid #c8c9cb;
	border-radius: 50%;
	position: absolute;
	bottom: 23px;
	background: #fff;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;	
}
.thankyou .enquiry_succ {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	max-width: 390px;
	margin: auto;
}

/*-----Thank You Page CSS End-----*/

.bootstrap-timepicker-widget table td a { padding:0;}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}


/*15-04-2019 start*/
/*.headingttl.headingtitleh2{font-size: 28px; line-height: 44px;}*/
.headingttl.headingttLP{margin-bottom: 15px;}
.hireSydneyDiv p:not(:last-child){margin-bottom: 12px;}
.hireSydneyDiv{margin-bottom: 25px;}
/*15-04-2019 end*/


/*29-04-2019 : strat*/
.input_box{width: calc(100% / 4 - 30px); float: left; margin:0px 15px;  margin-bottom: 20px;}
.star.input_box{position: relative;}
.star.input_box:before{    position: absolute; content: '*'; right: 15px; top: 3px; color: red;z-index: 1;}
.input_box.textarea_box{width:calc(50% - 30px);}
.input_box label{display: none;}
.input_box input,.input_box textarea {width: 100%; border: 2px solid #cccccc; border-radius: 25px; padding: 0 23px; font-size: 16px; color: #010000; font-weight: 500; font-family: 'Heebo', sans-serif; box-shadow: none;}
.input_box input{height: 50px;}
.input_box textarea {height: 50px; resize: none; padding: 10px 23px;}
.input_box input[type="checkbox"]{height: auto;   width: auto;  display: none;   vertical-align:middle;}
.input_box.checkbox label{cursor: pointer;    line-height: 50px; display: inline-block; color: #fff;      position: relative;     font-size: 16px;}
.return_jurny{width: 50%;  float: left;    height: 50px;    margin-bottom: 10px;}
.return_jurny div{display: none;}
.return_jurny .input_box{width: calc(50% - 30px);}

.submitbtn.submitbtn_box{width: 50%; float: left; padding: 0px 15px;     text-align: right;}

.input_box.checkbox label:before{display: inline-block; margin-top: 8px; background: url(../images/sprite-steps.png) #fff; width: 34px; height: 30px; border: 3px solid #ccc; float: left; border-radius: 7px; background-color: #fff; border:2px solid #eee; content: ""; margin-right:10px; vertical-align: middle;}
.input_box.checkbox input[type="checkbox"]:checked ~ label:before{background-position: -297px 27px;}
.fullWidth {width: 180px; display:  inline-block; margin-right: 50px;position: relative;    vertical-align: text-bottom;}
.fullWidth .captchaBox .bg span{color: #ffffff;}
.reqquote .panel-title{text-align: center; margin-bottom: 30px;    width: 100%;}

 


.side_bar_form .input_box {    width: 100%; margin: 0px 0px 10px}
.side_bar_form .reqquote .submitbtn input[type="submit"] {    width: 100%; padding:0px 30px; margin-top: 15px;}
.side_bar_form .return_jurny .input_box, .side_bar_form .submitbtn.submitbtn_box{    width: 100%}
.side_bar_form .input_box.textarea_box {    width: 100%; }
.side_bar_form .input_box.textarea_box textarea{height: 80px;}
.side_bar_form .submitbtn.submitbtn_box{padding: 0px 5px;}

.side_bar_form  .return_jurny{width: 100%; height: auto; margin: 0}
.side_bar_form  .fullWidth{float: left;margin-top: 0px;}
.fullWidth   .wpcf7-not-valid-tip{top: -20px;}
.side_bar_form .submitbtn input[type="submit"]{margin-top: 20px; width: 100%;}

.leftsidebar .reqquote{padding: 0px;}
.leftsidebar .reqquote .container{padding: 0px;}
.leftsidebar .reqquote .panel-title    {text-align: left;}
/*29-04-2019 : End*/

/*19-09-2019 : Start*/
.footSocial {
	margin: 10px 0 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.footer .footSocial .footSocialTitle {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.footer .footSocial > ul {
	display: inline-block;
}
.footer .footer_info .footSocial > ul > li {
	width: auto !important;
}
.footer .footSocial > ul > li > a {
	    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 14px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	border: 1px solid #fff;
	border-radius: 50%;
}
body .rplg .rplg-badge-fixed {
	right: 20px !important;
	bottom: 20px !important;
}
.footerRating {
	position: fixed;
	bottom: 20px;
	right: 130px;
	z-index: 1;
}
/*19-09-2019 : End*/
 
.rplg .rplg-badge2-score{color: #000;}

/*--------------------------------------------------Responsive CSS Start---------------------------------------*/


/* css only for hover effect all hover effect must write in this Media query */
@media only screen and (min-width: 1200px) {

a[href*="tel"]{pointer-events: none;}	
.footer .footer_info ul > li > a:hover, 
.sitemap ul.links li a:hover {
	color: #ff55a9;
}
.testimonial .testislider .slick-prev:hover:before, 
.testimonial .testislider .slick-next:hover:before, 
.service_slider .slidermain .slick-arrow:hover, 
.service_slider .sliderthumb .slick-prev:hover, 
.service_slider .sliderthumb .slick-next:hover {
	color: #ff55a9;
}
.footer .fcopy_left a:hover {
	color: #ff55a9;
}
.footer .fphone a:hover {
	/*color: #ff55a9;*/
} 
.faqright .faqbody p a:hover {
	color: #000;
}
.wcp_content .readmore a:hover, 
.contactfrm .submitbtn input[type="submit"]:hover, 
.reqquote #panel-quote-form_s_1 .submitbtn button:hover, 
.leftraq #panel-quote-form_s_1 .submitbtn button:hover, .reqquote  .submitbtn button :hover {
	color: #ff55a9;
	background: #fff;
}
.breadcrumb .bcpath ul > li > a:hover {color: #ff55a9;}
/*.cinfo .phone a:hover {color: #000;}*/
.back-to-top .btn:hover {
    background: #ff55a9;
    color: #fff;
}
.gallerypage a:hover .serviceTitle {color: #000;}
.footer .footSocial > ul > li > a:hover {
	background: #ff55a9;
	border: 1px solid #ff55a9;
	color: #ffffff;
}

}

@media only screen and (min-width: 768px) {
.footer .footer_body {
	display: block !important;
}



}

/* Custome responsive css start from here */

/* common css for below screen 1366 */
@media only screen and (max-width: 1366px) {
.reqquote .transportersio-quote .panel-get-a-quote.panel-body {
	width: 88.5%;
}
}


/* common css for below screen 1199 */
@media only screen and (max-width: 1199px) {

	.contactTop {  font-size: 20px;}
/*-----Footer Responsive CSS Start-----*/
.footer .footer_info .quick_links ul > li {
	width: calc(50% - 10px);
}
.footer .footer_info .quick_links::after {
	right: 7px;
}
/*-----Footer Responsive CSS End-----*/

/*-----Request Quote Responsive CSS Start-----*/
.reqquote .transportersio-quote .panel-get-a-quote.panel-body {
	padding: 10px 0 0 20px;
	width: 86.5%;
}
.modal-middle {
	margin: 20px auto 30px;
}
/*-----Request Quote Responsive CSS End-----*/
}

/* common css for below screen 1024 */
@media only screen and (max-width: 1024px) {
/*-----Our Fleet Responsive CSS Start-----*/
.ourfleet .column3 {
	padding: 0 15px;
}
.ourfleet .row {
	margin: 0 -15px;
}
/*-----Our Fleet Responsive CSS End-----*/
.footer .footer_info .quick_links::after, 
.footer .footer_info .services::after {
	height: 200px;
}

/*-----Request Quote Responsive CSS Start-----*/
.reqquote #panel-quote-form_s_1 > .panel-heading {
	width: 100%;
	max-width: 100%;
	text-align: center;	
	margin: 0 0 15px;
}
.reqquote #panel-quote-form_s_1 .panel-title strong, .reqquote .panel-title strong {
	display: inline-block;
}
.reqquote .transportersio-quote .panel-get-a-quote.panel-body {
	padding: 0;
	width: 100%;
}
.reqquote {
	padding: 30px 0 30px 0;
}
.reqquote #panel-quote-form_s_1 .panel-title, .reqquote .panel-title {
	font-size: 24px;
	line-height: 30px;
}
.reqquote #panel-quote-form_s_1 .panel-title strong, .reqquote .panel-title strong {
	font-size: 17px;
}
/*-----Request Quote Responsive CSS End-----*/
}

/* common css for below screen 991 */
@media only screen and (max-width: 991px) {

.scroll_overflow{max-height: auto ; overflow-y: auto; padding-right: 0; margin-bottom: 0;}
.side_bar_form .submitbtn input[type="submit"] {    margin-top: 0px;    width: 150px; float: right;}
	.side_bar_form .input_box {    width: calc(50% - 10px);    margin: 0px 5px 10px;}
    .side_bar_form .return_jurny .input_box{width: calc(50% - 10px);    margin: 0px 5px 10px;}
.input_box { width: calc(100% / 3 - 30px);}
.input_box.textarea_box{  width: calc(66.33% - 30px);}
.return_jurny {height: auto; margin-bottom: 0px;  width:66.33%;}
.submitbtn.submitbtn_box{width: 100%; margin-top: 10px;}
.fullWidth{float: left; margin-top: 9px;}
/*-----Footer Responsive CSS Start-----*/
.footer .footer_info .services ul > li:nth-child(2n+1), 
.footer .footer_info .services ul > li:nth-child(2n) {
	width: 100%;
}
.footer .footer_info .quick_links ul > li:nth-child(2n+1),
.footer .footer_info .quick_links ul > li:nth-child(2n), .footer .footer_info .services ul>li:nth-child(2n+1), .footer .footer_info .services ul>li:nth-child(2n) {
	width: calc(50% - 10px);
}
.footer .footer_info .quick_links.locations_links ul>li{
	width: 100%;	
	margin-right: 0;
}
.footer .services{clear: left;}
.fcontact_info .partytxt {
	width: 100%;
	border-left: 0;
	padding: 10px 0 0;
}
.fcontact_info .partytxt {
	padding: 10px 0 0;
}
.fcontact_info .partytxt::before {
	content: none;
}
/*-----Footer Responsive CSS End-----*/

/*-----Our Fleet Responsive CSS Start-----*/
.ourfleet .slick-dots {
	text-align: center;
}
.ourfleet .slick-dots li {
	display: inline-block;
	margin: 25px 0 0 0;
}
.ourfleet .slick-dots li:not(:last-child) {
	margin-right: 10px;
}
.ourfleet .slick-dots li button {
	font-size: 0;
	border: 0;
	background: rgba(0,0,0,0.2);
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.ourfleet .slick-dots li.slick-active button {
	background: #ff55a9;
}
.ourfleet .fleet_content {
	/*padding: 30px 0 20px 0;*/
}
.ourfleet .fleetbox .fimg img {
	width: 100%;
}
.ourfleet .fleetheading {
	font-size: 24px;
	padding: 20px 0 20px 0;
}
/*-----Our Fleet Responsive CSS End-----*/

/*-----Welcome To Party Responsive CSS Start-----*/
.wcparty .wcpimg img {
	max-width: 100%;
	width: 100%;
}
.wcparty .wcpimg {
	padding: 0;
	margin: 0 -15px;
}
.wcp_content {
	padding: 0 0 25px;
}
/*-----Welcome To Party Responsive CSS End-----*/

/*-----Contact Us Responsive CSS Start-----*/
.contactcls .col-md-8 {
	display: inline-block;
}
.contact_detail img {
	max-width: 100%;
	float: none;
}
.contactfrm {
	padding: 30px 0 45px 0;
}
/*-----Contact Us Responsive CSS End-----*/

/*-----Welcome To Party Responsive CSS Start-----*/
.wcparty {
	padding: 0 0 20px;
}
/*-----Welcome To Party Responsive CSS End-----*/

/*-----Request Quote Responsive CSS Start-----*/
.reqquote .transportersio-quote .submitbtn {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.reqquote .transportersio-quote .form-group.locate, 
.reqquote .transportersio-quote .form-group.destinate {
	width: 25%;
}
.reqquote .transportersio-quote .form-group.date_time {
	width: 50%;
}
/*-----Request Quote Responsive CSS End-----*/

/*-----Left Sidebar Responsive CSS Start-----*/
.leftsidebar {
	margin: 0 0 50px;
}
/*-----Left Sidebar Responsive CSS End-----*/
}

/* common css for below screen 767 */
@media only screen and (max-width: 767px) {
	[data-icon]:before { content:unset !important; }
	.cform iframe{height:300px;       margin-top: 0px;}
.input_box { width: calc(100% / 2 - 30px);}
.input_box.textarea_box{  width: calc(100% - 30px);}
.return_jurny {height: auto; margin-bottom: 0px;  width:100%;}
.submitbtn.submitbtn_box{width: 100%; margin-top: 0px;}
.fullWidth{float: left;}
.footerRating{right:140px;}
.rplg .rplg-badge_left-fixed{bottom: 20px !important;}
.headingttl.headingttLP{font-size: 26px; line-height: 38px;}
.headingttl {
	font-size: 24px;
	line-height: 35px;
	padding: 0 5px;
}
.headingttl strong {
	padding: 0 5px;
}
/*.headingttl.headingtitleh2{font-size: 22px; line-height: 30px;}*/
/*-----Footer Responsive CSS Start-----*/
.footer .footer_title {
	pointer-events: auto;
	text-transform: capitalize;
	color: #fff;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 10px 0;
	float: left;
}
.footer .services .footer_title, .footer .locations_links .footer_title {
	border-top: 1px solid #4d5961;
}
.footer .footer_title span {
	border-bottom: 1px solid #000;
}
.footer .footer_title.footer_minus {
	color: #ff55a9;
}
.footer .footer_title.footer_minus span {
	border-bottom: 1px solid #ff55a9;
}
.footer .footer_body {
	display: none;
	padding: 10px 0;
	float: left;
	width: 100%;
	transition: none;
}
.footer .footer_title:after {
	content: "\6a";	
	font-family: "party-shuttles-sydney";
	color: #fff;
}
.footer .footer_title::after {
	content: "\6a";
	font-family: "party-shuttles-sydney";
	color: #fff;
	text-transform: none;
	position: absolute;
	right: 0;
	font-size: 23px;
}
.footer .footer_title.footer_minus:after {
	content: "\69";
}
.footer .footer_info .quick_links::after, 
.footer .footer_info .services::after {
	content: none;
}
.footer .footer_info .flogo {
	text-align: center;
	margin: 20px 0 0 0;
	display: inline-block;
	width: 100%;
}
.footer .footer_logo {
	border-top: 1px dashed rgba(255, 255, 255, 0.12);
}
.footer .footer_logo {
	border-top: 1px dashed rgba(255, 255, 255, 0.12);
	display: inline-block;
	width: 100%;
	margin: 10px 0 15px;
	padding: 20px 0 0;
	display: none;
}
.footer .footer_info {
	padding: 20px 0 10px;
}
.footer .footer_copy {
	border-top: 0;
	padding: 0 0 17px 0;
}
.footer .fcopy_left, 
.footer .fcopy_right {
	float: none;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.footer .footer_info .quick_links ul > li:nth-child(2n+1), 
.footer .footer_info .quick_links ul > li:nth-child(2n), 
.footer .footer_info .services ul > li:nth-child(2n+1), 
.footer .footer_info .services ul > li:nth-child(2n) {
	width: 49%;
}
.footer .footer_info ul > li > a {
	text-transform: capitalize;
}
.footer .services {
	display: inline-block;
	width: 100%;
}
.footSocial {
	border-top: 1px solid #4d5961;
	margin: 0 0 -10px;
	padding: 22px 0 0;
	text-align: center;
}
.footer .fphone a:not(:first-child) .icon {
	display: inline-block;
	opacity: 0;
	visibility: hidden;
}
/*-----Footer Responsive CSS End-----*/

/*-----Testimonial Responsive CSS Start-----*/
.testimonial .testislider {
	width: 100%;
	padding: 0 0 40px;
}
.testimonial .testislider .slick-next {
	top: auto;
	bottom: 0;
	left: 50px;
	right: 0;
	margin: auto;
}
.testimonial .testislider .slick-prev {
	top: auto;
	bottom: 0;
	left: 0;
	right: 50px;
	margin: auto;
}
.testimonial {
	/*padding: 30px 0 30px 0;*/
}
.testimonial .slick-slide .icon-comment-comma-icon {
	margin: 20px 0 15px 0;
}
.testimonialpage .testibox {
	height: auto !important;
}
/*-----Testimonial Responsive CSS End-----*/

/*-----Welcome To Party Responsive CSS Start-----*/
.wcp_content .headingttl {
	margin: 0 0 20px;
	line-height: 32px;
	padding: 0 0 10px;
}
.wcp_content .desc > h4 {
	font-size: 16px;
	margin: 0 0 10px;
}
.wcp_content .desc > h6 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 22px;
}
.wcp_content .desc > p {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 22px;
}
/*-----Welcome To Party Responsive CSS End-----*/

/*-----Our Fleet Responsive CSS Start-----*/
.ourfleet .fleetbox ul li {
	font-size: 14px;
}
.ourfleet .fleetbox .fleetpostttl {
	font-size: 16px;
	padding: 8px 0 6px 0;
}
/*-----Our Fleet Responsive CSS End-----*/

/*-----Contact Us Responsive CSS Start-----*/
.contactcls .col-md-8 {
	width: 100%;
}
.contactfrm .captchaBox {
    margin: 0 0 12px 0;
}
.contactfrm {
	padding: 30px 0 0 0;
}
.contact_detail > img {
	display: none;
}
.contact_detail .cinfo {
	position: inherit;
	background: #ff55a9;
	width: 100%;
	height: auto;
	padding: 30px 15px;
	top: auto;
	right: auto;
}
.contact_detail {
	padding: 0;
	margin: 0 -15px 0;
}
.cinfo .icon-phone-icon {
	/* display: inline-block; */
	/* width: auto; */
	/* float: none; */
	padding: 0 0 10px;
	 font-size: 35px; 
	/* vertical-align: middle; */
	/* margin: 0 10px 0 0; */
}
.cinfo .phone {
	/*display: inline-block;
	vertical-align: middle;*/
}
.cinfo .cbook {
	padding: 0;
	margin: 0 0 12px;
}
.cinfo .cparty {
	padding: 0 0 25px;
}
/*-----Contact Us Responsive CSS End-----*/

/*-----Request Quote Responsive CSS Start-----*/
.reqquote .transportersio-quote .form-group.locate, 
.reqquote .transportersio-quote .form-group.destinate, 
.reqquote .transportersio-quote .form-group.date_time .cmnrow .cmncls {
	width: 50%;
	float: left;
	margin-bottom: 10px;
} 
.reqquote .transportersio-quote .form-group.date_time {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.reqquote .transportersio-quote .secondfrm .col-md-6 {
	width: 100%;
}
.modal-title {
	font-size: 20px;
}
.modalMain .close {
	font-size: 23px;
}
#panel-quote-form_s_1 .secondfrm .col-md-7 {
	width: 100%;
	float: left;
}
#panel-quote-form_s_1 .secondfrm .colcls {
	float: none;
	width: 100%;
}
.modal-body, .modal-footer {
    padding: 20px 15px 20px;
}
.reqquote .transportersio-quote .submitbtn {
	margin: 0;
}

/*-----Request Quote Responsive CSS End-----*/

/*-----Left Sideber Responsive CSS Start-----*/
.leftraq  .transportersio-quote .col-md-6 {
	width: 100%;
	float: none;
}
.leftsidebar {
	margin: 0 0 30px;
}
/*-----Left Sideber Responsive CSS End-----*/

/*-----Sitemap Responsive CSS Start-----*/
.sitemap {
	margin: 30px 0;
}
/*-----Sitemap Responsive CSS End-----*/

/*-----FAQ Responsive CSS Start-----*/
.faqright {
	margin: 30px 0 30px 0;
}
/*-----FAQ Responsive CSS End-----*/

/*-----Service Page Responsive CSS Start-----*/
.service_right {
	margin: 30px 0 30px;
}
/*-----Service Page Responsive CSS End-----*/

/*-----Fleet Page Responsive CSS Start-----*/
.fleetpage .fleetright .fleetbox {
	margin: 0 0 30px;
}
.fleetpage .ourfleet .column3 {
	width: 50%;
}
.fleetpage .ourfleet .column3:nth-child(3n+1) {
	clear: none;
}
.fleetpage .ourfleet .column3:nth-child(2n+1) {
	clear: both;
}
/*-----Fleet Page Responsive CSS End-----*/

/*-----Testimonial Page Responsive CSS Start-----*/
.testimonialpage .testiright {
	margin: 0 0 30px;
}
/*-----Testimonial Page Responsive CSS End-----*/

/*-----Gallery Page Responsive CSS Start-----*/
.gallerypage {
	padding: 20px 0 10px;
}
.gallerydetail {
	padding: 20px 0 20px;
}
.gallerypage .grow, .gallerydetail .grow {
	margin: 0 -15px;
}
.gallerypage .serviceBox, .gallerydetail .serviceBox {
	width: 50%;
	padding: 0 15px;
	margin-top: 10px;
}
.gallerypage .serviceoverlay, .gallerydetail .serviceoverlay {
	display: none;
}
.gallerypage .serviceTitle {
	font-size: 16px;
	line-height: 22px;
	color: #ff55a9;
	font-weight: 500;
	text-align: center;
	position: inherit;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
	transform: none;
}
.gallerydetail .serviceBox {
	margin-top: 20px;
}
/*-----Gallery Page Responsive CSS End-----*/

.breadcrumb .bcpath {display: none;}
.breadcrumb .titlebar {
	font-size: 35px;
	line-height: 40px;
	padding: 20px 0 25px 0;
}

/*-----404 Page Responsive CSS Start-----*/

.errorimg img {
	max-width: 220px;
}
.errorpage .notfound {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	padding: 10px 0 10px 0;
}
.errorpage .sorrytext {
	font-size: 16px;
	line-height: 22px;
}
.errorpage {
	padding: 30px 0;
}

/*-----404 Page Responsive CSS End-----*/

/*-----Thank You Page Responsive CSS Start-----*/
.thankyou .thankyouimg img {
	max-width: 260px;
}
.thankyou .thankyouimg::after {
	width: 80px;
	bottom: 10px;
}
.thankyou .thankyouimg::before {
	bottom: 3px;
}
.thankyou .enquiry_succ {
	font-size: 15px;
	line-height: 22px;
}
.thankyou .thankyouimg {
	margin: 0 0 15px;
}
.thankyou {
	padding: 30px 0;
}
/*-----Thank You Page Responsive CSS End-----*/
}


/* common css for below screen 600 */
@media only screen and (max-width: 600px) {
	.leftraq{padding:20px 15px;}
/*-----Footer Responsive CSS Start-----*/
.fcontact_info .booknow strong {
	display: block;
}
.fcontact_info .booknow a {
	margin: 11px 0 5px 0;
	display: inline-block;
}
.footer .fcontact_info {
	padding: 20px 0 23px 0;
}
.fcontact_info .booknow {
	font-size: 24px;
	margin: 0;
}
.fcontact_info .partytxt {
	font-size: 32px;
}
.fcontact_info .partytxt {
	padding: 0;
}
/*-----Footer Responsive CSS End-----*/

/*-----Our Fleet Responsive CSS Start-----*/
.ourfleet .fleetbox .fimg {
	margin: 0 -15px;
}
.ourfleet .fleetbox .fleetpostttl {
	margin: 26px -15px 11px;
}
/*-----Our Fleet Responsive CSS End-----*/
.cform .halfdiv {
	width: 100%;
}

/*-----Fleet Page Responsive CSS Start-----*/
.fleetpage .ourfleet .fleetbox .fimg {
	margin: 0;
}
.fleetpage .ourfleet .fleetbox .fleetpostttl {
	margin: 26px 0 11px;
}
.fleetpage .ourfleet .column3 {
	width: 100%;
}
/*-----Fleet Page Responsive CSS End-----*/

/*-----Testimonial Page Responsive CSS Start-----*/
.testimonialpage .testibox .iconcls {
	font-size: 40px;
	width: 90px;
	height: 90px;
}
.testimonialpage .testibox .iconcls .iconbox {
	width: 80px;
	height: 80px;
}
.testimonialpage .testibox .iconcls .iconbox .icon {
	height: 80px;
}
.testimonialpage .testibox {
	padding: 0px 15px 30px;
}
/*-----Testimonial Page Responsive CSS End-----*/
}

@media only screen and (max-width: 480px) {
.reqquote #panel-quote-form_s_1 .submitbtn button, .reqquote .submitbtn input[type="submit"] {
	width: 100%;
}
.input_box {    width: calc(100% / 2 - 10px); margin: 0px 5px 20px}
 .reqquote .submitbtn input[type="submit"] {    width: auto; padding:0px 30px;}
.return_jurny .input_box{    width: calc(50% - 10px);}
.input_box.textarea_box {    width: calc(100% - 10px); }
.input_box.textarea_box textarea{height: 80px;}

.back-to-top {bottom: 30px;}

body .rplg .rplg-badge-fixed {
	right: auto !important;
	left: 15px;
	bottom: 10px !important;
}
.footer .footer_copy {
	padding-bottom: 110px;
}
.footerRating {
	right: auto;
	left: 15px;
	bottom: 10px;
}

}


/* common css for below screen 479 */
@media only screen and (max-width: 479px) {
.cform iframe{height:250px;   }
	.side_bar_form .input_box {    width:100%;    margin: 0px 0px 10px;}
    .side_bar_form .return_jurny .input_box{width: 100%;    margin: 0px 0px 10px;}
.footer .fcopy_left {
	font-size: 10px;
}
/*-----Contact Us Responsive CSS Start-----*/
.contactfrm .captchaBox {
	width: 100%;
	margin: 12px 0;
}
.contactfrm .submitbtn {
	float: none;
}
.contactfrm .submitbtn input[type="submit"] {
	width: 100%;
}
.cinfo .cbook {
	font-size: 23px;
	margin: 0 0 5px;
}
.cinfo .cparty {
	font-size: 26px;
	padding: 0 0 10px;
}
.cinfo .icon-phone-icon {
	font-size: 23px;
	margin: 0 5px 0 0;
}
.cinfo .phone a {
	font-size: 24px;
}
textarea.form_control {
	border-radius: 20px;
}
.contactfrm .submitbtn .ajax-loader {
    float: none;
    margin: 10px auto 0 auto;
    display: block;
}
/*-----Contact Us Responsive CSS End-----*/

/*-----Request Quote Responsive CSS Start-----*/
.pickupdt .datetxtbox, 
.pickupdt .timetxtbox, 
.returndt .datetxtbox, 
.returndt .timetxtbox {
	width: 100%;
}
.secondfrm .form-horizontal .control-label, 
.secondfrm .form-horizontal .form-group-sm .col-xs-7 {
	width: 100%;
}
.transportersio-quote .secondfrm .form-horizontal .control-label {
	padding: 0 15px;
	margin-top: -10px;
}
.reqquote .transportersio-quote .form-group.locate, 
.reqquote .transportersio-quote .form-group.destinate, 
.reqquote .transportersio-quote .form-group.date_time .cmnrow .cmncls {
	width: 100%;
} 

/*-----Request Quote Responsive CSS End-----*/

/*-----Left Sidebar Responsive CSS Start-----*/
.leftraq {
	padding: 25px 15px;
}
/*-----Left Sidebar Responsive CSS End-----*/

/*-----Sitemap Responsive CSS Start-----*/
.sitemap .col-md-7 {
	width: 100%;
}
.sitemap .qlinkcls {
	margin: 0 0 20px;
}
/*-----Sitemap Responsive CSS End-----*/

/*-----Gallery Page Responsive CSS Start-----*/
.gallerypage .serviceBox, .gallerydetail .serviceBox {
	width: 100%;
}
/*-----Gallery Page Responsive CSS End-----*/

.hireSydneyDiv .headingttl.headingttLP{font-size: 24px; line-height: 32px;}
.headingttl,.hireSydneyDiv .headingttl{font-size: 22px; line-height: 30px;}
.wcp_content .headingttl{line-height: 30px;}



.input_box {    width: 100%; margin: 0px 0px 10px}
 .reqquote .submitbtn input[type="submit"] {    width: 100%; padding:0px 30px; margin-top: 15px;}
.return_jurny .input_box{    width: 100%}
.input_box.textarea_box {    width: 100%; }
.input_box.textarea_box textarea{height: 80px;}
.submitbtn.submitbtn_box{padding: 0px 5px;}

.faqright .faqtitle{font-size: 16px; line-height: 1.4;}

} /*479px css end*/

/* common css for below screen 369 */
@media only screen and (max-width: 369px) {
	.hireSydneyDiv .headingttl.headingttLP{font-size: 22px; line-height: 30px;}
	.headingttl,.hireSydneyDiv .headingttl{font-size: 20px; line-height: 28px;}
	.wcp_content .headingttl{line-height: 28px;}
	.contact_list ul li span.icon_img {    width: 16px;}
	.contact_list ul li {font-size: 14px;}
} /*369px css end*/


/* common css for screen size between 480 to 767 */
@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* common css for screen size between 568 to 767 */
@media only screen and (min-width: 568px) and (max-width: 767px) {}


/* common css for screen size between 600 to 767 */
@media only screen and (min-width: 600px) and (max-width: 767px) {}


/* common css for screen size between 768 to 1199 */
@media only screen and (min-width: 768px) and (max-width: 1199px) {}


/* common css for screen size between 768 to 1023 */
@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* common css for screen size between 992 to 1024 */
@media only screen and (min-width: 992px) and (max-width: 1024px) {

/*-----Left Sidebar Responsive CSS Start-----*/
.leftraq {
	background: #000;
	padding: 27px 15px 30px 15px;
}
/*-----Left Sidebar Responsive CSS End-----*/

/*-----Fleet Page Responsive CSS Start-----*/
.fleetpage .ourfleet .column3 {
	width: 50%;
}
.fleetpage .ourfleet .column3:nth-child(3n+1) {
	clear: none;
}
.fleetpage .ourfleet .column3:nth-child(2n+1) {
	clear: both;
}
/*-----Fleet Page Responsive CSS Start-----*/
}

/* common css for screen size between 1024 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {}


/*--------------------------------------------------Responsive CSS End---------------------------------------*/