body {
    font-family: 'Raleway', sans-serif;
    /* margin-bottom: 313px; */
}

html {
    position: relative;
    min-height: 100%;
}

.btn,
button,
input,
optgroup,
select,
textarea {
    font-weight: normal; 
    font-size: 15px;
    /* margin-left: 36px; */
}

.dailySelect,
.hourlySelect{
    margin-left: 36px;
}

@media (min-width: 991px) {
    .form-control-lg,
    .input-group-lg>.form-control,
    .input-group-lg>.input-group-append>.btn,
    .input-group-lg>.input-group-append>.input-group-text,
    .input-group-lg>.input-group-prepend>.btn,
    .input-group-lg>.input-group-prepend>.input-group-text {
        padding: 1.4rem 1rem;
        line-height: 1.5;
        border-radius: .3rem;
        font-weight: 600;
    }
    .home-page-search input {
        font-size: 20px !important;
    }
    .search-home {
        font-size: 23px !important;
    }
}

.btn-info,
.btn-info:hover,
.btn-info:active {
    background-color: #11CBED;
    border-color: #11CBED;
}

#parkScreen .btn {
    padding: .5rem 5.2rem;
    border-radius: 50px;
    /* margin-bottom: 47px; */
}

.svg-icon {
    fill: #fff;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}


/*
navbar
-------------------------------- */

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}

.custom-nav {
    padding-bottom: 15px;
    padding-top: 15px;
}

.how-it-work-box {
    height: 80px;
}

.how-it-work-box-wraper img {
    width: 89px !important;
}

.slogan {
    /* font-weight: 600; */
    color: #fff;
    font-size: 40px;
    display: block;
    font-family: 'Raleway', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Avenir LT Pro';
    color: #333 !important;
    font-size: 19px;
}

.custom-nav.navbar-light .navbar-toggler {
    border-color: transparent;
    font-size: 28px;
    padding-bottom: 0;
    padding-top: 0;
    outline: none;
}

.navbar-toggler {
    position: relative;
    z-index: 20;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    /* height: 3px; */
    width: 30px;
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.enforcement-page .navbar-toggler span {
    height: 3px !important;
}

.enforcement-page .navbar-toggler.active:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.enforcement-page .navbar-toggler.active span:nth-child(1),
.enforcement-page .navbar-toggler.active span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.enforcement-page .navbar-toggler.active:not(.collapsed) span:nth-child(1),
.enforcement-page .navbar-toggler.active:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    opacity: 0.9;
}

