/*
=======================================================================
        PME core styles (combined)
        Source order:
          1) pme.css
          2) pme2.css
          3) pme_page.css
          4) pme_frontpage.css
          5) pme_forms.css
=======================================================================
*/

/* Button styles for header-find-btn - site-wide */
.header-find-btn.tw-header__submit button,
.header-find-btn button {
  background-color: rgb(3, 173, 249) !important;
  border: 2px solid rgb(3, 173, 249) !important;
  border-radius: 8px !important;
  color: #fff !important;
  cursor: pointer !important;
  font: bold 20px/1em HelveticaNeue,Arial,sans-serif !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  padding: 12px 15px !important;
  text-align: center !important;
  transition: all 0.3s ease-in-out !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  height: 46px !important;
}

.header-find-btn.tw-header__submit button:hover,
.header-find-btn button:hover {
  background-color: #fff !important;
  border: 2px solid rgb(3, 173, 249) !important;
  color: rgb(3, 173, 249) !important;
}

/*
=======================================================================
        PME base styles
=======================================================================
*/

/* font cdn */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); */

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/* For Drupal's generated body class (omg?!) ' */
/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
body,
.html.front.not-logged-in.one-sidebar.sidebar-first.page-home.page-views {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
body.section-test-0 div#wrapper_body {
  font-family: 'Inter' !important;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  outline: none;
  color: #7d7d7d;
}
a img {
  border: none;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.under {
  text-decoration: underline;
}
.upper {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.p {
  color: #4a4a4a !important;
}
.colr {
  color: #5abccc !important;
}
.white {
  color: #fff !important;
}
.black {
  color: #000 !important;
}
h1,
h2,
h3,
h4 {
  font-size: 16px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: bold;
}
h5 {
  font-size: 14px;
  font-weight: normal;
}
h6 {
  font-size: 12px;
  font-weight: normal;
}
p {
  line-height: 18px;
}

/* Global font-size for all non-heading text elements */
article p,
article li,
article div,
article span,
article a,
article b,
article i {
  font-size: 16px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
#edit-booking {
  display: none;
}
.snsbutton {
  float: left;
  margin-left: 3px;
}
/*
=======================================================================
        Wrapper Section Rules
=======================================================================
*/
#wrapper_body {
  width: 1000px;
  margin: 0px auto;
  padding: 0px 0px;
}
/*
=======================================================================
        wrapper_header
=======================================================================
*/
#wrapper_header {
  background: url(../images/Renting-Car-Parking-Made-Easy-header.png) repeat-x;
  width: 100%;
  height: 104px;
}

/*
=======================================================================
        wrapper_body
=======================================================================
*/
#wrapper_body {
  width: 1000px;
  height: 0 auto;
  margin: 0px auto;
  padding: 0px 0px;
}
/*
=======================================================================
        Wrapper Section Rules
=======================================================================
*/
#header {
  width: 1000px;
  height: 0 auto;
  margin: 0px auto;
  padding: 0px 0px;
}

/*
=======================================================================
        Nav-header
=======================================================================
*/
.nav_logo {
  width: 366px;
  height: 62px;
  float: left;
  margin: 7px 0 0 0;
}

.navigation {
  color: #666;
  margin: 0 0 0 135px;
  font-size: 16px;
  float: left;
  margin: 22px 0 0 83px;
}

.navigation a {
  color: #666;
  font-weight: 600;
}
.navigation a:hover {
  color: #5abccc;
}

.header-right {
  float: right;
  position: relative;
  right: 40px;
}
.header-right img {
  position: absolute;
  right: -40px;
  top: 9px;
}

.nav_bttn {
  background: url("../images/header_bttn.png") repeat scroll 0 0 transparent;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 27px;
  margin: 19px 0 0;
  text-align: center;
  width: 151px;
  color: #000;
}

.nav_bttn:hover {
  background-color: #ead346;
}
/*
=======================================================================
        header + search
=======================================================================
*/
#top_container {
  width: 1000px;
  float: left;
  margin: 5px 0 10px;
}

#search {
  float: left;
  margin: 26px 0 0;
  width: 427px;
}

/* ref: see pme_forms.css for input form style */

#search .label {
  color: #000;
  font-size: 16px;
  margin: 20px 0 0 0;
}
#search .w1 {
  width: 300px;
}
#search .w2 {
  width: 120px;
}

#search .w3 {
  width: 120px;
  margin: 0 0 0 51px;
}

#search .w4 {
  color: #000;
  font-size: 14px;
}

#search .w5 {
  color: #000;
  font-size: 14px;
  margin: 14px 0 0 111px;
}

#bottom_container {
  width: 1000px;
  float: left;
  margin: 5px 0 10px;
}
/*
=======================================================================
  services-prov
=======================================================================
*/
.services-pro {
  background: none repeat scroll 0 0 #f3f3f3;
  border: 1px solid #a2a1a1;
  border-radius: 5px 5px 5px 5px;
  float: left;
  width: 998px;
}
.services-pro .ser {
  float: left;
  margin: 0;
  padding: 10px;
  width: 47%;
}
.services-pro .ser img {
  float: left;
  margin: 0px 10px 10px;
  padding: 0;
}
.services-pro .ser h4 {
  padding: 3px 0 0px;
  font-weight: bold;
}
.services-pro .ser p {
  color: #000;
  margin: 0;
  padding: 5px;
  font-size: 14px;
}

/*
=======================================================================
        Wrapper Section Rules
=======================================================================
*/
#wrapper_footer {
  background: url("../images/Renting-Car-Parking-Made-Easy-footer.gif") repeat-x
    scroll 0 0 #ffffff;
  height: 308px;
  margin: 0 auto;
  width: 100%;
  float: left;
}
#footer {
  width: 1000px;
  margin: 0px auto;
}
#footer .blor_bord {
  float: left;
  margin: 51px 0 0;
  padding: 10px 50px 10px 30px;
  width: 250px;
}

#footer .blor_bord1 {
  float: left;
  margin: 51px 0 0;
  padding: 10px 25px 10px 5px;
  width: 170px;
}
#footer .blor_bord a {
  color: black;
}
#footer .copyright a {
  color: black;
}
#footer h2 {
  color: #000;
  font: bold 16px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 5px 3px;
}
#footer ul {
  list-style: none outside none;
  margin: 5px 5px 0 0;
  padding: 0;
}
#footer li {
  color: #000;
  font: 16px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 3px 5px;
}  
#footer li a {
  color: #000;
  font: 16px/1.8em Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: 16px;
}

#footer li a .txt_lift {
  display: inline;
  height: 14px;
  vertical-align: top;
}

#footer li a:hover {
  color: #6e6d6d;
  text-decoration: none;
}
#footer .copyright {
  color: #000000;
  float: left;
  margin-bottom: 5px;
  text-align: center;
  width: 1000px;
}

#edit-cid-wrapper {
  display: none;
}

.ser-block {
  background: #f3f3f3 none repeat scroll 0 0;
  border: 1px solid #a2a1a1;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  padding: 10px 100px 10px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.ser-block img {
  float: left;
  margin: 0 10px 10px;
  padding: 0;
  max-width: 65px;
  max-height: 65px;
}

.ser-block h4 {
  padding: 3px 0 0;
}

.ser-block p {
  font-size: 14px;
  margin: 0;
  padding: 5px;
}

.ser-block img.heart_img {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
  max-width: 65px;
  max-height: 65px;
}

#block-block-5 table a,
.adv-search-link a,
.skip-link a {
  margin: 10px;
  display: inline-block;
}
.ms_core_cc_images img {
    display: inline-block;
}

.refresh-processed .views-field-php-1 {
    float: left;
    width: 100px;
    margin: 0 10px 0 0;
}
.refresh-processed .views-field-php-3 {
    float: left;
    width: 80%;
}
.refresh-processed .listing-field-title {
    float: none;
}
.view-id-Listings .views-field-php-1 {
    float: left;
}
.view-id-Listings .views-field-php-4 {
    float: left;
    width: 80%;
}

.view-id-Listings  .views-field-php-2 {float: left;
    width: 100px;
    margin: 0 10px 0 0;}
/*
=======================================================================
       Rapid css
=======================================================================
*/
/*
.region-sidebar-first .block a {
    font-size: 14px;  padding: 5px 0; 
}
*/
@media screen and (max-width: 767px) {
	#database {
   background-position: 23px -4930px;
}
		#user-login .social_login {
  width: 100% !important;
}  
  .view-header a img {
    width: 100%;
  }

  .ser-block {
    padding: 10px 10px 10px 10px;
  }

  .ser-block h4 {
    padding: 6px 79px 4px 0;
    text-align: center;
  }

  .page-node-450
    #block-views-parking-tips-and-more-block
    .view-content
    ul
    li
    a {
    padding: 5px 0;
    display: block;
  }
  /*
  .region-sidebar-first .block a {
    font-size: 14px;  padding: 5px 0; 
}
*/

  .ser-block img.heart_img {
    margin: 0;
    position: absolute !important;
    right: 20px;
    top: 0;
    max-width: 65px;
    max-height: 65px;
  }
}

@media screen and (max-width: 470px) {
  .ser-block img.heart_img {
    margin: 0;
    position: absolute !important;
    right: 20px;
    top: 0;
    max-width: 48px;
    max-height: 65px;
  }
}

input[type="text"] {
  height: 33px !important;
  padding: 0 !important;
  box-sizing: border-box;
  padding-left: 3px !important;
}

.region-content #views-exposed-form-Listings-page #edit-city {
  width: 304px;
}

#block-block-25 a {
  font-size: 14px;
}
#block-block-26 p {
  font-size: 14px;
}
#block-block-26
  > div.content
  > div.view.view-Listings.view-id-Listings.view-display-id-landmarks4
  > div.view-footer
  > a {
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
}
.view-listing-car-park .field-content a{
  font-size: 20px;
  margin: 10px auto;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 991px) and (min-width: 768px){
.column {
height: 400px;
}
}

newcenter {float: none; clear: both; text-align: center;}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

  .hidden {
    display:none;
  }
  .clickable {
    cursor:pointer;
    color:#1d95cb;
  }
  
    red {
      color: red;
    }

.title { text-transform: capitalize; }


newcenter {text-align: center;}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
  .column {
    width: 100% !important;
    float: none !important;
  }
}

.tog_top {
   cursor:pointer;
}
.tog_top:focus > .tog_base {
   display:block !important;
}  
.tog_top:focus-within .tog_base {
   display:block !important;
}
.tog_base > h3 {
  cursor:pointer;
  }
.tog_base > .answer {
   display:none;
    color:#1d95cb;
}
.tog_base:focus > .answer {
   display:block;
}

@media only screen and (max-width:768px){
.pattern-div-style{
display: block !important;

}
.flex-row-div {
place-content: center;
}
.close-btn{
z-index: 1;
}
.close-btn {
top: 20px;
}
}
#countdown-time-line{
margin: 0;
}
.bg-style-alert-line {
color: #fff;
background: #206bcb !important;
font-family: Arial;
text-align: center;
font-weight: 700;
position: relative;
}

#countdownTimer a {
color: #fff;
text-decoration: none;
}

.text-advert {
font-weight: 400;
}

.close-btn {
position: absolute;
right: 20px;
font-weight: 400;
cursor: pointer;
height: 25px;
width: 25px;
fill: #fff;
}

.flex-row-div {
flex-direction: row !important;
display: flex !important;
margin-right: .25rem !important;
}

.flex-column-div {
flex-direction: column !important;
display: flex !important;
}

.pattern-div-style {
flex-direction: row !important;
padding-top: 1rem !important;
align-items: center !important;
justify-content: center !important;
flex: 1 1 auto !important;
display: flex;
}

.countdown-div-styles {
padding-bottom: 1rem !important;
align-items: center !important;
justify-content: center !important;
flex-direction: row !important;
display: flex !important;
flex: 1 1 auto ;
}

.view-id-Listings.view-display-id-page_1 .views-field-php-2,
.customFloatRight {
  float: right !important;
}
/*****Added for listing*********/
.price_data {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
}

.price_data sup {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    vertical-align: text-top;
}


.listing-field-price > .price_period,#price_period {
  float: right;
  color: #7D7D7D;
  font-size: 10px;
  margin-bottom: 5px;
}

.listing-field-rating .rating_with {
    color: #333333;
}

.listing-field-rating .rating_without {
    color: #7D7D7D;
}

.listing-row-image	{
	float:left;
	width:100px;
	margin:0 10px 0 0;
}

.listing-row-1	{
	float:left;
	width:80%;
}

.listing-row-2	{
	float:left;
	width:67%;
}
.listing-row-2 p{
	/* margin: 0px; */
}
.listing-field-title	{
	float:left;
	margin-top: 5px;
	margin-bottom: 10px;
}


.listing-field-body	{

}

.listing-field-ib	{

}

.listing-field-price	{
	float:right;
}

.listing-field-rating	{
	float:right;
}

.listing-clear	{
	clear:both;
}

.listing-rule	{
	border:0;
	border-bottom:1px #eee solid;
}

.view-display-id-landmarks {
  font-size: 14px;
}

.view-street-view table {
	padding: 0px;
	margin: 0px;
}

.view-street-view td{
	padding: 0px !important;
	margin: 0px;
}
.view-id-Listings .views-field-php{
	display:inherit !important;;
}
.listing-row-2{
	width:60% !important;
	/* text-align:justify; */
}

.flag-icon:before {
content: "\00a0";
}
.flag-icon{
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}
.flag-icon-au{
	background-image: url(https://www.parkingmadeeasy.com.au/sites/all/themes/zen/images/au.svg);
}
.gmap-control.gmap-gmap.gmap.gmap-auto1map-gmap.gmap-processed{
	max-width:100%;
}


.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

#social #container {
  text-align: center;
}

#social #container ul {
  float: left;
}

#social #container ul li {
  float: left;
  padding-left: 1px;
  list-style-type: none;
}

#footer .copyright{
margin-top:15px;
}

@media(max-width:767px){
#social #container ul {
width: 100%;
margin: 5px 0px 0 0;
display: flex;
justify-content: center;
}
}

#footer .copyright:last-child {
clear: both;
width: 100%;
margin-bottom: 10px;
padding-bottom: 10px;
}

@media(min-width:769px){
.navigation {
width: calc(100% - 635px);
margin-left: 0;
display: flex;
justify-content: center;
}
}


/*#main-column a:not(.buttonPro) {
color: #000 !important;
}*/

.listings-adv-search {
color: #000 !important;
}

a {
color: #707070;
}

.listing-field-price>.price_period, #price_period {
color: #000000 !important;
}


.red {
color: #c00 !important;
}

.green {
color: #2C882A !important;
}

.description {
color: #000000 !important;
}

#FP_listing_img a{
color:#000 !important;
}

#block-pme-custom-featured a{
color:#707070 !important;
}

#block-block-5 table a, .adv-search-link a, .skip-link a{
      margin: 10px 0 !important;
}

#header .navigation a {
    color: #000;
}

.navigation {
    color: #000;
}

#header .navigation a:hover {
    color: #000;
    text-decoration: underline;
}
.views-widget-filter-city input[type=text] {
    max-width: 245px;
    padding: 0px 10px !important;
}
#wrapper_body #user-login input#edit-submit{
  text-shadow: none !important;
  box-shadow: none !important;
}

.stickyfooter {
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #333;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index:999999 !important;

}  

.foot-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.foot-wrap center {
    max-width: 690px;
}
.flexslider {
    margin: 0;
}
.hea-adv-search-desk img{
    width: 30px;
    height: 30px;
}
.hea-adv-search-mob{
  display: none;
}
.custom-search form {
    display: flex;
    align-items: center;
}

a.hea-adv-search-desk img {
    margin-left: 10px;
}
@media(max-width:1020px){
  .foot-wrap center{
     max-width: 602px;
  }
  .foot-wrap {
    max-width: 960px;
  }
}
@media(max-width:980px){
	
	html section.say-goodbye.two .good-wrapper-ct .step-box-ctt .how-icon img {
    margin: 0 !important;
    margin-right: auto;
    height: 160px!important;
    object-fit: contain;
}

html section.say-goodbye.two .good-wrapper-ct .step-box-ctt {
    max-width: calc(100% / 2 - 5px);
    text-align: center !important;
    align-items: flex-start; 
    display: unset;
}
html section.say-goodbye.two .good-wrapper-ct {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    text-align: center;
    grid-row-gap: 16px;
}
section.say-goodbye.two .container--lg {
    max-width: 100% !important;
    padding: 0px !important;
}
  .foot-wrap center{
     max-width: 402px;
  }
  .foot-wrap {
    max-width: 760px;
  }
}
@media(max-width:768px){
  .foot-wrap,.foot-wrap center{
      max-width: 100%;
}
}
/* Removed fixed positioning - Tailwind header uses static positioning */
div#alert-promotion-div {
    width: 100%;
}
#wrapper_body {
    padding-top: 172px;
}
/* Removed - Tailwind header handles positioning */
body.section-test-0.page-book-affordable-and-secure-airport-parking-nearby #wrapper_body,
body.section-test-0.page-re #wrapper_body,
body.section-test-0.page-rent-parking-near-me-sign-up-now #wrapper_body,
body.section-test-0.page-rent-your-space-faster #wrapper_body,
body.section-test-0.page-rent-your-space-free #wrapper_body,
body.section-test-0.page-special-offer-today-only #wrapper_body,
body.page-search-results #wrapper_body,
body.page-advanced-search-results #wrapper_body,
body.page-rent-car-parking-spaces #wrapper_body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Moved to header.css - Tailwind header controls body spacing */
a.user_icon img {
    max-width: 30px;
    position: static;
}

.header-right {
    display: flex !important;
    align-items: center;
    margin-top: 10px;
}

.header-right:after {
    content: '';
    clear: both;
    display: block;
}

a.user_icon {
    display: block;
    margin-left: 15px;
}

#header:after {
    content: '';
    clear: both;
    display: block;
}

