.visible-xs {
    display: none;
}

.seoPatchValidation,
.seoDateValidation {
    text-align: center;
    color: #E71346;
    font-size: 17px;
    display: none;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.5);
    margin-top: -20px;
    margin-bottom: 10px;
}

/*!jQuery UI Datepicker 1.9.0*/

.ui-datepicker {
    display: none;
    padding: 1em;
    width: 22em
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
    background: #ffffff;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 14px;
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 14px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    color: #bac2c7;
    font-size: 16px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    font-weight: 700;
    color: #2c3135;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%
}

.ui-datepicker th {
    border: 0;
    font-weight: 700;
    padding: .7em .3em;
    text-align: center
}

.ui-datepicker th span {
    color: #7f8fa4;
    font-weight: 400;
    font-size: 11px;
}

.ui-datepicker td {
    padding: 2px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
    text-align: center;
    color: #2c3135
}

.ui-datepicker td span,
.ui-datepicker td a:hover {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
    color: #fff;
    background: #174C8A;
    text-align: center
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0;
    padding: 0 .2em
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em;
    width: auto
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%
}

.ui-state-highlight {
    background: #d0cece;
    color: #000
}

.ui-state-active {
    background: #174C8A;
    color: #fff !important
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0
}

.ui-state-disabled .ui-state-default {
    opacity: .3;
    background: #fff !important;
    color: #000
}

.ui-datepicker-cover {
    filter: mask();
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1
}

ul li {
    list-style-type: none;
}

.nav-icon {
    -webkit-transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    cursor: pointer;
    height: 40px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 40px;
    z-index: 10;
    top: 20px;
}

.nav-icon span:nth-child(1) {
    top: 0;
}

.nav-icon span {
    -webkit-transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    border-bottom: 1px solid #ffffff;
    border-radius: 9px;
    display: block;
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 25px;
}

.nav-icon span:nth-child(2) {
    top: 9px;
}

.ui-datepicker {
    border-radius: 4px;
    box-shadow: 0 2px 41px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    border: solid 0.6px #dcdcdc;
}

.ui-timepicker-wrapper {
    overflow-y: auto;
    max-height: 150px;
    width: 6.5em;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    outline: none;
    z-index: 10052;
    margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    width: 11em;
}

.otherStats {
    font-size: 14px;
    text-align: left;
    padding: 5px;
}

.ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
}

