/* Home page css start */
:root {
    --primary-color: #262626;
    --secondary-color: #0b01ba;
    --white-text: #FFFFFF;
    --green-color: #00dd5d;
    --btn-bg: #61d478;
    --black-color: #000000;
    --dark-blue: #191b6b;
    --light-grey: #d9d9d9;
    --btn-white: #666666;
    --light-blue: #F3F9FC;
    --light-grren: #80e6bb;
    --ff-branding:"Montserrat-Regular";
    --cl-secondary: rgb(11, 1, 186);
    --cl-tertiary: rgb(243, 249, 252);
    --cl-black: black;
    --cl-white: white;
    --cl-gray-1: rgb(242, 242, 242);
    --cl-gray-4: rgb(128, 128, 128);
    --w-vertical-rhythm: 1rem;
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url('fonts/Montserrat-Regular.ttf');
  }
  @font-face {
    font-family: "Montserrat-Light";
    src: url('fonts/Montserrat-Light.ttf');
  }
  @font-face {
    font-family: "Montserrat-Medium";
    src: url('fonts/Montserrat-Medium.ttf');
  }
  @font-face {
    font-family: "Montserrat-SemiBold";
    src: url('fonts/Montserrat-SemiBold.ttf');
  }
  @font-face {
    font-family: "Montserrat-Bold";
    src: url('fonts/Montserrat-Bold.ttf');
  }

/* common style */
html, body{
    font-family: "Montserrat-Regular";
}

h2.primary-color {
    padding: 0 45px;
}

/* h2.primary-color a {
    font-size: 2.3em;
    font-family: 'Montserrat-Bold';
    color: #000000 !important;
    text-align: center !important;
    line-height: normal !important;
    font-weight: normal;
    line-height: 1px;
} */
table, td, tr {
  border: 0 !important;
}
table th:first-child {
  border-right: 0 !important;
}
table {
  border-collapse: separate !important;
}
table.topup-table{
  border-spacing: 10px !important;
}
.topup-table th .topup-subtitle{
  width: 100% !important;
  margin-top: 0px !important;
}
.topup-table th{
  padding: 15px 30px !important;
}
/* EZlink info section css start */
.ezlink_cards .wpb_wrapper img.mega-info-img,
.cashless_cards .wpb_wrapper img.mega-info-img {
    transition: all .2s ease-in-out;
}

.ezlink_cards .wpb_wrapper a:hover img.mega-info-img,
.cashless_cards .wpb_wrapper a:hover img.mega-info-img {
    transform: scale(1.2);
}

.ezlink_cards .wpb_wrapper a:hover h3.mega-info-title,
.cashless_cards .wpb_wrapper a:hover h3.mega-info-title {
    color: var(--secondary-color) !important;
}

.ezlink_cards .wpb_wrapper h3.mega-info-title,
.cashless_cards .wpb_wrapper h3.mega-info-title {
    transition: all .2s ease-in-out;
    padding-top: 20px;
    /* font-weight: 600; */
    color: var(--primary-color);
    position: relative;
    font-family: 'Montserrat-Bold';
}

.ezlink_cards .wpb_wrapper h3.mega-info-title:after,
.cashless_cards .wpb_wrapper h3.mega-info-title:after {
    content: '';
    position: absolute;
    background-color: #E6E9EB;
    height: 2px;
    width: 130px;
    margin: auto;
    top: -10px;
    left: 0;
    right: 0;
}

.ezlink_cards .mega_info_box .mega-info-img,
.cashless_cards .mega_info_box .mega-info-img {
    padding-bottom: 45px;
}

/* EZlink info section css end */
/* Common button css start */
.button--ujarak {
    box-shadow: 0 7px 2px 0 rgb(38 38 38 / 10%) !important;
}

.vc_btn3.vc_btn3-size-sm, .button--ujarak {
  display: inline-block !important;
  padding: 10px 20px !important;
  border: none !important;
  outline: none;
  border-radius: 30px !important;
  background-color: var(--btn-bg) !important;
  color: var(--white-text) !important;
  cursor: pointer !important;
  font-size: 12px !important;
  text-transform: uppercase;
  transition: all 0.7s ease-in-out !important;
  position: relative !important;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 5px 2px 0 rgb(38 38 38 / 10%) !important;
  text-decoration: none !important;
  font-family: "Montserrat-SemiBold";
  white-space: nowrap;
}