.header-right a {
    margin-top: 0 !important;
}
.section-rent-car-spaces #wrapper_footer {
    margin-bottom: 130px;
}
.custom-search {
    float: left;
    width: 410px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.custom-search.header-right-user {
    width: 463px;
}
.custom-search input[type=text] {
    border: 1px solid #9f9999;
    border-radius: 5px;
    color: #707070;
    font: 18px Arial,Helvetica,sans-serif;
    padding: 7px 10px !important;
    height: auto !important;
    margin-right: 5px;
}

.form-inline {
    display: flex;
    justify-content: space-between;
}
.custom-search input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font: bold 20px/1em HelveticaNeue,Arial,sans-serif;
    padding: 12px 15px !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    background: #206bcb;
    border: 1px #206bcb solid;
}
.form-inline {
    flex-wrap: wrap;
    max-width: 350px;
}
.custom-search input[type=text] {
    width: 70%;
    margin-right: 0;
}
.custom-search input[type=submit] {
    width: 28%;
}
.custom-search, .header-right {
    margin-top: 17px;
}
.fp_tacenter {
    padding-bottom: 15px;
}
@media(max-width:1020px){
  /* Removed fixed header top positioning */  
}
@media(max-width:980px){
.nav_logo {
    display: none;
}
div#header {
    display: flex;
    justify-content: center;
}

.custom-search {
    width: auto;
    margin-right: 10px;
}

.header-right {
    right: 0 !important;
}

.header-right img {
    position: static;
    margin-left: 10px;
}
.hea-adv-search-mob img{
  margin-left: 0px;
}
.custom-search, .header-right {
    margin-top: 10px;
}
.header-right .buttonPr1.large {
    font-size: 16px;
    padding: 13px 0;
    padding-left: 0;
    padding-right: 0;
    min-width: 145px;
    text-align: center;
}
.custom-search input[type=submit], .custom-search input[type=text] {
    font-size: 16px;
}
}
@media(max-width:768px){
div#alert-promotion-div {
    min-height: 100px;
    background: #206bcb;
    display: flex;
    justify-content: center;
}
/* Removed - Tailwind header controls background and positioning */  
#wrapper_body {
    padding-top: 185px;
}
.navigation{
  display: none;
}
.section-rent-car-spaces #wrapper_footer {
    margin-bottom: 73px;
}

}
@media(max-width:560px){
  /* Removed fixed header top positioning */
#wrapper_body {
    padding-top: 130px;
}

.custom-search input[type=text] {
    width: 70%;
    margin: 0;
}
.custom-search input[type=submit] {
    width: 28%;
}
/* Removed - Tailwind header controls positioning */
div#alert-promotion-div {
    display: none;
}

}
@media(max-width:480px){
.header-right {
    position: static;
}
div#header {
    flex-wrap: wrap;
}
.form-inline {
    flex-wrap: wrap;
}

.custom-search {
    margin-right: 0;
    margin-bottom: 10px;
}
.hea-adv-search-desk {
    display: none;
}

.hea-adv-search-mob {
    display: block;
    margin-right: 10px;
}

.hea-adv-search-mob img {
    width: 30px;
    height: 30px;
}

.header-right {
    width: 100%;
    max-width: 350px;
}

span.head-ad-btn {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

span.head-ad-account {
    width: 30%;
    display: block;
}
.custom-search {
    width: 100%;
    max-width: 350px;
}

.custom-search form,.form-inline {
    width: 100%;
}
}
@media(max-width:380px){
  .custom-search{
    margin-bottom: 10px;
  }
}

div.a {
  text-align: center;
}

div.b {
  text-align: left;
}

div.c {
  text-align: right;
} 

div.d {
  text-align: justify;
}

table .col-first, table .col-last {
    width: 50% !important;
} 
.youtube-player img.lazyloader-icon {
    display: none;
}

signature { 
font-family: 'Dancing Script', cursive; 
}

#ms-core-checkout-form .form-actions {
  float: left;
  width: 100%;
}

#ms-core-checkout-form .form-actions .ms_cart_left {
  display: none;
}

/* 28_july_2023 */ 
.section-test-0 #right-column {
display: none;
}

/* font cdn */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); */

/* *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
} */

body.section-test-0 h1, body.section-test-0 h2, body.section-test-0 h3, body.section-test-0 h4, body.section-test-0 h5, body.section-test-0 h6{
  font-family: 'Inter' !important;
}

:root{
    --primary-color: #03ADF9;
    --main-h1-color: #46C6FF;
    --blue-2-color: #206BCB;
    --white-color: #fff;
    --dark-blue-color: #141B39;
    --para-color: #40556A;
    --para-3-color: #F6F8FB;
    --para-main-color: #4A4A68;
    --border-color: #D1D5DC;
    --black-color: #000;
}

/* globle css */
.container--lg{
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.container--sm{
    max-width: 1118px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.comon-h1-cst{
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;  
    letter-spacing: -0.3px;
    color: var(--white-color);
    font-family: 'Inter';
    margin: 0;
}
.comon-h1-cst span{
    color: var(--main-h1-color);
}
.comon-h6-cst {
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0 !important;
}
.comon-h2-cst {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 64px;
    color: var(--dark-blue-color);
    font-family: 'Inter';
}

.comon-para-cst{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: var(--para-main-color);
}
h2.comon-h2-cst span {
    color: var(--primary-color);
}

.main-btn-site-cst button {
    background-color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: var(--white-color);
    outline: none;
    border: none;
    padding: 17px 29px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    font-family: 'Inter' !important;
}
.main-btn-site-cst button:hover {
    background: var(--white-color);
    border: 2px solid #03ADF9;
    color: var(--primary-color);
}
.main-btn-site-cst button span {
    margin-left: 8px;
}

/* page changes */
body.section-test-0 div#wrapper_body {
  max-width: 100% !important;
  width: 100%;
}
body.section-test-0 div#wrapper_body div#main-column {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 0 !important;
}
body.section-test-0 div#main-column .content-top, body.section-test-0 div#main-column h1#page-title, body.section-test-0 div#main-column .tabs {
    display: none;
}
/* Hide CSS-generated arrows on main-btn-site-cst buttons */
.main-btn-site-cst button:after,
.main-btn-site-cst button::after {
  content: none !important;
  display: none !important;
}
.main-btn-site-cst button:before,
.main-btn-site-cst button::before {
  content: none !important;
  display: none !important;
}
.main-btn-site-cst button:hover:after,
.main-btn-site-cst button:hover::after {
  content: none !important;
  display: none !important;
}
.main-btn-site-cst button span i:before,
.main-btn-site-cst button span i::before,
.main-btn-site-cst button span .fa:before,
.main-btn-site-cst button span .fas:before,
.main-btn-site-cst button span .fa-solid:before,
.main-btn-site-cst button span .fa-arrow-right:before,
.main-btn-site-cst button span i.fa:before,
.main-btn-site-cst button span i.fas:before,
.main-btn-site-cst button span i.fa-solid:before,
.main-btn-site-cst button span i.fa-arrow-right:before,
.main-btn-site-cst i:before,
.main-btn-site-cst i::before,
.main-btn-site-cst .fa:before,
.main-btn-site-cst .fas:before,
.main-btn-site-cst .fa-arrow-right:before,
.main-btn-site-cst .fa-solid.fa-arrow-right:before,
.main-btn-site-cst i.fa-solid.fa-arrow-right:before,
.main-btn-site-cst button span i.fa-solid.fa-arrow-right:before {
  content: none !important;
  display: none !important;
}
/* Hide the entire Font Awesome icon element in main-btn-site-cst */
.main-btn-site-cst i.fa-arrow-right,
.main-btn-site-cst i.fa-solid.fa-arrow-right,
.main-btn-site-cst button span i.fa-arrow-right,
.main-btn-site-cst button span i.fa-solid.fa-arrow-right {
  display: none !important;
}
section.avoid-sec-sct .main-btn-site-cst button:hover {
  background: var(--white-color) !important;
  color: var(--primary-color) !important;
}
section.faq-home-cstm .accordion-cst-wrper .accordion-heading i::before {
  display: none;
}
section.faq-home-cstm .accordion-cst-wrper .accordion-heading .accordion-icon:after,
section.faq-home-cstm .accordion-cst-wrper .accordion-heading i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%20100%20100'%3E%3Cpath%20d='m15%2035%2035%2035%2035-35'%20fill='none'%20stroke='%230f345e'%20stroke-width='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  transition: all 0.3s ease-in-out;
}

section.avoid-sec-sct .main-btn-site-cst i::after {
  content: none;
  display: none;
}
section.faq-home-cstm .aco-inner.active .accordion-heading i::after {
  transform: rotate(180deg);
}
section.coman-risk-cst-sec .main-commn-contt.main-left .wrrper-tt.wrrper-tt-2 .main-btn-site-cst button span i:after {
  content: none;
  display: none;
} 
section.coman-risk-cst-sec .main-commn-contt.main-left .wrrper-tt.wrrper-tt-2 .main-btn-site-cst button:hover span i:after {
  display: none;
} 

/* banner form */

body.section-test-0 section.banner-hero-cst .bnr-right form .form-item .description {
  font-size: 12px !important;
  line-height: 15px;
  padding-top: 5px;
}
body.section-test-0 div#wrapper_body {
  padding-top: 0px !important;
}

body.section-test-0 section.banner-hero-cst .bnr-right form input {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  height: 48px !important;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px !important;
}
body.section-test-0 section.banner-hero-cst .bnr-right form .password-suggestions.description {
  display: none !important;
}
section.banner-hero-cst .wrapper .bnr-right form .form-item.form-type-password {
  width: 100%;
}
body.section-test-0 section.banner-hero-cst .bnr-right form input:focus-visible {
  outline: none !important;
}

body.section-test-0 section.banner-hero-cst .bnr-right form .form-item label {
  color: var(--dark-blue-color) !important;
  text-shadow: unset !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 4px;
}