.ui-timepicker-duration {
    margin-left: 5px;
    color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

.ui-timepicker-list li {
    padding: 4px 0 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    color: #2c3135;
    list-style: none;
    margin: 0;
    font-size: 14px;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
    color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #174C8A;
    color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
    color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2;
}

/* comman */

body {
    margin: 0;
    font-family: 'Arial';
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.visible-xs {
    display: none;
}

button {
    cursor: pointer;
}
/* comman */
:root {
    --white: #fff;
    --black: #000;
}
header {
    background-color: #fff;
    padding: .2em 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.hd-cnt {
    max-width: 1256px;
    margin: auto;
}
header a.hlp {
    padding: 9px 19px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--white);
    margin: 0 5px;
}
.find-parking-logo{
	/*background: url('/images/logo_newfp-1.png') no-repeat 0;
	background-size: 310px 97px; 
	width: 236px;
	height: 50px;
	display: inline-block;
	*/
	background: url('/images/static-sem/fp-static-logo.png?VER_PLACEHOLDER') no-repeat 0 0;
    background-size: 181px 34px;
	width: 181px;
	height: 34px;
    display: inline-block;
    
}
.prtnd img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.container{
    max-width: 1220px;
    margin: 0 auto;
    padding: 70px 0px;
}
.bdlp{
    float: left;
    width: 50%;
    padding-left: 105px;
    padding-right: 84px;
}
.righter{
    float: right;
    /*width: 35%;*/
	width: 50%;
    margin: 50px 0px;
    background: url('/images/static-sem/top-img.jpg') 0 0/cover no-repeat;
    height: 471px;
    padding: 40px 7%;
}
.bdlp h1{
    margin: 0;
    color: var(--black);
    font-size: 44px;
    font-weight: 700;
    margin-top: 140px;
    margin-bottom: 39px;
}
.g1{
    margin: 0;
    color: var(--black);
    font-size: 44px;
    font-weight: 700;
    margin-top: 140px;
    margin-bottom: 39px;
}
.righter label{
    color: #FFF;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold;
    display: block;
}
.apline{
    background: url('/images/static-sem/sem-top.png') no-repeat -70px -49px;
	background-size: 310px 97px;
	width: 240px;
	height: 36px;
    display: inline-block;
}
/* .inpbx{
    height: 55px;
    border-radius: 30px;
    background: #FFF;
    margin-bottom: 30px;
    padding: 15px 20px;
}
.inpbx.inpbxselect{
    position: relative;
}
.inpbx input,.inpbx select {
    border: none;
    font-size: 18px;
    float: left;
    cursor: pointer;
    letter-spacing: .36px;
    color: #000;
}
.inpbx input {
    width: 49%;
    line-height: 23px;
    margin: 0 2px 0 0;
}
input.cselect {
    cursor: text !important;
    width: 80%;
}
.inpbx input.oytime {
    width: 30%;
} */
.icon-plane{
    background: url('/images/static-sem/sem-top.png') no-repeat -5px -57px;
	background-size: 310px 97px;
	width: 21px;
	height: 22px;
    display: inline-block;
    float: left;
    margin-right: 18px;
}
.icon-cal{
    background: url('/images/static-sem/sem-top.png') no-repeat -36px -55px;
	background-size: 310px 97px;
	width: 23px;
	height: 23px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.airportlist {
    text-align: left;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    width: 100%;
    left: 0;
    top: 57px;
    max-height: 317px;
    overflow: auto;
    display: none;
    z-index: 1
}

.airportlist.noborder {
    border: 0
}

.airportlist li {
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
    padding: 22px 24px;
}
.text-center{
    text-align: center;
}
.schbtn{
    width: 281px;
    height: 54px;
    background-color: #174C8A;
    font-size: 18px;
    color: #FFF;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
}
.container h2{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 34px;
}
.container h1{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 34px;
}
.container .g2{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 34px;
}
.container .loc{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 34px;
}
.container p{
    font-size: 18px;
    line-height: 150%;
}
.bdr-btm{
    border-bottom: 1px solid #DCDCDC;
}
.rdbdr{
    border: 1px solid #DCDCDC;
    border-radius: 39px;
    padding: 50px;
}
.rdbdr h3{
    margin: 0;
    margin-bottom: 25px;
    font-size: 24px;
    text-align: center;
}
.topla{
    background: #F9FBFE;
    margin:0 -50px;
    text-align: center;
    padding: 40px;
    margin-bottom: 40px;
}
.topla h4{
    margin: 0;
    font-size: 24px;
    color: #174C8A;
    font-weight: 700;
    margin-bottom: 14px;
}
.topla h2{
    margin: 0;
    font-size: 24px;
    color: #174C8A;
    font-weight: 700;
    margin-bottom: 14px;
}
.tipsb{
    box-shadow: 0px 4px 20px 0px #9A9A9A40;
    border-radius: 27px;
    padding: 32px;
    margin-top: 44px;
}
.tipsb ul{
    list-style-type: disc;
    padding-left: 20px;
}
.tipsb ul li{
    display: block;
    display: list-item;
    list-style-type: disc;
    font-size: 18px;
    margin-bottom: 24px;
}
.tipsb ul li span{
    color: #174C8A;
}
.amnts{
    display: flex;
    width: 100%;
    justify-content: center;
}
.amnts-clm{
    display: flex;
    justify-content: center;
    width: 50%;
}
.amnts ul{
    list-style-type: disc;
    padding-left: 20px;
}
.amnts ul li{
    display: block;
    display: list-item;
    list-style-type: disc;
    font-size: 18px;
    margin-bottom: 24px;
}
.wd50{
    width: 47%;
    float: left;
    margin: 0 1.5%;
}
.faqitem{
    border-radius: 20px;
    border: 1px solid #DCDCDC;
    width: 100%;
    float: left;
    margin: 0 1.5%;
    padding: 28px;
    color: #333;
    font-size: 20px;
    margin-bottom: 36px;
}
.faqitem h3{
    margin: 0;
    margin-bottom: 16px;
    font-size: 22px;
}
.sonap{
    box-shadow: 0px 4px 34px 0px rgba(185, 185, 185, 0.25);
    padding: 50px;
    border-radius: 25px;
}
.parloc{
    box-shadow: 0px 4px 34px 0px rgba(185, 185, 185, 0.25);
    padding: 50px 40px;
    border-radius: 25px;
}
.parloc a{
    width: 30%;
    margin: 0 1.6%;
    display: block;
    float: left;
    line-height: 2;
	color:#333;
}
.tableblue{
    width: 100%;
    text-align: left;
    border: 1px solid #DCDCDC;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    border-spacing: 0;
    border-radius: 16px;
}
.tableblue th{
    background-color: #174C8A;
    color: #FFF;
    padding: 13px 30px;
}
.tableblue td {
    padding: 13px 30px;
}
.tableblue td.bdlle{
    border-left: 1px solid #DCDCDC;
}
.tableblue .frstcorn{
    border-radius: 16px 0 0 0;
}
.tableblue .lastcorn{
    border-radius: 0 16px 0 0;
}
.tbllabel{
    margin-bottom: 45px;
    border-bottom: 1px solid #DCDCDC;
}
.tbllabel p{
    /*font-size: 22px;
    margin-bottom: 22px;
    color: #333;
    font-weight: 600;*/
	font-size: 18px;
    line-height: 150%;
	margin-bottom: 20px;
}
.tbllabel h3{
    font-size: 22px;
    margin-bottom: 22px;
    color: #333;
    font-weight: 600;
	text-align:left;
}
.mb-44{
    margin-bottom: 44px;
}
.ltlpsy{
    margin-top: 40px;
}
.ltlpsy span{
    border-radius: 8px;
    border: 2px solid #174C8A;
    font-size: 20px;
    padding: 15px 20px;
    display: inline-block;
    /*margin: 0 20px;*/
	margin: 0px 20px 20px 0px;
}
.icon-cost{
    background: url('/images/static-sem/sem-bottom.png') no-repeat -4px 0;
	background-size: 300px 181px;
	width: 36px;
	height: 33px;
    display: inline-block;
}
.icon-conven{
    /*background: url('/images/static-sem/sem-bottom.png') no-repeat -172px -1px;
	background-size: 300px 181px;*/
	background: url('/images/static-sem/Group15188-2.svg') no-repeat;
	background-size: auto;
	width: 34px;
	height: 31px;
    display: inline-block;
}
.icon-better{
    background: url('/images/static-sem/sem-bottom.png') no-repeat -59px -3px;
	background-size: 300px 181px;
	width: 34px;
	height: 30px;
    display: inline-block;
}
.icon-secure{
    /*background: url('/images/static-sem/sem-bottom.png') no-repeat -223px -3px;
	background-size: 300px 181px;*/
	background: url('/images/static-sem/Group-4.svg') no-repeat;
	background-size: auto;
	width: 30px;
	height: 31px;
    display: inline-block;
}
.icon-deals{
    background: url('/images/static-sem/sem-bottom.png') no-repeat -119px -2px;
	background-size: 300px 181px;
	width: 30px;
	height: 30px;
    display: inline-block;
}
.icon-traffic{
    /*background: url('/images/static-sem/sem-bottom.png') no-repeat -267px -1px;
	background-size: 300px 181px;*/
	background: url('/images/static-sem/Group-5.svg') no-repeat;
	background-size: auto;
	width: 33px;
	height: 33px;
    display: inline-block;
}
.sqbox{
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 19px 0px #ACACAC40;
    border-radius: 10px;
}
.twoarrow{
    background: url('/images/static-sem/sem-bottom.png') no-repeat -210px -117px;
	background-size: 300px 181px;
	width: 82px;
	height: 61px;
    display: inline-block;
}
.cfitem{
    display: flex;
    align-items: flex-start;
    float: left;
    width: 43%;
    margin: 0px 3%;
    margin-bottom: 36px;
}
.cfitem.bnomrg {
    margin-bottom: 0px;
}
.cfitem p{
    color: #174C8A;
    font-size: 18px;
    font-weight: 700;
    padding-left: 24px;
}
.cfitem p.jhgr {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.wbwus{
    float: left;
    width: 33.33%;
}
.smhhgt{
    float: left;
    width: 66.66%;
    border-left: 1px dashed #B1B1B1;
    padding-left: 20px;
}
.wbwus h2{
    font-size: 46px;
    text-align: left;
}
.wbwus h2 span{
    font-size: 32px;
    color: #174C8A;
}
.denngt {
    margin: 0px -20px;
    margin-bottom: -40px;
}
.dibge {
    width: 50%;
    float: left;
    padding: 0 35px;
    margin-bottom: 40px;
}
.dibge a{
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: block;
}
.sbbfr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 2.55385px 24px rgba(183, 183, 183, 0.28);
    border-radius: 10px;
    padding: 17px 25px;
}
.dibge img {
    margin-right: 18px;
    width: 74px;
    height: 74px;
}
.ddt4 {
    width: 90%;
    text-align: left;
}
.tilt {
    font-size: 16px !important;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: initial !important;
}
.tilt span {
    float: right;
}
.rattg {
    color: #565353;
    font-size: 14px;
    margin: 0;
}
.rattg b {
    color: #000000;
}
.g-star{
    background: url('/images/static-sem/sem-bottom.png') no-repeat -249px -55px;
	background-size: 300px 181px;
	width: 17px;
	height: 16px;
    display: inline-block;
}
.blubg{
    background: #F9FBFE;
    padding: 60px;
    display: flex;
    align-items: center;
}
.pfbbox{
    float: left;
    width: 25%;
}
.boxde{
    float: left;
    width: 75%;
}
.pfbbox img{
    max-width: 100%;
    mix-blend-mode: multiply;
    height: auto;
}
.boes3{
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 20px;
}
.plane-icon{
    background: url('/images/static-sem/sem-bottom.png') no-repeat -5px -48px;
	background-size: 300px 181px;
	width: 60px;
	height: 60px;
    display: inline-block;
}
.car-icon{
    background: url('/images/static-sem/sem-bottom.png') no-repeat -90px -54px;
	background-size: 300px 181px;
	width: 60px;
	height: 60px;
    display: inline-block;
}
.bus-icon{
    background: url('/images/static-sem/sem-bottom.png') no-repeat -166px -48px;
	background-size: 300px 181px;
	width: 60px;
	height: 60px;
    display: inline-block;
}
.boes3 p{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 25px;
}
.boes3 p.rysp{
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
}
.m-nomarg {
    margin: 0;
}
.wd33{
    width: 33.33%;
    float: left;
    padding: 0 18px;
}
.shdoer{
    box-shadow: 0px 4px 34px 0px rgba(157, 157, 157, 0.25);
    border-radius: 6px;
    padding: 30px;
}
.shdoer p{
    color: #333;
    font-size: 18px;
}
.usrname{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.usrname p{
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
}
.melisadam{
    background: url('/images/static-sem/sem-bottom.png') no-repeat 0 -119px;
	background-size: 300px 181px;
	width: 62px;
	height: 62px;
    display: inline-block;
    flex-shrink: 0;
}
.Diana{
    background: url('/images/static-sem/sem-bottom.png') no-repeat -72px -119px;
	background-size: 300px 181px;
	width: 62px;
	height: 62px;
    display: inline-block;
    flex-shrink: 0;
}
.Jeremy{
    background: url('/images/static-sem/sem-bottom.png') no-repeat -139px -119px;
	background-size: 300px 181px;
	width: 62px;
	height: 62px;
    display: inline-block;
    flex-shrink: 0;
}
.tstinmn{
    margin: 0 -18px;
}
footer {
    height: 113px;
    background: #174c8a;
    text-align: center;
    padding: 26px 0;
}

footer ul {
    margin-bottom: 26px;
}

footer ul li {
    display: inline-block;
    margin-right: 45px;
}

footer ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

footer p {
    margin: 0;
    color: #dadada;
    font-size: 10px;
    line-height: normal;
}
.hdrmenu{
    display: none;
}
.prtndmob {
    display: none;
}
.tilt .sm-tilt {
    width: 75%;
    float: left;
    margin-bottom: 5px;
}
.rattg2 {
    color: #565353;
    font-size: 14px;
    margin: 0;
	float:left;
}
.rattg2 b {
    color: #000000;
}
.dibge2 {
    width: 50%;
    float: left;
    padding: 0 35px;
    margin-bottom: 40px;
}
.dibge2 a{
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: block;
}
.dibge2 img {
    margin-right: 18px;
    width: 74px;
    height: 74px;
}
.borter-remove{
	border-bottom:none;
}
.space-remove{
	padding-bottom:0px;
}
.last-update{
	margin: 0 auto;
    width: 95%;
    text-align: right;
    margin-bottom: 10px;
}
@media (max-width:1280px) {
    .denngt{
        margin: 0px;
    }
}
@media (max-width:1240px) {
    .container{
        max-width: 1080px;
    }
    .pfbbox img{
        height: auto;
    }
    .prtnd img{
        height: auto;
    }
}
@media (max-width:1120px) {
    .container {
        max-width: 1000px;
    }
}
@media (max-width:1024px) {
    .container{
        max-width: 700px;
    }
    .deskmenu{
        display: none;
    }
    .bdlp{
        padding-left: 30px;
        padding-right: 30px;
    }
    .bdlp h1{
        font-size: 30px;
    }
	.g1{
		font-size: 30px;
	}
    .righter{
        padding: 40px 4%;
    }
    .wbwus h2{
        font-size: 30px;
    }
    .wbwus h2 span{
        font-size: 25px;
    }
    .cfitem{
        min-height: 190px;
    }
    .blubg{
        padding: 20px;
    }
	 .tilt{
        font-size: 14px !important;
    }
	.dibge2{
        width: 100%;
    }
}
@media (max-width:767px) {
    .find-parking-logo{
        /*background: url('/images/logo_newfp-1.png') no-repeat 0;
         background-size: 169px 78px;
        width: 236px;
        height: 50px; */
		background: url('/images/static-sem/fp-static-logo.png?VER_PLACEHOLDER') no-repeat 0 0;
        background-size: 181px 34px;
	    width: 181px;
	    height: 34px;
    }
    header{
        padding: 18px 20px;
    }
    .hdrmenu{
        display: block;
        display: block;
        padding: 0;
        margin: 0;
        background: url('/images/static-sem/top-mob.png') no-repeat -76px -54px;
        background-size: 169px 78px;
        width: 26px;
        height: 21px;
        border: none;
    }
    .hdrmenu.openn{
        background: url('/images/static-sem/top-mob.png') no-repeat -112px -58px;
        background-size: 169px 78px;
        width: 17px;
        height: 17px;
    }
    .hd-cnt{
        position: relative;
    }
    .deskmenu{
        position: absolute;
        background: #fff;
        z-index: 1;
        right: -20px;
        width: 250px;
        top: 56px;
        padding: 35px;
        padding-top: 20px;
        box-shadow: 0px 4px 14px 0px #4D4D4D40;
        border-radius: 0 0 0 25px;
    }
    header a.hlp{
        display: block;
        font-size: 18px;
        color: #000;
        padding: 10px 0px;
        margin: 0px;
    }
    .bdlp{
        width: 100%;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    .righter{
        width: 100%;
        float: none;
        background: url('/images/static-sem/top-img-mob.webp') 0 0/cover no-repeat;
        padding: 30px 15px;
        margin: 20px 0px;
    }
    .bdlp h1{
        margin-top: 44px;
        font-size: 27px;
    }
	.g1{
		margin-top: 44px;
        font-size: 27px;
	}
    .apline{
        display: none;
    }
    .prtnd{
        display: none;
    }
    .prtndmob{
        display: block;
    }
    .prtndmob img{ 
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .wbwus{
        width: 100%;
        position: relative;
    }
    .twoarrow{
        position: absolute;
        right: 0;
        background: url('/images/static-sem/bottom-mob.png') no-repeat -8px -5px;
        background-size: 336px 190px;
        width: 59px;
        height: 43px;
        top: 18px;
    }
    .smhhgt{
        width: 100%;
        padding-left: 0;
        float: none;
        border: none;
    }
    .container{
        max-width: 100%;
        padding: 30px 25px;
    }
    .cfitem{
        width: 100%;
        margin: 0;
        min-height: auto;
        margin-bottom: 40px;
    }
    .icon-plane{
        background: url('/images/static-sem/top-mob.png') no-repeat -4px -53px;
        background-size: 169px 78px;
        width: 20px;
        height: 21px;
    }
    .icon-cal{
        background: url('/images/static-sem/top-mob.png') no-repeat -38px -52px;
        background-size: 169px 78px;
        width: 24px;
        height: 24px;
    }
    .cfitem.bnomrg{
        margin-bottom: 40px;
    }
    .container h2{
        font-size: 22px;
        margin-bottom: 30px;
    }
	.container h1{
        font-size: 22px;
        margin-bottom: 30px;
    }
	.container .g2{
        font-size: 22px;
        margin-bottom: 30px;
    }
	.container .loc{
		font-size: 22px;
        margin-bottom: 30px;
	}
    .dibge{
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }
    .tilt{
        font-size: 14px !important;
    }
    .sbbfr{
        padding: 15px;
    }
    .container p{
        font-size: 16px;
    }
    .dibge img {
        margin-right: 18px;
        width: 42px;
        height: 42px;
    }
    .pfbbox{
        width: 100%;
    }
    .boxde{
        width: 100%;
    }
    .blubg{
        flex-direction: column;
        padding: 25px;
    }
    .boes3{
        width: 100%;
        margin-top: 60px;
    }
    .wbwus h2 span{
        font-size: 20px;
    }
    .wbwus h2{
        font-size: 30px;
    }
    .cfitem p{
        font-size: 16px !important;
    }
    .cfitem p.jhgr{
        font-size: 14px !important;
    }
    .icon-cost{
        background: url('/images/static-sem/bottom-mob.png') no-repeat -8px -75px;
        background-size: 336px 190px;
        width: 32px;
        height: 29px;
    }
    .icon-conven{
        /*background: url('/images/static-sem/bottom-mob.png') no-repeat -105px -76px;
        background-size: 336px 190px;*/
		background: url('/images/static-sem/Group15188-2.svg') no-repeat;
		background-size: auto;
        width: 30px;
        height: 32px;
    }
    .icon-better{
        background: url('/images/static-sem/bottom-mob.png') no-repeat -56px -75px;
        background-size: 336px 190px;
        width: 31px;
        height: 28px;
    }
    .icon-secure{
        /*background: url('/images/static-sem/bottom-mob.png') no-repeat -156px -77px;
        background-size: 336px 190px;*/
		background: url('/images/static-sem/Group-4.svg') no-repeat;
		background-size: auto;
        width: 30px;
        height: 30px;
    }
    .icon-deals{
        background: url('/images/static-sem/bottom-mob.png') no-repeat -298px -76px;
        background-size: 336px 190px;
        width: 27px;
        height: 27px;
    }
    .icon-traffic{
        /*background: url('/images/static-sem/bottom-mob.png') no-repeat -249px -75px;
        background-size: 336px 190px;*/
		background: url('/images/static-sem/Group-5.svg') no-repeat;
		background-size: auto;
        width: 30px;
        height: 30px;
    }
    .plane-icon{
        background: url('/images/static-sem/bottom-mob.png') no-repeat -83px 0;
        background-size: 336px 190px;
        width: 60px;
        height: 60px;
    }
    .car-icon{
        background: url('/images/static-sem/bottom-mob.png') no-repeat -156px -6px;
        background-size: 336px 190px;
        width: 60px;
        height: 47px;
    }
    .bus-icon{
        background: url('/images/static-sem/bottom-mob.png') no-repeat -222px -1px;
        background-size: 336px 190px;
        width: 60px;
        height: 60px;
    }
    .boes3 p{
        font-size: 18px;
    }
    .rdbdr{
        padding: 20px;
        border-radius: 20px;
    }
    .topla{
        margin: 0 -20px;
        padding: 26px;
        margin-bottom: 40px;
    }
    .topla h4{
        font-size: 18px;
    }
	.topla h2{
        font-size: 18px;
    }
    .rdbdr h3{
        font-size: 18px;
    }
    .ltlpsy span{
        width: 100%;
        margin: 0;
        margin-bottom: 16px;
    }
    .tbllabel p{
        margin-bottom: 18px;
    }
	.tbllabel h3{
        margin-bottom: 18px;
    }
    .tableblue{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .tableblue th{
        padding: 13px;
    }
    .tableblue td{
        padding: 13px;
    }
    .tbllabel{
        margin-bottom: 30px;
    }
    .mb-44{
        margin-bottom: 30px;
    }
    .tipsb{
        padding: 25px 15px;
        margin-top: 26px;
    }
    .wd33{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .usrname{
        margin-bottom: 15px;
    }
    .parloc{
        padding: 20px;
    }
    .parloc a{
        width: 100%;
        margin: 0;
    }
    .sonap{
        padding: 25px;
    }
    .wd50{
        width: 100%;
        margin: 0;
    }
    .faqitem{
        width: 100%;
        margin: 0;
        padding: 20px;
        margin-bottom: 18px;
        font-size: 18px;
    }
    .faqitem h3{
        font-size: 20px;
        min-height: auto;
    }
    .g-star{
        background: url('/images/static-sem/bottom-mob.png') no-repeat -296px -24px;
        background-size: 336px 190px;
        width: 12px;
        height: 11px;
    }
    .melisadam{
        background: url('/images/static-sem/bottom-mob.png') no-repeat -5px -128px;
        background-size: 336px 190px;
        width: 62px;
        height: 62px;
    }
    .Diana{
        background: url('/images/static-sem/bottom-mob.png') no-repeat -77px -128px;
        background-size: 336px 190px;
        width: 62px;
        height: 62px;
    }
    .Jeremy{
        background: url('/images/static-sem/bottom-mob.png') no-repeat -144px -128px;
        background-size: 336px 190px;
        width: 62px;
        height: 62px;
    }
    .ui-datepicker {
		position: absolute !important;
		z-index: 1 !important;
		top: 0px !important;
		width: 100% !important;
		left: 0px !important;
		height: auto !important;
		margin: 0px !important;
	}
	.ui-datepicker td span,
	.ui-datepicker td a {
		font-size: 20px;
	}
	.ui-datepicker th span {
		font-size: 20px;
	}
	.ui-datepicker-month,
	.ui-datepicker-year {
		font-size: 20px;
	}
	.ui-datepicker-group {
		width: 100% !important;
	}
	.dibge2{
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }
    .dibge2 img {
        margin-right: 18px;
        width: 42px;
        height: 42px;
    }
	.last-update{
		width: 100%;
	}
	
}