body {
    font-family: 'Monrad Grotesk' !important;
}

.new-logo {
    width: 200px;
}

.card-img img {
    vertical-align: baseline;
}

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

.login-link {
    color: #168cc2 !important;
    font-family: 'Avenir Next LT Pro';
}

.username-setting {
    font-family: 'Avenir Next LT Pro';
}

.signup {
    color: #168cc2 !important;
    border: 2px solid;
    border-radius: 50px;
    padding: 3px 16px !important;
}

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

.parking-text {
    color: #000;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    font-size: 47px;
}

.simplified-text {
    color: #168cc2;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    font-size: 47px;
    line-height: 32px;
    margin-bottom: 8px;
}

.top-section p {
    font-size: 22px;
    font-family: 'Monrad Grotesk' !important;
    font-weight: normal;
}

.car-image {
    width: 600px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #168cc2 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}


/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:nth-child(1){
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; 
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:nth-child(2){
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important; 
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
*/

.nav-tabs .nav-link {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.nav-tabs .nav-link {
    border: 1px solid #168cc2 !important;
    color: #b9b9b9 !important;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 17px;
}

.nav-tabs {
    border-bottom: none !important;
}

.want-to-park {
    background-color: transparent;
    border: 1px solid #168cc2 !important;
    color: #168cc2;
    font-size: 19px;
    text-align: center;
}

.nav-tabs .nav-item {
    width: 50%;
}

.date-time-section {
    border: 1px solid #168cc2 !important;
    border-radius: .25rem;
    padding: 7px;
}

.start-text,
.end-text {
    color: #00adea;
    font-weight: 900;
    font-size: 17px;
}

.today-text {
    color: #333;
    font-family: 'Monrad Grotesk';
    font-size: 17px;
    font-weight: normal;
}

.duration {
    background-color: #d9d9d9;
    color: #168cc2;
    font-weight: 900;
    padding: 2px;
    font-size: 19px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
}

.monthly-duration a:hover {
    color: #168cc2 !important;
    text-decoration: none;
}

.map-available-parking {
    background-color: #168cc2;
    color: #FFF;
    font-weight: 600!important;
    font-size: 17px !important;
    padding: 8px 20px !important;
}

#myTab li.nav-item:first-child a.nav-link {
    border-radius: 6px 0 00 6px!important;
}

#myTab li.nav-item:last-child a.nav-link {
    border-radius: 0 6px 6px 0 !important;
}

.top-section {
    margin-top: 180px;
}

.navbar-expand-lg {
    background-color: #fff;
}

.black-bar-bottom {
    background-color: #000;
    border-top: 8px solid #168cc2;
    margin-top: 80px;
}

.featured-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
}

.form-control::-webkit-input-placeholder {
    color: #168cc2 !important;
}

.form-control::-moz-placeholder {
    color: #168cc2 !important;
}

.form-control:-ms-input-placeholder {
    color: #168cc2 !important;
}

/* .new-home .modal-backdrop {
    opacity: 0.9 !important;
    background-color: #000 !important;
} */

.white-box {
    background-color: #fff;
}

/* .new-home .modal-content {
    background-color: transparent !important;
} */

.btn-ok {
    background-color: #168cc2;
    color: #fff;
    font-weight: 900 !important;
}

.blue-text {
    color: #168cc2 !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #0e0e0e;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #101010;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bottom-logo-width {
    width: 120px;
}

.smart-parking h2 {
    font-weight: 900;
    font-size: 47px;
}

.smart-text {
    color: #168cc2 !important;
}

.how-it-work {
    background-color: #168cc2 !important;
    color: #fff;
    font-weight: 600 !important;
    border-radius: 10px important;
    padding: 5px 55px !important;
    font-size: 20px;
    width: 230px;
}

.new-iphone-img {
    width: 400px;
    margin-top: 61px;
}

.smart-parking {
    padding: 64px 0 0 0;
}

.parklinq-climate {
    background-color: #000;
}

.green-logo {
    width: 250px;
}

.climate {
    color: #00e266;
    font-size: 47px;
    text-transform: capitalize;
}

.carbon-capture {
    width: 95px;
}

.parklinq-climate p {
    color: #fff;
    font-size: 21px;
    font-family: 'Monrad Grotesk' !important;
    font-weight: normal;
}

.bold-green {
    font-weight: 900;
    color: #00e266;
}

.learn-more {
    background-color: #00e266;
    color: #000;
    font-weight: 600 !important;
    border-radius: 6px;
    padding: 5px 58px !important;
    font-size: 20px !important;
    margin-top: 30px;
    width: 230px;
}

.parklinq-climate {
    padding: 100px 0;
}

.purple-color {
    color: #871a91;
}

.list-your-parking h2 {
    font-weight: 900;
    font-size: 47px;
    margin-top: 15px;
}

.how-it-work-purple {
    background: #871a91;
    color: #fff;
    border-radius: 6px !important;
    padding: 5px 58px !important;
    font-size: 20px;
    font-weight: 600 !important;
    margin-bottom: 60px;
}

.list-your-parking p {
    font-size: 21px;
    font-family: 'Monrad Grotesk' !important;
    font-weight: normal;
}

.list-your-parking {
    padding: 85px 0 10px 0;
}

.app-store {
    width: 140px;
    margin-top: 15px;
}

.social-icon-setting {
    margin-top: 18px;
}

.footer-logo-icon {
    width: 175px;
}

.footer {
    background-color: #000;
}

.footer h4 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Avenir Next LT Pro';
}

.footer li a {
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    font-family: 'Avenir LT Pro';
    font-weight: normal;
}


/* .custom-padding-container {
    padding-left: 100px;
    padding-right: 100px;
} */


/* .padding-left-custom-footer {
    padding-left: 150px;
} */

.copy-right-text {
    color: #fff;
    font-size: 15px;
    font-family: 'Avenir LT Pro';
}

.footer-bottom-section {
    margin-top: 100px;
    padding-left: 100px !important;
}

.footer {
    padding: 90px 0 5px 0;
}

.btn-black {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    padding: 6px 34px;
    font-weight: 900;
}

.parklinq-sign {
    color: #000;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 3px;
}

.zone-number,
.zone-number:focus {
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    width: 59%;
    margin: 0 auto;
}

.zone-number::-webkit-input-placeholder {
    color: #fff !important;
    font-weight: 600;
}

.social-icon {
    width: 30px;
}

.way-parking h4 {
    font-size: 25px;
}

.way-parking h4 {
    font-size: 47px;
    font-weight: 900;
    color: #168cc2;
    margin-top: 60px;
}

.parking-black-text {
    color: #000;
}

.way-parking p {
    font-size: 23px;
    color: #000;
    padding: 8px 0;
    margin-bottom: 90px;
}

.way-parking {
    padding: 32px 0;
    margin-top: 61px;
    position: relative;
}

.desktop-setting-top-text {
    position: absolute;
    right: 9%;
    top: 31%;
    color: #fff !important;
}

.desktop-setting-top-text h4 {
    color: #fff;
}

.desktop-setting-top-text p {
    color: #fff !important;
    font-family: 'Avenir Next LT Pro';
    font-weight: 300;
    font-size: 21px;
}

.extend-time h3 {
    font-size: 45px;
    color: #000;
    font-weight: 900;
    margin-bottom: 20px;
}

.extend-time p {
    font-size: 23px;
    color: #000;
}

.reminder-text {
    font-weight: 900;
    color: #168cc2;
}

.gps-navigation {
    position: relative;
}

.text-setting {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff !important;
}

.text-setting p {
    color: #fff !important;
}

.text-setting h4 {
    font-weight: 900;
    font-size: 45px;
    margin-bottom: 20px;
}

.gps-navigation img {
    height: 533px;
}

.compare-price h3 {
    font-weight: 900;
    color: #000;
    font-size: 45px;
    margin-bottom: 25px;
}

.compare-price p {
    font-size: 23px;
    color: #000;
}

.text-setting-compare {
    position: absolute;
    left: 0;
    right: 68px;
    text-align: right;
    top: 38%;
}

.compare-price-setting {
    position: relative;
    margin-top: 58px;
}

.contactless {
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    line-height: 30px;
}

.payments {
    color: #fff;
    font-size: 43px;
    font-weight: normal;
}

.text-setting-compare p {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 26px;
}

.yellow-text {
    color: #e2f314;
    font-weight: 900;
}

.parking-option {
    color: #000;
    font-weight: 900;
    font-size: 45px;
    line-height: 42px;
}

.parking-options p {
    color: #000;
    font-size: 47px;
}

.parking-options ul li {
    color: #000;
    font-size: 21px;
    font-weight: normal;
}

.ev-charging {
    color: #17b45a !important;
    font-weight: 600;
}

.parking-options ul {
    padding-left: 20px
}

.find-parking {
    background-color: #168cc2;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    padding: 5px 54px;
    margin-top: 35px;
    font-size: 19px;
}

.parking-options {
    background-image: url(../../img/parking-option.png);
    background-size: cover;
    padding: 40px 0;
}

.parking-option-desktop p {
    color: #fff;
    font-weight: 900;
}

.parking-option-desktop ul li {
    color: #fff !important;
}

.desktop-iphone-setting {
    margin: 0 auto;
    width: 327px;
    margin-top: 31px;
}

.zone-text {
    font-size: 22px;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    color: #727272;
    padding-left: 26px;
}

.how-long-parking {
    /* border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; */
    text-align: center;
    font-family: 'Avenir';
    font-weight: 600;
    color: #727272;
    /* border-top-left-radius: .50rem;
    border-top-right-radius: .50rem; */
    padding: 10px;
    font-size: 20px;
    border: 0;
}

.how-long-parking:focus,
.btn-end-time:focus {
    box-shadow: none !important;
}

.how-long-parking::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727272 !important;
}

.how-long-parking::-moz-placeholder {
    /* Firefox 19+ */
    color: #727272 !important;
}

.how-long-parking:-ms-input-placeholder {
    /* IE 10+ */
    color: #727272 !important;
}

.how-long-parking:-moz-placeholder {
    /* Firefox 18- */
    color: #727272 !important;
}

.btn-end-time {
    border-top: none;
    font-family: 'Avenir';
    color: #FBFEFF;
    font-weight: 900;
    font-size: 19px;
    text-transform: capitalize;
    padding: 8px;
    background: #00ADEA;
    width: 65% !important;
    margin: 0 auto;
    margin-top: 12px !important;
    border-radius: 25px;
}

.btn-go {
    background-color: #00adea;
    font-family: 'Monrad Grotesk';
    color: #fff;
    font-weight: 900;
    width: 100%;
    font-size: 24px;
    border-radius: .50rem;
}

.continue-btn {
    width: 65% !important;
    font-family: 'Avenir' !important;
    border-radius: 25px;
    font-size: 19px;
    padding: 7px 9px;
    background: #fff;
    border: 1px solid #00ADEA;
    color: #00ADEA;
}

.border-top-custom {
    border: 2px solid #0b1a39;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /* border-bottom: none; */
    padding: 10px 15px;
    margin-bottom: 15px;
}

.border-bottom-custom {
    border: 2px solid #0b1a39;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 15px;
}

.mobile-hourly-daily {
    padding-left: 112px;
    /* margin-top: 45px; */
    margin-top: 0;
}

.date-text {
    font-family: 'Avenir';
    font-weight: 300;
    color: #727272;
}

.days-text {
    font-family: 'Avenir next LT Pro';
    /* font-weight: 900; */
    color: #000;
    font-size: 15px;
}

.monthly-parking input[type="radio"]:checked+div>.days-text,
.monthly-parking input[type="radio"]:checked+div>.date-text {
    color: #fff;
}

.parking-option-text {
    font-family: 'Avenir';
    font-weight: 300;
    color: #727272;
}

.smart-parking p {
    font-size: 21px;
    font-family: 'Monrad Grotesk' !important;
    font-weight: normal;
}

.smart {
    color: #00e165;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    font-size: 47px;
}

.parking {
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    color: #000;
    font-size: 47px;
}

.healthy-climate {
    font-family: 'Monrad Grotesk';
    color: #000;
    font-size: 32px !important;
    line-height: 20px;
}

.smart-parking-page {
    margin-top: 150px;
}

.green-box {
    background-color: #00e266;
    color: #000;
    padding: 39px 7px;
    text-align: center;
    font-weight: 900;
    font-size: 55px;
    font-family: 'Monrad Grotesk';
    text-align: center;
    width: 157px !important;
    height: 157px !important;
}

.smart-parking-page p {
    color: #000;
    font-family: 'Monrad Grotesk';
    font-size: 21px;
    line-height: 25px;
    font-weight: normal;
}