body.section-test-0 section.banner-hero-cst .bnr-right form .form-item label span {
    color: var(--dark-blue-color);
}
body.section-test-0 section.banner-hero-cst .bnr-right form .form-item.form-type-radios.form-item-status,body.section-test-0 section.banner-hero-cst .bnr-right form .form-item.form-type-checkboxes.form-item-roles, body.section-test-0 section.banner-hero-cst .bnr-right form .form-item.form-type-textfield.form-item-af-ref, body.section-test-0 section.banner-hero-cst .bnr-right form fieldset#edit-metatags, body.section-test-0 section.banner-hero-cst .bnr-right form .password-strength, body.section-test-0 section.banner-hero-cst .wrapper .bnr-right form div#edit-account .form-item.form-type-password-confirm.form-item-pass .form-item.form-type-password.form-item-pass-pass2>.password-confirm:first-child {
  display: none;
}
section.banner-hero-cst .wrapper .bnr-right {
  max-width: 42%;
  flex: 0 0 42%;
  padding-left: 53px;
}
body.section-test-0 section.banner-hero-cst .wrapper .bnr-right form div#edit-account .form-item.form-type-password-confirm.form-item-pass .form-item.form-type-password.form-item-pass-pass2 {
  margin-bottom: 0;
}
body.section-test-0 section.banner-hero-cst .bnr-right form input[type="submit"] {
  background-color: rgb(3, 173, 249) !important;
  width: 100%;
  border: 2px solid rgb(3, 173, 249) !important;
  outline: 0;
  padding: 12px 15px !important;
  height: 46px !important;
  box-sizing: border-box !important;
  border-radius: 8px !important;
  font-size: 19px !important;
  line-height: 22px !important;
  text-transform: capitalize !important;
  font-weight: 700 !important;
  margin: 20px 0 0 !important;
  transition: all 0.3s ease-in-out !important;
  font-family: 'Inter' !important;
  color: #fff !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}
body.section-test-0 section.banner-hero-cst .bnr-right form input[type="submit"]:hover {
  background-color: #fff !important;
  color: rgb(3, 173, 249) !important;
  border: 2px solid rgb(3, 173, 249) !important;
}
body.section-test-0 section.banner-hero-cst .wrapper .bnr-right form {
  background: var(--white-color);
  padding: 24px 32px;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 #99999933;
}
body.section-test-0 section.banner-hero-cst .wrapper .bnr-right form .form-item.form-type-password {
  width: 100%;
}
body.section-test-0 section.banner-hero-cst .wrapper .bnr-right form .form-item.form-type-checkbox {
  display: flex;
  align-items: center;
  grid-column-gap: 10px !important;
  margin-bottom: 0;
}
body.section-test-0 section.banner-hero-cst .wrapper .bnr-right form .form-item.form-type-checkbox input {
  width: auto;
}
body.section-test-0 section.banner-hero-cst .wrapper .form-item.form-type-password-confirm {
  margin-bottom: 0 !important;
}
body.section-test-0 section.banner-hero-cst .wrapper .bnr-right form .form-item {
  margin: 0 0 20px;
}
body.section-test-0 section.banner-hero-cst .bnr-right form .form-actions.form-wrapper {
  margin-bottom: 0;
  margin-top: 6px;
}

body.section-test-0 section.banner-hero-cst .wrapper .bnr-right .form-item.form-type-textfield.form-item-mail .description, body.section-test-0 section.banner-hero-cst .wrapper .bnr-right form .form-item.form-item-pass .description {
    display: none;
}

body.section-test-0 section.banner-hero-cst .wrapper .bnr-right form .form-item.form-type-textfield.form-item-name .description {
  display: block;
}
body.section-test-0 section.banner-hero-cst .bnr-right form input:focus {
  border: 2px solid var(--main-h1-color) !important;
}
section.banner-hero-cst .wrapper .bnr-right .messages.error {
  border-radius: 12px;
}
/* hero-scrion-css */
section.banner-hero-cst .container--lg {
    max-width: 1147px;
}
section.banner-hero-cst .wrapper .bnr-left img {
  margin-left: 0;
  margin-right: auto;
}
section.banner-hero-cst {
    padding: 95px 0 56px;
     min-height: 642px;
    background-size: cover;
    background-repeat: no-repeat;
}
section.banner-hero-cst .wrapper {
    display: flex;
    flex-wrap: wrap;
}
section.banner-hero-cst .wrapper .bnr-left {
    max-width: 58%;
    flex: 0 0 58%;
}
section.banner-hero-cst .wrapper .bnr-left h6.comon-h6-cst {
    color: var(--white-color);
    margin-bottom: 16px;
    text-align: start;
}
section.banner-hero-cst .wrapper .bnr-left p.comon-para-cst {
  color: var(--white-color) !important;
  margin: 16px 0 24px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
/* patner section */
section.patner-ctsm .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.patner-ctsm .wrapper .right-pat-cs {
  max-width: calc(100% - 218px);
  padding-left: 44px;
  width: 100%;
}
section.patner-ctsm .wrapper .right-pat-cs .img-wrapper {
  display: flex;
  grid-column-gap: unset;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.patner-ctsm .container--lg {
  max-width: 1340px;
  padding: 48px 15px;
}
section.patner-ctsm .wrapper .left-pat-cs {
  max-width: 218px;
  width: 100%;
}
section.patner-ctsm .wrapper .left-pat-cs h5 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #03ADF9;
  font-weight: 800;
  letter-spacing: 2.4px;
  margin: 0;
}
section.patner-ctsm .wrapper .right-pat-cs .img-wrapper .img {
  max-width: calc(100%/6 - 20px);
}
section.patner-ctsm .wrapper .right-pat-cs .img-wrapper .img:nth-child(5) {
  height: 50px;
}
section.patner-ctsm .wrapper .right-pat-cs .img-wrapper .img img {
  width: 100%;
  object-fit: contain;
}

/* aviod section */
section.avoid-sec-sct {
  padding: 96px 0 30px;
  background-color: var(--para-3-color);
}
section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst .main-btn-site-cst button {
  background: rgba(3, 173, 249, 0.1);
  color: var(--blue-2-color);
}
section.avoid-sec-sct .container--sm .wrapper-avd {
  display: flex;
  background: var(--white-color);
  border-radius: 24px;
  overflow: hidden;
  align-items: center;
  box-shadow: 0 10px 20px #BBBBBB66;
}
section.avoid-sec-sct .container--sm .wrapper-avd>div {
  max-width: 50%;
  flex: 0 0 50%;
}
section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst {
  padding: 60px 80px 60px 56px;
}
section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst .aviod-para-stm p.comon-para-cst {
    font-size: 16px !important;
    color: var(--para-color) !important;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin: 0;
}
section.avoid-sec-sct .container--sm .wrapper-avd .aviod-right-cst-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 700px;
}
section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst .aviod-para-stm {
  margin: 32px 0;
}
section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst .aviod-para-stm p.comon-para-cst:nth-child(2) {
  margin: 20px 0;
}
section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst h2.comon-h2-cst {
  margin-bottom: 0;
  text-align: start;
}
/* how it works */
section.how-start-cstt {
  padding: 90px 0 96px;
  background-color: var(--para-3-color);
}
section.how-start-cstt .step-wrapper-ct .how-icon img {
  margin-left: 0;
  margin-right: auto;
}
section.how-start-cstt .step-wrapper-ct {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 24px;
}
section.how-start-cstt .step-wrapper-ct .step-box-ctt {
    max-width: calc(100% / 3 - 16px);
    flex: 0 0 calc(100% / 3 - 16px);
    background: var(--white-color);
    padding: 72px 32px 40px;
    border-radius: 24px;
    box-shadow: 0 4px 8px #BBBBBB33;
}
section.how-start-cstt .step-wrapper-ct .step-box-ctt h4 {
  margin: 32px 0 11px;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 28px;
}

section.how-start-cstt .step-wrapper-ct .step-box-ctt h3 {
  font-size: 32px;
  color: var(--dark-blue-color);
  font-weight: 800;
  line-height: 36px;
  max-width: 290px;
  margin-bottom: 24px;
  margin-top: 0;
}
section.how-start-cstt .step-wrapper-ct .step-box-ctt p.comon-para-cst {
    color: var(--dark-blue-color) !important;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin: 0;
}
section.how-start-cstt .step-wrapper-ct .step-box-1 h4 {
  color: #667085;
}
section.how-start-cstt .step-wrapper-ct .step-box-2 {
  background: linear-gradient(211deg, rgba(3,173,249,.65) 46%, rgba(3,173,249,1) 100%);
}
section.how-start-cstt .step-wrapper-ct .step-box-2 h4 {
  color: var(--white-color)
}
section.how-start-cstt .step-wrapper-ct .step-box-3 {
  background: var(--dark-blue-color);
}
section.how-start-cstt .step-wrapper-ct .step-box-3 h4 {
  color: var(--primary-color)
}
section.how-start-cstt .step-wrapper-ct .step-box-3 h3 {
  color: var(--white-color);
}
section.how-start-cstt .step-wrapper-ct .step-box-3 p.comon-para-cst {
  color: var(--para-3-color) !important;

}
section.how-start-cstt .main-btn-site-cst {
  text-align: center;
  margin-top: 64px;
}

/* skip-hossle */
section.skip-hossle-cts {
  padding: 96px 0;
}
section.skip-hossle-cts .hasle-wpr {
  display: flex;
  align-items: center;
}
section.skip-hossle-cts .hasle-wpr .left-cstt{
    max-width: 51%;
  flex: 0 0 51%;
}
section.skip-hossle-cts .hasle-wpr .hasle-right-cst{
    max-width: 49%;
  flex: 0 0 49%;
}
section.skip-hossle-cts .hasle-wpr .left-cstt {
  padding-right: 20px;
}
section.skip-hossle-cts .hasle-wpr h6.comon-h6-cst {
  text-align: start;
}
section.skip-hossle-cts .hasle-wpr h2.comon-h2-cst {
  text-align: start;
  margin-bottom: 0;
}
section.skip-hossle-cts .hasle-wpr .hassle-para-stm {
  margin: 25px 0;
  padding-right: 100px;
}
section.skip-hossle-cts .hasle-wpr .hassle-para-stm p.comon-para-cst:first-child {
  margin-bottom: 12px;
}
section.skip-hossle-cts .hasle-wpr .hassle-para-stm p.comon-para-cst {
  font-size: 16px !important;
  color: var(--para-main-color) !important;
  line-height: 22px;
  letter-spacing: -0.32px;
}
section.skip-hossle-cts .hasle-wpr .hasle-right-cst img {
  border-radius: 24px;
  width: 100%;
}

/* say-goodbye */
section.say-goodbye {
  background: #141B39;
  color: var(--white-color);
  padding: 96px 0;
}
section.say-goodbye .good-wrapper-ct .step-box-ctt .how-icon img {
  margin-left: 0;
  margin-right: auto;
}
section.say-goodbye .good-wrapper-ct .step-box-ctt h3 {
  font-size: 24px !important;
  line-height: 32px;
  margin: 24px 0 12px;
  color: var(--white-color) !important;
  font-weight: 800;
}
section.say-goodbye h2.comon-h2-cst {
  color: var(--white-color);
}
section.say-goodbye .good-wrapper-ct {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 50px;
}
section.say-goodbye .good-wrapper-ct .step-box-ctt {
  max-width: calc(100% / 4 - 38px);
}

section.say-goodbye .good-wrapper-ct .step-box-ctt p.comon-para-cst {
  color: #D1D5DC !important;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
section.say-goodbye .main-btn-site-cst {
  margin-top: 64px;
  text-align: center;
}

/* common-risk-cst-sec */
.coman-risk-cst-sec .main-coman-wraper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.coman-risk-cst-sec .main-coman-wraper>div {
  max-width: 50%;
  flex: 0 0 50%;
}
.coman-risk-cst-sec .container-full {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.coman-risk-cst-sec .main-coman-wraper> .img-sectiop-main img {
  width: 100%;
}
.coman-risk-cst-sec .main-coman-wraper .main-commn-contt h6.comon-h6-cst {
  text-align: start;
}
.coman-risk-cst-sec .main-coman-wraper .main-commn-contt h2.comon-h2-cst {
  text-align: start;
  margin-bottom: 0;
}
.coman-risk-cst-sec .main-coman-wraper .wrrper-tt.wrrper-tt-1 {
  max-width: 460px;
  margin: 0 auto;
}
.coman-risk-cst-sec .main-coman-wraper .wrrper-tt.wrrper-tt-2 {
  max-width: 555px;
  margin: 0 auto;
}
.coman-risk-cst-sec .main-coman-wraper .main-commn-contt p.comon-para-cst {
  margin: 32px 0;
  font-size: 18px;
  color: var(--para-color) !important;
  line-height: 24px;
  letter-spacing: -0.36px;
}
.coman-risk-cst-sec .main-coman-wraper .img-sectiop-main {
  position: relative;
}
.coman-risk-cst-sec .main-coman-wraper .img-sectiop-main .absulote-img-risk {
  position: absolute;
  top: 19px;
  right: -80px;
}
.coman-risk-cst-sec .main-coman-wraper .img-sectiop-main .absulote-img-risk img {
  height: 144px;
}
section.coman-risk-cst-sec .main-commn-contt {
  padding: 0 15px;
}

section.coman-risk-cst-sec .main-commn-contt.main-left .wrrper-tt.wrrper-tt-2 .main-btn-site-cst button {
  background: var(--white-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
section.coman-risk-cst-sec .main-commn-contt.main-left .wrrper-tt.wrrper-tt-2 .main-btn-site-cst button:hover{
  background: var(--primary-color);
  border: 2px solid transparent;
  color: var(--white-color);
}

/* trusted css */
section.trusted-cstm .trst-ct-wrp {
  display: flex;
  grid-column-gap: 22px;
  flex-wrap: wrap;
  grid-row-gap: 22px;
}
section.trusted-cstm .trst-ct-wrp>div {
  max-width: calc(100% / 2 - 11px);
  display: flex;
  flex-direction: column;
  grid-row-gap: 22px;
}
section.trusted-cstm .trst-ct-wrp .box-cts {
  background: var(--white-color);
  padding: 20px;
  border-radius: 9px;
  box-shadow: 0 3px 7px #BBBBBB33;
}

section.trusted-cstm .trst-ct-wrp .box-cts .infor {
  display: flex;
  grid-column-gap: 10px;
  margin-bottom: 15px;
}
section.trusted-cstm .trst-ct-wrp .box-cts .infor img {
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 0;
  margin-right: auto;
}
section.trusted-cstm .trst-ct-wrp .box-cts p {
  margin: 0 0 10px;
  color: var(--black-color) !important;
}
section.trusted-cstm .trst-ct-wrp .box-cts .infor .details-ctm {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  max-width: calc(100% - 40px) !important;
  flex: 0 0 calc(100% - 40px);
}
section.trusted-cstm {
  padding: 96px 0;
  background-color: var(--para-3-color);
}
section.trusted-cstm .main-btn-site-cst {
  text-align: center;
  margin-top: 105px;
}
section.trusted-cstm .trst-ct-wrp .box-cts .infor .details-ctm p {
  margin: 0 !important;
}
/* section.trusted-cstm .trst-ct-wrp div:last-child {
  grid-row-gap: 51px;
} */
section.trusted-cstm .trst-ct-wrp div:last-child {

  align-items: inherit;
  justify-content: space-between;
}

section.trusted-cstm .trst-ct-wrp .box-cts .infor .details-ctm h4 span {
  color: #ff6b6b;
}
section.trusted-cstm .trst-ct-wrp div:last-child .box-cts:last-child .infor + p {
    /* font-size: 20px; */
    line-height: 27px;
}
section.trusted-cstm .trst-ct-wrp .box-cts .infor .details-ctm h4 span {
  width: 16px;
  display: inline-block;
  height: 14px;
  background-image: url(https://www.parkingmadeeasy.com.au/sites/all/themes/zen/new-images/msg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* faq */
section.faq-home-cstm .accordion-cst-wrper .aco-inner:last-child .accordion-cont-cst {
  padding-top: 30px;
  border-bottom: 1px solid var(--border-color);
}
section.faq-home-cstm .accordion-cst-wrper .aco-inner.active:last-child .accordion-heading {
  border-bottom: none;
  padding-bottom: 0;
}
section.faq-home-cstm {
  background-color: var(--para-3-color);
  padding: 96px 0;
  border-top: 1px solid var(--border-color);
}
section.faq-home-cstm>.container--sm {
  max-width: 866px;
}
section.faq-home-cstm .accordion-cst-wrper .accordion-heading {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 10px;
  padding: 30px 0;
  border-top: 1px solid var(--border-color);
  cursor: pointer;
  align-items: center;
  padding-right: 20px;
}
section.faq-home-cstm .accordion-cst-wrper .aco-inner:last-child .accordion-heading {
  border-bottom: 1px solid var(--border-color);
}
section.faq-home-cstm .accordion-cst-wrper .accordion-cont-cst {
  padding: 0 0 22px;
  display: none;
  animation: animate .2s linear backwards;
  line-height: 2;
  transform-origin: top;
}
section.faq-home-cstm .accordion-cst-wrper .accordion-cont-cst p {
  color: #1f2136 !important;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin: 0;
  font-weight: 500;
}
section.faq-home-cstm .accordion-cst-wrper .aco-inner.active .accordion-cont-cst {
  display: block;
}
section.faq-home-cstm>.container--sm h2.comon-h2-cst {
  text-align: start;
  margin-bottom: 32px;
}
section.faq-home-cstm .accordion-heading h3 {
  font-size: 18px;
  color: var(--dark-blue-color);
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
section.faq-home-cstm .accordion-cst-wrper .accordion-heading i {
  font-size: 20px;
  color: var(--blue-2-color);
}
@keyframes animate {
  0%{
      transform: scaleY(0);
  }
}


body.section-test-0 div#main-column {
    margin-top: 0 !important;
}
.stickyfooter .foot-wrap {
    display: flex;
    justify-content: center;
}


/* responsive */
@media (max-width:1365px){
  section.patner-ctsm .wrapper .right-pat-cs {
      padding-left: 15px;
  }
}
@media (max-width:1280px){
  .coman-risk-cst-sec .main-coman-wraper .main-commn-contt p.comon-para-cst {
      margin: 14px 0;
  }
  .coman-risk-cst-sec .main-coman-wraper .img-sectiop-main .absulote-img-risk img {
      height: 100px;
  }
  .coman-risk-cst-sec .main-coman-wraper .img-sectiop-main .absulote-img-risk {
      right: -50px;
  }
}
@media (max-width:1199px){
  section.patner-ctsm .wrapper .left-pat-cs h5 {
      text-align: start;
  }
  section.patner-ctsm .wrapper .right-pat-cs {
      max-width: calc(100% - 130px);
  }
  section.patner-ctsm .wrapper .left-pat-cs {
      max-width: 130px;
  }
  .comon-h1-cst {
      font-size: 48px;
      line-height: 50px;
  }
  .comon-para-cst {
      font-size: 18px;
  }
  .comon-h2-cst {
      font-size: 32px;
      line-height: 40px;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt h3 {
      font-size: 30px;
      line-height: 34px;
      margin-bottom: 13px;
  }
  section.how-start-cstt .step-wrapper-ct {
      grid-column-gap: 15px;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt {
      max-width: calc(100% / 3 - 10px);
      flex: 0 0 calc(100% / 3 - 10px);
      padding: 50px 25px;
  }

  section.skip-hossle-cts .hasle-wpr .hassle-para-stm {
      padding-right: 40px;
  }
  section.say-goodbye .good-wrapper-ct .step-box-ctt {
      max-width: calc(100% / 4 - 15px);
  }
  section.say-goodbye .good-wrapper-ct {
      grid-column-gap: 20px;
  }
  section.say-goodbye .good-wrapper-ct .step-box-ctt p.comon-para-cst {
      font-size: 15px;
  }
  .coman-risk-cst-sec .main-coman-wraper .img-sectiop-main .absulote-img-risk {
      right: -30px;
      top: 10px;
  }
  .coman-risk-cst-sec .main-coman-wraper .img-sectiop-main .absulote-img-risk img {
      height: 80px;
  }
  .coman-risk-cst-sec .main-coman-wraper .main-commn-contt p.comon-para-cst {
      font-size: 15px;
  }
  .coman-risk-cst-sec .main-coman-wraper .wrrper-tt.wrrper-tt-2 p.comon-para-cst {
      margin-top: 0 !important;
  }
  section.say-goodbye .good-wrapper-ct .step-box-ctt h3 {
      margin: 16px 0 12px;
  }
  section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst {
      padding: 60px 30px 60px 30px;
  }
  section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst .aviod-para-stm {
      margin: 14px 0;
  }
}

@media (max-width:1024px){
  .comon-h1-cst {
      font-size: 45px;
      line-height: 50px;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt h3 {
      font-size: 26px;
      line-height: 32px;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt p.comon-para-cst {
      font-size: 16px;
      line-height: 28px;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt {
      padding: 30px 23px;
  }
  section.patner-ctsm .wrapper .left-pat-cs {
      max-width: 110px;
  }
  section.patner-ctsm .wrapper .right-pat-cs {
      max-width: calc(100% - 110px);
  }
  section.patner-ctsm .wrapper .right-pat-cs .img-wrapper .img {
      max-width: calc(100%/6 - 8px);
  }
  .main-btn-site-cst button {
      font-size: 18px;
      line-height: 20px;
      padding: 12px 18px;
  }
  section.skip-hossle-cts .hasle-wpr .hassle-para-stm {
      padding-right: 0px;
  }
  section.banner-hero-cst .wrapper .bnr-left p.comon-para-cst {
      padding-right: 50px;
  }
}
@media (max-width:991px){
  .comon-h1-cst {
      font-size: 36px;
      line-height: 46px;
  }
  section.banner-hero-cst .wrapper .bnr-left p.comon-para-cst br {
      display: none;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt h3 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 5px;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt p.comon-para-cst {
      font-size: 14px;
      line-height: 25px;
  }

  section.how-start-cstt .step-wrapper-ct .step-box-ctt h4 {
      margin: 12px 0 9px;
  }
  .comon-h2-cst {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 34px;
  }
  section.avoid-sec-sct{
      padding: 50px 0 30px;
  }
  section.patner-ctsm .container--lg {
      padding: 30px 15px;
  }
  section.how-start-cstt, section.skip-hossle-cts, section.say-goodbye, section.trusted-cstm, section.faq-home-cstm {
      padding: 50px 0 50px;
  }
  section.say-goodbye .good-wrapper-ct .step-box-ctt {
      max-width: calc(100% / 4 - 8px);
  }
  section.say-goodbye .good-wrapper-ct {
      grid-column-gap: 10px;
  }
  section.say-goodbye .good-wrapper-ct .step-box-ctt p.comon-para-cst {
      font-size: 14px;
  }
  .coman-risk-cst-sec .main-coman-wraper>div {
      max-width: 100%;
      flex: 0 0 100%;
      width: 100%;
  }
  .coman-risk-cst-sec .main-coman-wraper .wrrper-tt.wrrper-tt-2, .coman-risk-cst-sec .main-coman-wraper .wrrper-tt.wrrper-tt-1 {
      max-width: 100%;
  }
  section.coman-risk-cst-sec.for-sec-ctts .main-coman-wraper {
      flex-direction: column-reverse;
  }
  .coman-risk-cst-sec .main-coman-wraper .wrrper-tt.wrrper-tt-1 {
      margin: 48px 0 70px;
  }
  .coman-risk-cst-sec .main-coman-wraper .main-commn-contt.main-left .wrrper-tt.wrrper-tt-2 {
      margin: 48px 0 70px;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor {
      flex-wrap: wrap;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor {
      flex-wrap: wrap;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor .details-ctm {
      grid-column-gap: 5px;
      flex-wrap: wrap;
      grid-row-gap: 5px;
      margin-top: 5px;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor .details-ctm h4 {
      font-size: 16px;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor ~ p {
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 0;
  }
  section.trusted-cstm .trst-ct-wrp div:last-child .box-cts:last-child .infor + p {
      /* font-size: 18px; */
      line-height: 24px;
  }
  .coman-risk-cst-sec .main-coman-wraper .img-sectiop-main .absulote-img-risk {
      right: 12px;
      top: unset;
      bottom: -46px;
  }
  .coman-risk-cst-sec .main-coman-wraper .img-sectiop-main .absulote-img-risk img {
      height: 127px;
  }
  section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst {
      padding: 30px 30px 30px 30px;
  }
  .coman-risk-cst-sec .main-coman-wraper .main-commn-contt.main-left {
    order: 2;
  }


}


@media (max-width:980px){
  section.banner-hero-cst .wrapper .bnr-left img, section.how-start-cstt .step-wrapper-ct .how-icon img, section.say-goodbye .good-wrapper-ct .step-box-ctt .how-icon img, body.section-test-0 #main-column .form-item.form-type-checkbox input{
  width: auto !important;
}
}
@media (max-width:880px){
  section.banner-hero-cst .wrapper .bnr-right {
    padding-left: 13px;
}
}

@media (max-width:767px){
  section.skip-hossle-cts .hasle-wpr .hassle-para-stm p.comon-para-cst {

    line-height: 24px;
}
  section.banner-hero-cst .wrapper .bnr-left {
      max-width: 100%;
      flex: 0 0 100%;
  }
  section.banner-hero-cst .wrapper .bnr-left p.comon-para-cst {
      padding-right: 0;
  }
  .comon-h1-cst {
      font-size: 30px;
      line-height: normal;
      letter-spacing: -0.9px;
  }
  .comon-para-cst {
      font-size: 16px;
      line-height: 23px;
  }
  section.patner-ctsm .wrapper .left-pat-cs {
      max-width: 100%;
  }
  section.patner-ctsm .wrapper .left-pat-cs h5 {
      text-align: center;
  }
  section.patner-ctsm .wrapper .right-pat-cs {
      max-width: 100%;
      padding-left: 0;
      margin-top: 30px;
  }
  section.avoid-sec-sct .container--sm .wrapper-avd {
      flex-direction: column-reverse;
  }
  section.avoid-sec-sct .container--sm .wrapper-avd>div {
      max-width: 100%;
      flex: 0 0 100%;
  }
  section.avoid-sec-sct {
      padding: 96px 0 30px;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt {
      max-width: 100%;
      flex: 100%;
  }
  section.how-start-cstt .step-wrapper-ct {
      grid-row-gap: 16px;
  }
  .main-btn-site-cst button {
      font-size: 20px;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt h3 {
      font-size: 28px !important;
      line-height: 34px;
      max-width: 90%;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt p.comon-para-cst {
      font-size: 18px !important;
      line-height: 32px;
  }
  section.skip-hossle-cts .hasle-wpr {
      flex-direction: column-reverse;
      grid-row-gap: 48px;
  }
  section.skip-hossle-cts .hasle-wpr>div {
      max-width: 100%;
      flex: 0 0 100%;
      padding-right: 0 !important;
      width: 100%;
  }
  section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst {
      padding: 24px 16px 16px;
  }
section.say-goodbye .good-wrapper-ct .step-box-ctt {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 16px;
}
section.say-goodbye .good-wrapper-ct .step-box-ctt h3 {
    margin: 0 !important;
}
  section.say-goodbye .good-wrapper-ct {
      grid-row-gap: 56px;
      grid-column-gap: unset;
  }
  .comon-h6-cst {
      font-size: 14px;
      letter-spacing: 1px;
  }
  .comon-h2-cst {
      font-size: 26px;
      line-height: 32px;
      letter-spacing: -0.5px;
  }
  section.say-goodbye h2.comon-h2-cst {
      color: var(--white-color);
      text-align: start;
      margin-bottom: 48px;
  }
  section.say-goodbye h6.comon-h6-cst {
      text-align: start;
  }
  section.trusted-cstm .trst-ct-wrp>div {
      max-width: 100%;
      grid-row-gap: 16px;
  }
  section.trusted-cstm .trst-ct-wrp {
      grid-row-gap: 16px;
  }
  /* section.trusted-cstm .trst-ct-wrp div:last-child {
      grid-row-gap: 16px;
  } */
  section.trusted-cstm .trst-ct-wrp div:last-child {
    align-items: inherit;
    justify-content: space-between;
}
  section.faq-home-cstm .accordion-heading h3 {
      font-size: 16px !important;
      line-height: 22px;
  }
  section.avoid-sec-sct .container--sm .wrapper-avd .aviod-left-cst .aviod-para-stm {
      margin: 24px 0 32px;
  }
  section.how-start-cstt{
      padding-top: 41px;
      padding-bottom: 72px;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt {
      padding: 32px 16px;
  }
  section.how-start-cstt .step-wrapper-ct .step-box-ctt h4 {
      margin: 24px 0 16px;
  }
  section.how-start-cstt .main-btn-site-cst {
      margin-top: 48px;
  }
  section.skip-hossle-cts {
      padding-top: 0 !important;
  }
  section.skip-hossle-cts>.container--sm {
      padding: 0;
  }
  section.skip-hossle-cts>.container--sm .hasle-wpr .left-cstt {
      padding: 0 15px !important;
  }
  section.skip-hossle-cts .hasle-wpr .hasle-right-cst img {
      border-radius: 0;
  }
  section.skip-hossle-cts .hasle-wpr .hassle-para-stm {
      margin: 24px 0 32px;
  }
  section.say-goodbye {
      padding: 72px 0;
  }
  section.trusted-cstm {
      padding: 72px 0;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts {
      padding: 16px;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor {
      flex-wrap: nowrap;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor .details-ctm {
      flex-wrap: nowrap;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor .details-ctm h4 {
      font-size: 11px;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor img {
      max-width: 30px;
      height: 30px;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor .details-ctm p {
      font-size: 11px !important;
  }
  section.trusted-cstm .trst-ct-wrp .box-cts .infor ~ p {
      font-size: 13px;
  }
  section.faq-home-cstm {
      padding: 72px 32px;
  }
  section.faq-home-cstm .accordion-cst-wrper .aco-inner.active .accordion-cont-cst p {
      font-size: 16px;
      line-height: 25px;
     margin: 0;
  }
  .coman-risk-cst-sec .main-coman-wraper .main-commn-contt h2.comon-h2-cst {
      margin-bottom: 24px;
  }
  .coman-risk-cst-sec .main-coman-wraper .main-commn-contt .wrrper-tt .main-btn-site-cst {
      margin-top: 32px;
  }
  section.patner-ctsm .wrapper .right-pat-cs .img-wrapper {
      justify-content: center;
  }
  section.patner-ctsm .wrapper .right-pat-cs .img-wrapper .img {
      max-width: calc(100%/2);
      flex: calc(100% / 2);
      text-align: center;
      padding: 10px 20px;
  }
  section.patner-ctsm .wrapper .right-pat-cs .img-wrapper .img img {
      max-width: 133px;
  }
  section.trusted-cstm .main-btn-site-cst {
      margin-top: 48px;
  }
  .coman-risk-cst-sec .main-coman-wraper .main-commn-contt p.comon-para-cst {
      font-size: 18px !important;
      line-height: 24px;
      color: var(--para-color) !important;
  }
section.say-goodbye .good-wrapper-ct .step-box-ctt p.comon-para-cst {
    font-size: 16px !important;
    line-height: 24px;
    margin-top: 16px;
    letter-spacing: -0.16px;
}
  section.faq-home-cstm .accordion-cst-wrper .accordion-heading {
      padding: 20px 0;
  }
  section.faq-home-cstm>.container--sm {
      padding: 0;
  }
  section.banner-hero-cst {
      min-height: auto;
  }
  section.banner-hero-cst .wrapper .bnr-right {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 48px;
}
section.banner-hero-cst .wrapper .bnr-right {
  margin-bottom: -455px;
}
section.banner-hero-cst {
  margin-bottom: 455px;
}
section.banner-hero-cst .wrapper .bnr-left p.comon-para-cst {
    font-size: 16px !important;
}
body.section-test-0 section.banner-hero-cst .wrapper .bnr-right form {
    padding: 24px 24px;
}
section.patner-ctsm .wrapper .left-pat-cs h5 {
    letter-spacing: 1.6px;
}
section.avoid-sec-sct .container--sm {
    padding: 0 8px;
}
section.how-start-cstt h2.comon-h2-cst {
    margin-bottom: 48px;
}
.main-btn-site-cst button {
    padding: 16px 18px;
} 
section.skip-hossle-cts .hasle-wpr {
    flex-direction: column-reverse;
} 
section.skip-hossle-cts .hasle-wpr .left-cstt {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
}

section.skip-hossle-cts .hasle-wpr .hasle-right-cst {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
}
section.skip-hossle-cts .hasle-wpr .hasle-right-cst img {
    border-radius: 0;
}
section.skip-hossle-cts .container--sm {
    padding: 0;
}
section.say-goodbye .main-btn-site-cst {
    margin-top: 48px;
}
section.banner-hero-cst .wrapper .bnr-left h6.comon-h6-cst {
  margin-bottom: 8px;
}
section.patner-ctsm .container--lg {
  padding: 30px 15px 62px;
}

 section.skip-hossle-cts {
  padding: 50px 0 72px;
}
section.trusted-cstm h2.comon-h2-cst {
  margin-bottom: 48px;
}
section.avoid-sec-sct .container--sm .wrapper-avd .aviod-right-cst-map img {
  min-height: auto;
}

}
@media (max-width:450px){
  .main-btn-site-cst button {
      width: 100%;
  }
  section.banner-hero-cst {
    padding: 40px 0 56px;
}
}
@media (max-width:380px){
  section.trusted-cstm .trst-ct-wrp .box-cts .infor .details-ctm h4 {
    font-size: 11px !important;
}
.comon-h2-cst {
  font-size: 26px !important;
}
}   
@media (max-width:373px){
  .comon-h1-cst {
      font-size: 28px;
  }
}
html .bg-style-alert-line {
  color: #fff;
  background: var(--primary-color) !important;
}
.buttonPr1.large {
     
    text-decoration: none !important;
}

.region-footer {
    display: block;
    visibility: visible;
}
#footer li a {
   
    text-decoration: none !important;
  
}
#wrapper_body #user-login input#edit-submit {
  text-shadow: none !important;
  box-shadow: none !important;
 
  width: 55%;
}
#wrapper_body #user-login .social_login label::after {
  content: "";
  display: inline-block;
  border-top: 0.1rem solid rgb(227, 229, 231);
  -webkit-box-flex: 1;
  flex-grow: 1;
}
#wrapper_body #user-login .social_login label::before {
  content: "";
  display: inline-block;
  border-top: 0.1rem solid rgb(227, 229, 231);
  -webkit-box-flex: 1;
  flex-grow: 1;
}
 
#wrapper_body #user-login .social_login label {
 
    margin: 15px 0px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    gap: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: rgb(140, 146, 156);

}
#user-login .social_login { 
  width: 54%;
}
#wrapper_body #user-login .social_login label {
  text-align: center;
  margin-bottom: 20px;
}
html input:focus-visible{
    outline: 2px solid var(--primary-color);
    border: none;
}
.img-wrapper {
    display: flex;
    grid-column-gap: unset;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
html section.coman-risk-cst-sec .main-commn-contt.main-left .wrrper-tt.wrrper-tt-2 .main-btn-site-cst button:hover span i::after {
  display: none;
}
html section.coman-risk-cst-sec .main-commn-contt.main-left .wrrper-tt.wrrper-tt-2 .main-btn-site-cst button span i::after {
  content: none;
  display: none;
}
section.coman-risk-cst-sec .main-commn-contt.main-left .wrrper-tt.wrrper-tt-2 .main-btn-site-cst button:hover {
    background: var(--white-color);
    border: 2px solid #03ADF9;
    color: var(--primary-color);
}
section.coman-risk-cst-sec .main-commn-contt.main-left .wrrper-tt.wrrper-tt-2 .main-btn-site-cst button {
    background-color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: var(--white-color);
    outline: none;
    border: none;
    padding: 17px 29px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    font-family: 'Inter' !important;
}
section.how-start-cstt .how-icon img {
    margin-bottom: 21px;
}
body.section-test-0 section.banner-hero-cst .bnr-right form input::placeholder { color: grey; font-family: 'Inter'; font-size: 16px; line-height: 20px; }   
#main-column .already-have-account label { color: #141B39; font-weight: 600; text-shadow: none; line-height: 18px; font-size: 16px; font-family: 'Inter'; }
#main-column .already-have-account label a { color: #03ADF9 !important; text-decoration: underline; text-underline-offset: 4px; font-weight: 600; font-family: 'Inter'; }
#main-column .already-have-account { width: 100%; float: none; text-align: center; display: inline-block; margin: 16px 0 0 0; }
html #main-column a:link, html #main-column a:visited,
html #main-column a.buttonPro:link,html #main-column a.buttonPro:visited,
html #main-column a.buttonPro:hover{
	text-decoration: none !important;
}
html #main-column a:hover {
	text-decoration: underline !important;
}
.footer-top .blor_bord li b{font-size: 17px;}
.banner-hero-cst{background-image: linear-gradient(#141B39B2, #141B39B2), url("https://static.parkingmadeeasy.com.au/sites/default/files/new-images/car-parking-lot.webp") !important}
.gform{display:none;}
h2.comon-h2-cst span{color:#03ADF9;}
.s1{float:none;clear:both;text-align:center;}    
.social-help{margin-top: 1rem;}
.social-help a,
.social-help li,
.social-help p,
.social-help div,
.social-help span{font-size: 16px;}
.svg1{enable-background:new 0 0 122.88 119.96;}

#pa-push-notification{top:0;width:100%;position:absolute}.pa-push-notification{display:block;background:#fff;padding:15px;position:fixed;z-index:999999999;box-shadow:0 0 5px 0 #555;font-weight:300;max-width:400px;border-radius:3px;bottom:auto;top:10px;left:50%}.pa-push-notification.center,.pa-push-notification.Center{top:50%;left:50%}.pa-push-notification.topCenter{margin-top:auto!important}.pa-push-notification.bottomCenter{bottom:10px;top:auto;margin-top:auto!important}.pa-push-notification.topLeft{margin-left:auto!important;margin-top:auto!important;left:10px;right:auto}.pa-push-notification.topRight{margin-left:auto!important;margin-top:auto!important;right:10px}.pa-push-notification.bottomLeft{bottom:10px;margin-left:auto!important;margin-top:auto!important;top:auto;left:10px;right:auto}.pa-push-notification.bottomRight{bottom:10px;margin-left:auto!important;margin-top:auto!important;top:auto;right:10px}.pa-push-notification .pa-logo{float:left;margin-right:10px}.pa-push-notification-confirm img.pa-logo{margin:0 auto;width:64px;height:64px}.pa-push-notification p{margin:0}.pa-push-notification .pa-promo-text{overflow:hidden;margin-bottom:20px}.pa-push-notification .pa-actions{text-align:right;clear:both}.pa-push-notification-confirm .pa-actions button,.pa-push-notification .pa-actions a,.pa-push-notification .pa-actions button{background:#2e6dbd;color:#fff;border:1px solid #14498d;border-radius:3px;display:inline-block;padding:7px 30px;text-decoration:none;font-size:16px;font-weight:300;margin-left:8px;line-height:1;outline:0;cursor:pointer;margin-bottom:0}.pa-push-notification .pa-actions a.deny,.pa-push-notification .pa-actions button.deny{color:#444;background-color:#fff;margin:0;line-height:17px;font-size:15px}.pa-push-notification-confirm .pa-actions button.deny{color:#444;background-color:#fff;margin:0}.pa-push-notification-confirm a.powered_by,.pa-push-notification a.powered_by{position:absolute;bottom:2px;left:6px;color:#337ab7;font-size:11px;font-weight:400;text-decoration:none;line-height:normal}#pa-push-notification-confirm{top:0;width:100%;position:absolute;box-sizing:content-box;left:0}#pa-push-notification-confirm div{box-sizing:content-box}.pa-push-notification-confirm{display:block;background:#fff;padding:20px;position:fixed;z-index:999999999;box-shadow:0 0 5px 0 #555;font-weight:300;width:300px;border-radius:3px;left:50%;top:50%;text-align:center;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px}.pa-push-notification-confirm p{font-size:15px;margin:0;margin-top:20px;color:#797979}.pa-push-notification-confirm h2{margin:25px auto;font-size:1.5em;text-transform:none;letter-spacing:normal}.pa-push-notification-confirm p.pa-actions{margin-top:20px}.pa-push-notification-confirm a.powered_by{width:100%}.pa-subscribe-widget-side{position:fixed;top:50%;right:0;box-shadow:rgba(255,255,255,0.247059) 1px 1px 1px inset,rgba(0,0,0,0.498039) 0 1px 2px;background:#337ab7;border-radius:4px 0 0 4px;border:1px solid #fff;border-right:0;height:135px!important;width:30px;margin-top:-68px;cursor:pointer}.pa-subscribe-widget-side.pa-widget-left{left:0;right:auto;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}.pa-subscribe-widget-side > svg{margin-left:0;margin-top:0;width:30px;height:136px}.pa-subscribe-widget-side.pa-widget-left > svg{transform:scaleX(-1)}.pa-subscribe-widget-side span.pa-sep{display:block;height:1px;background:#fff;border-top:1px solid #000;opacity:.25;width:100%;position:absolute;top:32px}.pa-subscribe-widget-side span.pa-text{color:#fff;transform:rotate(-90deg);position:absolute;left:-32px;top:64px;line-height:30px;padding-right:5px;text-shadow:0 -1px 0 rgba(0,0,0,0.8);letter-spacing:.6px}.pa-subscribe-widget-round{position:fixed;right:0;box-shadow:1px 1px 1px rgba(0,0,0,0.5);background:#337ab7;border-radius:100%;border-right:0;width:50px;height:50px!important;bottom:10px;right:10px;z-index:2147483647;cursor:pointer}.pa-subscribe-widget-round svg{margin-left:10px;margin-top:10px;background-size:cover;background-position-x:0;left:0;right:0;height:32px;width:32px}@keyframes pa-shake{10%,90%{transform:translate3d(-1px,0,0);transform:rotate(2deg);transform-origin:50% 0}20%,80%{transform:translate3d(2px,0,0);transform:rotate(-4deg);transform-origin:50% 0}30%,50%,70%{transform:translate3d(-4px,0,0);transform:rotate(8deg);transform-origin:50% 0}40%,60%{transform:translate3d(4px,0,0);transform:rotate(-8deg);transform-origin:50% 0}}.pa-subscribe-widget-round:hover>svg{animation:pa-shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translate3d(0,0,0);backface-visibility:hidden;perspective:1000px}.pa-subscribe-widget-round.pa-opened>svg{opacity:0}.pa-subscribe-widget-round.pa-opened>svg.close,.pa-subscribe-widget-round.pa-opened>svg.pa-close{opacity:1;animation:none}.pa-subscribe-widget-round.pa-opened,.pa-subscribe-widget-round:focus,.pa-subscribe-widget-round:hover,.pa-subscribe-widget-side.pa-opened,.pa-subscribe-widget-side:focus,.pa-subscribe-widget-side:hover,.pa-subscribe-widget-round.pa-unsubscribe.pa-opened,.pa-subscribe-widget-round.pa-unsubscribe.pa-desktop:focus,.pa-subscribe-widget-round.pa-unsubscribe.pa-desktop:hover,.pa-subscribe-widget-side.pa-unsubscribe.pa-desktop.pa-opened,.pa-subscribe-widget-side.pa-unsubscribe.pa-desktop:focus,.pa-subscribe-widget-side.pa-unsubscribe.pa-desktop:hover{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);opacity:1}.pa-subscribe-widget-round>svg{position:absolute;transition:opacity .35s ease-out}.pa-subscribe-widget-round svg.close,.pa-subscribe-widget-round svg.pa-close{margin-left:18px;margin-top:18px;background-size:cover;background-position-x:0;background-position-x:16px;opacity:0;transition:opacity .35s ease;height:16px;width:16px}.pa-subscribe-widget-round svg.pa-close-widget{left:42px;top:-8px;margin:0;opacity:1;height:18px;width:18px;padding:5px}.pa-subscribe-widget-round.pa-subscribe-widget-custom svg.pa-close-widget{left:50px;top:-8px;margin:0;opacity:1;height:10px;width:10px;padding:5px;animation:none}.pa-subscribe-widget-round.pa-unsubscribe,.pa-subscribe-widget-side.pa-unsubscribe{opacity:.65;transition:opacity .5s ease}.pushalert-notification-info{user-select:none;width:250px;background:#fff;border:1px solid #bbb;position:fixed;bottom:70px;right:50px;opacity:0;transform:scale(0) translateZ(0);transition:transform 150ms ease-in-out,opacity 150ms ease-in-out;transform-origin:right bottom;box-shadow:0 2px 6px 0 rgba(0,0,0,.4);border:0;border-radius:10px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;cursor:default}.pushalert-notification-info.pa-side-widget{bottom:auto;top:50%;transform-origin:right center}.pushalert-notification-info.pa-side-widget.pa-widget-left{right:auto;left:50px;transform-origin:left center}.pushalert-notification-info.pa-opened{transform:scale(1) translateZ(0)!important;opacity:1!important;z-index:2147483647}.pushalert-notification-info .pa-info-heading{letter-spacing:normal;font-size:16px;font-weight:500;margin:0;color:#fff;padding:10px;text-align:center;background:#337ab7;border-radius:10px 10px 0 0;opacity:.9;line-height:1.2em;display:block}.pushalert-notification-info-why{overflow:hidden}.pushalert-notification-info-why:hover .pushalert-notification-info-container{transform:translate3d(0,-42px,0)}.pa-no-branding .pushalert-notification-info-why:hover .pushalert-notification-info-container{transform:translate3d(0,-28px,0)}.pa-first-time .pushalert-notification-info-why:hover .pushalert-notification-info-container{transform:translate3d(0,0,0)}.pushalert-notification-info-why .pushalert-notification-info-container{transition:transform .35s}.pushalert-notification-info-why .pushalert-notification-info-container>div{position:relative;margin:10px 10px 5px;border:1px solid #eee}.pushalert-notification-info-container>div>img{margin:10px;position:absolute;width:48px;height:48px;left:0}.pushalert-notification-info-container>div>p{margin-left:69px;margin-top:10px;line-height:18px;margin-bottom:10px;margin-right:10px;font-size:15px;font-weight:300;color:#333;user-select:none;text-align:left}#pa-for-more-options{text-align:center;margin:0;font-weight:400;font-size:10px;line-height:10px;margin-bottom:5px;color:#aaa}.pushalert-notification-info-why:hover #pa-for-more-options{visibility:hidden}.pushalert-notification-info-why #pa-for-more-options{visibility:visible;transition:visibility 100ms}.pa-notification-info-actions{position:absolute;text-align:center;opacity:0;transition:visibility 0.35s,opacity 0.35s,transform .35s;transform:translate3d(0,0px,0);margin:0;margin-top:30px;width:100%;visibility:hidden}.pa-notification-info-actions.pa-first-time{display:none}.pa-first-time .pa-notification-info-actions.pa-first-time{position:relative;opacity:1;visibility:visible;margin-top:8px;display:block}.pa-no-branding .pa-notification-info-actions.pa-first-time{margin-bottom:9px}.pa-no-branding .pa-notification-info-actions.pa-first-time span{display:none}.pa-first-time .pushalert-notification-info-why #pa-for-more-options{display:none}.pa-notification-info-actions button{background:#33bea6;color:#fff;border:1px solid #299e8a;border-radius:3px;display:inline-block;padding:7px 15px;text-decoration:none;font-size:15px;font-weight:300;margin-left:8px;line-height:1;outline:0;cursor:pointer;margin-bottom:0;letter-spacing:normal;text-transform:none;height:auto;float:none}.pa-notification-info-actions button.pa-unsubscribe{color:#777 !important;border-color:#bbb;background:#fff;margin:0}.pushalert-notification-info-why:hover .pa-notification-info-actions{opacity:1;transform:translate3d(0,-42px,0);visibility:visible}.pa-no-branding .pushalert-notification-info-why:hover .pa-notification-info-actions{opacity:1;transform:translate3d(0,-42px,0);visibility:visible}.pa-first-time .pushalert-notification-info-why:hover .pa-notification-info-actions{opacity:0;transform:translate3d(0,0,0);visibility:hidden}.pa-first-time .pushalert-notification-info-why:hover .pa-notification-info-actions.pa-first-time{opacity:1;transform:translate3d(0,0,0);visibility:visible}.pa-notification-info-actions span,.pa-powered-by{color:#aaa;font-size:10px;margin-top:5px;display:block;margin-bottom:2px}.pa-notification-info-actions span a,.pa-powered-by a{color:#337ab7;text-decoration:none}.pa-notification-info-actions span a:hover,.pa-powered-by a:hover{color:#3a8bd0;text-decoration:none}.pa-no-branding .pa-notification-info-actions span{display:none}#pa-close-confirm{width:16px;position:absolute;padding:6px;right:0;top:0;display:none;cursor:pointer}#pa-close-confirm .pa-close-x{stroke:#bbb;fill:transparent;stroke-linecap:round;stroke-width:5}.pa-push-notification-safari-unblock{display:block;background:#fff;padding:20px;position:fixed;z-index:999999999;box-shadow:0 0 5px 0 #555;font-weight:300;width:920px;border-radius:3px;left:50%;top:50%;text-align:center;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px}.pa-push-notification-safari-unblock h2{margin:0 0 15px;color:#333;font-size:20px;line-height:1;letter-spacing:normal;font-weight:700}.pa-push-notification-safari-unblock a.powered_by{position:absolute;bottom:7px;left:6px;color:#337ab7;font-size:11px;font-weight:400;text-decoration:none;line-height:normal;width:100%}.pa-push-notification-safari-unblock .pa-unblock-img-container{position:relative}.pa-push-notification-safari-unblock .pa-unblock-img-container .pa-safari-unblock-txt{position:absolute;top:179px;left:372px;width:300px;font-size:13px;font-weight:500;text-align:left}.pa-push-notification-safari-unblock .pa-unblock-img-container .pa-safari-unblock-txt>img{height:16px;width:auto;vertical-align:text-bottom;margin-right:3px}div.pa-main-container-wrapper-th-1,div.pa-main-container-wrapper-th-2,div.pa-main-container-wrapper-th-3,div.pa-main-container-wrapper-th-4,div.pa-subs-msg-box-container-th-3,div.pa-subs-msg-box-container-th-4,div.pa-main-container-th-1,div.pa-subs-box-th-1,div.pa-main-container-th-2,div.pa-subs-box-th-2,p.pa-subs-title-txt,p.pa-subs-title-txt-th-3,p.pa-subs-title-txt-th-4,p.pa-subs-msg-txt,p.pa-subs-msg-txt-th-4,div.pa-subs-icon-container,div.pa-subs-msg-box-container,div.pa-subs-msg-box-container-th-2,div.pa-subs-btn-container,div.pa-subs-btn-container-th-2,a.pa-subs-btn-link,a.pa-subs-btn-link-th-2,a.pa-subs-btn-link-th-4,div.pa-subs-powered-by,div.pa-subs-powered-by-th-2,img.pa-icon-powered,a.pa-powered-by-txt,p.pa-subs-title-txt-th-2,div.pa-subs-btn-container-th-3,p.pa-subs-msg-txt-th-3,a.pa-subs-btn-link-th-3{margin:0;padding:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;line-height:1;text-decoration:none;user-select:none;color:#333;background:none;text-align:left;-webkit-font-smoothing:antialiased;font-weight:400;z-index:9999;box-sizing:content-box}#pa-push-notification-subscription{z-index:2147483647}div.pa-main-container-wrapper-th-1{width:100%;position:fixed;top:0;left:0;right:0}div.pa-main-container-wrapper-th-2{width:100%;position:fixed;top:0;left:0;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.25);z-index:2147483647;right:0}div.pa-main-container-wrapper-th-3{width:100%;position:fixed;top:100px;left:0;opacity:0;right:0}div.pa-main-container-wrapper-th-4{position:fixed;top:10px;left:100px;right:auto;opacity:0}div.pa-main-container-th-1{margin:0 auto;max-width:420px}div.pa-main-container-th-2{margin:0 auto}div.pa-main-container-th-3{margin:0 auto;max-width:670px}div.pa-main-container-th-4{max-width:380px}div.pa-subs-box-th-1{min-height:64px;height:auto;padding:20px;background:#fff;position:relative;border-radius:0 0 5px 5px;box-shadow:0 0 8px rgba(0,0,0,0.35);border-top:0}div.pa-subs-box-th-2{height:auto;position:relative;text-align:center;max-width:1000px;margin:0 auto}div.pa-subs-box-th-3{height:auto;background:#fff;position:relative;border:0;border-radius:3px;box-shadow:0 0 8px rgba(0,0,0,0.35);text-align:center;margin-left:10px;margin-right:10px}div.pa-subs-box-th-4{min-height:64px;height:auto;padding:20px;background:#fff;position:relative;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.35);border-top:0}div.pa-main-container-wrapper-th-1.pa-th-1-center{opacity:0;position:fixed;top:50%;left:0;opacity:0;display:block;margin-top:-100px}div.pa-main-container-wrapper-th-1.pa-th-1-bottom,div.pa-main-container-wrapper-th-2.pa-th-2-bottom{top:auto;bottom:-500px}div.pa-main-container-wrapper-th-1.pa-th-1-top,div.pa-main-container-wrapper-th-2.pa-th-2-top{top:-500px;bottom:auto}div.pa-main-container-wrapper-th-1.pa-show-subs-box.pa-th-1-bottom,div.pa-main-container-wrapper-th-2.pa-show-subs-box.pa-th-2-bottom{top:auto;bottom:0;transition:top 500ms cubic-bezier(0.17,0.04,0.03,0.94),bottom 500ms cubic-bezier(0.17,0.04,0.03,0.94)}div.pa-main-container-wrapper-th-1.pa-show-subs-box.pa-th-1-top,div.pa-main-container-wrapper-th-2.pa-show-subs-box.pa-th-2-top{top:0;bottom:auto;transition:top 500ms cubic-bezier(0.17,0.04,0.03,0.94),bottom 500ms cubic-bezier(0.17,0.04,0.03,0.94)}div.pa-main-container-wrapper-th-1.pa-show-subs-box.pa-th-1-center,div.pa-main-container-wrapper-th-3.pa-show-subs-box{opacity:1;transition:opacity 500ms cubic-bezier(0.17,0.04,0.03,0.94)}div.pa-main-container-wrapper-th-4.pa-show-subs-box{opacity:1}div.pa-main-container-wrapper-th-4.pa-show-subs-box .pa-subs-box-th-4{animation:animatebottompa .8s}@keyframes animatebottompa{from{bottom:-15px;opacity:.5}to{bottom:0;opacity:1}}div.pa-main-container-wrapper-th-1.pa-th-1-bottom .pa-subs-box-th-1{border-radius:5px 5px 0 0;margin-top:8px}div.pa-main-container-wrapper-th-1.pa-th-1-center .pa-subs-box-th-1{border-radius:5px;box-shadow:0 0 8px rgba(0,0,0,0.35)}div.pa-subs-icon-container{position:absolute;top:20px}div.pa-subs-icon-container-th-3{display:inline-block;margin-top:15px;padding-right:5px;padding-left:5px}div.pa-subs-msg-box-container{margin-left:80px}div.pa-subs-msg-box-container-th-2{display:inline-block;margin:15px 10px 0}div.pa-subs-msg-box-container-th-3{display:inline-block;vertical-align:top;margin-top:15px;padding-left:5px;padding-right:5px}div.pa-subs-msg-box-container-th-4{display:inline-block;vertical-align:top;margin-top:15px;padding-left:5px;padding-right:5px}p.pa-subs-title-txt{color:#333;font-size:15px;font-weight:700;margin-bottom:15px;line-height:1.15em;letter-spacing:.02em;word-spacing:1px}p.pa-subs-title-txt-th-2{color:#333;font-size:18px;text-align:center;line-height:1.25em}p.pa-subs-title-txt-th-3{color:#333;font-size:15px;text-align:left;font-weight:700}p.pa-subs-title-txt-th-4{color:#333;font-size:15px;text-align:left;font-weight:700;margin-bottom:5px}p.pa-subs-msg-txt{color:#444;font-size:14px;font-weight:400;text-transform:none;line-height:1.15}p.pa-subs-msg-txt-th-3{color:#444;font-size:13px;font-weight:400;text-transform:none;margin-top:5px}p.pa-subs-msg-txt-th-4{color:#000;font-size:14px;text-transform:none;line-height:1.15;margin-bottom:10px}div.pa-subs-btn-container,div.pa-subs-btn-container-th-4{text-align:right}div.pa-subs-btn-container-th-2{display:inline-block;margin-top:15px}div.pa-subs-btn-container-th-2 .pa-subs-btn{margin-bottom:15px}div.pa-subs-btn-container-th-3{display:inline-block;vertical-align:top;padding-top:15px;padding-left:10px;padding-right:10px;text-align:center}div.pa-subs-btn-container-th-4 a.pa-subs-btn-link{font-size:14px}div.pa-subs-btn{display:inline-block}div.pa-subs-btn-th-3{display:inline-block;margin-bottom:15px}div.pa-subs-btn-th-4{display:inline-block}a.pa-subs-btn-link{display:block;min-width:60px;width:auto;text-align:center;padding:8px 12px;font-size:15px;background:#0e82e5;color:#fff;margin-top:15px}a.pa-subs-btn-link-th-2{display:block;min-width:60px;width:auto;text-align:center;padding:8px 12px;font-size:15px;background:#0e82e5;color:#fff}a.pa-subs-btn-link-th-3{display:block;min-width:60px;width:auto;text-align:center;padding:8px 12px;font-size:13px;background:#0e82e5;color:#fff;margin-left:10px}a.pa-subs-btn-link-th-4{display:block;min-width:50px;width:auto;text-align:center;padding:8px 12px;font-size:15px;margin-top:15px;background-color:#f9f9f9;color:#000;border:1px solid #bababa;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,0.10)}a.pa-subs-btn-link-th-4:hover{background-color:#fdfdfd}div.pa-subs-btn #pa-allow-btn{background:#0e82e5;margin-left:20px}div.pa-subs-btn-th-3 #pa-allow-btn{background:#0e82e5}.pa-subs-btn-container-th-4 div.pa-subs-btn #pa-allow-btn{margin-left:10px}div.pa-subs-btn-th-3 #pa-deny-btn{background:#d3d3d3;color:#888}div.pa-subs-btn-th-4 #pa-deny-btn{margin-left:10px}div.pa-subs-btn-container-th-2 a#pa-deny-btn{background:none;color:#777;display:block;width:auto;text-decoration:none;text-align:center}div.pa-subs-powered-by{position:absolute;bottom:8px;left:10px}div.pa-subs-powered-by-th-2{position:absolute;right:2px;bottom:2px}div.pa-subs-powered-by-th-3{position:absolute;right:2px;bottom:-16px}div.pa-subs-powered-by-th-3 a.pa-powered-by-txt{font-size:13px;color:#337ab7}img.pa-icon-powered{margin-right:4px;vertical-align:bottom}a.pa-powered-by-txt{font-size:11px;vertical-align:bottom}a.pa-powered-by-txt:hover{text-decoration:underline}div.pa-subs-powered-by-th-2 a.pa-powered-by-txt{font-size:11px;vertical-align:bottom;color:#333}span.pa-powered-by-icon{margin-right:5px;display:inline-block}div.pa-main-container-th-2 div#pa-deny-btn{width:16px;height:16px;position:absolute;top:3px;right:3px;padding-left:10px;padding-bottom:10px;cursor:pointer;box-sizing:content-box;z-index:10000}.pa-powered-by-icon{width:14px !important;height:14px !important;margin-right:4px;vertical-align:bottom}.pa-subs-tnc-container{color:#777;font-size:12px;margin-top:20px;display:none}.pa-subs-tnc-container a{color:inherit;text-decoration:none}.pa-subs-tnc-container a:hover{text-decoration:underline}@media only screen and (max-device-width: 480px){.pa-push-notification{max-width:100%;right:auto;border-radius:0;bottom:0;top:auto;left:auto}.pa-push-notification.topCenter,.pa-push-notification.topLeft,.pa-push-notification.topRight{top:0;bottom:auto;left:0;right:0;margin:0!important}.pa-push-notification.Center{bottom:auto;left:15px;right:15px;margin-left:0!important}.pa-push-notification.bottomCenter,.pa-push-notification.bottomLeft,.pa-push-notification.bottomRight{margin:0!important;bottom:0;right:0;left:0}.pa-push-notification.mobileTop,.pa-push-notification.mobileTop,.pa-push-notification.mobileTop{top:0;bottom:auto;left:0;right:0;margin:0!important}.pa-push-notification.mobileCenter{bottom:auto;left:15px;right:15px;margin-left:0!important;top:50%}.pa-push-notification.mobileBottom,.pa-push-notification.mobileBottom,.pa-push-notification.mobileBottom{margin:0!important;bottom:0;right:0;left:0;top:auto}.pa-push-notification-confirm{width:100%;right:auto;border-radius:0;bottom:0;top:auto;left:auto;margin:0!important;padding:20px 0}.pa-push-notification-confirm p{margin-top:0}.pa-push-notification-confirm h2{margin-bottom:0;margin-top:20px}.pa-push-notification-confirm p.pa-actions{margin-top:30px}div.pa-main-container-wrapper-th-1{width:100%;position:fixed;top:auto;bottom:auto;left:0;right:0;margin:0}div.pa-main-container-th-1{max-width:100%;width:100%;margin:0}div.pa-main-container-wrapper-th-1.pa-th-1-bottom div.pa-subs-box-th-1{margin:0;border-radius:0;border:0}div.pa-main-container-wrapper-th-1.pa-th-1-top div.pa-subs-box-th-1{margin:0;border-radius:0;border:0}div.pa-main-container-wrapper-th-1.pa-th-1-center{margin-left:10px;margin-right:10px;width:auto}div.pa-main-container-wrapper-th-1.pa-th-1-center.pa-main-container-th-1{max-width:100%;margin:0 10px}div.pa-subs-powered-by{position:absolute;bottom:5px;text-align:center;width:100%;left:-10px}div.pa-subs-msg-box-container-th-2{margin-top:20px}a.pa-subs-btn-link-th-2{min-width:100px}div.pa-subs-btn-container{text-align:center;margin-bottom:10px}img.pa-subs-icon{height:40px;width:40px}div.pa-subs-msg-box-container{margin-left:74px}p.pa-subs-title-txt,p.pa-subs-title-txt-th-4{font-size:18px}p.pa-subs-msg-txt{font-size:16px}a.pa-subs-btn-link{display:block;min-width:100px;width:auto;text-align:center;padding:12px;font-size:16px;margin-top:20px;background:#0e82e5;color:#fff}p.pa-subs-msg-txt-th-3{text-align:center;font-size:14px}a.pa-subs-btn-link-th-3{font-size:14px}p.pa-subs-title-txt-th-3{text-align:center;font-size:16px}div.pa-subs-btn-container-th-2{margin-bottom:10px;text-align:center}div.pa-subs-powered-by-th-2{position:absolute;bottom:5px;width:100%;text-align:center}div.pa-main-container-wrapper-th-2 #pa-allow-btn{margin-left:0}div.pa-close-btn-th-2{top:4px;right:4px}div.pa-main-container-wrapper-th-4{left:0;right:0;top:0}div.pa-main-container-th-4{max-width:100%}div.pa-subs-btn-container-th-4{text-align:center;margin-bottom:2px}}@media only screen and (max-width: 300px){div.pa-main-container-wrapper-th-1 #pa-allow-btn{margin-left:0}}.pushalert-alerts-content{user-select:none;width:250px;background:#fff;border:1px solid #bbb;position:fixed;bottom:55px;opacity:0;transform:scale(0) translateZ(0);transition:transform 150ms ease-in-out,opacity 150ms ease-in-out;transform-origin:center bottom;box-shadow:0 2px 6px 0 rgba(0,0,0,.4);border:0;border-radius:5px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;cursor:default}.pushalert-alerts-content.pushalert-alerts-content-left{left:0;right:auto;top:50%;bottom:auto;margin-left:55px;transform-origin:left center}.pushalert-alerts-content.pushalert-alerts-content-right{left:auto;right:0;top:50%;bottom:auto;margin-right:55px;transform-origin:right center}.pushalert-alerts-content.pa-opened{transform:scale(1) translateZ(0)!important;opacity:1!important;z-index:2147483647}.pushalert-alerts-content:after{content:"";position:absolute;width:0;height:0;margin-left:-8px;bottom:-16px;left:50%;box-sizing:border-box;border:8px solid #000;border-color:transparent transparent #fff #fff;transform-origin:0 0;transform:rotate(-45deg);box-shadow:-2px 2px 3px 0 rgba(0,0,0,.3)}.pushalert-alerts-content.pushalert-alerts-content-left:after{transform:rotate(45deg);left:0;top:50%;right:auto;margin-left:0;margin-top:-10px}.pushalert-alerts-content.pushalert-alerts-content-right:after{transform:rotate(-135deg);right:0;top:50%;left:auto;margin-right:-16px;margin-top:10px}.pushalert-alerts-content-container{text-align:center;padding:15px 12px 5px}.pushalert-alerts-content-container p{line-height:1;font-size:15px;color:#333;padding:0;margin:2px 0 10px}.pushalert-alerts-content-button{margin-top:5px;font-size:16px;border:0;background:#33bea6;line-height:1;color:#fff;padding:10px 20px;border-radius:2px}.pushalert-alerts-header{user-select:none}p.pushalert-alerts-button-container{height:45px;overflow:hidden;line-height:1.3;color:#555;margin-bottom:4px}[dir="rtl"] .pa-subscribe-widget-round svg,.pa-subscribe-widget-round[dir="rtl"] svg{margin-left:0;-webkit-margin-start:8px}[dir="rtl"] .pa-subscribe-widget-round svg.pa-close,.pa-subscribe-widget-round[dir="rtl"] svg.pa-close{margin-left:0;-webkit-margin-start:16px}[dir="rtl"] .pushalert-notification-info-container>div>p{margin-left:0;-webkit-margin-start:69px;}[dir="rtl"] div.pa-subs-msg-box-container{margin-left:0;-webkit-margin-start:80px;margin-right:80px;}[dir="rtl"] .pushalert-notification-info-container>div>img{left:auto;right:0;}#paPriceDropAlt{background:#2196F3;color:#fff;border-radius:5px;}#paPriceDropMsg{background:#2196F3;position:fixed;z-index:99999;color:#fff;padding:12px 18px;line-height:1;border-radius:5px;width:220px;text-align:center;left:50%;margin-left:-110px;transition:all .2s ease;bottom:-50px}.pa-subscribe-widget-round.pa-subscribe-widget-custom{border-radius:5px;}.pa-subscribe-widget-round.pa-subscribe-widget-custom img{opacity:1;border:0;border-radius:5px;transition:opacity .5s ease}.pa-subscribe-widget-round.pa-subscribe-widget-custom.pa-opened img{opacity:0;}div.pa-main-container-wrapper-th-4,div.pa-subs-msg-box-container-th-4,p.pa-subs-title-txt-th-4,p.pa-subs-msg-txt-th-4,a.pa-subs-btn-link-th-4{text-align:start}[dir="rtl"] p.pa-subs-title-txt,[dir="rtl"] p.pa-subs-msg-txt{text-align:start}[dir="rtl"] .pa-main-container-th-1 div.pa-subs-btn-container{margin-top:10px;}#pa-subscribe-widget-side-text{position:absolute;top:20px;transform:rotate(-90deg);right:4px;font-family:sans-serif;font-size:14px;letter-spacing:.75px;display:block;transform-origin:right bottom;white-space:nowrap;color:#fff;font-weight:300;user-select:none}.pa-widget-left #pa-subscribe-widget-side-text{bottom:7px;transform:rotate(-90deg) scaleX(-1);top:auto}.pa-subs-segment-list{list-style:none;margin:5px 5px 0 0;font-size:14px;color:#777;text-align:start;padding:0;}.pa-subs-segment-list label{font-weight:400;padding:2px}.pa-subs-segment-list input{margin-right:5px;margin-left:5px;}
#pa-deny-btn{background-color: #d3d3d3 !important;color: #888 !important;}

.content-lower {
    max-width: 1000px;
    margin: 20px auto;
    clear: both;
}

.youtube-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parking-rental-calculator-form  input#edit-submit--2 {
    background-color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: var(--white-color);
    outline: none;
    border: none;
    border: 2px solid transparent;
    padding: 17px 29px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;  
    font-family: "Inter" !important;
    text-align: center;
}

@media (max-width: 1024px) {
    .parking-rental-calculator-form input#edit-submit--2 {
        font-size: 18px;
        line-height: 20px;
        padding: 12px 18px;
    }
}
.parking-rental-calculator-form input#edit-submit--2:hover { 
   background: var(--white-color);
    border: 2px solid #03adf9;
    color: var(--primary-color) !important;
}
.parking-rental-calculator-form select {
    height: 48px !important;
    width: 100%;
    background: #fff !important;
    border: 1px solid var(--border-color);
    padding-left: 9px;
    margin-top: 4px;
}
 .section-rent-your-space-free #database1 {
      font-weight: 700 !important;
    font-size: 19px !important;
    line-height: 22px !important;
    padding: 12px 15px !important;
    padding-left: 60px !important;
    height: 46px !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    background-color: rgb(3, 173, 249) !important;
    border: 2px solid rgb(3, 173, 249) !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
}

/* Header Find Parking button - matches Tailwind header button */
input.header-find-btn {
    height: 46px !important;
    box-sizing: border-box !important;
    padding: 12px 15px !important;
    line-height: 22px !important;
    border-radius: 8px !important;
    font-family: inter !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    background-color: rgb(3, 173, 249) !important;
    border: 2px solid rgb(3, 173, 249) !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
    white-space: nowrap !important;
}
input.header-find-btn:hover {
    background-color: #fff !important;
    border: 2px solid rgb(3, 173, 249) !important;
    color: rgb(3, 173, 249) !important;
}

/* FINAL OVERRIDE: Hide ALL CSS-generated arrows on main-btn-site-cst buttons */
/* This must be at the very end to override any inline or dynamic styles */
html body .main-btn-site-cst button:after,
html body .main-btn-site-cst button::after,
html body .main-btn-site-cst button:before,
html body .main-btn-site-cst button::before,
html body div.main-btn-site-cst button:after,
html body div.main-btn-site-cst button::after,
html body section .main-btn-site-cst button:after,
html body section .main-btn-site-cst button::after,
html body section.trusted-cstm .main-btn-site-cst button:after,
html body section.trusted-cstm .main-btn-site-cst button::after,
html body section.skip-hossle-cts .main-btn-site-cst button:after,
html body section.skip-hossle-cts .main-btn-site-cst button::after,
html body section.say-goodbye .main-btn-site-cst button:after,
html body section.say-goodbye .main-btn-site-cst button::after,
html body section.how-start-cstt .main-btn-site-cst button:after,
html body section.how-start-cstt .main-btn-site-cst button::after,
html body section.coman-risk-cst-sec .main-btn-site-cst button:after,
html body section.coman-risk-cst-sec .main-btn-site-cst button::after {
  content: none !important;
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}/* 
    Document   : pme2
    Created on : 11/04/2012, 4:46:17 PM
    Author     : Gert
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@font-face {
    font-family: 'JournalRegular';
    src: local('JournalRegular'), 
    	 	 url('../fonts/journal-webfont.eot') format('embedded-opentype'),
         url('../fonts/journal-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

html{  
    scroll-behavior: smooth;
    scroll-padding-top: 190px;
}
html #edit-cancel {
    background: var(--primary-color);
    color: var(--white-color) !important;
    border: 2px solid #03adf9;
}
#edit-cancel {
  margin-left: 5px;
  font-weight: 700;
}

html #edit-cancel:hover {
    background: var(--white-color);
    border: 2px solid #03adf9;
    color: var(--primary-color) !important;
}
html input#edit-purchase-options-submit:hover {
    background: var(--white-color);
    border: 2px solid #03adf9;
    color: var(--primary-color) !important;
}

html input#edit-purchase-options-submit {
    background: var(--primary-color);
    color: var(--white-color) !important;
    border: 2px solid #03adf9;
}
html #edit-field-listing-image-und-0-upload-button {
    background: var(--primary-color);
    color: var(--white-color) !important;
    border: 2px solid #03adf9;
}

html #edit-field-listing-image-und-0-upload-button:hover {
    background: var(--white-color);
    border: 2px solid #03adf9;
    color: var(--primary-color) !important;
}
#user-login input,
#user-login input[type="text"],
#user-login input[type="password"] { border: 1px solid #8f8f9d!important; border-radius: 0!important; padding: 5px!important; height: unset!important; }
#user-login input#edit-submit { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none }
@media screen and (max-width:  768px) { #frontpage_topleft { margin-bottom: 30px!important; } }
.fp_tacenter
{
    text-align: center;
}


.fp_ml
{
    margin-left: 12px;
}


root { 
    display: block;
}

#header	.navigation	a	{
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1.node-title	{
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin:0;
}

h1.listing-price	{
	font-size:14px;
}

p.listing-sub-header    {
    color: #6E6965;
    margin:0 0 15px 0;
    font-size: 14px;
}

p.listing-sub-header    a   {
    color: #1D95CB;
    text-decoration:underline;
}

.region-sidebar-first .block  {
  margin-bottom:20px;
}

#block-views-listing-block-block    {
    border:1px #ccc solid;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#block-views-listing-block-block    h3  {
    font-size: 15px;
    color: #AAA;
    font-weight: bold;
    padding: 0 10px;
    text-shadow: 0 1px 0 white;
    line-height: 49px;
    border-bottom: 1px solid #D0D0D0;
    margin: 0;
}

#block-views-listing-block-block    .view-header    {
    background: rgb(255,255,255); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#block-views-listing-block-block    a   {
    color: #1D95CB;
    font-weight:bold;
}

#block-views-listing-block-block    .views-field-created    {
    color:#aaa;
    font-size:11px;
}

#block-views-listing-block-block    .view-content   {
    padding:20px;
    overflow: auto;
}

.service-links  ol  {
    list-style-type:none;
    margin-left: -30px;
}

.listing-details .listing-details-ul  {
    list-style-type:none;
    width:650px;
    margin:0px;
    clear:both;
}

.listing-details    .listing-details-ul  .listing-detail-item{
   float:left;
   clear:both;
   margin-left:-35px;
   width:650px;
   padding:10px;
   font-size:16px;
}

.listing-book .links   {
    width: 145px;
    float: right;
}

.listing-book  .links  li  {
    display: block;
    padding: 5px;
    text-align: left;
}

.listing-details   .listing-details-ul li.even {
    background: #FAFAFA;
}

.listing-details    .key    {
    float:left;
    width:200px;
    color: #393C3D;
    font-weight:bold;
}

.listing-details    .value  {
    float:left;
    width:350px;
    
}

.listing-features   {
    list-style-type:square;
    margin-left: 30px;
}

.listing-features li.listing-feature   {
    padding:0;
}

.listing-details    .field-name-field-availability  .field-label    {
    display:none;
}

.listing-detail-item .listing-features {
    margin-left: 15px;
    padding-left: 0;
}


/**a.enquire-button {
    background: url("images/button.png") repeat-x scroll left top transparent;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    color: #000000;
    cursor: pointer;
    margin: 10px 5px 0px 0px;
    padding: 5px 11px;
    display:block;
    width: 50px;
    float:right;
    font-size: 14px;
    border:1px red solid;
}*/

a.enquire-button {
    margin:10px 0;
    width:100px;
    text-align:center;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}a.enquire-button:hover {
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}a.enquire-button:active {
	position:relative;
	top:1px;
}


#block-pme-custom-featured  {
    border:1px #eee solid;
    width: 300px;
    background:#eee;
    margin-bottom:20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#block-pme-custom-featured  a:hover {
    text-decoration:underline;
}

#block-pme-custom-featured  img {
    border:10px #fff solid;
    border-bottom:30px #fff solid;
}



#block-pme-custom-featured  h3  {
    margin:0 0 5px 0;
}

#block-views-listings-block-1   .views-exposed-widgets  {
    display:none;
}

#block-views-listings-block-1   .pager   {
    display:none;
}


.feedback   {
    margin:auto;
    width: 520px;
}

.feedback   p   {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.feedback p a{
    color: #1D95CB;
    font-weight:bold;
}

.fieldset-legend  {
    color: #444;
    font-weight:bold;
    font-size:16px;
    text-shadow:1px 1px 0px #eee;
}

#views-exposed-form-Listings-page	label	{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding:5px 0;
}

.adv-search-link	{
	padding:5px;
}

.listings-adv-search	{
	color:#1D95CB;
}

.listings-adv-search:hover	{
	text-decoration:underline;
}

.no-results {
    margin: 2em 0 1em 0;
}

/* Main column */
#main-column    a   {
    color:#1D95CB;
}

#main-column    a:hover {
    text-decoration:underline;
}

#main-column, #main-column p    {
    color: #585858;
}

#main-column   input   {
    padding:5px;
}

#main-column   label  {
    color: #444;
    font-weight:bold;
    font-size:16px;
    text-shadow:1px 1px 0px #eee;
}

#main-column    .description {
    font-family: Arial, Helvetica, sans-serif;
    color: #AAA;
    font-size: 11px;
    font-style: italic;
    
}

#main-column fieldset  {
    padding: 15px;
    border:1px #C4C4C4 solid;
}

#main-column    .tab    {
    
    font-size:12px;
}

#main-column    table   {
    width: 100%;
}

#main-column    thead, #main-column th, #main-column thead th   {
    background-color: #333;
    border: none;
    color: #FCFCF8;
}

#main-column thead th  a {
    color:#eee;
}

#main-column th, #main-column td    {
    padding: 5px 5px;
 
}

#main-column    .tabs   {
    margin-top:20px;
}