.vc_btn3.vc_btn3-size-sm::before,
.button--ujarak .advanced-btn-before {
    content: '';
    background-color: var(--secondary-color);
    border-radius: 50% !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    transition: all 0.4s ease-in-out !important;
    z-index: -1 !important;
    opacity: 1 !important;
    padding: 0 !important;

}

.vc_btn3.vc_btn3-size-sm:hover::before,
.vc_btn3.vc_btn3-size-sm:focus::before,
.button--ujarak:hover .advanced-btn-before {
    width: 500px !important;
    height: 500px !important;
}
.ezlink_cards .wpb_wrapper a:nth-child(5) .mega_info_box img {
  filter: drop-shadow(0px 2px 4px #000000b0);
  padding:0px 30px 30px;
}
/* Common button css end */
/* slider align style */
.carousel-slider .owl-stage {
    margin: auto;
}

.carousel-slider .owl-nav button.owl-next,
.carousel-slider .owl-nav button.owl-prev,
.carousel-slider button.owl-dot {
    background: #01f287 !important;
    padding: 5px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.ezlink_cards .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ezlink_cards .wpb_wrapper a {
    width: 32%;
    margin: 0 auto;
}
.wpb_wrapper p strong, .wpb_wrapper p b{
    font-family: "Montserrat-Bold";
    font-weight: normal;
}
/* Header navbar style start */
.navbar-nav button a.nav-link {
    padding: 0 !important;
    
}
.navbar-nav>li>button>a.nav-link{
    font-family: "Montserrat-Bold";
    font-weight: normal;
}
.navbar-nav>li>a.nav-link{
    font-family: "Montserrat-Bold";
    font-weight: normal;
}
.navbar-nav li {
    margin: 0;
}

.form-control {
    padding: .375rem .75rem !important;
}

a.dropdown-item.submenu-toggle.ps-4 {
    padding: 12px !important;
}

.navbar .navbar-logo-desktop {
    height: 27px !important;
}

section.not-found {
    text-align: center;
}
.ezlink_cards .mega-info-header,
.cashless_cards .mega-info-header {
    height: 230px;
}

.ezlink_cards .mega-info-header img,
.cashless_cards .mega-info-header img {
    width: auto !important;
    height: 100%;
}
.menu-simplygo .nav-link{
    font-family: "Montserrat-Regular" !important;
}
.navbar-nav{width: 100% !important;}
#globalNav .navbar-nav li:nth-child(2) ul.dropdown-menu>li:nth-child(5),
#globalNav .navbar-nav li:nth-child(2) ul.dropdown-menu>li:nth-child(6),
#globalNav .navbar-nav li:nth-child(2) ul.dropdown-menu>li:nth-child(7),
#globalNav .navbar-nav li:nth-child(2) ul.dropdown-menu>li:nth-child(8),
#globalNav .navbar-nav li:nth-child(2) ul.dropdown-menu>li:nth-child(9),
#globalNav .navbar-nav li:nth-child(2) ul.dropdown-menu>li:nth-child(10){
  padding-left: 15px;
}
#globalNav .navbar-nav .dropdown-submenu ul.dropdown-menu li{
  padding-left: 0px !important;
}
/* Header navbar style end */
/* Footer style start */
.site-footer .footer-widgets ul#menu-new-footer-menu {
    column-count: 2;
}

.site-footer .contact-info p.hotline-text,
.site-footer .contact-info p.hotline-text * {
    font-size: 19px !important;
    font-family: "Montserrat-Bold";
    margin-bottom: 3px;
    color: #fff !important;
}

.site-footer .contact-info p.time-available {
    font-size: 16px;
    font-family: "Montserrat-Regular";
    margin-bottom: 40px;
    color: #fff !important;
}

.site-footer .social-icons h4 {
    font-size: 19px;
    margin-right: 17px;
    font-family: "Montserrat-Bold";
    margin-bottom: 0;
    color: #fff !important;
}

.site-footer .social-icons .social-icon.facebook {
    margin: 0 16px;
}

.site-footer .contact-info p.hotline-text a {
    text-decoration: underline;
}

.site-footer .social-icons .social-icon {
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 50%;
    width: 35px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 18px;
}

.site-footer .social-icons .social-icon i {
    font-size: 20px;
}

.site-footer .download-app-section h4 {
    font-size: 19px;
    padding-bottom: 13px;
    color: #fff !important;
    margin-top: 0;
}