.smart-parking-page .container {
    padding: 0 150px;
}

.number-text {
    width: 100%;
    text-align: center;
}

.smart-parking-bottom {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.minutes-section {
    background-color: #000;
    padding: 100px 0;
}

.minutes-section .container {
    padding: 0 150px;
}

.minutes-section p {
    color: #fff;
    font-family: 'Monrad Grotesk';
    font-size: 21px;
    padding-right: 141px;
    line-height: 25px;
    font-weight: normal;
}

.smart-text-bold {
    font-weight: 900;
}

.parking-text-green {
    color: #00e266;
    font-weight: 900;
}

.minute-text {
    line-height: 36px;
    font-size: 36px;
}

.minutes-section .number-text {
    line-height: 40px;
}

.parklinq-climate-section {
    background-image: url('/../img/street-map.png');
    padding: 100px 0;
}

.parklinq-climate-section .container {
    padding: 0 150px;
}

.climate-text {
    font-family: 'Monrad Grotesk';
    font-size: 40px;
}

.black-logo {
    width: 220px;
}

.parklinq-climate-section p {
    font-family: 'Monrad Grotesk';
    font-weight: 600;
    font-size: 21px;
    margin-top: 95px;
}

.digital {
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    font-size: 47px;
    color: #000;
}

.digital-parking {
    margin-top: 100px;
}

.parking-purple {
    color: #871a91;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    font-size: 47px;
}

.management {
    font-family: 'Monrad Grotesk';
    font-size: 39px;
    line-height: 28px;
    margin-bottom: 22px;
    font-weight: normal;
}

.btn-demo {
    background-color: #871a91;
    color: #fff;
    font-family: 'Monrad Grotesk';
    font-weight: 600;
    border-radius: 0;
    font-size: 20px;
    padding: 5px 43px;
    margin-bottom: 24px;
    width: 230px;
    border-radius: 6px;
}

.btn-demo:hover {
    color: #fff;
}

.mt-desktop-setting {
    margin-top: 32px;
}

.no-maintenance {
    color: #871792;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    font-size: 47px;
}

.equipment {
    font-family: 'Monrad Grotesk';
    color: #000;
    font-size: 39px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 22px;
}

.smrt-text {
    color: #871792;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
}

.station-text {
    color: #000;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
}

.no-maintenance-section p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 17px;
    margin-top: 33px;
    font-weight: normal;
}

.dynamic-section {
    background-color: #322342;
}

.dynmaic-text {
    color: #871792;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
}

.premium-text {
    color: #871792;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
}

.bold-text {
    color: #000;
    font-size: 38px;
    font-weight: bold;
}

.bold-text p {
    font-weight: normal !important;
    color: #000;
    font-size: 18px !important;
    line-height: 20px;
}

.advanced-booking {
    font-family: 'Monrad Grotesk';
    font-weight: 900;
}

.no-cash {
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    font-size: 40px;
}

.leakage {
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    font-size: 47px;
    color: #871a91;
}

.payment-security {
    font-family: 'Monrad Grotesk';
    font-size: 39px;
    line-height: 21px;
    margin-bottom: 22px;
    font-weight: normal;
}

.no-cash-leakage p {
    font-size: 20px;
    line-height: 22px;
    margin-top: 30px;
    font-weight: normal;
}

.digital-parking .container,
.no-maintenance-section .container,
.no-cash-leakage .container {
    padding: 0 150px;
}

.digital-parking p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 33px;
    margin-top: 33px;
    font-weight: normal;
}

.digital-parking {
    margin-top: 92px;
}


/* .no-maintenance-section{
    padding: 65px 0;
} */

.dyanmic-setting {
    padding: 50px 0 !important;
}


/* .no-cash-leakage{
    padding: 60px 0;
} */

.back-arrow {
    width: 35px;
}

.parklinq-sign-img {
    width: 145px;
}

.zone-number-text {
    font-family: 'Avenir';
    font-size: 17px;
    color: #aaaaaa;
    font-weight: 300;
    line-height: 3px;
    margin-top: 20px;
}

.zone-numbers {
    font-family: 'Avenir';
    font-weight: bold;
    font-size: 21px;
}

.black-blue-logo {
    width: 200px;
    margin: 90px 0 90px 0;
}

.enter-licence-plate {
    border: none;
    border: 2px solid #ccc !important;
    text-align: center;
    border-radius: .25rem;
    font-family: 'Avenir';
    font-weight: 3;
    font-size: 19px;
    padding: 9px 10px;
    text-align: left;
    padding-left: 20px;
}

.zone-number[type=number]::-webkit-outer-spin-button,
.zone-number[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.zone-number[type=number] {
    -moz-appearance: textfield;
}

.zone-number::-webkit-input-placeholder {
    color: #fff;
}

.zone-number::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

.zone-number:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important;
}

.zone-number:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

.enter-licence-plate::-webkit-input-placeholder,
.phone-number::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495057 !important;
}

.enter-licence-plate::-moz-placeholder,
.phone-number::-moz-placeholder {
    /* Firefox 19+ */
    color: #495057 !important;
}

.enter-licence-plate:-ms-input-placeholder,
.phone-number:-ms-input-placeholder {
    /* IE 10+ */
    color: #495057 !important;
}

.enter-licence-plate:-moz-placeholder,
.phone-number:-moz-placeholder {
    /* Firefox 18- */
    color: #495057 !important;
}

.bottom-visa-section {
    font-family: 'Avenir Next LT Pro';
}

.licence-plate label {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    font-family: 'Avenir Next LT Pro';
}

.vehicle-wraper label {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    font-family: 'Avenir Next LT Pro';
    margin-bottom: 0;
}

.phone-wraper label {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    font-family: 'Avenir Next LT Pro';
    margin-bottom: 0;
}

.enter-licence-plate:focus {
    box-shadow: none;
    border-color: #ccc;
}

.incorrect-plate-text {
    font-family: 'Avenir Next LT Pro';
    color: #ff0303;
    font-size: 15px;
    /* border-top: 2px solid #b4c0cf; */
    margin-top: 5px;
    padding-top: 0;
    text-align: center;
}

.aloha-img {
    width: 140px;
}

.already-account {
    font-family: 'Avenir';
    color: #000;
    font-weight: 300 !important;
    font-size: 16px;
}

.sign-in-text a {
    font-size: 18px;
    font-family: 'Avenir';
    font-weight: bold;
    color: #00a9e9;
}

body .enter-licence-plate::-webkit-input-placeholder {
    color: #b8b8b8 !important;
}

.already-account-setting {
    margin-top: 140px;
}

.licence-plate-mobile {
    width: 333px;
    margin: 0 auto;
    margin-top: 150px !important;
}

.vehicle-wraper {
    width: 333px;
    margin: 0 auto;
    margin-top: 200px !important;
    margin-bottom: 150px !important;
}

.phone-wraper {
    width: 333px;
    margin: 0 auto;
    margin-top: 200px !important;
    margin-bottom: 150px !important;
}

.secure-text {
    font-family: 'Avenir Next LT Pro';
    font-weight: 900;
    color: #000;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.checkout-page p {
    font-family: 'Avenir LT Pro';
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    /* margin-top: 30px; */
    margin-bottom: 10px;
}

.phone-number {
    color: #333;
    font-family: 'Avenir';
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
    border-color: #ccc;
    margin-bottom: 0px;
    border-radius: 4px;
    font-size: 18px;
    border-width: 2px;
    height: 50px;
    box-shadow: none !important;
}

.phone-number:focus {
    /* background: #fff; */
    color: #333;
    box-shadow: none;
    border-color: #ccc;
}

.phone-number-label {
    font-family: 'Avenir Next LT Pro';
    font-weight: 900;
    color: #000;
    font-size: 18px;
}

.phone-number::-webkit-input-placeholder {
    /* Edge */
    color: #b2b2b2 !important;
}

.phone-number:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b2b2b2 !important;
}

.phone-number ::placeholder {
    color: #b2b2b2 !important;
}


/* .phone-number-label{
      padding-left: 54px;
  } */

.price-text {
    font-family: 'Avenir Next LT Pro';
    font-weight: 900;
    color: #212934;
    font-size: 18px;
}

.date-time-text {
    font-family: 'Avenir LT Pro';
    font-size: 18px;
    color: #151d28;
}

.btn-apple-pay img {
    width: 20px;
    vertical-align: text-bottom;
}

.btn-apple-pay {
    background: #000;
    color: #fff;
    width: 230px;
    border-radius: 50px;
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.pay-with {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    width: 130px;
    color: #bababa;
    font-family: 'Avenir LT Pro';
    font-weight: 300;
    font-size: 14px;
}

.or-pay-with {
    position: relative;
}

.month-year {
    /* border-right: 0; */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom: 2px solid #cacaca;
    border-left: 2px solid #cacaca;
    font-family: 'Avenir LT Pro';
    font-size: 16px;
}

.cvc {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid #cacaca;
    border-right: 2px solid #cacaca;
    font-family: 'Avenir LT Pro';
    font-size: 16px;
}

.card-number {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 2px solid #cacaca;
    font-family: 'Avenir LT Pro';
    font-size: 16px;
}

.card-number::-webkit-input-placeholder,
.month-year::-webkit-input-placeholder,
.cvc::-webkit-input-placeholder {
    /* Edge */
    color: #bababa !important;
}

.card-number::-webkit-input-placeholder,
.month-year::-webkit-input-placeholder,
.cvc::-webkit-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bababa !important;
}

.card-number::-webkit-input-placeholder,
.month-year::-webkit-input-placeholder,
.cvc::-webkit-input-placeholder {
    color: #bababa !important;
}

.card-number:focus,
.month-year:focus,
.cvc:focus {
    box-shadow: none;
}

.card-imfo {
    font-family: 'Avenir LT Pro';
    color: #bababa;
}

.card-wrap {
    position: relative;
}

.card-wrap img {
    width: 139px;
    position: absolute;
    right: 12px;
    z-index: 999;
    top: 10px;
}

.remember-card {
    font-family: 'Avenir LT Pro';
    color: #bababa;
}

.btn-pay {
    font-family: 'Avenir Next LT Pro';
    background: #5f5eff;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
    padding: 7px;
    border-radius: 4px;
}

.apply-btn {
    font-family: 'Avenir Next LT Pro';
    background: #00adea;
    color: #fff;
    border-radius: 50px;
    width: 230px;
    font-size: 20px;
    margin-top: 10px;
    padding: 3px;
}

.price-date-time-wrap {
    position: relative;
}

.price-date-time-wrap .down-arrow {
    position: absolute;
    right: 5px;
    top: 35px;
    cursor: pointer;
}

.promo-code-btn {
    border: none;
    border-radius: 4px;
    color: #5f5eff;
    font-family: 'Avenir LT Pro';
    width: 100%;
    font-size: 18px;
    display: block;
    text-decoration: underline;
}

.license-plate-section {
    position: relative;
}

.promo-code-btn:hover {
    color: #5f5eff;
    text-decoration: underline;
}

.update-date {
    position: absolute;
    right: 12px;
}

.license-plate-section .update-date {
    position: absolute;
    right: -3px;
}

.date-wraper-checkout {
    position: relative;
}

.update-date a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Avenir LT Pro';
    background: #5f5eff;
    border-radius: 50px;
    padding: 0px 8px;
    box-shadow: 0 2px 4px #3a3a40;
    display: inline-block;
    line-height: 23px;
    padding-top: 2px;
}

.edit-icon-blue {
    width: 20px;
    margin-top: -5px;
    margin-right: 3px;
}

.cvv-wrap {
    position: relative;
}

.cvv-wrap img {
    position: absolute;
    width: 29px;
    right: 24px;
    top: 4px;
}

.checkout-page {
    width: 383px;
    margin: 0 auto;
}

.custom-border {
    border: 2px solid #00adea;
    border-radius: 4px;
    padding: 8px 10px;
    background: #fff;
}

.sport-car {
    width: 51px;
    margin-right: 3px;
    margin-top: -4px;
}

.plate-number {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
}

.trash {
    width: 19px;
    vertical-align: text-bottom;
}

.right-arrow {
    vertical-align: text-bottom;
}

.edit-text {
    font-family: 'Avenir Next LT Pro';
    color: #807d7d;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px
}

.edit-text:hover {
    color: #000;
}

.plate-text {
    font-family: 'Avenir Next LT Pro';
    color: #bf1313;
    font-size: 15px;
}

.plate-wraper {
    margin-bottom: 35px;
    margin-top: 55px;
}

.label-text {
    line-height: 14px;
}