.enforcement-page .navbar-toggler.active:not(.collapsed) span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.enforcement-page .navbar-toggler.active:not(.collapsed) span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.site-header-mobi-panel {
    position: fixed;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    height: 100vh;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    background: -moz-linear-gradient(left, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    background: linear-gradient(to right, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#05e4f7', endColorstr='#d10470b3', GradientType=1);
    overflow: hidden;
    visibility: visible;
}

.site-header-mobi-panel.site-header-show {
    visibility: visible;
}

.site-header-mobi-panel.site-header-open {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.site-header-mobi {
    height: 100vh;
}

.site-header-mobi .site-nav {
    padding: 3rem .9375rem 1.5rem;
}

.site-header-mobi .site-social {
    position: absolute;
    bottom: 145px;
    left: 0;
    right: 0;
    text-align: center;
}

.site-nav-menu li,
.site-nav-menu li>a {
    text-align: center;
    color: #fff;
}

.site-nav-menu li>a {
    padding: .4em .5em;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.custom-nav .navbar-nav .nav-item:nth-child(-n+3) .nav-link {
    margin-left: 4rem;
}

.seprator {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 12px;
    padding: 7px 0;
}

.logo img {
    width: 190px;
}

.download-park-text p {
    font-weight: 400;
    font-size: 17px !important;
    margin-top: 6px;
    margin-bottom: 15px;
    color: #1a88a0;
    font-family: 'Raleway', sans-serif;
    line-height: 19px;
}

.download-park-text img {
    width: 70px !important;
}

.how-it-works img {
    width: 70px;
    margin-bottom: 0;
    margin-top: 10px;
}


/** request call back modal **/

.requestcallback .modal-content {
    background: rgb(5, 228, 247);
    background: -moz-linear-gradient(left, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    background: linear-gradient(to right, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#05e4f7', endColorstr='#0470b3', GradientType=1);
    color: #fff;
    border: none;
    border-radius: 0;
}

.requestcallback .form-control {
    border-radius: 0;
    height: 47px;
    border: none;
}

.requestcallback .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.requestcallback .close {
    color: #fff;
    font-size: inherit;
}

.requestcallback .close-icon {
    fill: #fff;
    width: 22px;
    height: 22px;
}

.requestcallback .modal-body {
    padding-top: 0;
    padding: 0 36px 25px;
}

.requestcallback .btn,
.requestcallback .btn:active,
.requestcallback .btn:focus {
    /* background: -moz-linear-gradient(left, rgba(5, 228, 247, 0.27) 0%, rgba(5, 228, 247, 0.28) 1%, rgba(4, 112, 179, 0.82) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(5, 228, 247, 0.27) 0%, rgba(5, 228, 247, 0.28) 1%, rgba(4, 112, 179, 0.82) 100%)!important;
    background: linear-gradient(to right, rgba(5, 228, 247, 0.27) 0%, rgba(5, 228, 247, 0.28) 1%, rgba(4, 112, 179, 0.82) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4505e4f7', endColorstr='#d10470b3', GradientType=1); 
    font-weight: normal;*/
    color: #38d0fa;
    background-color: #fff;
    border: none;
    font-size: 20px;
    border-radius: 25px;
    line-height: 37px;
    /* border: 2px solid #ffff20; */
    width: 100%;
    margin-top: 30px;
    box-shadow: none;
    /* border-color: #005cbf; */
}

.requestcallback .close {
    opacity: 10
}

.requestcallback .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
    font-weight: normal;
}

.requestcallback .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    font-weight: normal;
}

.requestcallback .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
    font-weight: normal;
}

.requestcallback .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
    font-weight: normal;
}

.gradient-button,
.gradient-button:hover,
.gradient-button:active,
.gradient-button:focus {
    background: rgb(5, 228, 247);
    background: -moz-linear-gradient(90deg, rgba(5, 228, 247, 0.87718837535014) 0%, rgba(4, 112, 179, 1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(5, 228, 247, 0.87718837535014) 0%, rgba(4, 112, 179, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(5, 228, 247, 0.87718837535014) 0%, rgba(4, 112, 179, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#05e4f7", endColorstr="#0470b3", GradientType=1);
    padding: .5rem 1.5rem;
    border-radius: 25px;
    border: 2px solid #ffff20;
    border-color: #fff;
    color: #fff;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important;
}

.btn-menu {
    background: #eeeffe;
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    color: #333 !important;
    font-weight: normal;
}

.mobile-res-tb {
    margin-top: 100px !important;
}

.navbar {
    background: #fff;
}

@media (min-width: 992px) {
    .logo img {
        width: 313px;
        /* margin-left: 6px; */
    }
    .navbar-light .navbar-nav .nav-link {
        /* font-size: 24px;
        font-family: 'Raleway', sans-serif; */
    }
    .custom-nav .slogan {
        font-size: 40px;
        top: 8rem;
        position: absolute;
    }
}

@media (max-width: 1130px) {
    .navbar-light .navbar-nav .nav-link {
        /* font-size: 16px; */
    }
}


/*
Home page setting
------------------------------------ */

.homepage .iphone {
    height: calc(100vh - 240px);
}

@media (min-width: 768px) {
    /* .homepage {
        margin-top: 40px;
    } */
}

.custom-btn {
    padding: 15px 17px 15px 16px;
    font-size: 21px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 17px;
    position: relative;
    width: 254px;
}

.search-home {
    font-weight: 600 !important;
}

.homepage .search {
    margin-top: 0px;
}

.custom-btn,
.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active,
.custom-btn:active:focus {
    background-color: #fff;
    color: #40ACEF;
    text-decoration: none;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
}

.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #40ACEF;
    border-color: #40ACEF;
}

.homepage .dashboard-icon {
    vertical-align: bottom;
    width: 36px;
    display: inline-block;
    margin-right: 5px;
}

.homepage .search label {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.homepage .app-store {
    position: absolute;
    bottom: 71px;
    width: 245px;
}

.home-bg {
    background: url(../img/home/desktop-top.png)bottom center no-repeat;
    background-size: cover;
    height: 369px;
    /* padding-top: 140px; */
    padding-top: 81px;
    position: relative;
}

.touchless-payment-section {
    background: url(../img/home/desktop-mid-new.png)bottom center no-repeat;
    /* background-size: cover; */
    /* height: 100vh; */
    /* padding-top: 140px; */
    /* padding-top: 81px; */
    position: relative;
    height: 477px;
    margin-top: -210px;
}

.touchless-innner-text {
    position: absolute;
    top: 54%;
    left: 38px;
    text-align: center;
    width: 33%;
}

.touchless-text-inner {
    color: #058dc3;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: bold;
}

.payment-text {
    color: #042060;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-top: -8px;
}

.ticket-text {
    color: #3e5585;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
}

.app-store-icon {
    width: 140px;
    position: absolute;
    bottom: 10px;
    right: 8px;
}

.hourly-daily-section {
    background: url(../img/home/desktop-bottom.png)bottom center no-repeat;
    background-size: cover;
    /* margin-top: -36px; */
    height: 134px;
}

.padding-left-custom {
    padding-left: 75px !important;
}

.reserve-parking-text {
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #fff;
}

.within-second-text {
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #fff;
    margin-top: -10px;
}

.home-text-setting {
    position: absolute;
    top: 49%;
    left: 72px;
}

.hourly-daily-section .nav-tabs .nav-item.show .nav-link,
.hourly-daily-section .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 6px solid #fff;
    font-family: 'Raleway', sans-serif;
}

.hourly-daily-section .nav-tabs .nav-link {
    color: #fff;
    font-weight: 600;
}

.hourly-daily-section .nav-tabs .nav-link {
    border: none;
}

.hourly-daily-section .nav-item {
    width: 50%;
    text-align: center;
    text-align: center;
    font-size: 20px;
}

.address-location {
    text-align: center;
}

.address-locations {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #33457d;
    height: 45px;
    font-size: 18px;
    font-weight: normal;
}

.address-locations::-webkit-input-placeholder {
    /* Edge */
    color: #33457d;
}

.address-locations:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #33457d;
}

.address-locations::placeholder {
    color: #33457d;
}

.pink-bg {
    background-color: #ff2d65;
}

.best {
    color: #fff;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
}

.prices {
    color: #001f60;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    margin-top: -8px;
}

.best-park-section p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

.longer {
    color: #ff2d65;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    margin-top: -8px;
}

.second-p {
    color: #ff2d65 !important;
}

.sel-parking-app {
    width: 130px;
}

.change-scroll .afterscroll {
    display: block !important;
    width: 280px;
}

.change-scroll .deafult-logo {
    display: none !important;
}

.change-scroll .mobile-logo {
    display: none !important;
}

.change-scroll .navbar-toggler span {
    background-color: #fff;
}

.change-scroll {
    /* background-color: #078ec4; */
    background: rgb(5, 228, 247);
    background: -moz-linear-gradient(left, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    background: linear-gradient(to right, rgba(5, 228, 247, 1) 0%, rgba(4, 112, 179, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#05e4f7', endColorstr='#0470b3', GradientType=1);
}

.home-page-search {
    position: relative;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}

.home-page-search .form-control {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    border: none;
    font-family: 'Raleway', sans-serif;
}

.home-page-search .input-group-append {
    padding: 10px;
    background: #fff;
    border-left: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: none;
}

.home-page-search .input-group-append .btn {
    border-radius: 50px !important;
    padding: 12px 1rem !important;
}

.home-page-search img {
    position: absolute;
    left: 15px;
    z-index: 9;
    top: 25px;
    width: 30px;
    height: 30px;
}

.home-page-search input {
    font-family: 'HelveticaNeue';
    padding-left: 56px !important;
    padding-right: 0 !important;
}

.home-page-search .btn {
    border-radius: 0 !important;
    width: 190px;
}

.center-section img {
    width: 65px;
}

.center-section p {
    color: #000;
    margin-top: 0px;
    font-size: 17px;
    font-family: 'Avenir';
    font-weight: 300;
    width: 345px;
    margin: 0 auto;
}

.icon-desktop img {
    width: 40px !important;
    margin-top: 0 !important;
}

#hostParklinq .learn-more .btn {
    padding: .5rem 6.2rem;
    border-radius: 50px;
}

.right-img-icon .btn {
    width: 53px;
    height: 42px;
    position: absolute;
    right: 34px;
    text-align: center;
    margin: 0 auto;
    top: 4px;
    background: transparent;
}

.right-img-icon img {
    width: 29px;
    height: 29px;
}

.find-a-spot {
    position: relative;
    margin-top: 60px !important;
    max-width: 325px !important;
}

.find-a-spot .form-control {
    border: 3px solid #000;
    border-radius: 50px;
    text-align: center;
    height: 50px;
    font-size: 18px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
}

.find-a-spot .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.find-a-spot .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.find-a-spot .form-control::placeholder {
    color: #000;
}

.btn-black-border {
    border: 3px solid #000;
    border-radius: 50px;
    padding: 8px 70px;
    font-size: 18px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    color: #000;
    width: 305px;
}

.get-started-btn {
    position: relative;
    width: 292px;
    margin: 0 auto;
}

.right-arrow-setting img {
    position: absolute;
    right: 20px;
    width: 30px;
    top: 9px;
}

.btn-find-parking-near-me {
    width: 83%;
    line-height: 27px;
    border-radius: 50px;
    background: #00b0f0;
    box-shadow: 0 0 8px 1px #5d5555;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Raleway', sans-serif;
}

.find-btn-mob {
    position: relative;
}

.marker {
    position: absolute;
    top: 11px;
    left: 49px;
}


/*
footer setting
------------------------------------ */

.footer {
    background-color: #1B2127;
    padding: 34px 0;
}

.youtube img {
    width: 50px;
}

.footer .logo img {
    width: 220px;
}


/* .footer ul {
    margin-bottom: 0;
} */

.footer ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 53px;
    font-family: 'Raleway', sans-serif;
}

.appstore img {
    width: 200px;
    margin-top: 24px;
}


/* .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
} */


/* .footer .list-inline-item:not(:last-child) {
    margin-right: 0.8rem;
} */

.homepage .dashboard-btn {
    margin-right: 4rem;
    margin-left: 4rem;
}

.homepage .iphone {
    padding-right: 4rem;
    padding-left: 4rem;
}

.homepage .search label {
    font-size: 26px;
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
}

.homepage .search {
    width: 42%;
}

.sub-title {
    font-weight: 600;
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #1B2127;
    font-family: 'Avenir';
}

.earn-money {
    font-size: 28px !important;
}

.how-it-works p {
    color: #000;
    margin-top: 0px;
    font-size: 17px !important;
    font-family: 'Avenir';
    font-weight: 300 !important;
    width: 315px;
    margin: 0 auto;
}

.how-it-works h2 {
    font-size: 36px !important;
}

.how-it-works {
    padding-bottom: 0 !important;
}

.home-page-search .form-control::-webkit-input-placeholder {
    color: #1a88a0;
}

.home-page-search .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1a88a0;
}

.home-page-search .form-control::placeholder {
    color: #1a88a0;
}

.slogan-desktop {
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.desktop-margin {
    margin-top: 90px;
}

.search-wraper-home {
    position: relative;
}

.search-home-icon {
    position: absolute;
    left: 12px;
    top: 6px;
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .touchless-payment-section {
        background: url(../img/home/car-marker-new.png)bottom right no-repeat;
        position: relative;
        height: 474px;
        margin-top: -328px;
    }
    .home-bg {
        margin-top: 0 !important;
        height: 238px !important;
    }
    #mainNav .navbar-toggler span {
        background-color: #fff !important;
    }
    .touchless-innner-text {
        position: absolute;
        top: 72%;
        left: 25px;
        text-align: center;
        width: 45%;
    }
    .app-store-icon {
        display: none;
    }
    .home-text-setting {
        top: 36% !important;
    }
    .footer .logo {
        text-align: left !important;
    }
    .footer ul li a {
        font-size: 13px !important;
    }
    .icon-desktop img {
        margin-right: 10px;
    }
    .appstore img {
        width: 165px;
    }
    .site-header-mobi .site-social {
        position: absolute;
        bottom: -82px;
        left: 0;
        right: 0;
        text-align: center;
    }
}


/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .touchless-payment-section {
        background: url(../img/home/car-marker-new.png)bottom right no-repeat;
        position: relative;
        height: 474px;
        margin-top: -328px;
    }
    .home-bg {
        margin-top: 0 !important;
        height: 238px !important;
    }
    #mainNav .navbar-toggler span {
        background-color: #fff !important;
    }
    .touchless-innner-text {
        position: absolute;
        top: 72%;
        left: 25px;
        text-align: center;
        width: 45%;
    }
    .app-store-icon {
        display: none;
    }
    .home-text-setting {
        top: 36% !important;
    }
    .footer ul li a {
        font-size: 13px !important;
    }
    .footer .logo {
        text-align: left !important;
    }
    .icon-desktop img {
        margin-right: 10px;
    }
    .appstore img {
        width: 165px;
    }
    .site-header-mobi .site-social {
        position: absolute;
        bottom: -51px;
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .site-header-mobi .site-social {
        position: absolute;
        bottom: -95px;
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-bg {
        height: 236px;
    }
    .footer ul li a {
        font-size: 13px;
    }
    .HomePageScrollHint svg {
        bottom: -1px !important;
    }
    .address-locations {
        font-size: 17px;
    }
    .touchless-payment-section {
        background: url(../img/home/car-marker-new.png)bottom right no-repeat;
        position: relative;
        height: 474px;
        margin-top: -328px;
    }
    .touchless-innner-text {
        position: absolute;
        top: 76%;
        left: 38px;
        text-align: center;
        width: 49%;
    }
    .mobile-wraper-setting {
        margin-top: 63px;
    }
    .app-store-icon {
        width: 140px;
        position: absolute;
        bottom: -41px;
        right: 24px;
    }
    .padding-left-custom {
        padding-left: 44px !important;
        padding-top: 39px !important;
    }
    .hourly-daily-section {
        height: 167px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    /* .slogan {
        margin-top: -14px;
    } */
    .homepage .iphone {
        height: calc(100vh - 240px);
    }
    .homepage .search {
        width: 42%;
    }
    .phone-wraper {
        width: 58%;
    }
    .iphone-img {
        width: calc(100% - 260px);
    }
    .homepage .iphone {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .homepage .search label {
        font-size: 22px;
        margin-bottom: 5px;
        font-family: 'Raleway', sans-serif;
    }
}

@media (max-width: 992px) {
    .homepage .search {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .custom-nav {
        margin-bottom: 0px;
        margin-top: 0;
    }
    .homepage .app-store {
        position: absolute;
        bottom: 10px;
        width: 150px;
    }
    .homepage .iphone {
        height: calc(100vh - 65px);
        /* margin-top: 42px; */
    }
    .input-group-lg>.input-group-append>.btn,
    .input-group>.form-control:not(:last-child) {
        border-radius: 25px;
    }
    /* .input-group>.form-control {
        flex: none;
        width: 100%;
    }*/
    .home-page-search .form-control {
        line-height: 27px !important;
        padding-left: 0 !important;
        text-align: center;
        margin-bottom: 10px !important;
    }
    .input-group-lg .input-group-append {
        display: block;
        width: 100%;
        margin-top: 5px;
    }
    .search-home {
        font-size: 16px !important;
        position: absolute;
        left: 0;
        right: 0;
        margin-right: 4rem;
        margin-left: 4rem;
        padding: .3rem 1rem !important;
    }
}

.center-section {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
}

.download-ios-section {
    background: #fff;
    color: #000;
}

.payout-text {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

.dashbaord-section {
    margin-top: 120px !important;
}

@media (max-width: 767px) {

    .pagination>li>a, .pagination>li>span{
        padding: 3px 9px !important;
    }
    .pagination>li>a, .pagination>li>span{
        font-size: 14px !important;
    }
    .pagination>li:first-child>a, .pagination>li:first-child>span{
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .pagination>li:last-child>a, .pagination>li:last-child>span{
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .dashbaord-section {
        margin-top: 58px !important;
    }
    .mobile-res-tb {
        margin-top: 0 !important;
    }
    .manage-spaces {
        padding-bottom: 100px;
        margin-top: 10px;
    }
    .daily-spot,
    .near-text,
    .green-text {
        font-size: 17px !important;
    }
    .blue-bg-wraper {
        padding: 10px 0 !important;
    }
    .best-park-section span {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
    .sell-setting-margin {
        margin-bottom: 0px !important;
    }
    .ticket-text span {
        margin-top: 0px !important;
    }
    .hourly-daily-section .nav-item {
        font-size: 15px !important;
    }
    .padding-left-custom {
        padding-left: 24px !important;
    }
    .mobile-curve {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .best-park-section {
        background: #fff;
        margin-top: 0 !important;
        border-top: 4px solid #fff;
        background: rgb(255 255 255 / 0.9);
    }
    .pink-bg {
        background: rgb(255 0 68 / 70%);
    }
    .hourly-daily-section {
        background: none !important;
        background-color: rgb(7, 142, 196, 87%) !important;
    }
    .mobile-wraper-setting {
        background: url('../img/home/mobile-bottom-new.png')bottom center no-repeat;
        background-size: cover;
    }
    .prcie-mobile {
        margin-top: -5px;
    }
    .prices {
        font-size: 25px;
        margin-top: -8px;
    }
    .parkmobile {
        margin-top: 20px !important;
    }
    .best {
        font-size: 25px;
        margin-top: 20px;
    }
    .longer {
        font-size: 25px;
        margin-top: -8px;
    }
    .best-park-section p {
        font-size: 15px !important;
    }
    /* .hourly-daily-section .nav-item {
        width: 123px;
    } */
    .touchless-text-inner {
        font-size: 25px;
    }
    .payment-text {
        font-size: 25px;
        margin-top: -8px;
    }
    .car-mobile-setting {
        margin-top: -66px;
    }
    .touchless-payment-section-mobile {
        position: relative;
    }
    .ticket-text {
        color: #3e5585;
        font-size: 15px;
        font-weight: 500;
        font-family: 'Raleway', sans-serif;
    }
    .reserve-parking-text,
    .within-second-text {
        font-size: 25px;
    }
    .home-text-setting {
        position: absolute;
        top: 20%;
        left: 0;
        text-align: center;
        right: 0;
    }
    .change-scroll {
        background-color: #fff;
    }
    .listed-price {
        font-size: 17px !important;
    }
    body .color-text {
        color: #000 !important;
        font-size: 16px !important;
        font-weight: 500!important;
    }
    .payout-text {
        color: #000 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .description-section h2 {
        font-weight: bold !important;
    }
    .address-location {
        font-size: 25px !important;
    }
    .sell-p,
    .small-heading {
        font-size: 20px !important;
    }
    body .touchless-payment {
        width: 81px !important;
        margin-right: 32px !important;
    }
    .blue-bg-wraper {
        font-size: 15px !important;
    }
    .reserve-text {
        font-size: 17px !important;
    }
    .so-close p {
        font-size: 15px;
        margin-bottom: 73px;
    }
    .so-close h3 {
        font-size: 24px;
    }
    .app-btn-under-banner {
        position: relative;
        /* margin-top: -182px; */
    }
    .get-started-btn,
    .btn-black-border {
        width: 262px !important;
    }
    .right-img-icon .btn {
        margin-top: 0 !important;
    }
    .right-arrow-setting img {
        top: 24px !important;
        right: 35px;
    }
    .home-page-search {
        box-shadow: none;
    }
    /* .download-park-text img {
        width: 50px !important;
    } */
    #parkScreen .btn {
        padding: .5rem 2.2rem !important;
        margin-bottom: 0;
    }
    .download-section br {
        display: block !important;
    }
    /* .download-park-text p {
        font-weight: 300 !important;
        font-size: 16px !important;
        margin-top: 0px;
        margin-bottom: 15px;
        color: #000;
        font-family: 'Avenir';
        margin-bottom: 50px !important;
    } */
    /* #hostParklinq {
        background: url(../img/home/host-parklinq.png) no-repeat center left/cover !important;
    } */
    #parkScreen {
        text-align: center;
    }
    .Intelligent-parking h2 {
        margin-bottom: 40px !important;
    }
    #hostParklinq .learn-more .btn {
        padding: .5rem 5.2rem !important;
    }
    .free-listing-section .free-list:after {
        width: 24%;
        left: 30px;
        right: 0;
        top: 54px;
    }
    .earn-money {
        font-size: 20px !important;
    }
    .free-listing-section .control-avail:after {
        width: 39%;
        left: 2px;
        right: 0;
        top: 89px;
    }
    .free-listing-section .setup-minute:after {
        width: 31%;
        left: 8px;
        right: 0;
        top: 127px;
    }
    .how-it-works p {
        width: 244px !important;
    }
    .hosts-commercial {
        padding-top: 0 !important;
    }
    .how-it-works h2 {
        font-size: 24px !important;
    }
    .how-it-works p {
        margin-bottom: 40px !important;
        font-size: 14px !important;
    }
    .search-home {
        font-size: 16px !important;
    }
    .center-section {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
    }
    .center-section h2 {
        font-weight: 600;
        font-size: 24px !important;
    }
    .sub-title {
        font-weight: 600;
        font-size: 16px;
        margin-top: 2px;
        margin-bottom: 2px;
        color: #1B2127;
    }
    .form-control-lg,
    .input-group-lg>.form-control,
    .input-group-lg>.input-group-append>.btn,
    .input-group-lg>.input-group-append>.input-group-text,
    .input-group-lg>.input-group-prepend>.btn,
    .input-group-lg>.input-group-prepend>.input-group-text,
    .search-home {
        padding: .5rem 1rem;
        font-size: .8rem;
        line-height: 1.5;
        border-radius: 25px !important;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .homepage .app-store {
        width: 120px;
    }
    .homepage .dashboard-icon {
        width: 1.3rem;
        vertical-align: middle;
    }
    .dashboard-btn {
        padding: 7px 5px;
        font-size: 13px;
        font-weight: 700;
        border-radius: 20px;
        background-color: #11CBED;
        color: #fff;
    }
    .custom-btn {
        width: 160px;
    }
    .dashboard-btn {
        left: 0;
        right: 0;
    }
    .custom-btn>img {
        margin-left: 5px;
    }
    .homepage .search {
        margin-top: 17px;
    }
    .slogan {
        font-size: 15px;
    }
    .driver-index .home-page-search img {
        top: 11px;
    }
    /* .home-bg {
        background: url(../img/home/iPhone.png) no-repeat bottom center, url(../img/home/home-bg.png)bottom center no-repeat;
        background-size: 45%, cover;
        height: 100vh;
        padding-top: 52px;
        position: relative;
    } */
    .home-bg {
        background: url(../img/home/mobile-top.png)bottom center no-repeat;
        background-size: cover;
        height: 180px;
        margin-top: 78px;
        position: relative
    }
    .logo img {
        width: 210px;
    }
    .navbar-toggler.active span {
        background-color: #fff !important;
    }
    .change-scroll .afterscroll {
        width: 210px;
    }
    #mainNav.change-scroll .navbar-toggler span {
        background-color: #fff;
    }
    #mainNav .navbar-toggler span {
        background-color: #0a90c5;
    }
    .navbar-toggler span {
        background-color: #fff;
    }
    .enforcement-page .navbar-toggler span {
        background-color: #000;
    }
    .navbar-toggler.active span {
        background-color: #fff;
    }
    .custom-nav {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .custom-nav.navbar-light .navbar-toggler {
        position: absolute;
        right: 5px;
        /*margin-right: -12px; */
        /*margin-right: -104px;*/
    }
    .home-page-search img {
        position: absolute;
        left: 35px;
        z-index: 9;
        top: 9px;
        width: 25px;
        height: 25px;
    }
    .driver-index .home-page-search {
        z-index: -1;
    }
    .home-page-search {
        position: relative;
        padding: 0 5px;
        margin-bottom: 5px !important;
    }
    .home-page-search input {
        padding-left: 43px !important;
    }
    .center-section img {
        width: 58px;
    }
    .center-section p {
        font-size: 14px;
        width: 250px;
        margin-bottom: 40px
    }
    .footer {
        position: relative;
    }
    .footer .logo {
        text-align: center;
    }
    .border-bottom-custom {
        border-bottom: 2px solid #707070;
        width: 206px;
        margin: 0 auto;
        margin-bottom: 15px !important;
        padding-bottom: 15px;
    }
    .footer ul li a {
        line-height: 41px;
        font-size: 15px;
        font-family: 'Raleway', sans-serif;
    }
    .footer .logo img {
        width: 190px;
        margin-bottom: 30px;
    }
    body {
        margin-bottom: 0;
    }
    .social-icon img {
        width: 40px
    }
    .app-mobile img {
        width: 131px;
    }
    .footer .list-inline-item:not(:last-child) {
        margin-right: 0rem;
    }
    .footer {
        padding-bottom: 17px;
    }
    .custom-btn {
        margin-right: 0;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .homepage .search label {
        font-size: 17px;
        margin-bottom: 8px;
        /* font-family: 'HelveticaNeue'; */
    }
    .dash-btn {
        width: auto !important;
    }
    .home-page-search input {
        font-size: 14px !important;
    }
    .homepage .search {
        width: auto !important;
        margin-top: 60px;
    }
    .desktop-margin {
        margin-top: 0;
    }
    .down-arrow-home {
        margin-top: 18px;
        display: block;
    }
}

@media (max-width: 767px) and (orientation:landscape) {
    .homepage .iphone {
        height: calc(100vh - 251px);
    }
    .homepage .dashboard-btn {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .how-it-works p,
    .center-section p {
        width: auto;
    }
    .slogan {
        position: absolute;
        font-size: 20px;
        left: 15px;
        top: 60px;
    }
    .homepage .iphone {
        height: calc(100vh - 365px);
        /* margin-top: 55px; */
    }
    .home-page-search img {
        position: absolute;
        left: 15px;
        z-index: 9;
        top: 10px;
        width: 29px;
        height: 29px;
    }
    .footer {
        position: relative;
    }
    body {
        margin-bottom: 0 !important;
    }
    .dashboard-btn {
        left: 0;
        right: 0;
    }
    .home-bg {
        padding-top: 108px;
    }
    .home-page-search input {
        font-size: 17px !important;
    }
    .search-home,
    .homepage .dashboard-btn {
        border-radius: 25px;
    }
    .search-home {
        padding: .5rem 1rem !important;
    }
    .homepage .dashboard-btn {
        padding: 6px 10px;
        font-size: 20px;
        font-weight: 600;
    }
    .homepage .dashboard-icon {
        vertical-align: bottom;
        width: 32px;
        display: inline-block;
        margin-right: 5px;
    }
    .homepage .app-store {
        bottom: 15px;
        width: 180px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .home-page-search img {
        top: 23px;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    /* .home-bg {
        background-size: 58%, cover;
    } */
    /* 
         .app-btn-under-banner{
        margin-top: -222px;
    }  */
}

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    .app-btn-under-banner {
        position: relative;
        /* margin-top: -206px; */
    }
    /* .home-bg {
        background-size: 45%, cover;
    } */
}


/*
iphone x
------------------------------------ */

@media (max-width: 375px) {
    /* .app-btn-under-banner{
        margin-top: -222px;
    } */
    .homepage .iphone {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
    .homepage .dashboard-btn,
    .search-home {
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }
    .site-header-mobi .site-social {
        bottom: 110px;
    }
    .site-header-mobi .site-nav {
        padding: 3rem .9375rem .5rem;
    }
}

@media (max-width: 360px) {
    .homepage .iphone {
        height: calc(100vh - 225px);
        width: auto;
    }
    .home-page-search input {
        font-size: 12px !important;
    }
    .site-header-mobi .site-social {
        bottom: 50px;
    }
    .slogan {
        font-size: 13px;
    }
    .homepage .app-store {
        width: 100px;
    }
    .homepage .search {
        margin-top: 55px;
    }
}

.ticket-text span {
    margin-top: -8px;
    display: block;
}

.best-park-section span {
    margin-top: -8px;
    display: block;
}

.sell-setting-margin {
    margin-bottom: 24px !important;
}

@media (max-width: 320px) {
    /* .home-bg {
        background-size: 35%, cover;
    } */
    .home-page-search img {
        position: absolute;
        left: 42px;
        z-index: 9;
        top: 9px;
        width: 21px;
        height: 21px;
    }
    .btn-find-parking-near-me {
        width: 83%;
    }
    .marker {
        position: absolute;
        top: 13px;
        left: 37px;
    }
    .homepage .iphone {
        height: calc(100vh - 196px);
        width: auto;
    }
    .search-home {
        padding: .1rem 1rem !important;
    }
    .custom-nav {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .home-bg {
        padding-top: 44px;
    }
    .input-group-lg>.form-control {
        padding: .3rem 1rem;
    }
    .homepage .dashboard-icon {
        width: 1.1rem;
    }
    .dashboard-btn {
        font-size: 10px
    }
    .homepage .app-store {
        width: 93px;
    }
    .social-accounts img {
        width: 30px !important;
    }
    .site-header-mobi .app-store {
        width: 140px !important;
    }
    .site-header-mobi .site-social {
        bottom: 25px;
    }
    .site-header-mobi ul {
        margin-bottom: 0;
    }
    .site-nav-menu li>a {
        padding: .4em .5em;
    }
}

.center-section h2 {
    font-weight: 600;
    font-size: 36px;
    font-family: 'Avenir';
    margin-bottom: 70px;
}

.social-accounts img {
    width: 38px;
}

.site-header-mobi .app-store {
    width: 160px;
}

.version-no {
    color: #fff;
    font-size: 16px;
}

.site-nav-menu {
    margin-bottom: 8px;
}

.touchless-payment {
    width: 85px;
    margin-right: 42px;
}

.touchless-text {
    font-size: 28px;
    color: #058dc3;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

.parking-text {
    font-size: 28px;
    color: #042060;
    font-family: 'Raleway', sans-serif;
    font-weight: bold
}

.reserve-text {
    font-size: 20px;
    color: #1a88a0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.sell-your-image {
    width: 62px;
    margin-bottom: 15px;
}

.sell-your {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #042060;
}

.parking-spot {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 28px;
}

.sell-p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 19px;
}

.small-heading {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #042060;
}

.small-heading-p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.sell-p-bold,
.sell-p-bold .gotham-font {
    font-weight: bold;
}

.small-heading-p .gotham-font {
    font-weight: bold;
}

.daily-spot {
    font-size: 16px;
    color: #042060;
    font-family: 'Raleway', sans-serif;
    /* font-weight: bold; */
}

.near-text {
    font-size: 15px;
    color: #042060;
    font-family: 'Raleway', sans-serif;
    margin: 2px 0;
    font-weight: bold;
}

.btn-signup {
    color: #078ec4;
    padding: 7px 78px;
    border: 2px solid #078ec4;
    background: #fff;
    font-size: 18px;
    border-radius: 6px;
}

.btn-signup:hover {
    color: #078ec4;
}

.green-text {
    color: #ff3399;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.gotham-font-bold {
    font-family: 'Gotham';
}

.light-font {
    font-weight: 300;
}

.blue-bg-wraper {
    background: #078ec4;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    border-radius: 30px;
    padding: 5px 0;
}

.bold-font-text {
    font-weight: 600;
}

body .m-0-margin {
    padding: 0;
}

.pb-custom {
    padding-bottom: 75px;
}

.blue-button:hover {
    color: #fff;
}

.address-location {
    font-size: 30px;
    color: #1dcde9;
    font-weight: bold;
    margin-top: 30px;
}

body .personal-info-text {
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

.profile-border {
    background-color: #fff !important;
    box-shadow: 0 0 3px 1px #ccc;
    padding: 1.5rem;
}


/** nav setting **/

.custom-dropdown-toggle.dropdown-toggle::after {
    background-image: url(../img/down-arrow-white.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: .255em;
    vertical-align: .255em;
    position: absolute;
    content: "";
    right: 43px;
    border: none;
    top: 41px;
}

.my-account-text {
    width: 180px;
    font-weight: 600;
    font-size: 20px;
}

.font-setting {
    font-size: 17px!important;
    font-weight: normal !important;
}

.custom-nav .dropdown-item {
    color: #11CBED;
    font-size: 20px;
    line-height: 31px !important;
}

.custom-nav .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #707070;
    width: 79%;
    margin: 7px auto;
}

.custom-nav .dropdown-menu {
    border-radius: 0 !important;
    box-shadow: 0 0 3px 0px #ccc;
    border: none !important;
    width: 250px !important;
}

.custom-nav .dropdown-item.active,
.custom-nav .dropdown-item:active {
    background-color: #11CBED !important;
    color: #fff;
}

.color-text {
    color: #000 !important;
    font-size: 19px !important;
    font-weight: normal !important;
}

.listed-price {
    color: #11CBED;
    font-weight: normal;
    font-size: 18px;
}

.gotham-font {
    font-family: 'Gotham';
    font-weight: normal;
}

.gotham-font a {
    font-family: 'Gotham' !important;
}

.calendermonth {
    background-color: #5f5eff;
    color: #fff;
    border-radius: 6px;
    line-height: 33px;
}

.vechicle-cross-icon.close {
    opacity: 1;
    padding: 0;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Bold.woff2') format('woff2'), url('../../fonts/Gotham-Bold.woff') format('woff'), url('../../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Light.woff2') format('woff2'), url('../../fonts/Gotham-Light.woff') format('woff'), url('../../fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Black.woff2') format('woff2'), url('../../fonts/Gotham-Black.woff') format('woff'), url('../../fonts/Gotham-Black.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Medium.woff2') format('woff2'), url('../../fonts/Gotham-Medium.woff') format('woff'), url('../../fonts/GothamMedium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../../fonts/Gotham-Bold.woff') format('woff'),
        url('../../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('../../fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../../fonts/Gotham-Medium.woff') format('woff'),
        url('../../fonts/GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('../../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('../../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Light.woff2') format('woff2'),
        url('../../fonts/Gotham-Light.woff') format('woff'),
        url('../../fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Book.woff2') format('woff2'),
        url('../../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-XLight.woff2') format('woff2'),
        url('../../fonts/Gotham-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Black.woff2') format('woff2'),
        url('../../fonts/Gotham-Black.woff') format('woff'),
        url('../../fonts/Gotham-Black.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Light.woff2') format('woff2'),
        url('../../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('../../fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-XLightItalic.woff2') format('woff2'),
        url('../../fonts/Gotham-XLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-ThinItalic.woff2') format('woff2'),
        url('../../fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
} */

.btn-find-parklinq {
    background-color: #fff;
    width: 100%;
    color: #33457d;
    font-size: 20px;
    position: relative;
    margin-top: 9px;
    padding: 6px;
    font-family: 'Raleway', sans-serif;
    border-radius: 10px
}

.btn-find-parklinq img {
    position: absolute;
    left: 18px;
    top: 7px;
    width: 30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}

.pagination>li>a {
    background: #fafafa;
    color: #666;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    width: auto;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000000;
    margin-bottom: 7px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.text-center>.btn-toolbar {
    justify-content: center;
}