/* Home Slideshow */
#FP_listing_img {
    border: 1px #EEE solid;
    text-align: center;
    width: 280px;
    background: #EEE;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#FP_listing_img img {
    border: 10px white solid;
    border-bottom: 30px white solid;
}

#FP_listing_img a   {
    color: #1D95CB;
    font: 28px/30px 'JournalRegular',Palatino Linotype, Arial, sans-serif;
    letter-spacing: 0;
    font-weight:bold;
}

#privatemsg-list-form   {
    margin-top:20px;
}

.top-link   {
    font-size:11px;
    margin:5px 0;
}

.service-links  .item-list ul li  {
    list-style-type:none;
    margin-bottom:5px;
}

#views-exposed-form-advanced-search-page    .views-widget-filter-field_space_type_value    {
    clear:both;
}

#views-exposed-form-advanced-search-page    .container-inline-date  {
    clear:none;
    float:left;
}

h1.home-title   {
    font-size:35px;
}

a.home-a-title  {
    font-size:20px;
    color: #1D95CB;
}

a.home-a-title:hover    {
    text-decoration:underline;
}

.buttonPr1{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font: bold 12px/1em HelveticaNeue, Arial, sans-serif;
	padding: 8px 11px;
	color: #000 !important;
	text-shadow: 0 1px 0 #fff;
	margin: 10px 0 0;
	background: #fff;
	border: 1px solid #000;
	border-color: #dedede #d8d8d8 #d3d3d3;
	border-radius: 4px;
}