.have-account {
    /* background: #fff; */
    padding: 20px 0px;
    border-radius: 6px;
    padding-bottom: 5px;
}

.have-account-text {
    font-family: 'Avenir LT Pro';
    color: #000;
    font-size: 18px;
}

.have-account-text a {
    font-family: 'Avenir Next LT Pro';
    color: #000;
    font-weight: bold;
}

.btn-sign-in a {
    background-color: #333f50;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-weight: 500;
    padding: 11px 27px;
    font-size: 18px;
    border: 1px solid transparent;
    font-size: 17px;
    line-height: 1.5;
    border-radius: .25rem;
}

.licence-plate {
    /* background: #fff; */
    padding: 18px 0;
    margin-top: 15px;
    border-radius: 6px;
    margin-bottom: 30px !important;
}


/** parking pass **/
.top-blue-border{
    margin-top: 0 !important;
    width: 100px !important;
}
.updated-date-after-reservation{
    text-decoration: underline;
    font-style:italic;
    margin-bottom: 5px !important;
}
.edit-icon-red {
    width: 20px;
    margin-top: -5px;
    margin-right: 3px;
}
.red-edit-btn a {
    background-color: #8b36fe;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-family: 'Avenir LT Pro';
    line-height: 35px;
}

.red-edit-btn a:hover{
    text-decoration: none;
}