.site-footer .download-app-section p {
    font-size: 13px !important;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    text-wrap: pretty;
    color: #fff !important;
}
.site-footer .footer-widgets .widget-area ul li{
  margin-bottom: 0.75rem;
}
.site-footer a {
    transition: 0.4s ease all;
    font-family: 'Montserrat-Bold';
    font-weight: normal;
    color: #fff !important;
}

/* .site-footer .contact-info p.hotline-text a:hover,
.site-footer .social-icons .social-icon:hover i,
.site-footer .footer-widgets ul#menu-new-footer-menu li a:hover,
.site-footer .footer-links .policies-links .policies-link-section li a:hover {
    color: #80e6bb !important;
    text-decoration: none;
} */

.site-footer .social-icons .social-icon:hover {
    border-color: #80e6bb;
    text-decoration: none;
}

.site-footer .footer-links .policies-links .policies-link-section li:nth-child(2) a {
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0 13px;
    padding: 0 13px;
}

.site-footer .footer-links .policies-links .policies-link-section li a {
    text-decoration: underline;
    font-size: 13px;
    font-family: 'Montserrat-Regular';
}

.site-footer .footer-links {
    margin: 0 !important;
    margin-top: 50px !important;
    border-top: 1px solid #fff;
    padding-top: 40px;
}