.buttonPr1:hover{
	color: #000 !important;
	background: #fff;
	border-color: #000;
}

.buttonPr1{

}

.buttonPr1.rounded{
	padding: 8px 15px;
	border-radius: 15px;
}


input.buttonPr1, button.buttonPr1{
	*width: auto; /* IE7 Fix */
	*overflow: visible; /* IE7 Fix */
}

.buttonPr1 img{
	border: none;
	vertical-align: bottom;
}

.buttonPr1.yellow{
	background: #fff;
	border-color: #000;
	color: #000 !important;   
}
.buttonPr1.yellow:hover, .buttonPr1.yellow:focus{
	background: #fff;
	border-color: #000;
	color: #000 !important;   
}

.buttonPro.large.blue {
  text-decoration: none !important;
}
.buttonPro.large.green {
  text-decoration: none !important;
}
.buttonPr1.large{
	padding: 12px 15px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 5px;
}

input.form-button, input.form-submit{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 17px 29px !important;
	line-height: 22px !important;
	border-radius: 8px !important;
	font-family: inter !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	background-color: var(--primary-color) !important;
	border: 2px solid transparent !important;
	color: var(--white-color) !important;
	transition: all 0.3s ease-in-out !important;
	text-align: center !important;
}

input.form-button:hover, input.form-submit:hover, .input.form-button:hover, input.form-submit:focus{
	background-color: #fff !important;
	border: 2px solid rgb(3, 173, 249) !important;
	color: rgb(3, 173, 249) !important;
}



