:root {
    --bgImage: url(../src/sector-bg.jpg);
 }
  html {
    scroll-padding-top: 87px;
 }
  * {
    outline: none !important;
 }
  .d-grid {
    display: grid !important;
 }
  .gtc-lg-half {
    grid-template-columns: auto auto;
 }
  .zoomOnHover {
    transition: 0.4s;
 }
  .zoomOnHover:hover {
    transform: scale(1.2);
 }
 /* ZOHO CHat Box CSS */
  .zsiq_size2.zsiq-newtheme[embedtheme] {
    width: 300px !important;
    height: 490px !important;
    bottom: 0 !important;
    right: 10px !important;
 }
 /* Custom Classes */
  .font-muli {
    font-family: 'Muli', sans-serif;
 }
  .font-open {
    font-family: 'Open Sans', sans-serif;
 }
  .font-10{
    font-size: 10px;
 }
  .font-11{
    font-size: 11px;
 }
  .font-12{
    font-size: 12px;
 }
  .font-14{
    font-size: 14px;
 }
  .font-18{
    font-size: 18px;
 }
  .color-grey-0 {
    color: #f6f9fc !important;
 }
  .bg-grey-0 {
    background-color: #f6f9fc !important;
 }
  .color-grey-1 {
    color: #f2f5f9 !important;
 }
  .bg-grey-1 {
    background-color: #f2f6ff !important;
 }
  .color-grey-2 {
    color: #d9e4ee !important;
 }
  .bg-grey-2 {
    background-color: #d9e4ee !important;
 }
  .bg-grey-3 {
    background-color: #EDF2F7 !important;
 }
  .color-grey-3 {
    color: #acc1d4 !important;
 }
  .color-green-0 {
    color: #d5facf !important;
 }
  .bg-green-0 {
    background-color: #d5facf !important;
 }
  .color-green-1 {
    color: #74e482 !important;
 }
  .color-green-2 {
    color: #3ecf8e !important;
 }
  .bg-green-2 {
    background-color: #3ecf8e !important;
 }
  .bg-lightgreen {
    background-color: #ebf3f0 !important;
 }
  .color-blue-0 {
    color: #6b7c93 !important;
 }
  .color-blue-1 {
    color: #525f7f !important;
 }
  .color-blue-2 {
    color: #32325d !important;
 }
 .bg-blue-0 {
    background-color: #6b7c93 !important;
 }
 .bg-blue-1 {
    background-color: #525f7f !important;
 }
 .bg-blue-2 {
    background-color: #32325d !important;
 }
  .color-purple-0 {
    color: #917ac5 !important;
 }
  .color-purple-1 {
    color: #7356b6 !important;
 }
  .bg-purple-1 {
    background-color: #7356b6 !important;
 }
  .color-purple-2 {
    color: #594da1 !important;
 }
  .grayscale {
    filter: grayscale(100%);
 }
  .box-shadow {
    box-shadow: 0 0 15px #00000018;
 }
  .border-radius-20 {
    border-radius: 20px;
 }
  .object-fit-cover {
    object-fit: cover;
 }
  .l-space {
    letter-spacing: 1.8px;
 }
  .icon-text-grid {
    grid-template-columns: 50px auto;
    gap: 20px;
 }
  #svgRoadSign {
    position: absolute;
    left: -22px;
 }
  .gmp-btn {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none !important;
    color: #fff;
    background-color: #3ecf8e;
    border: 1px solid #3ecf8e;
    transition: 0.1s ease;
 }
  .gmp-btn:hover {
    color: #fff;
    background-color: #3ecf8ed8;
   /*background-color: #24ae5f;
    */
    border: 1px solid #3ecf8ed8;
 }
  .gmp-btn-demo {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none !important;
    color: #3ecf8e;
    background-color: transparent;
    border: 1px solid #3ecf8e;
    transition: 0.3s ease;
 }
  .gmp-btn-demo:hover {
    color: #fff;
    background-color: #3ecf8e;
    border: 1px solid #3ecf8e;
 }
  .earth {
    height: 50vh;
    width: 50vh;
    border-radius: 50%;
    background-image: url('../src/gmp-globe.svg');
    background-size: cover;
    background-color: transparent;
    background-repeat: repeat;
    background-position: 50%;
    box-shadow: 0 -2px 20px 0px #9b9b9b inset;
    transition: all 0.7s ease;
 }
 /* .earth.earthAnimate {
    animation: spin 1s linear;
 }
  @keyframes spin {
    100% {
      background-position: 50%;
   }
 }
  */
 /* Custom Classes Ends */
 /* Regular CSS */
  body {
    margin: 0;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f6f9fc;
    color: #525f7f;
 }
  span, a {
    color: #525f7f;
    text-decoration: none !important;
    outline: none !important;
 }
  a:hover {
    color: #32325d;
 }
  h1, h2, h3, h4, h5, p, .h1, .h2, .h3, .h4, .h5, .p {
    margin-bottom: 10px;
 }
  h1, .h1 {
    font-size: 28px;
 }
  h2, .h2 {
    font-size: 24px;
 }
  h3, .h3 {
    font-size: 20px;
 }
  h4, .h4 {
    font-size: 15px;
 }
  h5, .h5 {
    font-size: 12px;
 }
  p, .p {
    font-size: 15px;
 }
  small, .small {
    font-size: 12px;
 }
  .ham-btn {
    position: absolute;
    right: 0;
    top: 27px;
 }
  nav .dropdown:hover > .dropdown-menu {
    display: block;
 }
  nav .dropdown-toggle::after {
    display: none;
 }
  .navbar .dropdown-toggle::after {
    top: 13px;
    position: absolute;
 }
  .navbar .nav-link {
    color: #6b7c93;
    padding: 3px 12px !important;
 }
  .navbar .nav-link:hover {
    color: #32325d;
 }
  .dropdown-menu.lg-menu.sector-menu {
    min-width: 460px;
 }
  .dropdown-menu.lg-menu {
    min-width: 540px;
    color: inherit;
    left: 10px;
    margin: 0px;
 }
  .dropdown-menu.lg-menu .module-item{
    display: grid;
    grid-template-columns: 32px auto;
    column-gap: 10px;
    align-items: center;
    padding: 6px 10px;
 }
  .dropdown-menu.lg-menu .module-item:hover{
    background-color: #f2f6ff;
 }
  .hvr-underline-from-left {
    display: inline-block;
    vertical-align: bottom;
   /* -webkit-transform: perspective(1px) translateZ(0);
    */
   /* transform: perspective(1px) translateZ(0);
    */
   /* box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    */
    position: relative;
    overflow: hidden;
 }
  .hvr-underline-from-left::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #32325d;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 }
  .hvr-underline-from-left:hover::before, .hvr-underline-from-left:focus::before, .hvr-underline-from-left:active::before {
    right: 0;
 }
  .dark-overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
 }
  .bg{
    background-image: url("../src/bg.svg");
    background-position: center;
    background-size: cover;
 }
  .bg-overlay {
    background-image: url("../src/bg-overlay.svg");
    background-position: center;
    background-size: cover;
 }
  .sector-bg-h {
    height: 89vh;
    background-image: var(--bgImage);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 }
  form textarea {
    background-color: #D9E4EE !important;
    border: none !important;
 }
  form input {
    padding: 10px 15px;
    max-height: 44.5px;
    min-height: 44.5px;
    background-color: #D9E4EE;
    border: none;
 }
 /* GMP Home */
  .gmp-bg {
    background-color: rgba(255, 255, 255, 0.05);
    overflow: hidden;
 }
  #gmp-video {
    width: 100%;
    z-index: -1;
    margin:0 -15px;
    height: auto;
 }
  .globe-image {
    max-width: 100%;
    height: auto;
 }
 /* GMP Home */
 /* Number Counter Section */
  .history-section-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 125px;
 }
  .history-section-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: var(--bg-counter);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height: 100%;
 }
 /* Number Counter Section End */
 /* contact-section */
  .contact-section #contact-form form {
    margin: 0;
    max-width: 100%;
    padding: 20px;
 }
  .contact-section #contact-form form ._form_element {
    margin-bottom: 20px;
 }
  .contact-form form._form ._checkbox-radio {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 10px;
 }
   .products-form.contact-form form._form ._checkbox-radio {
    align-items: start;
 }
  .products-form.contact-form form._form ._checkbox-radio input {
    margin-top: -6px;
 }
  .contact-form form._form ._checkbox-radio > span {
    position: relative;
    top: 5px;
 }
  .contact-section #contact-form form button {
    padding: 5px 15px !important;
 }
 /*.contact-section input {
    padding: 10px 15px !important;
    max-height: 44.5px;
    min-height: 44.5px;
    background-color: #D9E4EE !important;
    border: none !important;
 }
  .contact-section input:focus, .contact-section textarea:focus {
    background-color: unset;
    border-color: unset;
    outline: none;
    box-shadow: unset;
 }
  */
 /* contact-section */
  footer::before {
    position: absolute;
    content: "";
    top: -100px;
    right: 0;
    height: 100px;
    width: 100%;
    background-image: url(../src/footer-top.svg);
    background-repeat: no-repeat;
    background-size: cover;
 }
  footer .footer-link {
    color: #6b7c93;
    transition: 0.3s;
    cursor: pointer;
 }
  footer .footer-link:hover {
    color: #32325d;
    text-decoration: none;
    margin-left: 2px;
 }
  .office-box .office-loc .loc-link.active {
    font-size: 18px;
    font-weight: 700;
 }
  .office-box .office-loc .loc-link {
    font-weight: 300;
 }
 /* Awards Slider */
 /* .award-slider .slick-list {
    overflow: unset;
 }
  */
  .award-slider .slider-content {
    position: absolute;
    bottom: -20px;
    right: 10%;
    border-radius: 4px;
    width: 75%;
    box-shadow: 0 0 1rem rgba(0,0,0,.15);
 }
 /* Awards Slider Ends */
 /* Team Section */
 /*.employees__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
    width: 80%;
    margin: 0 auto;
 }
  */
 /*.employees__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    width: 60%;
    margin: 0 auto;
 }
  */
  .employees__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    width: 75%;
    margin: 0 auto;
 }
  .employees__grid .employee__img img {
    border-radius: 50%;
 }
  .team-section .team-profile-summary {
    position: absolute;
    right: 15px;
    bottom: -15px;
    width: 80%;
 }
 /* Team Section Ends */
 /* Home Hero Slider */
  .home__hero-slider .slider__item {
    display: flex !important;
 }
  .hero-section-image-wrapper {
    width: 950px;
    position: absolute;
    top: -120px;
    left: -20px;
    /* right: -50px; */
    z-index: -1;
 }
 .section-parking-image-wrapper {
  width: 700px;
  /* position: absolute; */
  top: -10px;
  left: -20px;
  /* right: -50px; */
  /* z-index: -1; */
}
.section-detailing-image-wrapper {
  width: 600px;
  /* position: absolute; */
  top: -10px;
  /* left: -20px; */
  right: -50px;
  z-index: -1;
}
.section-cleaning-image-wrapper {
  width: 500px;
  /* position: absolute; */
  /* top: -10px; */
  /* left: -20px; */
  /* right: 100px; */
  /* z-index: -1; */
}