.parking-pass-wraper h2 {
    font-family: 'Avenir Next LT Pro';
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.parking-pass-wraper p{
    font-family: 'Avenir LT Pro';
    font-size: 18px;
    color: #000;
    line-height: 22px;
}

.red-p-text p{
    color:#8b36fe !important;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 18px;
}

.receipt-number-text-bold{
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 22px;
    white-space: normal;
    display: block;
    word-break: break-all;
    line-height: 40px;
}

.plate-number-text{
    color: #000;
    font-weight: bold;
    font-family: 'Avenir Next LT Pro';
    font-size: 22px;
    white-space: normal;
    display: block;
    word-break: break-all;
    line-height: 40px;
}


.parking-pass-text {
    font-family: 'Avenir LT Pro';
    color: #000;
    font-size: 16px;
    line-height: 10px;
}

.parking-pass-number {
    font-family: 'Avenir Next LT Pro';
    color: #000;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
}

.date-time-wrap {
    border: 2px solid #4c5868;
    padding: 3px 20px;
    border-radius: 6px;
    position: relative;
}

.date-text {
    font-family: 'Avenir next LT Pro';
    color: #000;
    font-size: 15px;
}

.time-text {
    font-family: 'Avenir Next LT Pro';
    color: #000;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 2px;
}

.date-time-wrap img {
    width: 26px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.btn-extend-my-time {
    background: #8b36fe;
    color: #fff;
    border: rebeccapurple;
    border-radius: 25px;
    font-size: 15px;
    font-family: 'Avenir Next LT Pro';
    font-weight: normal;
    font-style: normal;
    padding: 13px 15px;
    width: 100%;
}

.btn-get-direction {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 25px;
    font-size: 15px;
    font-family: 'Avenir Next LT Pro';
    font-weight: normal;
    font-style: normal;
    padding: 11px 15px;
    width: 100%;
}

.num {
    width: 77px;
    text-align: center;
    line-height: 14px;
    font-family: 'Avenir Next LT Pro';
    margin: 0 auto;
    margin-top: 10px !important;
    font-size: 12px !important;
    background-color: rgba(34, 34, 34, 0.66) !important;
    border-radius: 4px !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
    margin-right: 12px !important;
    padding: 8px 10px !important;
    position: absolute;
    right: 0;
    bottom: -5px;
    font-weight: normal;
}

.parking-pass-slider .carousel-control-next-icon {
    background-image: url(../../img/next-white-icon.png);
    width: 16px;
    height: 24px;
}

.parking-pass-slider .carousel-control-prev-icon {
    background-image: url(../../img/prev-white-icon.png);
    width: 16px;
    height: 24px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.parking-pass-slider .carousel-item img {
    height: 200px !important;
    object-fit: cover;
}

.font-bold-text {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
}

.font-light-text {
    font-family: 'Avenir LT Pro';
    font-weight: 300;
    color: #000;
}

.btn-myspot {
    background-color: #117bfb;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-weight: 300;
    border: navajowhite;
    border-radius: 25px;
    font-size: 15px;
    padding: 13px 25px;
    margin-top: 5px;
}

.cancel-reservation {
    font-family: 'Avenir Next LT Pro';
    font-weight: 300;
    color: #000;
    margin-top: 10px;
}

.cancel-reservation:hover {
    color: #000;
    text-decoration: none;
}

.cancel-reservation img {
    vertical-align: text-bottom;
}

.help-text a {
    font-family: 'Avenir Next LT Pro';
    font-weight: 300;
    color: #000;
}

.help-text a:hover {
    color: #000;
    text-decoration: none;
}

.parking-pass-wraper {
    width: 430px;
    margin: 0 auto;
    margin-top: 100px !important;
}

.free-benifit-footer {
    border-top: 1px solid #d3cfcf;
}

.border-right-cstm {
    border-right: 1px solid #d3cfcf;
    padding: 15px;
    text-align: center;
    padding-left: 6px;
    padding-right: 2px;
}

.bottom-btn {
    font-family: 'Avenir LT Pro';
    font-size: 18px;
    font-weight: 600;
}

.free-benifit h5 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #007bff;
}

.free-benifit ul li {
    font-family: 'Avenir LT Pro';
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

.free-benifit .modal-content {
    border: none;
    border-radius: 20px;
}

.create-account {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    color: #007bff;
    font-family: 'Avenir LT Pro';
    font-size: 18px;
}

.free-benifit .modal-dialog {
    width: 350px;
    margin: 0 auto;
}

.blue-circle {
    background: #168cc2;
    width: 69px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 67px;
    position: absolute;
}

.middle-how-it-works-section h4 {
    color: #168cc2;
    font-family: 'Monrad Grotesk';
    font-weight: bold;
    font-size: 28px;
}

.middle-how-it-works-section p {
    font-family: 'Avenir Next LT Pro';
    font-weight: 300;
    font-size: 18px;
}

.icon-setting-position {
    position: relative;
}

.right-text-setting {
    padding-left: 93px;
    padding-top: 3p
}

.contactless-icon {
    width: 44px;
}

.compare-price-icon {
    width: 35px;
}

.middle-how-it-works-section {
    padding: 70px 0;
}

.c02 {
    width: 125px;
}

.charm-icon {
    margin-top: 20px;
}

.project-vesta {
    width: 60px;
}

.charm-icon {
    width: 110px;
}

.carbon-cure {
    width: 140px;
}

.climework-icon {
    width: 165px;
}

.padding-left-custom {
    padding-left: 90px;
}

.parking-climate-bottom-section {
    position: relative;
}

.position-icon {
    position: absolute;
    left: 86px;
    top: 76px;
}

.position-icon .dynmaic-text,
.position-icon .bold-text,
.position-icon .premium-text {
    color: #fff;
}

.position-icon .bold-text p {
    color: #fff;
    margin-top: 7px;
}

.mobile-dm-settings {
    margin-top: 21px;
}

.extendbooking .modal-title {
    font-family: 'Avenir Next LT Pro';
}

.bg-blue {
    background-color: #117bfb;
    border: none;
}

.slick-slide img {
    display: inline-block !important;
}

.checkout-page {
    /* margin-bottom: 30px; */
    margin-top: 69px;
}


/** vehicle info  **/

.vehicle-display-button::before {
    content: "";
    background: url(/img/down-arrow-blue-new.svg) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 21px;
    top: 12px;
}

.custom-dropdown-vehicle {
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    font-family: 'Avenir Next LT Pro';
    color: #000;
    height: 48px;
}

.custom-dropdown-vehicle .btn {
    border: none;
}

.down-arrow-blue {
    position: absolute;
    top: 13px;
    left: 7%;
    z-index: 999;
}

.custom-dropdown-vehicle .btn-outline-secondary {
    color: #0a1c40;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
    /* border-right: 1px solid #e1e1e1 !important; */
    width: 237px;
    text-align: left;
    padding-left: 75px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 600;
}

.custom-dropdown-vehicle .btn-outline-secondary:not(:disabled):not(.disabled).active,
.custom-dropdown-vehicle .btn-outline-secondary:not(:disabled):not(.disabled):active,
.custom-dropdown-vehicle .show>.btn-outline-secondary.dropdown-toggle {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.custom-dropdown-vehicle .btn-outline-secondary.focus,
.custom-dropdown-vehicle .btn-outline-secondary:focus {
    box-shadow: none;
}

.custom-dropdown-vehicle .dropdown-item {
    color: #0a1c40;
    ;
    font-family: 'Avenir next LT Pro';
    font-weight: 600;
}

.vehicle-name-link {
    white-space: initial;
    word-wrap: break-word
}

.custom-dropdown-vehicle .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.custom-dropdown-vehicle .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.custom-dropdown-vehicle .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.add-vehicle-text {
    color: #5f5eff !important;
    font-family: 'Avenir LT Pro' !important;
    font-weight: 600;
}

.custom-dropdown-vehicle .dropdown-menu.show {
    width: 100%;
}

.btns-section svg path {
    color: #000;
}

.btns-section a {
    /* padding: 6px 12.5px;
    height: 44px; */
    width: 44px;
}

.custom-dropdown-vehicle .input-group-prepend {
    margin-right: 1px;
    /* border-left: 1px solid #e1e1e1 !important; */
}

.custom-dropdown-vehicle .dropdown-toggle::after {
    display: none;
}

.continue-btn-licence {
    background-color: #5f5eff;
    border-radius: .25rem;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-size: 21px !important;
    width: 100%;
}

.bank-logo {
    width: 25px;
}

.zone-number-page h4 {
    font-family: 'Avenir Next LT Pro';
    font-size: 23px;
    font-weight: bold;
}

.new-zone-page h4 {
    font-family: 'Avenir Next LT Pro';
    font-size: 24px;
    font-weight: bold;
    color: #212934;
}

.new-zone-page h5 {
    font-family: 'Avenir Next LT Pro';
    font-size: 24px;
    font-weight: bold;
    color: #212934;
}


/* body .ap-layout-relative,
body .ap-layout-inline {
    position: inherit !important;
} */


/* .ap-cont {
    position: inherit !important;
}

.ap-component {
    width: 33% !important;
} */

.input-cont {
    width: 100%;
}

.input-cont_text {
    padding-left: 20px;
}

.input-cont_label {
    padding-top: 20px;
    padding-left: 20px;
}


/* .new-zone-page input {
    width: 90%;
    height: 153px;
    padding: 3px 10px;
    margin-top: 100px;
    opacity: 0;
} */


/* .ap-layout-relative,
.ap-layout-inline {
    position: absolute !important;
    top: 15rem !important;
    left: 0;
    width: 100%;
    height: 250px !important;
}

.ap-ex-row {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.ap-ex-row_icon {
    float: left;
    margin-left: 150px;
    width: 30px;
    height: 30px;
}

.ap-ex-row_label {
    float: left;
    margin-left: 20px;
    height: 40px;
    line-height: 30px;
}

.ap-overlay {
    z-index: 1000 !important;
}

.ap-layout-inline .ap-cont {
    border: none !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
} */

.hourly-rate-text {
    font-family: 'Avenir LT Pro';
    font-size: 20px;
    color: #212934;
    /* font-weight: 600; */
    letter-spacing: -0.7px;
}

.amount-text {
    font-family: 'Avenir LT Pro';
    font-size: 20px;
    color: #212934;
    /* font-weight: 600; */
}

.switch-monthly-rate-text a, .switch-flat-rate-text a {
    font-family: 'Avenir Next LT Pro';
    font-size: 20px;
    color: #5f5eff;
    /* font-weight: 600; */
    letter-spacing: -0.7px;
    text-decoration: underline;
}

.btn-next {
    font-family: 'Avenir Next LT Pro';
    font-size: 20px;
    color: #fff;
    background-color: #5f5eff;
    border-radius: 4px;
    line-height: 36px;
    /* font-weight: bold;*/
}

.monthly-parking {
    background: #fff;
    padding: 16px 16px;
    border-radius: 6px;
}

.monthly-wraper {
    height: 150px;
}

.wraper-input {
    position: relative;
}

.license-plate-label-text{
    color: #000;
    font-size: 18px;
    font-family: 'Avenir LT Pro';
}
.receipt-number-plate-text{
    color: #000;
    font-size: 18px;
    font-family: 'Avenir LT Pro';
}


/***********************
        Payment Page *************************/

.confirm-pay-text {
    font-family: 'Avenir Next LT Pro';
    font-size: 24px;
    color: #212934;
    font-weight: bold;
    margin-bottom: 15px;
}

.license-plate-label {
    color: #151d28;
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    /* font-weight: 600; */
}

.license-plate-no {
    color: #151d28;
    font-size: 18px;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
}

.license-plate-border {
    border-top: 5px solid #5f5eff;
    width: 110px;
    border-radius: 50px;
    margin-top: 4px;
}

.date-time-wraper {
    margin-top: 105px;
}

.agree-text {
    font-family: 'Avenir LT Pro';
    /* font-weight: 600; */
    color: #151d28;
    font-size: 14px;
}

.agree-text a {
    color: #151d28;
    text-decoration: underline;
}

.medium-text {
    font-size: 18px;
    font-family: 'Avenir LT Pro';
}

.phone-wraper .medium-text {
    font-size: 18px;
}

.switch-section-phone,
.switch-section-email {
    font-family: 'Avenir LT Pro';
    font-size: 18px;
    text-align: center;
    color: #273450;
    text-decoration: underline;
}

.bottom-border-custom {
    border-top: 5px solid #5f5eff;
    width: 110px;
    border-radius: 25px;
    margin-bottom: 30px;
    margin-top: 4px;
}

.edit-icon-vehicle {
    width: 21px;
    /* margin-top: 6px; */
}

.vehicle-action-link svg {
    /* margin-top: 3px; */
}

.parking-amount {
    font-family: 'Avenir Next LT Pro';
    color: #212934;
    /* border: 3px solid #fff; */
    /* padding: 8px 10px; */
    /* width: 100%; */
    font-size: 20px;
    text-align: center;
}


/* #ap-component-0 .ap-component-label {
    border-top-left-radius: 4px;
}

#ap-component-2 .ap-component-label {
    border-top-right-radius: 4px;
} */

.bottom-border-strip {
    border-top: 5px solid #5f5eff;
    width: 125px;
    margin: 0 auto;
    border-radius: 25px;
    margin-bottom: 10px;
}

.bottom-border-strip-monthly {
    border-top: 5px solid #5f5eff;
    width: 115px;
    border-radius: 25px;
    margin-bottom: 10px;
}

.border-total-bottom {
    border-bottom: 5px solid #5f5eff;
    width: 110px;
    border-radius: 50px;
    margin-top: 4px;
}


/*******************************************************
********* ISSUE with CSS ***/

.ap-layout-relative,
.ap-layout-inline {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    z-index: 1050 !important;
}

.ap-theme-ios .ap-component-label {
    color: #212934 !important;
    font-family: 'Avenir Next LT Pro';
    font-size: 20px;
    font-weight: 600;
}

.ap-theme-ios .ap-component-selector {
    border-top: 3px solid #212934 !important;
    border-bottom: 3px solid #212934 !important;
}

.ap-layout-inline .ap-cont {
    border: none !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.parklinq-climate-top-section {
    background-color: #fff;
    margin-top: 93px;
    padding: 100px 0;
}

.parklinq-green-text {
    color: #00e266;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
}

.climate-text {
    color: #000;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
    text-transform: capitalize;
}

.subheading-climate {
    font-family: 'Avenir Next LT Pro';
    font-size: 19px;
    /* text-transform: capitalize; */
}

.parklinq-climate-top-section h1 {
    font-size: 3rem;
    margin-bottom: 0;
}

.parklinq-climate-top-section p {
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 20px;
    width: 580px;
}

.project-vista {
    width: 130px;
}

.climeworks-logos {
    width: 125px;
}

.top-box-green {
    margin: 0 auto;
}

.making-impact-border {
    width: 137px !important
}

.making-impact-green-box {
    margin: 0 auto;
}

.italic-text {
    font-style: italic;
    font-size: 16px !important;
}


/* .parklinq-climate-top-section .container {
    padding: 0 100px;
} */

.green-box-wraper {
    background-color: #00e266;
    height: 180px;
    width: 180px;
    text-align: center;
    padding-top: 29px;
}

.one-percent-text {
    font-family: 'Avenir Next LT Pro';
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
}

.each-parking-text {
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 8px;
    display: block;
}

.green-medium-text {
    color: #000;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-style: normal;
}

.climate-black-text {
    color: #00e266;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-style: normal;
}

.hight-cost-parking-section .green-box-wraper {
    background-color: #00e266;
    height: 180px;
    width: 180px;
    text-align: center;
    padding-top: 29px;
}

.hight-cost-parking-section {
    background-color: #000;
    padding: 100px 0
}

.hight-cost-parking-section h2 {
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
}

.hight-cost-parking-section p {
    color: #fff;
    font-family: 'Avenir LT Pro';
    font-size: 18px;
    line-height: 20px;
    /* font-weight: 600; */
}


/* .hight-cost-parking-section .container {
    padding: 0 100px;
} */

.green-border-bottom {
    border-bottom: 6px solid #00e266;
    border-radius: 25px;
    width: 200px;
    margin-top: 15px;
}


/* .climate-change .container {
    padding: 0 100px;
} */

.climate-change h2 {
    color: #000;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
}

.climate-change p {
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 20px;
}

.climate-change {
    padding: 100px 0;
    padding-bottom: 100px;
}

.each-transaction-desktop-section {
    background: #f5f7fa;
}

.letter-spacing {
    letter-spacing: 3px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    /* .ap-layout-relative,
    .ap-layout-inline {
        top: 15rem !important;
    } */
    .price-section {
        margin-top: 0px !important;
    }
    .newsroom-section-img {
        width: 121px !important;
        top: 20px;
    }
    .partner-with-us-section {
        position: absolute;
        width: 145px !important;
    }
}


/* @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .ap-layout-relative,
    .ap-layout-inline {
        top: 24% !important;
    }
}

@media screen and (-webkit-device-pixel-ratio: 3) and (min-device-width: 414px) {
    .ap-layout-relative,
    .ap-layout-inline {
        top: 27% !important;
    }
} */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 380px !important;
        margin: 1.75rem auto;
    }
}

.ev-charge-icon {
    width: 20px;
}

.mobile-dm-setting {
    margin-top: 10px;
}

.black-texts {
    color: #000 !important;
}

.white-logo {
    color: #fff;
    font-size: 47px;
    font-family: 'Monrad Grotesk';
    font-weight: 900;
    text-transform: uppercase;
    line-height: 21px;
}

.parking-rate-text {
    font-family: 'Avenir LT Pro';
    color: #212934;
    font-size: 18px;
}

.total-text {
    font-family: 'Avenir Next LT Pro';
    color: #212934;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.add-new-card {
    font-family: 'Avenir Next LT Pro';
    color: #000;
    margin-bottom: 25px;
    display: block;
    margin-top: 20px;
}

.add-new-card:hover {
    color: #000;
    text-decoration: none;
}

.save-card-wraper {
    margin-top: 35px;
}

.save-card-wraper  .border-custom{
    margin-bottom: 5px !important;
}

.hawai-news-now {
    margin-top: 50px;
}


/* .shadow {
    box-shadow: none !important;
} */

.graph-img-height {
    height: 428px;
}


/* body .shadow-custom {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
} */


/* body .shadow-custom{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
} */

.add-license-plate {
    background-color: #5f5eff;
    border-radius: 0.25rem;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-size: 21px !important;
    width: 100%;
}

.licenceplatemodal .modal-content,
.licenceplateEditmodal .modal-content {
    border-radius: 12px;
    border: none;
}

.gray-background {
    background-color: #ececec;
}

.white-bg {
    background-color: #fff;
    border-radius: 6px;
    margin-top: 55px;
}

.border-custom {
    border-top: 2px solid #7b828d;
    border-bottom: 2px solid #7b828d;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 5px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.create-free-account {
    font-family: 'Avenir LT Pro';
    color: #000;
    font-size: 18px;
    padding-top: 10px;
}

.more-features {
    font-family: 'Avenir Next LT Pro';
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.new-zone-page {
    background-color: #fff;
}

.charm-logo {
    width: 160px;
}

.climeworks-logo {
    width: 190px;
}


/* find parking page css */

.map-of-availability h1 {
    font-size: 3rem;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    color: #0b1a38;
    margin-bottom: 0;
}

.map-of-availability .sub-heading {
    color: #323a44;
    font-family: 'Avenir Next LT Pro' !important;
    font-size: 20px !important;
    /* letter-spacing: -0.5px; */
    line-height: 22px;
    font-weight: 500;
}

.map-of-availability p {
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 21px;
    margin-bottom: 10px;
}

.parklinq-text-bold {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
}

.btn-map-available {
    background-color: #5f5eff;
    color: #fff;
    font-family: 'Avenir next LT Pro';
    padding: 15px 23px;
    border-radius: 8px;
    font-size: 16px;
}

.btn-map-available:hover {
    color: #fff;
}

.map-of-availability {
    padding-top: 90px;
    padding-bottom: 90px !important;
}

.no-app-required {
    background-color: #0b1a38;
    color: #fff;
    padding-top: 55px;
    padding-bottom: 50px;
}

.no-app-required h1 {
    font-size: 3rem;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.no-app-required .sub-heading {
    color: #fff;
    font-family: 'Avenir Next LT Pro' !important;
    font-size: 20px !important;
    /* letter-spacing: -0.5px; */
    line-height: 30px;
    font-weight: 500;
}

.no-app-required p {
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 21px;
}

.qr-scanner-text {
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 23px;
}

.qr-scanner-text span {
    font-family: 'Avenir Next LT Pro';
}

.map-of-availability {
    margin-top: 94px;
}

.get-text::first-letter {
    font-weight: normal;
    font-size: 16px;
    line-height: 0;
    text-transform: uppercase;
    float: none;
    font-family: 'Avenir LT Pro';
    padding-right: 0;
    height: auto;
}

.map-of-availability .border-blue-bottom {
    border-top: 6px solid #5f5eff;
    width: 144px;
    border-radius: 25px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.no-app-required .border-blue-bottom {
    border-top: 6px solid #5f5eff;
    width: 144px;
    border-radius: 25px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.scan-img-desktop {
    width: 445px !important;
    padding-left: 6px;
}

.smart-notification-bg {
    width: 445px !important;
    margin-left: 40px;
}

.car-para::first-letter {
    font-weight: bold;
    font-size: 55px;
    line-height: 40px;
    text-transform: uppercase;
    float: left;
    font-family: 'Avenir Next LT Pro';
    padding-right: 3px;
    height: 3rem;
}

.smart-notification-section {
    margin-bottom: 0;
    padding-bottom: 0;
}

.qr-scanner-text a {
    color: #fff;
}

.qr-scanner-text a:hover {
    color: #fff;
    text-decoration: none;
}

.btn-zone-number-btn {
    background-color: #fff;
    color: #000;
    font-family: 'Avenir next LT Pro';
    padding: 14px 38px;
    border-radius: 8px;
    font-size: 16px;
    border: 2px solid #000;
}

.zone-input {
    border-radius: 8px;
    border: 2px solid #000;
    height: 56px;
    text-align: center;
    font-weight: 600;
    font-family: 'Avenir LT Pro';
    color: #000;
}

.zone-input:focus {
    color: #000;
}

.italic-text {
    font-size: 15px !important;
    font-style: italic;
    line-height: 18px !important;
}

.parklinq-bold-text {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: bold
}

.green-medium-text-how {
    color: #00e266;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-style: normal;
}


/* Partner page css */

.satisfied-customer-block {
    padding: 22px 0;
}

.parking-operation {
    margin-top: 92px;
}

.parking-operation {
    background-color: #0b1a38;
    padding: 105px 0px 105px 0;
}

.full-service-text {
    color: #fff;
    font-family: 'Avenir LT Pro';
    font-size: 38px;
}

.parking-operation h1 {
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-size: 3rem;
    font-weight: bold;
    line-height: 38px;
}

.parking-operation p {
    color: #fff;
    font-family: 'Avenir LT Pro';
    line-height: 22px;
    font-size: 18px;
}

.contact-sales, .get-a-proposal-btn {
    background-color: #5f5eff;
    color: #fff;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro';
    padding: 14px 34px;
    border-radius: 8px;
}

.contact-sales:hover {
    color: #fff;
}

.bottom-bold-text {
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
}

.bottom-bold-text {
    margin-top: 50px;
}

.software-signage {
    background: url(../../img/about-us-top-section-desktop.png) right top no-repeat;
    padding: 100px 0px;
    background-size: 41%;
    background-color: #eeeffe;
}

.software-signage h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 55px;
}

.software-signage .subheading {
    font-family: 'Avenir Next LT Pro';
    font-size: 19px;
    line-height: 29px;
}

.blue-border-bottom {
    border-bottom: 6px solid #685dff;
    width: 148px;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.bottom-img-setting {
    margin-bottom: 75px;
}

.software-signage p {
    font-family: 'Avenir LT Pro';
    line-height: 22px;
    font-size: 18px;
}

.demand-based-section h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 55px;
}

.demand-based-section .subheading {
    font-family: 'Avenir Next LT Pro';
    font-size: 19px;
    line-height: 29px;
}

.demand-based-section p {
    font-family: 'Avenir LT Pro';
    line-height: 20px;
    font-size: 18px;
}

.demand-based-section {
    padding: 100px 0;
}

.contactless-section h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 55px;
    color: #fff;
}

.contactless-section .subheading {
    font-family: 'Avenir Next LT Pro';
    font-size: 19px;
    line-height: 29px;
    color: #fff;
}

.contactless-section {
    background-color: #0b1a38;
    padding: 100px 0;
}

.contactless-section p {
    font-family: 'Avenir LT Pro';
    line-height: 20px;
    font-size: 18px;
    color: #fff;
}

.video-monitering h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 55px;
}

.video-monitering .subheading {
    font-family: 'Avenir Next LT Pro';
    font-size: 19px;
    line-height: 29px;
}

.video-monitering p {
    font-family: 'Avenir LT Pro';
    line-height: 20px;
    font-size: 18px;
}

.video-monitering {
    padding: 100px 0;
    background-color: #eeeffe;
}

.newsroom h1 {
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
}

.subheading-newsroom {
    font-family: 'Avenir Next LT Pro';
    font-size: 19px;
    line-height: 29px;
}

.hawai-news-img {
    width: 150px;
}

.living-img {
    width: 166px;
}

.kitv-img {
    width: 155px;
}

.newsrrom-text-italic {
    font-family: 'Avenir LT Pro';
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    /* letter-spacing: -0.5px; */
    /* font-weight: 600; */
    text-align: left;
}

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

.pacific-news-logo {
    width: 150px;
}

.ulupono-logo {
    width: 100px !important;
}

.hawai-radio-logo {
    width: 145px;
}

.living-img-logo {
    width: 150px;
}

.arial-black-font-bottom {
    font-family: 'Avenir LT Pro';
    font-size: 18px;
    font-style: normal;
    line-height: 19px;
}

.newsroom {
    padding: 100px 0;
}

.parklinq-text {
    font-family: 'Avenir Next LT Pro';
}

.p-big-text::first-letter {
    font-weight: bold;
    font-size: 52px;
    line-height: 37px;
    text-transform: uppercase;
    float: left;
    font-family: 'Avenir Next LT Pro';
    padding-right: 5px;
    height: 3rem;
}


/* .offer-customer-text::first-letter {
    font-weight: bold;
    font-size: 54px;
    line-height: 37px;
    text-transform: uppercase;
    float: left;
    font-family: 'Avenir Next LT Pro';
    padding-right: 5px;
    height: 3rem;
} */

.text-bold-white {
    font-family: 'Avenir Next LT Pro';
}

.video-monitoring-img {
    width: 433px;
}

.safe-logo {
    width: 105px;
}

.holiday-in-logo-desktop {
    width: 148px;
}


/** newhome css **/

.gray-bg h1 {
    font-size: 3.5rem;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    line-height: 41px;
}

.find-and-partner-section {
    margin-top: 109px;
}


/* @media screen and (min-device-width: 768px) and (max-device-width: 1501px) {
    .gray-bg {
        background: url(../../img/right-moible-top-section.png) right bottom no-repeat;
        background-size: 50%;
        background-color: #edeefd;
        padding: 200px 0;
    }
} */

.gray-bg {
    background-color: #edeefd;
    padding: 150px 0;
    position: relative;
}

.mobile-top-section-img {
    position: absolute;
    width: 329px;
    right: 0;
    bottom: 0;
}

.subheading {
    font-family: 'Avenir LT Pro';
    font-size: 20px;
}

.blue-gradient .subheading-patner {
    color: #fff;
    font-family: 'Avenir LT Pro';
    font-size: 20px;
}

.bottom-blue-border {
    border-bottom: 6px solid #685dff;
    width: 148px;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.blue-enter-zone-number {
    background-color: #5f5eff;
    color: #fff;
    font-family: 'Avenir next LT Pro';
    padding: 13px 5px;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 54px;
    min-width: 225px;
}

.blue-gradient {
    background: linear-gradient(90deg, #E64181 0%, #4B0F7F 62.45%, #190E49 82.4%);
    padding: 150px 0;
    position: relative;
}

.partner-with-us-section {
    position: absolute;
    width: 280px;
    right: 0;
    bottom: 0;
}

.blue-gradient h1 {
    font-size: 3.5rem;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    line-height: 42px;
    color: #fff;
}

.how-it-works {
    background-color: #ffffff;
    color: #5f0883;
    font-family: 'Avenir next LT Pro';
    padding: 13px 39px;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 54px;
    width: 225px;
}

.how-it-works:hover {
    color: #5f0883;
}

.impact-btn-desktop {
    width: 264px;
}

.fit-content {
    width: fit-content !important;
}

.break-spaces {
    white-space: break-spaces !important;
}

.bottom-white-border {
    border-bottom: 6px solid #fff;
    width: 148px;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.climate-left-box {
    background: linear-gradient(90.17deg, #00E266 23.82%, #92D050 81.33%);
    padding: 160px 0;
}

.project-vesta-black {
    /* width: 148px; */
}

.climework-logo-black {
    /* width: 95px;
    margin-left: 17px; */
}

.curbon-cure-black {
    /* width: 110px; */
}

.charm-black {
    /* width: 73px; */
}

.climate-left-box h1 {
    font-size: 3rem;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    /* line-height: 42px; */
}

.subheading-climates {
    font-family: 'Avenir LT Pro';
    font-size: 20px;
}

.impact-btn {
    background: #fff;
    color: #000;
    border-radius: 8px;
    font-family: 'Avenir next LT Pro';
    padding: 13px 16px;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 54px;
}

.impact-btn:hover {
    color: #000;
}

.right-box-climate {
    background: #0b1a38;
    padding: 153px 0;
    position: relative;
}

.right-box-climate h1 {
    font-size: 3rem;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    /* line-height: 42px; */
    color: #fff;
}

.subheading-right-climate {
    font-family: 'Avenir LT Pro';
    font-size: 20px;
    color: #fff;
}

.newsroom-section-img {
    position: absolute;
    width: 300px;
    right: 0;
    bottom: 0;
}

.hawai-news-new {
    width: 95px;
}

.khon-new {
    width: 100px;
}

.kitv-new {
    width: 92px;
}

.padding-left-custom {
    padding-left: 130px;
}

.learn-more-text a {
    color: #5f5eff;
    font-family: 'Avenir Next LT Pro';
    position: absolute;
    margin-top: 14px;
    padding-left: 41px;
}

.after-click-on-zone {
    width: 225px;
}

.learn-more-text svg {
    vertical-align: top;
}

.after-click-on-zone .zone-input {
    height: 50px;
}

.after-click-on-zone .btn-map-available {
    padding: 12px 23px;
}

.satisfied-customer-block {
    margin-top: 40px;
    margin-bottom: 30px;
}

.latest-news {
    width: 255px;
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance: none) {
        .parklinq-hawai::first-letter {
            line-height: 74px;
            height: 3rem;
        }
    }
}

.resident-img{
    width: 325px !important;
    margin-top: 3%;
}

.italicized{
    font-style: italic;
}

.rate-desktop{
    width: 325px;
    /* margin-top: 8%; */
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance: none) {
        .car-para::first-letter {
            line-height: 79px !important;
            height: 3rem;
        }
    }
}

.custom-padding-container {
    padding-left: 100px;
    padding-right: 100px;
}

.padding-left-inner {
    padding-left: 100px;
}

.padding-left-inner-right {
    padding-left: 100px;
}




.rates-resident-section{
background: rgb(31,14,79);
background: linear-gradient(90deg, rgba(31,14,79,1) 0%, rgba(94,9,132,1) 50%, rgba(3,171,237,1) 100%);
padding: 152px 80px;
}

.rates-resident-section h1{
    color: #fff;
    font-size: 3rem;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    margin-bottom: 0;
}

.rates-resident-section p {
    color: #fff;
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 20px;
}

.participating-btn{
    background-color: #fff;
    color: #2a0e5a;
    font-family: 'Avenir next LT Pro';
    padding: 13px 35px;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    width: 50%;
    text-align: center;
    
}

.participating-btn:hover{
    color: #2a0e5a;
    text-decoration: none;
}
.rates-resident-section{
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.subheading-rates{
    color: #fff;
    font-family: 'Avenir LT Pro';
    font-size: 20px;
}

.patent-text{
    font-family: 'Avenir next LT Pro';
}

.tm{
    font-family: 'Avenir LT Pro';
    font-weight: 300;
}

.p-italic{
    font-style: italic;
}

.rate-section-right{
    padding-left: 85px;
}


@media screen and (min-device-width: 350px) and (max-device-width: 370px) {
  
    body .mobile-top-section-img {
        width: 121px !important;
    }

    body .newsroom-section-img{
        width: 92px;
    }

    body .partner-with-us-section {
        width: 116px;
    }
    body .holiday-inn-logo {
        width: 100%;
    }
    body .maui-logo {
        width: 100%;
    }
    body .pacific-logo,
    body .capital-logo,
    body .safe-logo,
    body .aqua-logo{
        width: 100%;
    }
    body .social-icon {
        width: 24px;
    }
    body .mobile-top-bottom-section .bottom-bold-text{
        font-size: 18px;
    }

    body .software-signage h1,
    body .demand-based-section h1,
    body .contactless-section h1,
    body .mobile-parking-opertion h1{
        font-size: 26px;
    }

    body .demand-based-section .subheading,
    body .contactless-section .subheading{
        font-size: 16px;
    }

    body .mobile-parking-opertion .full-service-text{
        font-size: 20px;
    }
    body .hawai-news-img,
    body .kitv-img,
    body .pacific-news-logo,
    body .living-img{
        width: 125px;
    }


    
}

@media screen and (min-device-width: 371px) and (max-device-width: 767px) {
    body .mobile-top-section-img {
        width: 145px !important;
    }
    .partner-with-us-section {
        width: 261px;
    }
}

.rate-resident p{
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 20px;
    text-align: justify;
 
}
.text-bold-mobile{
    font-family: 'Avenir Next LT Pro';
    font-style: italic;
    font-weight: bold;
    }

    .text-bold{
        font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    }



@media (max-width: 767px) {
    .register-activate p{
        font-size: 16px !important;
    }

    .right-rate-box  p{
        font-size: 16px !important;
    }

    .point{
        font-size: 16px !important;
    }
    .register-activate .subheading-climates{
        font-size: 16px !important;
    }

    .padding-left-customs{
        padding-left: 21px;
    }

    .rate-resident p {
        font-size: 16px;
    }

    .btn-location{
        position: absolute;
        width: 349px;
        top: 249px;
    }

    .register-activate{
        background: linear-gradient(180deg, rgba(36,14,85,1) 0%, rgba(83,14,127,1) 39%, rgba(11,157,227,1) 76%) !important;
    }
    

    .register-activate h1{
        line-height: 34px !important;
    }

    .right-rate-box{
        background: transparent !important;
    }

    .right-rate-box p{
        color: #000 !important;
    }

    .right-rate-box h1{
        color: #2d0e5e !important;
    }
    .right-rate-box .subheading-climates{
        color: #000 !important;
        font-family: 'Avenir Next LT Pro' !important;
        /* font-weight: bold; */
        font-size: 16px !important;
        line-height: 15px !important;
    }

    .register-activate .padding-left-customs {
        padding: 20px !important;
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .right-rate-box{
        padding: 20px !important;
        padding-top: 40px !important;
    }

    .rate-resident .subheading-climate{
        line-height: 10px !important;
        /* margin-bottom: 4px !important; */
    }    
    .right-rate-img {
        width: 100%;
    }

    .register-activate h1,
    .right-rate-box h1{
        font-size: 32px !important;
    }

    .rate-resident{
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-top: 40px !important;
    }

    .rate-resident h1{
        font-size: 32px !important;
    }

    .dark-blue-border{
        border-bottom: 6px solid #2d0e5e;
        width: 143px;
        border-radius: 50px;
        
    margin-bottom: 30px;


    }

    .participating-btn {
        background-color: #fff;
        color: #2a0e5a;
        font-family: 'Avenir next LT Pro';
        padding: 13px 35px;
        border-radius: 8px;
        font-size: 16px;
        margin-top: 40px;
        display: inline-block;
        width: 50%;
        text-align: center;
    }

    .bottom-white-border{
        width: 84px;
        margin-bottom: 30px;
            border-bottom: 4px solid #fff !important;
    }
    .subheading-rates{
        line-height: 20px;
        font-family: 'Avenir LT Pro' !important;
        font-size: 20px !important;
    }

    .resident-img{
        /* margin-top: 30px;
        margin-bottom: 30px; */
        width: 100% !important;
    }

    .participating-btn {
        margin-top: -10px;
        padding: 11px 16px;
    }

    .rates-resident-section h1{
        font-size: 32px;
    }

    .rates-resident-section{
        background: linear-gradient(180deg, rgba(36,14,85,1) 0%, rgba(83,14,127,1) 39%, rgba(11,157,227,1) 76%);
    }

    .rates-resident-section{
        padding: 50px 5px;
        margin: 0 !important;
        /* margin-bottom: 10px !important; */
        margin-top: 10px !important;
        padding-bottom: 30px;
    }

    .rate-section-right{
        padding-left: 15px;
    }

    .jll-logo {
        width: 85px !important;
    }

    .koolina-marina {
        width: 85px !important;
    }

    .parking-pass-wraper h2{
        font-size: 19px;
    }
    .parking-pass-wraper p{
        font-size: 17px;
        line-height: 20px;
    }
    .padding-left-inner {
        padding-left: 0px;
    }
    .padding-left-inner-right {
        padding-left: 0px;
    }
    .copy-right-text {
        font-size: 14px;
    }
    .footer-logo-icon {
        width: 154px;
    }
    .social-icon {
        width: 27px;
    }
    .custom-padding-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .new-home .navbar-expand-lg {
        background-color: #edeefd;
    }
    .learn-more-text a {
        padding-left: 26px;
    }
    .blue-gradient .subheading-patner {
        line-height: 22px;
    }
    .new-home .container-fluid .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .after-click-on-zone {
        width: 195px;
    }
    .after-click-on-zone .btn-map-available {
        padding: 12px 23px;
        margin-top: 0 !important;
    }
    .impact-btn-mobile {
        margin-top: 33px !important;
        padding: 13px 19px !important
    }
    .impact-climate-btn-mobile {
        padding: 13px 19px !important
    }
    .find-and-partner-section {
        margin-top: 71px;
    }
    .right-box-climate h1 {
        font-size: 2rem;
        line-height: 26px;
    }
    .newsroom-section-img {
        width: 145px;
        top: 20px;
    }
    .right-box-climate {
        padding: 60px 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .project-vesta-black {
        width: auto;
    }
    .climework-logo-black {
        width: 95px;
        margin-left: 0px;
    }
    .curbon-cure-black {
        width: 80px;
    }
    .subheading-climates {
        font-family: 'Avenir LT Pro';
        font-size: 20px;
        line-height: 20px;
    }
    .impact-btn {
        margin-top: 0;
        padding: 13px 54px;
    }
    .climate-left-box h1 {
        font-size: 2rem;
        line-height: 26px;
    }
    .climate-left-box {
        padding: 60px 0;
    }
    .satisfied-customer-block {
        padding-left: 24px;
    }
    .how-it-works {
        background-color: #ffffff;
        color: #5f0883;
        font-family: 'Avenir next LT Pro';
        padding: 13px 48px;
        border-radius: 8px;
        font-size: 16px;
        margin-top: 34px;
        width: auto;
    }
    .partner-with-us-section {
        position: absolute;
        width: 261px;
        right: 0;
        bottom: 0;
    }
    .blue-gradient {
        padding: 60px 0;
        margin-top: 10px;
    }
    .blue-enter-zone-number {
        margin-top: 37px;
        width: auto;
        padding: 13px 25px;
    }
    .subheading {
        line-height: 22px;
    }
    .gray-bg h1 {
        font-size: 2rem !important;
        line-height: 26px !important;
    }
    .blue-gradient h1 {
        font-size: 2rem;
        line-height: 26px;
    }
    .gray-bg {
        padding: 60px 0 !important;
    }
    .mobile-top-section-img {
        width: 145px !important;
        bottom: 10px;
    }
    /* .new-home .container-fluid .col-sm-6 {
        padding: 0;
    } */
    .padding-left-custom {
        padding-left: 24px !important;
    }
    .software-signage p,
    .demand-based-section p,
    .contactless-section p,
    .video-monitering p,
    .arial-black-font-bottom {
        font-size: 16px;
    }
    .p-big-text::first-letter {
        font-weight: bold;
        font-size: 78px;
        line-height: 57px;
        text-transform: uppercase;
        float: left;
        font-family: 'Avenir Next LT Pro';
        padding-right: 5px;
        height: 3rem;
    }
    .newsroom {
        padding: 50px 0;
        padding-bottom: 0;
    }
    .newsroom h1 {
        font-size: 30px;
    }
    .video-monitering {
        padding: 50px 0;
        background-color: #eeeffe;
    }
    .video-monitering .subheading {
        font-size: 18px;
        line-height: 25px;
    }
    .video-monitering h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .contactless-section {
        background-color: #0b1a38;
        padding: 50px 0;
    }
    .offer-customer-text::first-letter {
        font-weight: normal;
        font-size: 16px;
        padding-right: 0;
        float: none;
        font-family: 'Avenir LT Pro';
        line-height: normal;
    }
    .contactless-section .subheading {
        font-weight: normal;
        line-height: 25px;
    }
    .contactless-section h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .demand-based-section .subheading,
    .contactless-section .subheading {
        font-size: 18px;
    }
    .demand-based-section {
        padding: 50px 0;
    }
    .demand-based-section h1 {
        font-size: 29px;
        line-height: 40px;
    }
    .software-signage .subheading {
        font-family: 'Avenir Next LT Pro';
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 7px;
    }
    .blue-border-bottom {
        width: 84px;
        margin-bottom: 30px;
    }
    .software-signage h1 {
        font-size: 30px;
        margin-top: 80px;
        line-height: 40px;
    }
    .software-signage {
        background-size: 100%;
        padding-bottom: 50px;
    }
    .mobile-top-bottom-section .blue-border-bottom {
        width: 84px;
    }
    .mobile-top-bottom-section .bottom-bold-text {
        font-size: 20px;
        font-weight: bold;
    }
    .mobile-top-bottom-section p {
        color: #000;
        font-family: 'Avenir LT Pro';
        line-height: 22px;
    }
    .holiday-inn-logo {
        width: 147px;
    }
    .maui-logo {
        width: 164px;
    }
    .pacific-logo {
        width: 150px;
    }
    .capital-logo {
        width: 150px;
    }
    .safe-logo {
        width: 110px;
    }
    .aqua-logo {
        width: 150px;
    }
    .mobile-parking-opertion .contact-sales {
        background-color: #5f5eff;
        color: #fff;
        font-size: 16px;
        font-family: 'Avenir Next LT Pro';
        padding: 11px 34px;
        border-radius: 8px;
        width: 100%;
        margin-bottom: 25px;
    }
    .mobile-parking-opertion p {
        color: #000;
        font-family: 'Avenir LT Pro';
        line-height: 22px;
    }
    .mobile-parking-opertion .blue-border-bottom {
        width: 84px;
    }
    .mobile-parking-opertion .full-service-text {
        color: #000;
        font-size: 22px;
    }
    .mobile-parking-opertion h1 {
        color: #000;
        font-family: 'Avenir Next LT Pro';
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
    }
    .blue-bg-mobile {
        background-color: #0b1a38;
        height: 282px;
    }
    .parking-operation-img {
        width: 270px;
        margin-top: -157px;
    }
    .video-monitoring-img {
        width: 100%;
    }
    .parklinq-climate-top-section h1 {
        font-size: 32px !important;
    }
    .making-impact-border {
        width: 97px !important;
    }
    .italic-text {
        font-style: italic;
        font-size: 13px !important;
        margin-bottom: 5px;
    }
    .climeworks-logos {
        width: 120px;
    }
    .project-vista {
        width: 125px;
    }
    body .btn-margin {
        margin-top: 0 !important;
    }
    body .mobile-continue {
        margin-top: 12px !important;
    }
    .btn-zone-number-btn {
        padding: 11px 38px;
        margin-top: 12px !important;
    }
    .green-border-bottom {
        width: 123px;
    }
    .zone-input {
        height: 50px;
    }
    .map-of-availability .border-blue-bottom,
    .no-app-required .border-blue-bottom {
        width: 90px;
    }
    .car-para::first-letter {
        font-weight: bold;
        font-size: 82px;
        line-height: 64px;
        text-transform: uppercase;
        float: left;
        font-family: 'Avenir Next LT Pro';
        padding-right: 3px;
        height: 4rem;
    }
    .car-removed-section .border-blue-bottom {
        width: 89px;
    }
    .map-of-availability .container {
        padding: 0 23px !important;
    }
    .no-app-required .container {
        padding: 0 23px !important;
    }
    .map-of-availability {
        padding-top: 0 !important;
        padding-bottom: 10px !important
    }
    .no-app-required .sub-heading {
        color: #fff;
        font-family: 'Avenir LT Pro' !important;
        font-size: 16px !important;
        font-weight: normal;
        /* letter-spacing: -0.5px; */
        line-height: 20px;
    }
    .qr-scanner-text {
        font-size: 16px;
    }
    .no-app-required p {
        font-size: 16px;
    }
    .no-app-required h1 {
        font-size: 1.7rem;
        font-family: 'Avenir Next LT Pro';
        font-weight: bold;
        /* color: #0b1a38; */
        margin-bottom: 0;
    }
    .no-app-required {
        /* background-color: transparent;
        color: #000; */
        /* padding-left: 1.5rem;
        padding-right: 1.5rem; */
    }
    /* .no-app-required-mobile {
        padding-left: 2.2rem;
        padding-right: 2.2rem;
    } */
    .parklinq-text-bold {
        font-family: 'Avenir Next LT Pro';
        font-weight: normal;
    }
    .mobile-each-transaction .sub-heading {
        color: #00cfdd;
        font-family: 'Avenir Next LT Pro' !important;
        font-size: 16px !important;
        font-weight: normal;
        letter-spacing: -0.5px;
        line-height: 20px;
    }
    .mobile-each-transaction {
        background-color: #0b1a38;
        color: #fff;
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
        margin-top: 10px !important;
    }
    .mobile-each-transaction h1 {
        color: #fff;
        font-size: 1.7rem;
        font-family: 'Avenir Next LT Pro';
        font-weight: bold;
        margin-bottom: 0;
    }
    /* .mobile-map {
        padding-left: 2.2rem;
        padding-right: 2.2rem;
    } */
    .btn-map-available {
        width: 100%;
        border-radius: 6px;
        margin-top: 20px !important;
        padding: 12px 23px;
    }
    .map-of-availability p {
        font-size: 16px;
        font-family: 'Avenir LT Pro';
        line-height: 19px;
        margin-bottom: 0;
    }
    .mobile-each-transaction p {
        font-size: 16px;
        font-family: 'Avenir LT Pro';
        line-height: 22px;
        margin-bottom: 0;
    }
    .map-of-availability {
        margin-top: 72px;
        padding-bottom: 50px;
    }
    .map-of-availability h1 {
        font-size: 1.7rem;
    }
    .map-of-availability .sub-heading {
        color: #000;
        font-family: 'Avenir LT Pro' !important;
        font-size: 16px !important;
        font-weight: 300;
        /* letter-spacing: -0.5px; */
        line-height: 20px;
    }
    .border-blue-bottom {
        border-top: 5px solid #5f5eff;
        width: 85px;
        border-radius: 25px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .climeworks-logo {
        width: 142px;
    }
    .charm-logo {
        width: 125px;
    }
    .climate-change {
        padding: 55px 0;
        padding-bottom: 20px;
    }
    .climate-change p,
    .hight-cost-parking-section p,
    .parklinq-climate-top-section p {
        font-size: 16px;
    }
    .climate-change h2 {
        font-size: 32px;
        margin-bottom: 0px;
    }
    .hight-cost-parking-section {
        padding: 55px 0;
    }
    .hight-cost-parking-section .one-percent-text {
        font-size: 32px;
    }
    .hight-cost-parking-section .each-parking-text {
        font-size: 16px;
        margin-top: 0;
    }
    .hight-cost-parking-section .green-box-wraper {
        background-color: #00e266;
        height: 147px;
        width: 147px;
        text-align: center;
        padding-top: 14px;
        margin-bottom: 40px;
        margin-top: 23px;
    }
    .hight-cost-parking-section h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .parklinq-climate-top-section p {
        width: auto;
    }
    .subheading-climate {
        font-family: 'Avenir Next LT Pro';
        font-size: 16px;
        text-transform: none;
        line-height: 10px;
    }
    .each-parking-text {
        font-size: 16px;
        margin-top: 0;
    }
    .one-percent-text {
        font-size: 32px;
    }
    .green-box-wraper {
        background-color: #00e266;
        height: 150px;
        width: 150px;
        text-align: center;
        padding-top: 15px;
        margin: 0 auto;
        margin-bottom: 35px !important;
        /* margin-top: 50px; */
    }
    .parklinq-climate-top-section {
        padding: 30px 0;
        padding-bottom: 60px;
        margin-top: 72px;
    }
    .parklinq-green-text {
        font-size: 32px;
    }
    .licence-plate-mobile {
        margin-top: 100px !important;
    }
    .vehicle-wraper {
        margin-top: 143px !important;
        margin-bottom: 135px;
    }
    .phone-wraper {
        margin-top: 143px !important;
        margin-bottom: 135px;
    }
    .checkout-page {
        margin-top: 10px;
    }
    .plate-wraper {
        margin-top: 56px;
    }
    .shadow {
        box-shadow: none !important;
    }
    .climework-icon {
        width: 100%;
    }
    .carbon-cure {
        width: 125px;
    }
    .charm-icon {
        width: 100px;
    }
    .project-vesta {
        width: 55px;
    }
    ul.text-left li {
        font-size: 16px !important;
    }
    .climework-icon {
        width: 100%;
    }
    .carbon-cure {
        width: 125px;
    }
    .charm-icon {
        width: 100px;
    }
    .project-vesta {
        width: 55px;
    }
    ul.text-left li {
        font-size: 16px !important;
    }
    .navbar-collapse {
        text-align: center;
        margin-top: 50px;
    }
    .smart-parking p {
        font-size: 18px;
    }
    .bottom-textblue-section {
        text-align: left;
        color: #fff;
        padding-left: 29px;
    }
    .bottom-textblue-section p {
        font-weight: 900;
        font-size: 33px;
        margin-top: 30px;
    }
    .blue-section-mobile {
        background-color: #168cc2;
        text-align: center;
        padding: 25px 0;
    }
    .desktop-iphone-setting {
        width: 200px;
        margin-top: 0;
        margin-left: 19px;
    }
    .middle-how-it-works-section {
        padding: 26px 0;
    }
    .middle-how-it-works-section h4 {
        font-size: 25px;
    }
    .middle-how-it-works-section p {
        font-size: 16px;
    }
    .blue-circle {
        width: 55px;
        height: 55px;
        line-height: 52px;
        margin-top: 12px;
    }
    .time-icon {
        width: 30px;
    }
    .right-text-setting {
        padding-left: 70px;
    }
    .gps-icon {
        width: 31px;
    }
    .compare-price-icon {
        width: 28px;
    }
    .contactless-icon {
        width: 33px;
    }
    .parking-pass-wraper {
        width: auto;
        margin: 0 auto;
        margin-top: 70px !important;
    }
    .checkout-page {
        width: auto;
    }
    .learn-more {
        border-radius: 6px !important;
        /* padding: 3px 58px !important; */
        margin-top: 20px;
    }
    .white-logo {
        color: #fff;
        font-size: 33px;
    }
    .featured-text {
        font-size: 15px;
    }
    .bottom-logo-width {
        width: 95px;
    }
    .hourly-daily-section {
        margin-top: 50%;
    }
    .no-cash-leakage {
        padding: 50px 0;
    }
    .no-cash,
    .leakage {
        font-size: 29px;
    }
    .payment-security {
        font-size: 28px;
    }
    body .dyanmic-setting {
        margin: 43px 0 !important;
    }
    .bold-text {
        font-size: 27px;
    }
    .mobile-dm-setting {
        width: 55px;
    }
    .digital-parking p {
        font-size: 19px;
    }
    .digital,
    .parking-purple,
    .no-maintenance {
        font-size: 33px;
    }
    .management {
        font-size: 31px;
    }
    .equipment {
        font-size: 31px;
    }
    .no-maintenance-section {
        padding: 50px 0;
        padding-bottom: 35px;
    }
    /* .digital-parking .container,
    .no-maintenance-section .container,
    .no-cash-leakage .container,
    section .container {
        padding: 0 29px !important;
    } */
    .video-section-mobile {
        padding: 0 29px !important;
    }
    .digital-parking {
        margin-top: 100px;
    }
    .way-parking {
        padding: 32px 0;
        margin-top: 79px;
    }
    .smart-parking-page p {
        font-size: 18px;
    }
    .minutes-section p {
        font-size: 18px;
    }
    .parklinq-climate-section {
        padding: 59px 0;
    }
    .climate-text {
        font-size: 32px;
        text-transform: none;
    }
    .black-logo {
        width: 158px;
    }
    .parklinq-climate-section p {
        margin-top: 30px;
        margin-bottom: 35px;
        font-size: 18px;
    }
    .parklinq-climate-section .container {
        padding: 0 40px;
    }
    .minutes-section {
        padding: 60px 0;
    }
    .minute-text {
        font-size: 32px;
    }
    .minutes-section .number-text {
        line-height: 32px;
    }
    .minutes-section .container {
        padding: 0 40px;
    }
    .minutes-section p {
        padding-right: 0;
    }
    .healthy-climate {
        font-size: 29px !important;
    }
    .smart,
    .parking {
        font-size: 33px;
    }
    .smart-parking-page {
        margin-top: 90px;
    }
    .green-box {
        font-size: 40px;
        width: 140px !important;
        height: 140px !important;
    }
    .number-text {
        width: 53%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .smart-parking-page .container {
        padding: 0 40px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem !important;
        padding-left: .8rem !important;
    }
    .footer li a {
        font-size: 14px;
    }
    .list-your-parking p {
        font-size: 18px;
        padding-top: 0 !important;
    }
    .way-parking p {
        font-size: 18px;
        margin-bottom: 45px;
    }
    button:focus {
        outline: none !important;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url('/../img/menu.png');
    }
    .map-available-parking {
        font-family: 'Avenir';
        font-weight: 900;
        padding: 8px 13px !important;
        width: 245px !important;
        border-radius: 25px;
    }
    .reserve-for-later {
        color: #168cc2;
        font-family: 'Monrad Grotesk';
        font-weight: 900;
        font-size: 20px;
    }
    .zone-number,
    .zone-number:focus {
        background-color: #000;
        color: #fff;
        border-radius: 25px;
        text-align: center;
        width: 73%;
        font-family: 'Avenir';
        font-weight: 900;
        margin: 0 auto;
        height: 47px;
        font-size: 17px;
        width: 245px;
    }
    .parklinq-sign {
        font-size: 20px !important;
    }
    /* .shadow {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    } */
    .smart-parking h2 {
        font-size: 33px;
    }
    .list-your-parking h2 {
        font-size: 33px;
    }
    .parking-options ul li {
        font-size: 20px;
    }
    .parking-option {
        color: #000;
        font-weight: 900;
        font-size: 30px;
        line-height: 42px;
    }
    .parking-options p {
        color: #000;
        font-size: 20px;
    }
    .parking-options {
        padding: 60px 20px;
    }
    .text-center.compare-price-mobile {
        text-align: left !important;
        padding-left: 40px;
    }
    .gps-navigation {
        position: relative;
        padding: 40px 0;
    }
    .compare-price h3 {
        font-weight: 900;
        color: #000;
        font-size: 30px;
        margin-bottom: 0;
    }
    .extend-time h3 {
        font-size: 30px;
        color: #000;
        font-weight: 900;
        margin-bottom: 0px;
    }
    .way-parking h4 {
        font-size: 33px;
        margin-top: 0;
    }
    .text-setting h4 {
        font-weight: 900;
        font-size: 30px;
        margin-bottom: 0px;
    }
    .way-parking .text-center {
        text-align: left !important;
        padding-left: 40px;
    }
    .extend-time .text-center {
        text-align: left !important;
        padding-left: 40px;
    }
    .text-setting {
        position: relative;
        color: #000 !important;
        text-align: left;
        padding-left: 40px;
    }
    .extend-time p {
        color: #000 !important;
        font-size: 20px;
    }
    .compare-price p {
        font-size: 20px;
    }
    .text-setting-compare p {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-top: 12px;
        line-height: 20px;
    }
    .text-setting-compare {
        position: absolute;
        left: 35px;
        right: 0px;
        top: 14px;
    }
    .contactless {
        font-size: 30px;
    }
    .payments {
        font-size: 28px;
    }
    .text-setting-compare {
        text-align: left;
    }
    .car-image {
        /* width: 100%; */
        width: 290px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .top-section {
        margin-top: 93px;
        text-align: center;
    }
    .parking-text,
    .simplified-text {
        font-size: 35px;
    }
    .black-bar-bottom {
        background-color: #000;
        border-top: 6px solid #168cc2;
        margin-top: 48px;
        padding: 32px 30px 20px !important;
    }
    .new-logo {
        width: 130px;
    }
    .new-iphone-img {
        width: 100%;
    }
    .footer {
        /* text-align: center; */
        padding: 55px 0 5px 0;
    }
    .mobile-setting {
        text-align: right;
    }
    .parklinq-climate p {
        text-align: right;
        font-size: 18px;
        margin-top: 36px;
    }
    .carbon-logo {
        text-align: left;
        margin-top: -68px;
        margin-left: 0;
    }
    .carbon-capture {
        width: 78px;
    }
    .learn-more-btn {
        text-align: right;
    }
    .parklinq-climate {
        padding: 54px 25px 54px 35px;
    }
    .climate {
        color: #00e266;
        font-size: 33px;
        width: 109px;
        border-bottom: 0;
        margin: 0 0 0 auto;
        font-weight: 900;
    }
    .green-logo {
        width: 160px;
    }
    .list-your-parking {
        text-align: left !important;
    }
    .list-parking-setting {
        padding-left: 40px;
    }
    .signup {
        width: 99px;
        text-align: center;
        margin: 0 auto;
    }
    .footer h4 {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .footer-bottom-section {
        margin-top: 43px;
        text-align: center;
        padding-left: 0 !important;
    }
    .app-store {
        width: 120px;
        margin-top: 0px;
        margin-bottom: 30px;
        margin: auto;
        /* padding-top: 34px; */
        padding-bottom: 30px;
    }
    /* .social-icon {
        width: 35px;
    } */
    .mobile-map-btn {
        width: 100% !important;
    }
    .social-icon-setting {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .copy-right-text {
        color: #fff;
        font-size: 14px;
        font-family: 'Avenir LT Pro';
    }
}

.navbar-light .navbar-toggler {
    border: none;
    padding-right: 0;
}

.or-text {
    border-top: 1px solid #168cc2;
    position: relative;
    margin-bottom: 20px !important;
    margin-top: 3px !important;
    width: 190px;
    margin: 0 auto;
}

.or {
    position: absolute;
    top: -18px;
    background: #fff;
    font-weight: bold;
    color: #168cc2;
    width: 40px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
}

.checkout-page #phone-error {
    text-align: center;
    width: 100%;
}

.in-areas-padding {
    padding-right: 180px;
}

.rate-resident{
    margin-top: 150px;
    padding-left: 100px;
    padding-right: 100px;

}

.rate-resident h1{
    color: #520f86;
    font-family: 'Avenir Next LT Pro';
    font-size: 3rem;
    font-weight: bold;
    /* line-height: 45px; */
    margin-bottom: 0;
}


.register-activate{
    background: rgb(31,14,79);
    background: linear-gradient(90deg, rgba(31,14,79,1) 0%, rgba(94,10,132,1) 71%, rgba(84,27,143,1) 87%);
}

.register-activate h1 {
    color: #fff;
    font-size: 3rem;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    margin-bottom: 0;
    /* line-height: 50px; */
}

.right-rate-box h1{
    color: #fff;
    font-size: 3rem;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    margin-bottom: 0;
    /* line-height: 50px; */
}

.register-activate .subheading-climates{
    font-family: 'Avenir Next LT Pro';
    font-size: 19px;
    color: #fff;
}

.right-rate-box .subheading-climates{
    font-family: 'Avenir Next LT Pro';
    font-size: 19px;
    color: #fff;
}

.right-rate-box p {
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 20px;
    color: #fff;
}

.small-text{
    color: #fff;
}
.text-red{
    color: #ff0000;
    font-weight: 600;
    font-family: 'Avenir Next LT Pro';
}

.register-activate p {
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 20px;
}

.point{
    font-size: 18px;
    font-family: 'Avenir LT Pro';
    line-height: 20px;
}

.register-activate .padding-left-customs {
   padding: 70px 120px;
    /* width: 813px; */
}


.number{
    position: absolute;
}

.numbers-text{
    padding-left: 30px;
    display: block;
}

.right-rate-box{
    
background: rgb(81,33,147);
background: linear-gradient(90deg, rgba(81,33,147,1) 0%, rgba(3,171,237,1) 60%);
padding: 70px 120px;
height: 100%;
}

.rate-inner-wrap{
    /* width: 620px; */
    /* height: 591px; */
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {

    .rate-section-right{
        padding-left: 0;
    }

    .resident-img{
        margin: 30px 0;
    }

    .rates-resident-section{
        padding: 41px;
    }

    .rates-resident-section {
        background: rgb(31,14,79);
        background: linear-gradient(0deg, rgba(31,14,79,1) 0%, rgba(94,9,132,1) 50%, rgba(3,171,237,1) 100%);
    }

    .subheading{
        font-size: 16px;
    }

    .blue-gradient .subheading-patner{
        font-size: 16px;
    }
  
    .partner-with-us-section {
        width: 134px !important;
    }
    .padding-left-custom {
        padding-left: 25px !important;
    }
    .mobile-top-section-img {
        width: 161px !important;
    }
    .blue-gradient h1{
        font-size: 34px !important;
    }
    .gray-bg h1,
    .climate-left-box h1,
    .right-box-climate h1{
        font-size: 34px !important;
    }

    .subheading-right-climate,
    .subheading-climates{
        font-size: 17px !important;
    }
    .padding-left-inner {
        padding-left: 0 !important;
    }

    .custom-padding-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .padding-left-inner-right {
        padding-left: 5px !important;
    }

    .footer-logo-icon {
        width: 145px;
    }
    .social-icon {
        width: 26px;
    }
    
    .footer h4{
        font-size: 18px;
    }
    .footer li a{
        font-size: 14px;
    }
    .parklinq-climate-top-section h1{
        font-size: 34px !important;
    }
    .parklinq-green-text, .climate-text, .hight-cost-parking-section h2, .climate-change h2{
        font-size: 34px !important;
    }

    .in-areas-padding{
        padding-right: 0 !important;
    }

    .parklinq-climate-top-section{
        padding: 50px 0 !important;
    }

    .hight-cost-parking-section{
        padding: 50px 0 !important;
    }

    .climate-change{
        padding: 50px 0 !important;
    }
    .map-of-availability h1{
        font-size: 28px !important;
    }

    .btn-map-available{
        padding: 15px 6px;
    }

    .btn-zone-number-btn{
        padding: 14px 10px;
    }

    .no-app-required h1{
        font-size: 28px !important;
    }
    .map-of-availability {
        padding-top: 50px;
        padding-bottom: 50px !important;
    }
    .scan-img-desktop,
    .smart-notification-bg{
        width: 100% !important;
    }

    .smart-notification-bg{
        margin-left: 0px  !important;
    }
    

}


/* @media (min-width: 768px){
.container {
    max-width: 100%;
    padding: 0 40px;
}
} */

.mobile-rates-top-section{
    background: rgb(36,14,85);
background: linear-gradient(180deg, rgba(36,14,85,1) 0%, rgba(83,14,127,1) 39%, rgba(11,157,227,1) 76%);
margin-top: 72px !important;
padding: 40px 30px;
}

/* .mobile-rates{
    width: 100%!important;
} */

@media (min-device-width: 1024px) and (max-device-width: 1400px) {
    .register-activate .padding-left-customs {
        padding: 70px 50px;
    }

    .right-rate-box{
        padding: 70px 50px;
    }
}



@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    
    .how-it-works {
        margin-top: 52px !important;
    }

    body .climate-left-box, .right-box-climate {
        padding: 160px 0 !important;
    }
  }



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


    .padding-left-inner {
    padding-left: 0px !important;
}

    .green-box-wraper{
        width: 161px !important;
        height: 161px !important;
    }

    .green-box-wraper{  
        padding-top: 17px !important;
    }

    .climeworks-logos {
        width: 100px;
    }

    .project-vista {
        width: 100px;
    }


    .blue-enter-zone-number{
        margin-top: 23px;
    }

    .container {
        max-width: 100%;
        padding: 0 40px !important;
    }
    /* .parklinq-climate-top-section  .container,
    .hight-cost-parking-section .container,
    .climate-change .container,
    .parking-operation .container,
    .demand-based-section .container,
    .software-signage .container,
    .contactless-section .container,
    .video-monitering .container,
    .newsroom .container,
    .map-of-availability .container,
    .no-app-required .container,
    .map-of-availability .container{
        max-width: 100%;
        padding:0 50px !important;
    } */

  
   
 

    .btn-zone-number-btn {
        padding: 9px 6px;
        margin-top: 0 !important;
    }

    .map-of-availability{
        margin-top: 90px;
        padding: 30px 0 !important;
    }

    .btn-map-available{
        font-size: 13px;
        padding: 12px 10px;
    }

    .btn-zone-number-btn{
        font-size: 15px;
    }

    .smart-notification-bg{
        margin-left: 0;
    }

    .scan-img-desktop,
    .smart-notification-bg{
        width: 100% !important;
    }

    .ipad-setting{width: 100%;}

    .software-signage{
        background-size: 53%;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .parking-operation-img{
        width: 100%;
    }

    .full-service-text {
        font-size: 26px;
    }
    .parking-operation h1 {
        font-size: 32px !important;
    }

    .parking-operation-img{
        margin-top: 0;
    }

    .in-areas-padding{
        padding-right: 0;
    }

    .parklinq-climate-top-section{
        margin-top: 100px;
    }

    .gray-bg,
    .blue-gradient{
        padding: 150px 0 !important;
    }
    .partner-with-us-section{
        width: 145px !important;
    }
    .how-it-works{
        margin-top: 22px !important;
    }

    .climate-left-box,
    .right-box-climate{
        padding: 159px 0 !important;
    }

    .impact-btn{
        margin-top: 54px !important;
    }

    .charm-black{
        margin-left: 0 !important;
    }
    .impact-btn {
        margin-top: 0;
        padding: 13px 15px !important;
    }
    .newsroom-section-img {
        position: absolute;
        width: 300px;
        right: 0;
        bottom: 0;
        top: auto;
    }

    .new-home .container-fluid .col-sm-6{
        /* padding-right: 15px !important; */
        padding-left: 15px !important;
    }

    .p-custom-right{
        padding-right: 15px !important;
    }

    body .pr-sm-0, body .px-sm-0{
        padding-right: 0!important ;
    }

    .right-box-climate{
        margin-top: 0 !important;
        padding:153px 0 !important;
    }
    .subheading-right-climate,
    .subheading-climates{
        font-size: 17px !important;
    }

    .find-and-partner-section {
        margin-top: 102px !important;
    }

    .blue-gradient{
        margin-top: 0 !important;
    }

    .new-home .navbar-expand-lg{
        background-color: #fff !important;
    }

    .shadow{
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
    }

    .how-it-works{
        margin-top: 23px;
    }

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

    .subheading{
        font-size: 15px !important;
    }

    .blue-gradient .subheading-patner{
        font-size: 15px !important;
    }

}

/* @media (min-device-width: 768px) and (max-device-width: 1024px) {
    .partner-with-us-section {
        width: 134px !important;
    }
    .padding-left-custom {
        padding-left: 25px !important;
    }
    .mobile-top-section-img {
        width: 161px !important;
    }
    .blue-gradient h1{
        font-size: 34px !important;
    }
    .gray-bg h1,
    .climate-left-box h1,
    .right-box-climate h1{
        font-size: 34px !important;
    }

    .subheading-right-climate,
    .subheading-climates{
        font-size: 17px !important;
    }
    .padding-left-inner {
        padding-left: 0 !important;
    }

    .custom-padding-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .padding-left-inner-right {
        padding-left: 5px !important;
    }

    .footer-logo-icon {
        width: 145px;
    }
    .social-icon {
        width: 26px;
    }
    
    .footer h4{
        font-size: 18px;
    }
    .footer li a{
        font-size: 14px;
    }
    .parklinq-climate-top-section h1{
        font-size: 34px !important;
    }
    .parklinq-green-text, .climate-text, .hight-cost-parking-section h2, .climate-change h2{
        font-size: 34px !important;
    }

    .in-areas-padding{
        padding-right: 0 !important;
    }

    .parklinq-climate-top-section{
        padding: 50px 0 !important;
    }

    .hight-cost-parking-section{
        padding: 50px 0 !important;
    }

    .climate-change{
        padding: 50px 0 !important;
    }
    .map-of-availability h1{
        font-size: 32px !important;
    }

    .btn-map-available{
        padding: 15px 6px;
    }

    .btn-zone-number-btn{
        padding: 14px 10px;
    }

    .no-app-required h1{
        font-size: 32px !important;
    }
    .map-of-availability {
        padding-top: 50px;
        padding-bottom: 50px !important;
    }
    .scan-img-desktop,
    .smart-notification-bg{
        width: 100% !important;
    }

    .smart-notification-bg{
        margin-left: 0px  !important;
    }
    

    
}
 */





@media screen and (min-device-width: 768px) and (max-device-width: 1522px) {
    .newsroom-section-img {
        width: 225px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1501px) {
    .software-signage {
        background: url(../../img/about-us-top-section-desktop.png) right top no-repeat;
        padding: 100px 0px;
        background-size: 54%;
        background-color: #eeeffe;
    }
    .newsroom-section-img {
        width: 160px;
    }
    .mobile-top-section-img {
        width: 275px;
    }
    .partner-with-us-section {
        width: 230px;
    }
    .padding-left-inner {
        padding-left: 50px;
    }
    .footer-bottom-section {
        padding-left: 50px !important;
    }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
    .parklinq-climate-top-section p {
        width: auto;
    }
    .hight-cost-parking-section .green-box-wraper {
        background-color: #00e266;
        height: 200px;
        width: 200px;
        text-align: center;
        padding-top: 30px;
    }
    .hight-cost-parking-section p,
    .parklinq-climate-top-section p {
        font-size: 15px;
    }
    .parklinq-green-text,
    .climate-text,
    .hight-cost-parking-section h2,
    .climate-change h2 {
        font-size: 36px;
    }
    .green-box-wraper {
        background-color: #00e266;
        height: 202px;
        /* width: 100%; */
        text-align: center;
        padding-top: 34px;
        margin-top: 66px;
    }
    .green-box-wraper {
        margin-top: 0;
    }
    .one-percent-text {
        font-size: 46px;
    }
    .each-parking-text {
        font-size: 14px;
        line-height: 18px;
    }

    .parking-operation-img{
        width: 300px;
    }
    .parking-operation h1{
        font-size: 32px !important;
    }
    .full-service-text{
        font-size: 26px;
    }

    .parking-operation{
        padding: 74px 0px 74px 0;
    }
    .software-signage h1{
        font-size: 26px;
    }
    .demand-based-section h1 {
        font-size: 26px;
        line-height: 41px;
    }

    .ipad-setting{
        width: 100% !important;
    }
    .contactless-section h1,
    .video-monitering h1,
    .newsroom h1{
        font-size: 26px !important;
    }

    .video-monitoring-img{
        width: 100%;
    }
}



@media screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    .partner-with-us-section {
        width: 350px;
    }
    .newsroom-section-img {
        width: 130px;
    }
}

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

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../../fonts/AvenirNextLTPro-Demi.woff2') format('woff2'), url('../../fonts/AvenirNextLTPro-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/Avenir-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/Avenir-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../fonts/avenir-light-webfont.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 300;
}

@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/Avenir-Heavy.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/Avenir-Heavy.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../fonts/Avenir-Heavy.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: 900;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGroteskBlack.woff2') format('woff2'), url('../../fonts/MonradGroteskBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGrotesk-Regular.woff2') format('woff2'), url('../../fonts/MonradGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGroteskBlack.woff2') format('woff2'), url('../../fonts/MonradGroteskBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGrotesk-Semibold.woff2') format('woff2'), url('../../fonts/MonradGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGrotesk-Regular.woff2') format('woff2'), url('../../fonts/MonradGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monrad Grotesk';
    src: url('../../fonts/MonradGrotesk-Semibold.woff2') format('woff2'), url('../../fonts/MonradGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}