.input.form-button, input.form-submit.rounded{
	padding: 8px 15px !important;
	border-radius: 15px;
}


input.form-button, input.form-submit, button.form-button, button.form-submit{
	*width: auto; /* IE7 Fix */
	*overflow: visible; /* IE7 Fix */
}

input.form-button, input.form-submit img{
	border: none;
	vertical-align: bottom;
}

.ms_core_cc_images img {
    display: inline-block;
}

/* 
 ----------------------------------------------------------------------------------
 ------ ----- ---- --- -- -  Defaults & General Styling  - -- --- ---- ----- ------
 ----------------------------------------------------------------------------------
*/

/* ----- ---- --- -- -  Default buttons - -- --- ---- ----- */

.buttonPro{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font: bold 12px/1em HelveticaNeue, Arial, sans-serif;
	padding: 8px 11px;
	color: #fff;
	background: #f5f5f5;
	border: 1px solid #dedede;
	border-color: #dedede #d8d8d8 #d3d3d3;
	border-radius: 4px;
}

.buttonPro:hover{
	color: #fff;
	background: #efefef;
	border-color: #ccc;
}

.buttonPro:active{
	color: #fff;
	background: #efefef;
	border-color: #c6c6c6;
}

.buttonPro.rounded{
	padding: 8px 15px;
	border-radius: 15px;
}