.feature-block-animation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.feature-block-animation.visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-cleaning-animation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.feature-cleaning-animation.visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-parking-animation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.feature-parking-animation.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Animasi untuk efek pengetikan */
.typing {
  border-right: 2px solid;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: typing 2s steps(40, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: black; }
}

  .hero-product-feature {
    position: absolute;
    z-index: 1;
    transition: 0.5s ease;
    border-radius: 250px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.7px);
    -webkit-backdrop-filter: blur(4.7px);
    border: 1px solid rgba(213, 234, 217, 1);
 }
  .text-typewriter{
    color: #215FAF;
 }
  .text-fade{
    animation: textfade 1s;
 }
  .text-fadein{
    animation: textfade 1s;
 }
  @keyframes textfade {
    from{
      opacity: 0;
   }
    to{
      opacity: 1;
   }
 }
 
 
 /* Logo Scroll Wrapper */
 .logo-scroll-wrapper {
   white-space: nowrap;
   overflow: hidden;
   height: 60px;
 }
 
 .logo-scroll-wrapper .logo-scroll-content {
   /*display: inline-block;
   animation: scroll 60s linear infinite;*/
   height: 100%;
 }
 
 .logo-scroll-wrapper .logo-scroll-content img {
   /*height: 35px;
   margin: 0 20px;*/
   width: 210px;
   height: 100%;
   object-fit: contain;
   position: absolute;
   left: max(calc(210px * 9), 80%);
   animation: scroll 30s linear infinite;
 }
 
 .logo-scroll-wrapper:hover .logo-scroll-content img {
   animation-play-state: paused;
 }
 
 .logo-scroll-wrapper .logo-scroll-content img:nth-child(1) {
   animation-delay: calc(30s / 9 * (9 - 1) * -1);
 }
 
 .logo-scroll-wrapper .logo-scroll-content img:nth-child(2) {
   animation-delay: calc(30s / 9 * (9 - 2) * -1);
 }
 
 .logo-scroll-wrapper .logo-scroll-content img:nth-child(3) {
   animation-delay: calc(30s / 9 * (9 - 3) * -1);
 }
 
 .logo-scroll-wrapper .logo-scroll-content img:nth-child(4) {
   animation-delay: calc(30s / 9 * (9 - 4) * -1);
 }
 
 .logo-scroll-wrapper .logo-scroll-content img:nth-child(5) {
   animation-delay: calc(30s / 9 * (9 - 5) * -1);
 }
 
 .logo-scroll-wrapper .logo-scroll-content img:nth-child(6) {
   animation-delay: calc(30s / 9 * (9 - 6) * -1);
 }
 
 .logo-scroll-wrapper .logo-scroll-content img:nth-child(7) {
   animation-delay: calc(30s / 9 * (9 - 7) * -1);
 }
 
 .logo-scroll-wrapper .logo-scroll-content img:nth-child(8) {
   animation-delay: calc(30s / 9 * (9 - 8) * -1);
 }
 
 .logo-scroll-wrapper .logo-scroll-content img:nth-child(9) {
   animation-delay: calc(30s / 9 * (9 - 9) * -1);
 }
 
 @keyframes scroll {
   /*0% {
     transform: translateX(0);
   }
   100% {
     transform: translateX(-100%);
   }*/
   to {
     left: -200px;
   }
 }
 /* Logo Scroll Wrapper Ends */
 
 
  @media only screen and (max-width: 768px) {
 }
 /* Home Hero Slider Ends */
 /* Country Switcher */
  .country-switcher .country-switcher-link {
    display: flex;
    align-items: center;
 }
  .country-switcher a:active {
    background-color: #f8f9fa;
 }
 /* Country Switcher */
 /* Parking Operator Slider */
  .parking__operator-slider .slick-list, .parking__operator-slider .slick-list .slick-track {
    height: 100%;
 }
  .parking__operator-slider .slider__item {
    padding: 15px 20px;
    border: 10px solid #f3f4f8;
    border-radius: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
 }
  .parking__operator-slider .slider__item .operator__logo {
    height: 40px 
 }
  .parking__operator-slider .slider__item .operator__img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 10px;
 }
  .parking__operator-slider .slick-dots li {
    width: 35px;
    height: 10px;
 }
  .parking__operator-slider .slick-dots li button {
    font-size: 25px;
    width: 35px;
    height: 10px;
    background: #2c3e501c;
 }
  .parking__operator-slider .slick-dots li.slick-active button {
    background: #2c3e50;
 }
  .parking__operator-slider .slick-dots li button::before {
    content: none;
 }
  .parking-operator-slider .slick-prev {
    left: auto;
    top: 35%;
    bottom: auto;
 }
  .parking-operator-slider .slick-next {
    left: auto;
    top: auto;
    bottom: 35%;
 }
  .parking-operator-slider .slick-prev, .parking-operator-slider .slick-next {
    background: transparent !important;
    right: -35px !important;
    transition: 0.2s;
    transform: none;
 }
 /* Parking Operator Slider Ends */
 /* Parking Operator Express Lane Slider */
  .express-slider .slick-list, .express-slider .slick-list .slick-track {
    height: 100%;
 }
  .express-slider .slider__item {
    padding: 15px 20px;
    border: 10px solid #f3f4f8;
    border-radius: 20px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
 }
  .express-slider .slider__item .operator__logo {
    height: 40px 
 }
  .express-slider .slider__item .operator__img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 10px;
 }
  .express-slider .slider__item .separator {
    width: 1px;
    height: 90%;
    border: 1px solid #d9e4ee;
    margin: 0px 25px;
 }
  .express-slider .slider__item .parking__operator-content {
    width: 70%;
 }
  .express-slider .slick-dots li {
    width: 35px;
    height: 10px;
 }
  .express-slider .slick-dots li button {
    font-size: 25px;
    width: 35px;
    height: 10px;
    background: #2c3e501c;
 }
  .express-slider .slick-dots li.slick-active button {
    background: #2c3e50;
 }
  .express-slider .slick-dots li button::before {
    content: none;
 }
 /* Parking Operator Express Lane Slider Ends */
 /* Media Mention Slider */
  .media-slider .slick-list {
    padding: 50px 0 !important;
 }
  .media-slider .slick-list .slick-track {
    display: flex;
    align-items: center;
 }
  .media-slider .slider:focus, .media-slider .slider .slider-box:focus, .media-logo-slider .slider:focus, .media-slider .slider .slider-b:focus {
    outline: unset !important;
 }
  .media-slider .slider.slick-center .slider-box {
    opacity: 1 !important;
    transform: scale(1.2);
 }
  .media-slider .slider .slider-box {
    transition: 0.2s;
    opacity: 0.3;
    transform: scale(0.8);
    box-shadow: 0 0 15px #00000018;
 }
  .media-logo-slider .slick-prev {
    left: 45%;
   /* transform: translateX(45%);
    */
 }
  .media-logo-slider .slick-next {
    right: 45%;
   /* transform: translateX(-45%);
    */
 }
  .media-logo-slider .slick-prev, .media-logo-slider .slick-next {
    background: transparent !important;
    top: unset;
    bottom: -60px;
    transition: 0.2s;
    width: 30px;
    height: 30px;
 }
  .media-logo-slider .slick-list .slick-track {
    transform: translate3d(0px, 0px, 0px)!important;
 }
  .media-logo-slider .slider {
    cursor: pointer;
 }
  .media-logo-slider .slider.slick-center .slider-b img {
    filter: unset;
    padding-bottom: 5px;
    border-bottom: 2px solid #32325d;
 }
 /* .media-logo-slider .slick-prev:hover, .media-logo-slider .slick-prev:focus, .media-logo-slider .slick-next:hover, .media-logo-slider .slick-next:focus {
    background: #333;
 }
  */
  .slick-prev::before, .slick-next::before {
    font-size: 30px !important;
    color: #32325d !important;
 }
  .slick-prev, .slick-next {
    width: 30px !important;
    height: 30px !important;
 }
 /* Media Mention Slider Ends */
  .milestones-section .milestones-box .milestones-content {
    display: none !important;
 }
  .milestones-section .milestones-box .milestones-content.active {
    display: flex !important;
 }
  .milestones-section .milestones-dates .year-link.active {
    font-weight: 700;
    font-size: 28px;
 }
  .milestones-section .milestones-dates .year-link {
    font-weight: 300;
    font-size: 20px;
 }
  .milestones-section .milestones-dates .year-link:hover {
    color: inherit;
 }
 /* Product Page */
  .module-block .module-link.active{
    box-shadow: 0 0 15px #00000018;
    filter: unset;
    opacity: 1;
 }
  .module-block .module-link{
    filter: grayscale(100%);
    opacity: 0.5;
 }
  .platform-block .platform-tab-slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
 }
  .platform-block .platform-link.active{
    border-bottom: 4px solid #979abc;
 }
  .platform-block .platform-link{
    width: 157px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    box-shadow: 0 0 15px #00000018;
    font-size: 13px;
 }
  .slick-dots li {
    margin: 0 !important;
 }
  .slick-dots li button::before {
    font-size: 8px !important;
 }
 /* Product Page Ends */
 /* Career Page CSS */
  .angellist_jobs {
    max-width: unset !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
 }
  .angellist_jobs-job {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 0 15px #00000018;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 1.5rem !important;
 }
  .angellist_jobs-title {
    font-size: 18px !important;
    font-family: 'Muli', sans-serif;
    line-height: unset !important;
 }
  .angellist_jobs-title-link, .angellist_jobs-title-link:hover, .angellist_jobs-title-link:visited, .angellist_jobs-title-link:active {
    color: #525f7f !important;
 }
  .angellist_jobs-title-link:hover, .angellist_jobs-title-link:active {
    color: #3ecf8e !important;
 }
  .angellist_jobs-tagscolor {
    color: #525f7f !important;
    font-size: 16px !important;
 }
  .team-slider .slider .slider-box .name-overlay {
    position: absolute;
    top: 0;
   /*background: rgba(115, 86, 182, 0.50);
    */
    background: rgba(36, 173, 95, 0.4);
    height: 100%;
    width: 100%;
    transition: 0.3s;
 }
  .team-slider .slider .slider-box:hover .name-overlay {
   /*display: none;
    */
    opacity: 0;
    visibility: hidden;
 }
  .team-slider .slider .slider-box .name-overlay .name {
    bottom: 7%;
    left: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
 }
  .testimonials-slider .slick-prev, .testimonials-slider .slick-next {
    background: transparent !important;
    transition: 0.2s;
    transform: none;
    bottom: -30px;
    top: auto;
 }
  .testimonials-slider .slick-prev {
    left: 45%;
 }
  .testimonials-slider .slick-next {
    right: 45%;
 }
 /* Career Page CSS Ends */
 /* Request Form Modal CSS */
  .modal-dialog {
    max-width: 700px;
 }
 /* Request Form Modal CSS Ends */
 /* Landing Pages CSS */
  .img_menu_icon {
    width: 38px;
 }
  .h_menu_icon {
    font-size: 20px;
 }
 /* Landing Pages CSS ends */
 /* Mobiles */
  @media only screen and (max-width: 768px) {
    .gtc-lg-half {
      grid-template-columns: auto;
   }
    .px-5, .p-5 {
      padding-left: 15px !important;
      padding-right: 15px !important;
   }
    .mb-xs-5 {
      margin-bottom: 30px;
   }
    .h-100 {
      height: auto !important;
   }
    .pb-200 {
      padding-bottom: unset;
   }
    .mt-300 {
      margin-top: unset;
   }
    .sector-bg-h {
      height: 40vh 
   }
    .earth {
      width: 80vw;
      height: 80vw;
      margin: auto;
   }
    #office-map-loc {
      width: 100%;
      height: 250px;
   }
    .our-office-section .office-box .office-loc {
      border-left: unset !important;
   }
    .req-demo-btn .gmp-btn-demo {
      font-size: 10px;
      padding: 7px;
   }
    .hero-section-image-wrapper {
      position: relative;
      top: 0;
      right: 0;
      left: 0;
      margin-top: 4rem;
   }
    .hero-product-feature {
      width: 100px;
   }
    .history-section-wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
   }
    footer .footer-offices ul li {
      display: inline-block;
   }
    footer .footer-offices ul li:not(:last-child) {
      margin-right: 0.5rem;
   }
    footer .font-14 {
      font-size: 12px;
   }
    .parking-problem-section {
      margin: 5rem 0;
   }
    .parking-problem {
      padding: 30px 20px !important;
   }
    .media-slider .slider.slick-center .slider-box, .media-slider .slider .slider-box {
      transform: scale(1);
   }
    .media-slider .slick-list .slick-track {
      display: flex;
      align-items: stretch;
   }
    .media-slider .slider .slider-box {
      box-shadow: unset;
      height: auto;
   }
    .media-slider .slick-slide img {
      width: 120px;
   }
    .media-slider .slick-list {
      padding: 15px 0 !important;
   }
    .parking-operator-slider {
      margin-top: -80px;
   }
    .parking-operator-slider .slick-prev, .parking-operator-slider .slick-next {
      bottom: -40px !important;
      right: auto !important;
   }
    .parking-operator-slider .slick-next {
      left: auto;
      top: auto;
      right: 40% !important;
   }
    .parking-operator-slider .slick-prev {
      left: 40%;
      top: auto;
   }
    .award-slider .slider-image.w-75 {
      width: 100% !important;
   }
    .award-slider .slider-content {
      position: relative;
      top: -30px;
      border-radius: 4px;
      width: 90%;
      border: 1px solid #f5f5f5;
      margin: 0 auto;
      height: 100%;
      left: auto;
      right: auto;
   }
    .team-section .team-profile-box .team-profile-img {
      display: block;
      margin: 0 auto;
      width: 250px;
   }
    .team-section .team-profile-box .team-profile-summary {
      position: relative;
      right: 0;
      bottom: 25px;
      width: 65%;
      margin: 0 auto;
      border-radius: 4px;
   }
    .testimonials-slider .slick-prev {
      left: 40%;
   }
    .testimonials-slider .slick-next {
      right: 40%;
   }
    .getmypark-section .getmypark-img {
      max-width: 100%;
      height: auto;
      width: 100%;
   }
    .milestones-section .milestones-dates .dates-list {
      display: flex;
      justify-content: space-around;
      align-items: center;
   }
    .angellist_jobs-job {
      -ms-flex: 0 0 92%;
      flex: 0 0 92%;
      max-width: 100%;
   }
    .our-values-slider .values-slider img {
      margin: 0 auto;
   }
    .platform-block .platform-tab-slider {
      display: flex;
      flex-direction: row;
      justify-content: unset;
      text-align: center;
   }
    .platform-tab-slider .slick-track {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
   }
    .platform-tab-slider .slick-track::before, .platform-tab-slider .slick-track::after {
      display: inherit;
      content: unset;
   }
    .platform-block .platform-link{
      width: auto;
      font-size: 10px !important;
     /*height: 42px;
      */
   }
    .icon-text-grid {
      grid-template-columns: 28px auto;
   }
    nav .dropdown-toggle::after {
      display: inline-block;
   }
   /* Express Lane */
    .express-slider .slider__item {
      flex-direction: column;
      justify-content: normal;
      height: 100%;
   }
    .express-slider .slider__item .operator__logo {
      height: 40px;
      display: none;
   }
    .express-slider .slider__item .operator__img {
      margin: 0 auto;
   }
    .express-slider .slider__item .separator {
      width: 90%;
      height: 1px;
      border: 1px solid #d9e4ee;
      margin: 10px 0;
   }
    .express-slider .slider__item .parking__operator-content {
      width: 100%;
      text-align: center;
   }
 
   .express-lane-process .process-count-wrapper {
     left: 0;
     bottom: unset;
     top: 50%;
     flex-direction: column;
     transform: translateY(-50%);
     justify-content: space-between;
     width: 30px;
     height: 55%;
     margin: auto 25px;
   }
 
   .express-lane-process .process-count-wrapper:before {
     width: 2px;
     height: 100%;
   }
 
   .express-lane-steps .payment-option-title {
     top: 20px;
   }
 
   .logo-scroll-wrapper .logo-scroll-content img {
     width: 125px;
     height: 40px;
     left: max(calc(125px* 9), 80%);
   }
 
 
   /* Express Lane Ends */
 }
 
 
  @media only screen and (max-width: 992px) and (min-width: 768px)  {
   /* Express Lane Slider */
     .express-slider .slider__item {
       width: 650px !important;
   }
   /* Express Lane Slider Ends */
  }
 
 /* Tabs */
  @media only screen and (max-width: 992px) {
    .container {
      max-width: 990px;
   }
    #navbarSupportedContent ul {
      font-size: 14px;
   }
    #navbarSupportedContent .nav-item .nav-link {
      display: inline-block;
   }
    #navbarSupportedContent li.dropdown.show {
      font-weight: bold;
   }
    #navbarSupportedContent .dropdown-menu {
      background-color: transparent;
      border: none;
      font-size: 13px;
      color: #525f7f;
      margin: unset;
   }
    #navbarSupportedContent .dropdown-menu .dropdown-item {
      color: inherit;
      display: inline-block;
      width: auto;
      padding: unset;
   }
    #navbarSupportedContent .dropdown-menu .dropdown-item:focus, #navbarSupportedContent .dropdown-menu .dropdown-item:hover {
      color: inherit;
      text-decoration: none;
      background-color: transparent;
   }
    #navbarSupportedContent .dropdown-menu.lg-menu {
      display: none !important;
   }
    .svg-animation-section {
      display: none !important;
   }
    .history-section-wrapper {
      gap: 40px;
   }
    .platform-block .platform-link{
      width: 100px;
      font-size: 13px;
   }
    .employees__grid {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
      width: auto;
   }
 }
 /* Laptops */
  @media only screen and (min-width: 993px) {
    .container {
      max-width: 100%;
   }
    .h1 {
      font-size: 45px;
   }
    .h2 {
      font-size: 32px;
   }
    .h3 {
      font-size: 23px;
   }
    .h4 {
      font-size: 18px;
   }
    .pb-200 {
      padding-bottom: 200px;
   }
    .mt-300 {
      margin-top: 300px;
   }
   /* GMP BG */
    .gmp-bg {
      height: 670px;
   }
    #gmp-video {
      height: auto;
   }
   /* GMP BG */
    .parking-problem-section {
      position: absolute;
      bottom: -200px;
      width: 100%;
   }
    .getmypark-section .getmypark-img {
      width: 800px;
   }
    .media-slider .slider .slider-box {
      height: 365px;
   }
    .office-box .office-loc .loc-link.active::before {
      content: '';
      border-left: 3px solid #fff;
      left: -2px;
      position: absolute;
      height: 50%;
   }
    .img_menu_icon {
      width: 45px;
   }
    .h_menu_icon {
      font-size: 23px;
   }
   .express-slider .slider__item {
      width: 800px !important;
   }
 }
 /* Desktops */
  @media only screen and (min-width: 1600px) {
    .container {
      max-width: 95%;
   }
    .h1 {
      font-size: 58px;
   }
    .h2 {
      font-size: 41px;
   }
    .h3 {
      font-size: 32px;
   }
    .h4 {
      font-size: 23px;
   }
    .navbar-brand{
      flex: 1;
   }
    .media-slider .slider .slider-box {
      height: 260px;
   }
    .img_menu_icon {
      width: 50px;
   }
    .h_menu_icon {
      font-size: 30px;
   }
 }