.site-footer .footer-links .copyright-text .textwidget {
    font-size: 13px;
}
/* inner page changes style */
.btn-green a {
  margin-top: 29px;
}
.phone-screen-steps > ul > li a {
  display: flex;
  align-items: baseline;
}
.hero-banner-content h4{
  margin-top: 0!important;
  padding-top: 0 !important;
}
.hero-banner-content h2.text-white{
 color: #000 !important;
}
.hero-banner-content .wpb_text_column{
  margin-bottom: 0!important;
}
.tab-hero-banner-content h2.vc_custom_heading{
  margin-top: 25px !important;
}
.vc_col-has-fill>.vc_column-inner {
  padding: 0!important;
}
.vc-ihe-panel .back1{
  overflow-y: auto;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.phone-screen-steps > ul > li .step-desc {
  flex: 0 0 75%;
  max-width: 75%;
}
/* Footer style end */
/* Media query start */
@media only screen and (min-width: 481px) and (max-width: 767px){
  .phone-screen-steps > ul > li .step-number {
    margin-bottom: 19px;
  }
  .phone-screen-steps > ul > li .step-desc {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .ezlink-tab-content .vc_tta-panel-heading * {
      font-size: 12px !important;
  }
  /* .ezlink-tab-content .vc_tta-panel-heading{
    width: 49% !important;
  } */
  .custom-ezlink-tab.vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title>a {
    padding: 8px 11px 8px !important;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ezlink-tab-content .vc_tta-panel-heading>h4.vc_tta-panel-title {
    margin: 0 3px !important;
    padding: 0 !important;
  }
  .ezlink-card-tab-custom .ezlink-tab-content:last-child .vc_tta-panel-heading {
    left: 50%;
    transform: translateX(-50%);
  }
 
  .ezlink-tab-content:first-child .vc_tta-panel-heading {
      left: 20px;
  }
  .ezlink-tab-content:nth-child(2) .vc_tta-panel-heading {
      right: 20px !important;
  }
  .ezlink-card-tab-custom.custom-ezlink-tab .ezlink-tab-content:last-child .vc_tta-panel-heading {
      left: 50%;
      width: 30.33%;
      margin-left: 0px !important;
      top: 50px;
  }
  .ezlink-card-tab-custom .vc_tta-panels .vc_tta-panel-heading {
      position: absolute;
      width: 30.33%;
      top: 50px;
      justify-content: center;
  }
  .flipbox-charm-wrapper .vc_col-has-fill>.vc_column-inner {
    padding: 0!important;
  }
  .vc_col-has-fill>.vc_column-inner {
    padding: 35px 0!important;
  }
  .phone-screen-steps ul > li .step-desc{
    top: 90px !important;
  }
  .wpb_wrapper .having-problems{
    margin-top: 0px !important;
  }
  .phone-screen-steps > ul > li{
    min-height: auto !important;
  }
  table{
    table-layout: unset !important;
  }
  .wpb_wrapper:has(> table) {
    max-width: 100%;
    overflow-x: auto;
  }
  .phone-screen.wpb_gallery {margin-top: 90px;padding-top: 0 !important;}
  .top-up-refund-slider-mobile .vc_column-inner{
    padding-left: 0px !important;
    padding-right: 0px!important;
  }
  .vc_btn3.vc_btn3-size-sm, .button--ujarak{
    padding: 10px 10px !important;
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 480px) {
  .phone-screen-steps > ul > li{
    font-size: 16px;
  }
  .phone-screen-steps > ul > li .step-number{
    background-color: #fff;
  }
  .phone-screen-steps ul > li .step-number:after{
    min-height: 65px !important;
    height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .custom-ezlink-tab:not(.ezlink-card-tab-custom) .ezlink-tab-content .vc_tta-panel-heading{
    width: 48% !important;
  }
  .ezlink-card-tab-custom.custom-ezlink-tab .ezlink-tab-content:last-child .vc_tta-panel-heading{
    top: 55px !important;
  }
  .phone-screen-steps > ul > li .step-desc {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ezlink-tab-content .vc_tta-panel-heading * {
      font-size: 12px !important;
  }
  /* .ezlink-tab-content .vc_tta-panel-heading{
    width: 49% !important;
  } */
  .custom-ezlink-tab.vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title>a {
    padding: 8px 11px 8px !important;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ezlink-tab-content .vc_tta-panel-heading>h4.vc_tta-panel-title {
    margin: 0 3px !important;
    padding: 0 !important;
}
  .ezlink-tab-content:first-child .vc_tta-panel-heading{
    left: 4px !important;
  }
  .ezlink-tab-content:nth-child(2) .vc_tta-panel-heading{
    right: 4px !important;
  }
  .vc_col-has-fill>.vc_column-inner {
    padding: 35px 0!important;
  }
  .flipbox-charm-wrapper .vc_col-has-fill>.vc_column-inner {
    padding: 0!important;
  }
  .phone-screen-steps ul > li .step-desc{
    top: 90px !important;
  }
  .wpb_wrapper .having-problems{
    margin-top: 0px !important;
  }
  .phone-screen-steps > ul > li{
    min-height: auto !important;
  }
  table{
    table-layout: unset !important;
  }
  .wpb_wrapper:has(> table) {
    max-width: 100%;
    overflow-x: auto;
  }
  .phone-screen.wpb_gallery {margin-top: 90px;padding-top: 0 !important;}
  .top-up-refund-slider-mobile .vc_column-inner{
    padding-left: 0px !important;
    padding-right: 0px!important;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px){
  /* .common-head-slider rs-slide.common-slider-img  rs-sbg {
    background-position: top !important;
    background-size: contain !important;
  }
  .common-head-slider {
    height: fit-content;
  }
  .page-id-123707 .common-head-slider {
    height: 59vh;
    height: fit-content;

  } */
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    /* .common-head-slider rs-slide.common-slider-img  rs-sbg {
        background-position: top !important;
        background-size: contain !important;
    }
    .common-head-slider {
        height: 50vh;
    }
    .page-id-123707 .common-head-slider {
      height: 59vh;
    }
    .page-id-123705 .common-head-slider {
      height: 100%;
  } */
}
@media only screen and (min-width: 992px) {
    .manage-ezlink-title h2 br {
        display: none;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1460px) {
  .vc_btn3.vc_btn3-size-sm, .button--ujarak{
    padding: 10px 10px !important;
    font-size: 12px !important;
  }
   

    .wpb_wrapper .manage_ezlink {
        padding-top: 30px !important;
        padding-right: 20px !important;
        padding-bottom: 30px !important;
        padding-left: 20px !important;
    }

    .wpb_wrapper .manage_ezlink h2 {
        font-size: 20px !important;
    }

    .wpb_wrapper .manage_ezlink p {
        font-size: 16px !important;
    }

    .ezlink_cards .mega-info-header,
    .cashless_cards .mega-info-header {
        height: 180px;
    }

    .ezlink_cards .mega-info-header img,
    .cashless_cards .mega-info-header img {
        width: auto !important;
        height: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {

    .ezlink_cards .wpb_wrapper h3.mega-info-title,
    .cashless_cards .wpb_wrapper h3.mega-info-title {
        font-size: 16px !important;
    }

    .manage_ezlink_main.vc_col-sm-8 {
        width: 95% !important;
        margin: auto;
        margin-left: 20px !important;
    }

    nav.navbar {
        border-bottom: 1px solid #dee2e6;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  
  h2.primary-color{
    padding: 0 !important;
  }
    .navbar-nav{
        margin: 0;
    }
    .ezlink_cards .wpb_wrapper h3.mega-info-title,
    .cashless_cards .wpb_wrapper h3.mega-info-title {
        font-weight: 600;
        color: var(--primary-color) !important;
        font-size: 16px !important;
    }

    .manage_ezlink h2 {
        font-size: 22px !important;
        color: #262626 !important;
    }

    .manage_ezlink p {
        font-size: 16px !important;
        color: #262626 !important;
    }

    .carousel-slider .owl-prev {
        left: 0 !important;
    }

    .carousel-slider .owl-next {
        right: 0 !important;
    }

    .cashless_cards .button--ujarak {
        margin-bottom: 30px;
    }

    .ezlink_cards .mega_info_box {
        padding: 0 !important;
    }

    .ezlink_cards .vc_column-inner {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .ezlink_cards .wpb_wrapper a {
        width: 48%;
        margin: 0 auto;
    }

    section.wrapper {
        padding: 0 15px !important;
    }

    .ezlink_cards .mega-info-header,
    .cashless_cards .mega-info-header {
        height: 150px;
    }

    .ezlink_cards .mega-info-header img,
    .cashless_cards .mega-info-header img {
        width: auto !important;
        height: 100%;
    }

    .cashless_cards .mega_info_box .mega-info-img {
        padding-bottom: 20px !important;
    }

    .vc_btn3.vc_btn3-size-sm,
    .button--ujarak {
        font-size: 15px !important;
        padding: 10px 30px !important;
    }

    .wpb_wrapper .manage_ezlink {
        padding-top: 40px !important;
        padding-right: 0px !important;
        padding-bottom: 40px !important;
        padding-left: 0px !important;
        align-items: center;
    }

    .manage_ezlink .wpb_column.vc_col-sm-2 {
        width: 25%;

    }

    .manage_ezlink .wpb_column.vc_col-sm-2 .vc_column-inner {
        padding: 10px !important;
    }

    .manage_ezlink .wpb_column.vc_col-sm-7,
    .manage_ezlink .wpb_column.vc_col-sm-3 {
        width: 75%;
    }

    .manage_ezlink .wpb_column.vc_col-sm-3 {
        margin-left: 16%;
        margin-top: 20px;
    }

    body.home section.vc_section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    section .cashless_cards {
        padding-bottom: 0 !important;
    }

    nav.navbar {
        border-bottom: 1px solid #dee2e6;
    }
}
    /* Footer media query start*/
    @media only screen and (min-width: 1200px) and (max-width: 1366px){
        #colophon.site-footer .wrapper {
          max-width: 1140px;
        }
        .footer-widgets .widget-area {
          flex: 0 0 30%;
        }
        .site-footer a {
          font-size: 15px;
          line-height: 20px;
        }
        .site-footer .contact-info p.hotline-text, .site-footer .contact-info p.hotline-text *, .site-footer .social-icons h4 {
          font-size: 18px;
        } 
      }
      @media only screen and (min-width: 768px) and (max-width: 1180px){
        #colophon.site-footer .wrapper {
          max-width: 960px;
          padding: 0 30px;
        }
        .footer-widgets {
          flex-wrap: wrap;
        }
        .site-footer a {
          font-size: 16px;
          line-height: 18px;
        }
        #colophon.site-footer .footer-widgets .widget-area:first-child {
          flex: 0 1 50%;
        }
        .footer-widgets .widget-area:nth-child(3) {
          flex: 0 0 50%;
          padding-top: 32px;
        }
        .footer-widgets .widget-area ul li {
          margin-bottom: 24px;
        }
        .site-footer .contact-info p.time-available {
          margin-bottom: 33px;
        }
        .site-footer .footer-links {
          padding-top: 20px;
        }
        .site-footer .footer-links .copyright-text .textwidget {
          font-size: 12px;
        }
        .site-footer .footer-links .policies-links .policies-link-section li a {
          font-size: 10px;
          text-wrap: nowrap;
        }
        .site-footer .download-app-section h4 {
          font-size: 18px;
          padding-bottom: 9px;
        }
        .site-footer .social-icons h4 {
          font-size: 16px !important; 
          margin-right: 0px !important;  
        }
      }
      @media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape){
        #colophon.site-footer .footer-widgets .widget-area:first-child {
          flex: 0 1 33%;
        }
        .footer-widgets .widget-area:nth-child(3), .footer-widgets .widget-area {
          flex: 0 0 33%;
          padding-top: 0px;
        }
        #colophon.site-footer .wrapper {
          max-width: 960px;
          padding: 0 0px;
        }
        .site-footer .contact-info p.hotline-text, .site-footer .contact-info p.hotline-text * {
          font-size: 18px !important;
        }
        .site-footer .contact-info p.time-available {
          font-size: 15px !important;
        }
        .site-footer .social-icons h4 {
          font-size: 16px !important;
        }
        .site-footer .social-icons .social-icon.facebook {
          margin: 0 12px;
        }
        .site-footer .download-app-section h4 {
          font-size: 19px !important; 
          padding-bottom: 12px;
        }
        .site-footer .download-app-section p a img {
          width: 100px;
        }
      }
      @media only screen and (max-width: 767px){
        #colophon.site-footer .wrapper {
          max-width:100%;
          padding: 0 23px;
        }
        .site-footer a {
          font-size: 14px;
          line-height: 17px;
        }
        .footer-widgets .widget-area ul li {
          margin-bottom: 20px;
        }
        .footer-widgets .widget-area:first-child {
          padding-top: 0;
        }
        .footer-widgets .widget-area {
          flex: 0 1 100%;
          padding-top: 29px;
        }
        .site-footer .contact-info p.hotline-text, .site-footer .contact-info p.hotline-text * {
          color: #fff !important;
          font-size: 16px !important;
          font-family: "Montserrat-Regular" !important;
        }
        .site-footer .contact-info p.time-available {
          color: #fff !important;
        }
        .site-footer .contact-info p.time-available {
          margin-bottom: 18px;
        }
        .site-footer .social-icons h4 {
          margin-right: 6px;
          color: #fff !important;
        }
        .site-footer .download-app-section h4 {
          color: #fff !important;
          padding-bottom: 6px;
        }
        .site-footer .download-app-section p {
          color: #fff !important;
        }
        .site-footer .footer-links {
          padding-top: 20px;
          flex-wrap: wrap;
        }
        
        .site-footer .footer-links .policies-links .policies-link-section li {
          flex: 0 0 50%;
          max-width: 50%;
          text-align: center;
        }
        .site-footer .footer-links .policies-links .policies-link-section li:nth-child(2) a {
          margin: 0 !important;
          padding: 0 27px !important;
          border-right: 0 !important;
          
        }
        .site-footer .contact-info p.time-available {
          margin-bottom: 18px;
        }
        .footer-widgets {
          margin-bottom: 30px;
        }
      }
      @media only screen and (max-width: 992px) and (orientation: landscape){
        #colophon.site-footer .wrapper {
          max-width: 720px;
        }
        .site-footer a {
          font-size: 13px;
        }
        .site-footer .contact-info p.hotline-text, .site-footer .contact-info p.hotline-text * {
          font-size: 16px !important;
        }
        .site-footer .contact-info p.time-available {
          font-size: 12px !important;
        }
        .footer-widgets .widget-area {
          flex: 0 0 40% !important;
        }
        .footer-widgets .widget-area:nth-child(3){
          padding-top: 24px;
        }
        .site-footer .download-app-section h4 {
          font-size: 17px !important;
        }
        .site-footer .footer-links {
          padding-top: 20px !important;
        }
        .footer-widgets {
          margin-bottom: 35px !important;
        }
        .site-footer .footer-links .policies-links .policies-link-section li a {
          font-size: 11px;
        }
        .site-footer .footer-links .copyright-text .textwidget {
          font-size: 12px !important;
        }
      }
      @media only screen and (max-width: 415px){
        .site-footer .footer-links .policies-links .policies-link-section li:nth-child(2) a {
          margin: 0 !important;
          padding: 0 13px !important;
          border-right: 0 !important;
        }
      }
    /* Footer media query end*/
/* Media query end */
/* Home page css end */


/*Carpark css start*/
.col-12.cartitle {
    padding: 70px 12px;
}
.cartitle .h1title {
    color: var(--secondary-color) !important;
    margin: 0;
    /* font-size: 30px; */
    margin-bottom: 5px;
}
.cartitle h2 {
    font-size: 31px;
    font-weight: 600 !important;
    font-family: 'Montserrat-Regular' !important;
}
.cartitle p {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 600;
}
.location-wrap {
    background-color: #ece7ff;
    padding: 60px 0;
}
.location-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.top-filter .search-wrap {
    position: relative;
}
.top-filter .search-wrap input {
    width: 315px;
    border: 1px solid var(--secondary-color);
    border-radius: 100px;
    padding: 10px 10px 10px 50px;
}
.top-filter .search-wrap input:focus {
    outline: none;
}
.top-filter .search-wrap svg {
    position: absolute;
    left: 12px;
    width: 24px;
}
.dir-wrap ul li, .dir-wrap ul li:focus, .dir-wrap ul li:focus-visible , .dir-wrap ul li:focus-within, .dir-wrap ul li:target{
    border: 1px solid #040eb9;
    border-radius: 100px;
    display: inline-block;
    padding: 1px 21px;
    font-weight: 600;
    color: #040eb9;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.dir-wrap ul li.active-dir,
.dir-wrap ul li:hover {
    background-color: #040eb9;
    color: #fff;
}
.alpha-filter ul li {
    cursor: pointer;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
    transition: 0.4s ease all;
    position: relative;
}
.alpha-filter ul li:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #040eb9;
    border-radius: 50%;
    bottom: -10px;
    left: 52%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.alpha-filter ul li.active-alpha,
.alpha-filter ul li:hover {
    color: #040eb9;
    font-weight: 700;
}
.alpha-filter ul li.active-alpha::after{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.location-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.lc-wrap {
    background-color: #fff;
    padding: 15px 15px 25px;
    border-radius: 10px;
}
.lc-wrap img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    border-radius: 10px;
    bordeR: 1px solid #cccccc;
}
.location-grid .lc-wrap .lc-title {
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px;
}
.lc-wrap .lc-info {
    display: flex;
    gap: 5px;
    align-items: start;
    line-height: 22px;
}
.lc-wrap .lc-info .pin-icon {
    min-width: 21px;
}
@media only screen and (max-width: 1199px) {
    .location-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .top-filter .search-wrap {
        margin-top: 11px;
    }
    .location-wrap .alpha-filter {
        margin-top: 29px !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) and (orientation: landscape){
    .lc-wrap img {
        height: 173px;
        min-height: 168px;
        max-height: 200px;
    }
}
@media only screen and (max-width: 1180px) and (orientation: landscape){
    .lc-wrap img {
        height: 198px;
        min-height: 168px;
        max-height: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .dir-wrap ul li {
        padding: 1px 20px;
    }
    .alpha-filter ul li {
        font-weight: 600;
    }
    .cartitle h2 {
        font-size: 26px;
    }
    .location-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .location-wrap ul.alphab-tags{
        gap: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .dir-wrap ul li:hover{
        border: 1px solid #040eb9;
        background-color: transparent;
        padding: 1px 16px;
        font-size: 14px;
        color: #040eb9;
    }
    .dir-wrap ul li.active-dir {
        background-color: #040eb9 !important;
        color: #fff !important;
    }
    .location-wrap ul.ems-tags{
        gap: 9px !important;
    }
    .location-wrap ul.alphab-tags {
        gap: 10px 4px !important;
    }
    .alpha-filter ul li:after {
        bottom: -5px;
        left: 51%;
        width: 5px;
        height: 5px;
    }
    .dir-wrap ul li {
        padding: 1px 16px;
        font-size: 14px;
    }
    .cartitle .h1title {
        font-size: 30px;
    }
    .cartitle h2 {
        font-size: 19px;
        line-height: 27px;
    }
    .col-12.cartitle {
        padding: 40px 25px;
    }
    .location-wrap {
        padding: 30px 18px 50px;
    }
    .location-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .top-filter .search-wrap,
    .top-filter .search-wrap input {
        width: 100%;
    }
    .top-filter .search-wrap input {
        padding: 10px 45px 10px 50px;
    }
    .top-filter .search-wrap .seach-fltr {
        position: absolute;
        text-decoration: none;
        right: 15px;
        top: 12px;
        font-weight: 600;
        color: #040eb9;
    }
    .alpha-filter ul li {
        width: 33px;
        text-align: center;
        font-weight: 600;
    }
    .lc-wrap {
        padding: 15px;
    }
    .lc-wrap img {
        width: 100%;
    }
    .lc-wrap img {
        height: auto;
    }
}
/*Carpark css end*/