input.buttonPro, button.buttonPro{
	*width: auto; /* IE7 Fix */
	*overflow: visible; /* IE7 Fix */
}

.buttonPro img{
	border: none;
	vertical-align: bottom;
}


/* ----- ---- --- -- -  Small buttons - -- --- ---- ----- */

/* ----- ---- --- -- -  Green - -- --- ---- ----- */

.buttonPro.green{
	background: #206bcb;
	border-color: #206bcb;
	color: #fff !important;    
}
.buttonPro.green:hover, .buttonPro.green:focus{
	background: #206bcb;
	border-color: #206bcb;
	color: #fff !important;        
}


/* ----- ---- --- -- -  Yellow - -- --- ---- ----- */

.buttonPro.yellow {
    background: #f9e327;
    border-color: #f9e327;
    color: #444 !important;
}
.buttonPro.yellow:hover, .buttonPro.yellow:focus{
	background: #ebd611;
}
.buttonPro.yellow:active{
	background: #ebd611;
}

/* ----- ---- --- -- -  Grey - -- --- ---- ----- */

.buttonPro.grey{
	background: #969696;
	background: -moz-linear-gradient(top, #ababab, #818181);
	border-color: #a0a0a0 #7c7c7c #717171;
	color: #fff;
	text-shadow: 0 1px 1px #444;
	box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #bebebe;    
}
.buttonPro.grey:hover, .buttonPro.grey:focus{
	background: #868686;
	background: -moz-linear-gradient(top, #b0b0b0, #6f6f6f);
	border-color: #666 #666 #606060;
	box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #bebebe;    
}
.buttonPro.grey:active{
	background: #909090;
	border-color: #606060;
	box-shadow: 0 1px 0 #fff, inset 0 0 5px #606060;
}
.buttonPro.rounded{
	padding: 8px 15px;
	border-radius: 15px;
}


input.buttonPro, button.buttonPro{
	*width: auto; /* IE7 Fix */
	*overflow: visible; /* IE7 Fix */
}

.buttonPro img{
	border: none;
	vertical-align: bottom;
}


/* ----- ---- --- -- -  Small buttons - -- --- ---- ----- */

.buttonPro.small{
	padding: 5px 11px;
	font-size: 11px;
	font-weight: normal;
	border-radius: 3px;
}

.buttonPro.small.rounded{
	border-radius: 11px;
}



/* ----- ---- --- -- -  Large buttons - -- --- ---- ----- */

.buttonPro.large{
	padding: 12px 15px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 5px;
}

.buttonPro.large.rounded{
	padding: 12px 22px;
	border-radius: 23px;
}




/* 
 ------------------------------------------------------------------------
 ------ ----- ---- --- -- -  Color Variations  - -- --- ---- ----- ------
 ------------------------------------------------------------------------
*/


/* ----- ---- --- -- -  Blue - -- --- ---- ----- */

.buttonPro.blue{
	background: #fff;
	border: 1px #000 solid;
	color: #000 !important;
}

.buttonPro.blue:hover{
    background: #fff;
	border: 1px #000 solid;
	color: #000 !important;
}

.buttonPro{
   text-decoration: none !important;
}


.view-Listings.view-display-id-block_1 .view-filters {
	display: none;
}

#pme-custom-listing-upgrade .three-buttons tbody {
	border-top: none;
}

#pme-custom-listing-upgrade .three-buttons td {
	text-align: center;
}

.view-parking-tips-and-more .item-list ul {
	padding: 0 0 0 20px;
}
.view-id-Listings .views-field-php-2 { width: 100%!important; }

.view-id-Listings .views-field-php{
  display: flex;
  justify-content: flex-end;
}
.view-id-Listings  .listing-field-price #price_period, .listing-field-price .price_period {
	text-align: right;
	float: none;
}

.buttonPro.bluenew{
	background: #fff;
	border: 1px #206bcb solid;
	color: #206bcb !important;
}

.footer-top:after {
    content: '';
    clear: both;
    display: block;
}

.footer-bottom:after {
    content: '';
    display: block;
    clear: both;
}

div#social {
    margin-bottom: 25px;
}

#social #container ul {
    float: none;
    display: flex;
    justify-content: start;
    align-items: center;
}
#social #container ul li a svg {
    display: block;
    width: 24px;
}
#social #container ul:after {
    content: '';
    clear: both;
    display: block;
}

#wrapper_footer {
    height: auto;
    background: transparent;
}

.footer-top {}

.footer-top {
    background: #eee;
}

#footer .blor_bord {
    margin-top: 15px;
    margin-bottom: 15px;
}

#footer .footer-bottom .copyright {
    margin-bottom: 0;
    margin-top: 10px;
}

div#social {
    margin-bottom: 5px;
}

.footer-bottom {
    padding-top: 20px;
}

#social #container ul li {
    padding-left: 5px;
    padding-right: 5px;
}

#social #container ul li img {
    width: 48px;
}

#wrapper_footer {
    margin-bottom: 105px !important;
}

.view-parking-tips-and-more .view-content div:not(:last-child):after,.view-guest-blog .view-content div:not(:last-child):after,
.view-news .view-content div:not(:last-child):after{
    content: ', ';
    margin-left: -4px;
}
.view-parking-tips-and-more .view-content div,.view-guest-blog .view-content div, .view-news .view-content div{
    display: inline;
    font-size: 16px;
}
.shipping-box span:not(:last-child):after {
    content: ', ';
}
.view-display-id-nearby_listings.view-id-Listings .views-field-php-2 {
    margin-top: -15px;
    position: relative;
    right: 10px;
}
.view-display-id-nearby_listings.view-id-Listings .listing-row-2{
    width: 59% !important;
}
.responsive-table, .responsive-table table {
    width: 100%;
}
.responsive-table table,.responsive-table table th,.responsive-table table td {
    border: 1px #eee solid !important;
    padding: 10px !important;
}
#social #container ul {
    padding: 0;
}
#wrapper_body #FP_listing_img {
    display: none;
}
.main-front-page #social #container ul {
    justify-content: center;
}
div#block-gtranslate-gtranslate {
    display: flex;
    justify-content: end;
    margin-bottom: -26px;
    clear: both;
    position: relative;
    top: 9px;
    margin-right: 160px;
}
.social-help {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.social-help h2,
.foot-help h2 {
    color: #000;
    font-size: 1.5em !important;
    margin: 0;
    padding: 0;
}

.social-help a[href*="parking-made-easy-help-and-frequently-asked-questions"] svg,
div.social-help a[href*="parking-made-easy-help-and-frequently-asked-questions"] svg {
    width: 1.5em !important;
    height: 1.5em !important;
    transform: scale(1.5) !important;
    display: block !important;
    margin: 0 auto !important;
}

.foot-help svg {
    width: 28px;
    margin-right: 5px;
}

.foot-help a {
    display: flex;
    align-items: center;
}
.switcher .option {
    position: absolute !important;
}
div#block-gtranslate-gtranslate h2.block-title {
    display: none;
}
.footer-top {
    margin-top: 20px;
}
.footer-top {
    padding: 25px 20px;
}

#footer .blor_bord {
    padding: 0 10px;
    margin: 0;
    width:20%;
}
table .col-first, table .col-last {
    width: 50%;
}
.buttonPro.green:hover,.custom-search input[type="submit"]:hover {
    background: #185abc;
}
.buttonPro.blue:hover, .buttonPr1.yellow:hover {
    background: #dfdfdf;
}		
.buttonPro.bluenew:hover {
    background: #afcbef;
}
#block-block-58 #social #container ul {
    margin: 0;
}
.lazyloader-icon {
    opacity: 0;
}
.foot-help {
    display: flex;
    align-items: center;
}
.rent-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}

.rent-bottom-right {
    margin-left: 15px;
}

.rent-bottom-left p {
    margin: 0;
}
.foot-help a {
    color: #000;
}

.foot-help > font {
    padding-right: 10px;
}
#block-block-58 .content font a {
    color: #000;
    display: block;
    padding: 10px 0;
}
@media(max-width:1024px){
	body {
    
    position: relative;
}
html #custom_payment h6 {
    
    margin-top: 23px;
}
.social-help {
    flex-wrap: wrap;
}
#wrapper_footer {
    background: transparent;
}
}
@media(max-width:767px){
	 
	.coman-risk-cst-sec .main-coman-wraper .img-sectiop-main .absulote-img-risk {
     
    width: 150px;
    margin: 0 auto;
}
.social-help {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
div#block-gtranslate-gtranslate {
    position: static;
    margin: 0;
    justify-content: center;
    margin-bottom: 15px;
}
.social-help {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

#wrapper_footer {
    background: transparent;
}

/* Removed z-index - Tailwind header uses auto z-index */

div#block-gtranslate-gtranslate {
    position: static;
    margin: 0;
    justify-content: center;
    margin-bottom: 15px;
}

#social #container ul li:first-child {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

#social #container ul {
    flex-wrap: wrap;
    justify-content: center;
}

.foot-help {
    margin-top: 10px;
}
/* Removed z-index - Tailwind header uses auto z-index */
#footer .blor_bord{
	width: 100% !important;
}
}

.pmargin {
margin: 1.5em 0;
}
.tcenter {
text-align:center;
}
.hidden {
display:none;
}
.clickable {
cursor:pointer;
color:#1d95cb;
}
.tog_top:focus > .tog_base {
display:block !important;
}  
.tog_top:focus-within .tog_base {
display:block !important;
}
.tog_base > h3 {
cursor:pointer;
}
.tog_base > .answer {
display:none;
color:#1d95cb;
}
.tog_base:focus > .answer {
display:block;
}
.column2 ul {
list-style-type: none;
}
.column2 ul li {
margin-bottom:15px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.column.sidebar {
width:100%;
float:none;
}
.column {
float: left;
width: 50%;
padding: 10px;
}
.column1 {
float: left;
width: 33.33%;
padding: 10px;
}
@media screen and (max-width: 767px) {
.column {
width: 100% !important;
float: none !important;
}
.column1 {
width: 100% !important;
float: none !important;
}
.row {
display: flex !important;
flex-direction: column !important;
}
}
@media only screen and (max-width:768px){
.pattern-div-style{
display: block !important;

}
.flex-row-div {
place-content: center;
}
.close-btn{
z-index: 1;
}.close-btn {

top: 20px;
}
}
#countdown-time-line{
margin: 0;
}
.bg-style-alert-line {
color: #fff;
background: #7ebf4d;
font-family: Arial;
text-align: center;
font-weight: 700;
position: relative;
}

#countdownTimer a {
color: #fff;
text-decoration: none;
}

.text-advert {
font-weight: 400;
}

.close-btn {
position: absolute;
right: 20px;
font-weight: 400;
cursor: pointer;
height: 25px;
width: 25px;
fill: #fff;
}

.flex-row-div {
flex-direction: row !important;
display: flex !important;
margin-right: .25rem !important;
}

.flex-column-div {
flex-direction: column !important;
display: flex !important;
}

.pattern-div-style {
flex-direction: row !important;
padding-top: 1rem !important;
align-items: center !important;
justify-content: center !important;
flex: 1 1 auto !important;
display: flex;
}

.countdown-div-styles {
padding-bottom: 1rem !important;
align-items: center !important;
justify-content: center !important;
flex-direction: row !important;
display: flex !important;
flex: 1 1 auto ;
}
.view-id-Listings .views-field-php-2 {
width: auto !important;
}
#user-login input#edit-submit {
text-shadow: 0 1px 0 #53961e !important;
box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865 !important;
padding: 12px 15px !important;
font-size: 20px !important;
font-weight: 400 !important;
border-radius: 5px !important;
}
.listing-row-image img {
height: 80px;
object-fit: contain;
}
* {
box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column2 {
float: left;
width: 20%;
padding: 10px;
}

/* Clear floats after the columns */
.row2:after {
content: "";
display: table;
clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column2 {
width: 100%;
}
}
  div#right-column .column {
  
    width: 100%;
  
}
html .buttonPro.large.green:hover { 
  background: var(--white-color);
  border: 2px solid #03adf9;
  color: var(--primary-color) !important;
}
html .buttonPro.green.large {
    padding: 12px 15px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: var(--white-color);
    outline: none;
    border: none;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-family: inter !important;
}
html a.buttonPro.large.blue{
	  background: var(--white-color);
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
	    box-shadow: none !important;
	
}
html a.buttonPro.bluenew.large:hover {
    background: var(--white-color) !important;
    color: var(--primary-color) !important;
    border: 2px solid #03adf9 !important;
}
html .custom-search input[type=submit]:hover {
    background: #185abc;
    background: var(--white-color);
    border: 2px solid #03adf9;
    color: var(--primary-color) !important;
}
input#edit-submit-advanced-search:hover {
    background: #185abc;
    background: var(--white-color);
    border: 2px solid #03adf9;
    color: var(--primary-color) !important;
}
html .custom-search input[type=submit] {
     
    color: #fff!important;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    /* background: #206bcb; */
    /* border: 1px #206bcb solid; */
    padding: 12px 15px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: var(--white-color);
    outline: none;
    border: none;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-family: inter !important;
}
input#edit-submit-advanced-search {
    color: #fff!important;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    /* background: #206bcb; */
    /* border: 1px #206bcb solid; */
    padding: 12px 15px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: var(--white-color);
    outline: none;
    border: none;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-family: inter !important;
}
html a.buttonPro.bluenew.large {
    background: rgba(3,173,249,.1);
    color: var(--blue-2-color);
    border: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: var(--white-color);
    outline: none;
    border: none;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-family: inter !important;
}
html  a.buttonPro.large.blue:hover {
  background: var(--primary-color);
  border: 2px solid transparent;
  color: var(--white-color)  !important;
}
   html  a.buttonPr1.yellow.large {
    background: var(--white-color);
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
	    box-shadow: none !important;
}

html  a.buttonPr1.yellow.large:hover {
  background: var(--primary-color);
  border: 2px solid transparent;
  color: var(--white-color)  !important;
}
   html #edit-submit:hover {
    background: #185abc;
    background: var(--white-color);
    border: 2px solid #03adf9;
    color: var(--primary-color) !important;
}
#edit-submit { color: #fff!important;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    /* background: #206bcb; */
    /* border: 1px #206bcb solid; */
    padding: 12px 15px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: var(--white-color);
    outline: none;
    border: none;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-family: inter !important;
	}
	.form-inline input:hover:active:focus:focus-visible {
  outline: 2px solid var(--primary-color);
  border: none;
}
.form-inline input:focus-visible {
  outline: 2px solid var(--primary-color);
  border: none;
}
 #custom_payment .col-left .membership-items .membership-slogan.popular {
    color: #3197EE;
    font-weight: 700;
    border: 1px solid #3197EE;
}
#Free-trial-form #edit-account {
  display: grid;
}
#Free-trial-form .form-item.form-type-textfield.form-item-mail {
  order: -1;
}

#Free-trial-form  .form-item.form-type-textfield.form-item-name {
  order: 0;
}
div#block-custom-payment-custom-payment-block h2.block-title {
    display: none;
}
.header-right-user+.header-right span.head-ad-btn .buttonPr1.large {
    width: 165px;
    text-align: center;
}
#skip-to-nav, #toolbar, #navigation, .region-sidebar-first, .region-sidebar-second, .region-footer, .breadcrumb, div.tabs, .action-links, .links, .book-navigation, .forum-topic-navigation, .pager, .feed-icons {
  visibility: visible !important;
  display: block  !important;
}

html #wrapper_body #user-login #edit-submit {
  border: 2px solid #03adf9 !important;
  font-weight: 700 !important;
}

.aviod-para-stm p {
    font-size: 16px;
    line-height: 22px;
        font-family: inter!important; 
    font-weight: 400;
    margin: 0;
}

.coman-risk-cst-sec .main-coman-wraper .main-commn-contt ol {
    font-size: 16px;
    line-height: 22px;
        font-family: inter!important;
    letter-spacing: -0.36px;
}

.row2 {
    max-width: 1000px;
    margin: 0 auto;
}

@media(max-width:767px){
    .column2 {
    float: none;
    width: 100%;
    padding: 10px;
    text-align: center;
}
}
.messages.status {
    display: none;
}/*
=======================================================================
        Default Pages (uncustomized)
=======================================================================
*/

#wrapper_body #main-column {
  border: 1px solid #A2A1A1;
  border-radius: 5px 5px 5px 5px;
  width: 690px;
  float: left;
  padding: 10px 20px 20px 20px;
  margin-right: 10px;
  margin-bottom: 15px;
}

#wrapper_body #right-column {
  width: 280px;
  float: right;
  padding: 0px;
  margin-left: 5px;
}

/* ===================
    Events (node-514),
    Places (node-526)
  =================== */
#node-526 h3,
#node-514 h3 {
  margin: 0 0 10px 0;
}

#node-526 .field-label,
#node-514 .field-label {
  margin: 10px 0 0 0;
  color: #333333;
}

#node-526 .field-items ul,
#node-514 .field-items ul {
  margin: 5px 0 5px 20px;
  padding: 0;
}

/* ===================
     FB Connect (and welcome-user region)"
  =================== */
.region-facebook-connect .content {
  float: right;
  position: relative;
  top: 30px;
  height: 16px;
}

.region.region-facebook-connect {
  height: 16px;
}

.region-facebook-connect #welcome-user {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
}

.region-facebook-connect #welcome-user a {
  font-size: 10px;
}


/* override block.css line 7 */
/*.block.block-fbconnect {
    empty
}*/

#block-fbconnect-fbconnect-login {
  height: 16px;

  /*   width:280px;
   text-align:center;
   padding:20px;
   -webkit-border-radius:5px;
   -mozkit-border-radius:5px;

   background:#f6f7fa;*/
}

/*#block-fbconnect-fbconnect-login   h3 {
    margin:5px;
}*/

/* === end fb connect === */



/* ===================
       Right Sidebar
  =================== */

#right-column #block-views-pme-ads-block {
  border: 1px solid #ccccff;
  border-radius: 5px 5px 5px 5px;
  width: 280px;
  padding: 10px;
  margin: 20px 0 20px 0;
}

/* === ./ end right sidebar === */

/* ===================
     Home(front) Page
  =================== */
/* Search form: frontpage mods */
#frontpage_topleft .views-exposed-form {
  width: 550px;
  margin-top: 20px;
}

/* === ./ end front page === */



/* ===================
     Search Results
  =================== */

/* override (empty specifically) */
.view-Listings.view-content {
  /*    empty*/
}

.view-Listings .views-row:div:hover {
  background-color: #ccccff;
}

.view-Listings .views-row-odd,
.view-Listings .views-row-even,
.view-advanced-search .views-row {
  float: left;
  width: 95%;
  border-top: 1px solid #ccccff;
  padding: 10px;
  margin: 5px 10px 0 0;
}

/* stop efect on sidebar */
.views-slideshow-cycle-main-frame-row-item.views-row.views-row-0.views-row-first.views-row-odd,
.views-slideshow-cycle-main-frame-row-item.views-row.views-row-0.views-row-first.views-row-even {
  border: none;
}

.price_data {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
}

.price_data sup {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  vertical-align: text-top;
}


.listing-field-price>.price_period,
#price_period {
  float: right;
  color: #7D7D7D;
  font-size: 10px;
  margin-bottom: 5px;
}

.listing-field-rating .rating_with {
  color: #333333;
}

.listing-field-rating .rating_without {
  color: #7D7D7D;
}

.listing-row-image {
  float: left;
  width: 100px;
  margin: 0 10px 0 0;
}

.listing-row-1 {
  float: left;
  width: 80%;
}

.listing-row-2 {
  float: left;
  width: 67%;
}

.listing-row-2 p {
  /* margin: 0px; */
}

.listing-field-title {
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
}


.listing-field-body {}

.listing-field-ib {}

.listing-field-price {
  float: right;
}

.listing-field-rating {
  float: right;
}

.listing-clear {
  clear: both;
}

.listing-rule {
  border: 0;
  border-bottom: 1px #eee solid;
}

.view-display-id-landmarks {
  font-size: 14px;
}

.view-street-view table {
  padding: 0px;
  margin: 0px;
}

.view-street-view td {
  padding: 0px !important;
  margin: 0px;
}

/* ===================
     Search & Advanced
  =================== */

.region-content {
  font-size: 14px;
}

.region-content #edit-city-wrapper {
  float: none;
}

/* Ref: See pme_forms.css for form styling */

.region-content #views-exposed-form-advanced-search-page .container-inline-date,
.region-content #views-exposed-form-Listings-page .container-inline-date {
  clear: none;
  float: left;
  width: 170px;
}

#views-exposed-form-advanced-search-page .views-exposed-widgets.clearfix {
  width: 400px;
}

#views-exposed-form-advanced-search-page .form-item form-type-date-popup.form-item-cid-arrival {
  margin: 0;
}

#node-371 .content,
#node-196 .content {
  background: none repeat scroll 0 0 #f3f3f3;
  border: 1px solid #A2A1A1;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  margin: 20px 0 0 0;
}

/* override modules/css/views.css line 6 */
#edit-submit-listings {
  margin: 3px;
}

#node-371 .search-heading,
#node-196 .search-heading {
  font-weight: 600;
  padding: 0 15px 0 0;
}

/* override pme2.css */
#node-371 td,
#node-196 td {
  padding: 0;
}

#node-371 tr,
#node-196 tr {
  margin: 10px 0 0 0;
  display: block;
}


/*
=======================================================================
        Article Styling: Listing,
=======================================================================
*/

/*#article-496 {
    // listing
}*/

.listing-book {
  float: left;
  text-align: right;
  width: 33%;
}

.listing-image {
  float: left;
  width: 66%;
}

.listing-data-image {
  clear: both;
}

.listing-ib-container {
  overflow: auto;
}

.listing-details {
  margin: 0px 0px 50px 0px;
  text-align: left;
}

.listing-details dt {
  float: left;
  padding-right: 20px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.5em 40px;
}

ul.pager li a {
  padding: 20px 10px;
}

.fp_tacenter a {
  font-size: 14px;
}

.page-secure-parking-lots-sydney #wrapper_body #main-column {
  width: 100%;
}

.page-secure-parking-lots-sydney #wrapper_body #right-column {
  display: none;
}

.view-display-id-secure_parking .view-content {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .view-display-id-secure_parking .view-content {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .view-display-id-secure_parking .view-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.view-display-id-secure_parking .views-row {
  float: none;
  width: 100%;
  border: none;
  margin: 0;
}

.view-display-id-secure_parking .views-row .views-field-title-1 {
  margin: 1rem 0 0.25rem;
  font-weight: bold;
}

.view-display-id-secure_parking .views-row .views-field-nothing-1 {
  margin-bottom: 0.25rem;
}

.view.parking-listings .listing-row-image {
  float: none;
  width: 250px;
  font-style: italic;
}

@media screen and (min-width: 1000px) {
  .view.parking-listings .listing-row-image {
    float: left;
  }
}

.view.parking-listings .listing-row-image img {
  width: 100%;
  height: auto;
  margin-bottom: .25rem;
}

.view.parking-listings .view-content .views-row .listing-row-image {
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1000px) {
  .view.parking-listings .view-content .views-row .listing-row-image {
    width: 30%;
    margin-bottom: 0;
  }
}

.view.parking-listings .view-content .views-row>div {
  display: block;
}

.view.parking-listings .views-field .listing-field-price-wrapper {
  margin-bottom: 1.5rem;
}

.view.parking-listings .views-field .listing-field-price-wrapper a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view.parking-listings .views-field .listing-field-price-wrapper .listing-field-price {
  margin-left: 1rem;
  float: none;
}

.view.parking-listings .views-field-php-2 {
  margin: 0;
}

/* COMMENTED OUT - conflicts with mobile fix
.view.parking-listings .view-content .views-row {
  position: relative;
}

.view.parking-listings .view-content .views-row .listing-field-info {
  max-height: 80px;
}

.view.parking-listings .view-content .views-row .listing-field-price {
  position: absolute;
  bottom: 9px;
  left: 0;
}
*/

@media screen and (min-width: 1000px) {
  .view.parking-listings .view-content .views-row .listing-field-price {
    left: auto;
    right: 165px;
  }

  .view.parking-listings .views-field-php-2 {
    position: absolute;
    right: 0;
    bottom: 13px;
  }
}/*
=======================================================================
        FrontPage: Main Regions
=======================================================================
*/
#wrapper_body #frontpage_topleft {
    float: left;
    margin: 0px 0 0;
    width: 550px;
}

#wrapper_body #frontpage_topright {
    float: right;
}

#wrapper_body #frontpage_bottom {
}
.custom-search.header-right-user {
    width: 428px;
}

/*
=======================================================================
        FrontPage: Listing Rotator
=======================================================================
*/

/* center rotator */
#wrapper_body .region-frontpage-topright {
    margin: auto auto;
}

#wrapper_body #views_slideshow_cycle_teaser_section_home_slideshow-block {
    margin: 0px auto 0px auto; 
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
    margin: 0px auto 0px auto; 
}

.views-field views-field-field-listing-image {
    margin: 0px auto 0px auto; 
    float: right;
}

#wrapper_body #FP_listing_img {
    float: right;
    margin: 0;
    padding: 8px;
    width: 400px;
}

#block-views-home-slideshow-block .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
	width: 100%;
}

#hidden {
    display: none;
}




.fp_tacenter
{
    text-align: center;
}


.fp_ml
{
    margin-left: 12px;
}


.cs_p10
{
    padding: 10px;
}

/*
[gmap |width=100% |height=364px |behavior=+notype]
*/
#gmap-auto1map-gmap0
{
    width:100%;
    height:365px;
}

.cs_dnone
{
    display:none;
}

.cs_pano
{
    width:650px;
    height:365px;    
}

/* 
=======================================================================
        PME Form Styling (Generic)
=======================================================================
*/

/* Listing */
#listing-data #edit-booking.form-submit {
    position: relative;
    left: 5px;
}

/* Search */
#webform-client-form-178 textarea, #webform-client-form-178 .grippie {
    width:400px;
}

#webform-client-form-178 input {
    width:200px;
}

.views-exposed-form {
    font-size: 12px;
}

.region-content #views-exposed-form-advanced-search-page,
.region-content #views-exposed-form-Listings-page #edit-city {
    width: 300px;
}

.region-content #edit-cid-arrival-datepicker-popup-0, .region-content #edit-cid-departure-datepicker-popup-0 {
    width: 130px;
}

/*Booking Form*/
#pme-custom-listing-booking .booking-listing {
    float:left;  
    width:95%;
    border-top: 1px solid #ccccff;
    padding: 10px;
    margin: 5px 10px 15px 0;
}

#pme-custom-listing-booking input {
    color: #333333;
    font: 14px Arial,Helvetica,sans-serif;
}

/* Enquiry Form */
#node-71 textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9F9999;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    font: 14px Arial,Helvetica,sans-serif;
    padding: 3px;
    width: 500px; 
}

#node-71 .form-textarea-wrapper.resizable.textarea-processed.resizable-textarea {
    width: 500px;
}

/* Search & Homepage Search boxes */
/*#search input[type=text]*/
.region-content #views-exposed-form-advanced-search-page input[type="text"], 
.region-content #views-exposed-form-Listings-page input[type="text"],
#block-block-16 input[type="text"]
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9F9999;
    border-radius: 5px 5px 5px 5px;
    color: #707070;
    font: 18px Arial,Helvetica,sans-serif;
    height: 27px;
    padding: 3px;
}

::-webkit-input-placeholder {
   color: #707070;
}

:-moz-placeholder { /* Firefox 18- */
   color: #707070;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #707070;  
}

:-ms-input-placeholder {  
   color: #707070;  
}


#block-block-16 label{font-size: 15px; color:#585858; margin-bottom:5px}
.region-content #views-exposed-form-advanced-search-page #edit-city {
    width: 300px;
}

.region-content #views-exposed-form-advanced-search-page #edit-cid-wrapper {
    width: 350px;
}

.region-content #views-exposed-form-advanced-search-page #edit-field-space-type-value {
    width: 150px;
}

textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9F9999;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    font: 14px Arial,Helvetica,sans-serif;
}

.region-content #views-exposed-form-advanced-search-page .form-select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9F9999;
    border-radius: 5px 5px 5px 5px;
    color: #707070;
    font: 14px Arial,Helvetica,sans-serif;
    height: 27px;
    padding: 3px;
}

/* override views.css */
.region-content #views-exposed-form-advanced-search-page label,
.region-content #views-exposed-form-Listings-page label 
{
    /*font-weight: normal;*/
}

.region-content #views-exposed-form-advanced-search-page .description,
.region-content #views-exposed-form-Listings-page .description 
{
    color: #7D7D7D;
}

/* Advanced Search */
#views-exposed-form-advanced-search-page #edit-field-features-value-wrapper {
/*    float: inherit;*/
    margin: 20px 0 20px 5px;
    clear: left;
}

#views-exposed-form-advanced-search-page #edit-field-size-value-wrapper {
	margin: 20px 0 20px 5px;
}

/*#views-exposed-form-advanced-search-page #edit-submit-advanced-search {
    width: 100px;
    position: relative;
    left: 40px;
}*/

#block-views-exp-advanced-search-page .views-submit-button {
    float: left;
    margin: 0 0px 0 7px;
}

/* override views.css */
/*#block-views-exp-advanced-search-page .views-exposed-form .views-exposed-widget {
    float: left;
    padding: 0;
}*/


/*#search input[type=text] {
    float: left;
}*/

.region-content #views-exposed-form-Listings-page input.blur-text,
.region-content #views-exposed-form-Listings-page #edit-cid-arrival-datepicker-popup-1,
.region-content #views-exposed-form-Listings-page #edit-cid-departure-datepicker-popup-1,
.region-content #views-exposed-form-Listings-page #edit-cid-arrival-datepicker-popup-0,
.region-content #views-exposed-form-Listings-page #edit-cid-departure-datepicker-popup-0,
#views-exposed-form-advanced-search-page #edit-cid-arrival-datepicker-popup-1,
#views-exposed-form-advanced-search-page #edit-cid-departure-datepicker-popup-1,
#views-exposed-form-advanced-search-page #edit-cid-arrival-datepicker-popup-0,
#views-exposed-form-advanced-search-page #edit-cid-departure-datepicker-popup-0
 {
  color: #ccc;
  font-style: italic;
}

/* Override for rent-your-space-free page - placed at bottom for maximum specificity */
body.page-rent-your-space-free #wrapper_header.tw-header~#wrapper_body,
body.page-rent-your-space-free #wrapper_header.tw-header~body #wrapper_body,
body.page-rent-your-space-free #wrapper_header.tw-header~html body #wrapper_body {
  padding-top: 0px !important;
  margin-top: 0 !important;
}

/* Override for advanced-search-results and search pages - placed at bottom for maximum specificity */
body.page-advanced-search-results #wrapper_header.tw-header~#wrapper_body,
body.page-advanced-search-results #wrapper_header.tw-header~body #wrapper_body,
body.page-advanced-search-results #wrapper_header.tw-header~html body #wrapper_body,
body.page-search #wrapper_header.tw-header~#wrapper_body,
body.page-search #wrapper_header.tw-header~body #wrapper_body,
body.page-search #wrapper_header.tw-header~html body #wrapper_body {
  padding-top: 0px !important;
  margin-top: 0 !important;
}

/* /parking-reviews-new page and front page - blog_review view page-6 display */
.page-parking-reviews-new .view-blog-review.view-display-id-page-6,
.front .view-blog-review.view-display-id-page-6 {
  font-size: 16px;
  line-height: 1;
}

.page-parking-reviews-new .view-blog-review.view-display-id-page-6 .view-content,
.front .view-blog-review.view-display-id-page-6 .view-content {
  display: grid;
  gap: 1rem;
}

/* Desktop: 5 columns, 10 rows */
@media screen and (min-width: 1024px) {
  .page-parking-reviews-new .view-blog-review.view-display-id-page-6 .view-content,
  .front .view-blog-review.view-display-id-page-6 .view-content {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(10, auto);
  }
}

/* Tablet: 2 columns, 25 rows */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-parking-reviews-new .view-blog-review.view-display-id-page-6 .view-content,
  .front .view-blog-review.view-display-id-page-6 .view-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(25, auto);
  }
}

/* Mobile: 1 column, 50 rows with spacing every 10 */
@media screen and (max-width: 767px) {
  .page-parking-reviews-new .view-blog-review.view-display-id-page-6 .view-content,
  .front .view-blog-review.view-display-id-page-6 .view-content {
    grid-template-columns: 1fr;
  }
  .page-parking-reviews-new .view-blog-review.view-display-id-page-6 .view-content .views-row:nth-child(10n),
  .front .view-blog-review.view-display-id-page-6 .view-content .views-row:nth-child(10n) {
    margin-bottom: 1.5rem;
  }
}

/* Center block 84 */
#block-block-84,
.block-block-84,
div[id*="block-84"],
body.page-rent-car-parking-spaces #block-block-84,
body.page-rent-car-parking-spaces .block-block-84,
body.page-rent-car-parking-spaces div[id*="block-84"],
body.page-rent-car-parking-spaces .region-content #block-block-84,
body.page-rent-car-parking-spaces #main-column #block-block-84,
body.page-rent-car-parking-spaces #wrapper_body #block-block-84 {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: 100% !important;
  max-width: 1000px !important;
  float: none !important;
  clear: both !important;
}

#block-block-84 .content,
.block-block-84 .content,
div[id*="block-84"] .content,
body.page-rent-car-parking-spaces #block-block-84 .content,
body.page-rent-car-parking-spaces .block-block-84 .content,
body.page-rent-car-parking-spaces div[id*="block-84"] .content {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block !important;
}


.form-item-feed-me {
  display: none !important;
}

